Static Protected Member Functions | |
void | spinUp (String clientName, String managerName) throws AcsInformationException, SamplingManagerException |
void | startSample (SampDetail sDetail) throws CouldntAccessComponentEx, TypeNotSupportedEx |
void | stopSample (SampDetail sDetail) |
void | deleteSample (SampDetail sDetail) |
void | tearDown () throws Exception |
void | hashPrint () |
boolean | componentExists (String componentName) |
boolean | propertyExists (String componentName, String propertyName) |
Static Protected Attributes | |
AcsInformation | info = null |
Static Private Attributes | |
Hashtable< SampDetail, PropertySamp > | sampler = new Hashtable<SampDetailPropertySamp>() |
|
Wraper that checks if a component exists.
|
|
Stop and delete from the internal structures the sampling identified by a SampDetail.
|
|
|
|
Wraper that checks if a property exists given a component.
|
|
Prepares the conection to the ACS infrastructure. This member creates two objects, an AcsInformation and a SamplingManager. This two are the links with the ACS infrastructure.
|
|
Start the sampling of a property. This member will start a PropertySamp object, which will run in a separeted Thread.
|
|
Stop the sampling of a property identified by a SampDetail.
|
|
Shutdown all the sampling operation. Stop every sampling, and disconnects from the ACS manager.
|
|
|
|
|