ALMA Computing Group

alma::demo::ErrorSystemComp::ErrorSystemHelper Class Reference

Component helper class. More...

List of all members.

Public Member Functions

 ErrorSystemHelper (Logger containerLogger)
 Constructor.

Protected Member Functions

ComponentLifecycle _createComponentImpl ()
Class _getPOATieClass ()
Class _getOperationsInterface ()


Detailed Description

Component helper class.

Generated for convenience, but can be modified by the component developer. Must therefore be treated like any other Java class (CVS, ...).

To create an entry for your component in the Configuration Database, copy the line below into a new entry in the file $ACS_CDB/MACI/Components/Components.xml and modify the instance name of the component and the container:

Name="ERRORSYSTEM1" Code="alma.demo.ErrorSystem.ErrorSystemHelper" Type="IDL:alma/demo/ErrorSystem:1.0" Container="frodoContainer"

Author:
alma-component-helper-generator-tool

Definition at line 46 of file ErrorSystemHelper.java.


Constructor & Destructor Documentation

alma::demo::ErrorSystemComp::ErrorSystemHelper::ErrorSystemHelper Logger  containerLogger  )  [inline]
 

Constructor.

Parameters:
containerLogger logger used only by the parent class.
Definition at line 52 of file ErrorSystemHelper.java.


Member Function Documentation

ComponentLifecycle alma::demo::ErrorSystemComp::ErrorSystemHelper::_createComponentImpl  )  [inline, protected]
 

See also:
alma.acs.container.ComponentHelper#_createComponentImpl()
Definition at line 60 of file ErrorSystemHelper.java.

Class alma::demo::ErrorSystemComp::ErrorSystemHelper::_getOperationsInterface  )  [inline, protected]
 

See also:
alma.acs.container.ComponentHelper#getOperationsInterface()
Definition at line 76 of file ErrorSystemHelper.java.

Class alma::demo::ErrorSystemComp::ErrorSystemHelper::_getPOATieClass  )  [inline, protected]
 

See also:
alma.acs.container.ComponentHelper#_getPOATieClass()
Definition at line 68 of file ErrorSystemHelper.java.


The documentation for this class was generated from the following file: