Public Member Functions | Static Public Member Functions | Package Attributes

cl.utfsm.samplingSystemUI.core.AcsInformation Class Reference

List of all members.

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

Detailed Description

Singleton class that provides system wide information. This class creates the logger, and is reposible for the proper shutdown.


Member Function Documentation

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 (  ) 
static synchronized AcsInformation cl.utfsm.samplingSystemUI.core.AcsInformation.getInstance ( String  clientName  )  throws AcsInformationException, AcsJContainerEx [static]
static synchronized AcsInformation cl.utfsm.samplingSystemUI.core.AcsInformation.getInstance (  )  [static]

Returns an instance of AcsInformation

Repository cl.utfsm.samplingSystemUI.core.AcsInformation.getIrReference (  ) 
boolean cl.utfsm.samplingSystemUI.core.AcsInformation.propertyExists ( String  componentName,
String  propertyName 
)
void cl.utfsm.samplingSystemUI.core.AcsInformation.shutDown (  )  throws java.lang.Exception

Member Data Documentation

String cl.utfsm.samplingSystemUI.core.AcsInformation.IRloc = System.getProperty("ACS.repository") [package]
String cl.utfsm.samplingSystemUI.core.AcsInformation.managerLoc = System.getProperty("ACS.manager") [package]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties