ALMA Computing Group

alma::demo::HelloDemoImpl::HelloDemoHelper Class Reference

Component helper class. More...

List of all members.

Public Member Functions

 HelloDemoHelper (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="HELLODEMO1" Code="alma.demo.HelloDemoImpl.HelloDemoHelper" Type="IDL:alma/demo/HelloDemo:1.0" Container="frodoContainer"

Author:
alma-component-helper-generator-tool

Definition at line 46 of file HelloDemoHelper.java.


Constructor & Destructor Documentation

alma::demo::HelloDemoImpl::HelloDemoHelper::HelloDemoHelper Logger  containerLogger  )  [inline]
 

Constructor.

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


Member Function Documentation

ComponentLifecycle alma::demo::HelloDemoImpl::HelloDemoHelper::_createComponentImpl  )  [inline, protected]
 

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

Class alma::demo::HelloDemoImpl::HelloDemoHelper::_getOperationsInterface  )  [inline, protected]
 

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

Class alma::demo::HelloDemoImpl::HelloDemoHelper::_getPOATieClass  )  [inline, protected]
 

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


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