Public Member Functions | |
| Repository | getIrReference () |
| ComponentClient | getClient () |
| ContainerServices | getContainerServices () |
| void | shutDown () throws java.lang.Exception |
| boolean | componentExists (String componentName) |
| boolean | propertyExists (String componentName, String propertyName) |
| ComponentsManager | getCManager () |
Static Public Member Functions | |
| static synchronized AcsInformation | getInstance (String clientName) throws AcsInformationException, AcsJContainerEx |
| static synchronized AcsInformation | getInstance () |
Package Attributes | |
| String | managerLoc = System.getProperty("ACS.manager") |
| String | IRloc = System.getProperty("ACS.repository") |
| ComponentClient | client = null |
| ComponentsManager | cManager = null |
| Logger | m_logger = null |
| Repository | IR = null |
Singleton class that provides system wide information. This class creates the logger, and is reposible for the proper shutdown.
| boolean cl.utfsm.samplingSystemUI.core.AcsInformation.componentExists | ( | String | componentName | ) |
| ComponentClient cl.utfsm.samplingSystemUI.core.AcsInformation.getClient | ( | ) |
| ComponentsManager cl.utfsm.samplingSystemUI.core.AcsInformation.getCManager | ( | ) |
| ContainerServices cl.utfsm.samplingSystemUI.core.AcsInformation.getContainerServices | ( | ) |
References cl.utfsm.samplingSystemUI.core.AcsInformation.client, and alma.acs.component.client.ComponentClient.getContainerServices().
Referenced by cl.utfsm.samplingSystemUI.core.SamplingManager.finalize(), cl.utfsm.samplingSystemUI.core.SamplingManager.getSamplingObj(), cl.utfsm.samplingSystemUI.core.SamplingManager.getSampReference(), cl.utfsm.samplingSystemUI.SampTool.initializeComponents(), and cl.utfsm.samplingSystemUI.core.PropertySamp.run().
| static synchronized AcsInformation cl.utfsm.samplingSystemUI.core.AcsInformation.getInstance | ( | String | clientName | ) | throws AcsInformationException, AcsJContainerEx [static] |
Returns an instance of AcsInformation
| clientName | The name for the ClientComponent to create |
Referenced by cl.utfsm.samplingSystemUI.SampTool.initializeComponents(), cl.utfsm.samplingSystemUI.core.PropertySamp.PropertySamp(), and cl.utfsm.samplingSystemUI.core.SamplingManagerUITool.spinUp().
| static synchronized AcsInformation cl.utfsm.samplingSystemUI.core.AcsInformation.getInstance | ( | ) | [static] |
Returns an instance of AcsInformation
| Repository cl.utfsm.samplingSystemUI.core.AcsInformation.getIrReference | ( | ) |
References cl.utfsm.samplingSystemUI.core.AcsInformation.IR.
| boolean cl.utfsm.samplingSystemUI.core.AcsInformation.propertyExists | ( | String | componentName, | |
| String | propertyName | |||
| ) |
| void cl.utfsm.samplingSystemUI.core.AcsInformation.shutDown | ( | ) | throws java.lang.Exception |
ComponentClient cl.utfsm.samplingSystemUI.core.AcsInformation.client = null [package] |
ComponentsManager cl.utfsm.samplingSystemUI.core.AcsInformation.cManager = null [package] |
Repository cl.utfsm.samplingSystemUI.core.AcsInformation.IR = null [package] |
String cl.utfsm.samplingSystemUI.core.AcsInformation.IRloc = System.getProperty("ACS.repository") [package] |
Logger cl.utfsm.samplingSystemUI.core.AcsInformation.m_logger = null [package] |
Referenced by cl.utfsm.samplingSystemUI.core.AcsInformation.shutDown().
String cl.utfsm.samplingSystemUI.core.AcsInformation.managerLoc = System.getProperty("ACS.manager") [package] |
1.7.0