
Public Member Functions | |
| synchronized SampObj | getSamplingObj (SampDetail managerDef) throws CouldntAccessComponentEx, TypeNotSupportedEx |
| synchronized Boolean | checkObj (SampDetail managerDef) |
Static Public Member Functions | |
| synchronized SamplingManager | getInstance (String managerName) throws SamplingManagerException |
| synchronized SamplingManager | getInstance () |
Protected Member Functions | |
| void | finalize () |
Package Attributes | |
| Hashtable< SampDetail, SampObj > | samplingObjects = null |
| AcsInformation | info = null |
Private Member Functions | |
| SamplingManager (String managerName) throws SamplingManagerException | |
Private Attributes | |
| String | managerName = "" |
Static Private Attributes | |
| SamplingManager | _instance = null |
SampObj
|
|
Private constructor. This may only be called from within this class. This is done beacause this class is a singleton, so just one instance should be allowed. |
|
|
Check for a sampling detail, and return true if it a sampling object has been created for it.
|
|
|
Finalizes the usage of all Components taken over by the Manager |
|
|
|
|
|
Singleton creator. This member calls the contructor and verifies that only one instance is allowed. |
|
|
Get or create a new Sampling object. This member will create a new sampling object for each distinc sampling detail. If the sampling detail already existes it will return the already created dampling object.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8