Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cl::utfsm::samplingSystemUI::core::PropertySamp Class Reference

Collaboration diagram for cl::utfsm::samplingSystemUI::core::PropertySamp:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void run () throws CouldntAccessComponentEx, TypeNotSupportedEx
 PropertySamp (SampDetail sampDetail)
void stop ()

Package Attributes

SampDetail sampDetail = null
SamplingManager sManager = null
SampObj sampObject = null
NotificationChannelSuscription ncs = null
AcsInformation info = null

Detailed Description

For each sampling detail one of this classes must be created to sample the data. This class creates the notification channel, and starts the sampling. This class also provides means of stoping and cleaning up the sampling. Sampling is down in separated Thread, so the run member will return imediatly.


Constructor & Destructor Documentation

cl::utfsm::samplingSystemUI::core::PropertySamp::PropertySamp SampDetail  sampDetail  )  [inline]
 

Assigns a SamplingManager and an AcsInformation object to the sampDetail (each sampDetail should have it's own Manager)

Parameters:
sampDetail Instance of SampDetail to be Monitored by the Manager.


Member Function Documentation

void cl::utfsm::samplingSystemUI::core::PropertySamp::run  )  throws CouldntAccessComponentEx, TypeNotSupportedEx [inline]
 

Generates a SamplingObject (if none exist for the target sampDetail) and creates a channel for communication

Exceptions:
CouldntAccessComponentEx 
TypeNotSupportedEx 

void cl::utfsm::samplingSystemUI::core::PropertySamp::stop  )  [inline]
 

Closes the Notification Channel, stops sampling of the current SampDetail and destroys the Sampling Object


Member Data Documentation

AcsInformation cl::utfsm::samplingSystemUI::core::PropertySamp::info = null [package]
 

NotificationChannelSuscription cl::utfsm::samplingSystemUI::core::PropertySamp::ncs = null [package]
 

SampDetail cl::utfsm::samplingSystemUI::core::PropertySamp::sampDetail = null [package]
 

SampObj cl::utfsm::samplingSystemUI::core::PropertySamp::sampObject = null [package]
 

SamplingManager cl::utfsm::samplingSystemUI::core::PropertySamp::sManager = null [package]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:10:05 2009 for ACS Java API by doxygen 1.3.8