ALMA Computing Group

alma::ACSCOURSE_MOUNT::Mount1Impl::Mount1Helper Class Reference

Component helper class. More...

List of all members.

Public Member Functions

 Mount1Helper (Logger containerLogger)
 Constructor.

Protected Member Functions

ComponentLifecycle _createComponentImpl ()
Class< Mount1POATie > _getPOATieClass ()
Class< Mount1Operations > _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="MOUNT11" Code="alma.ACSCOURSE_MOUNT.Mount1Impl.Mount1Helper" Type="IDL:alma/ACSCOURSE_MOUNT/Mount1:1.0" Container="frodoContainer"

Author:
alma-component-helper-generator-tool

Definition at line 45 of file Mount1Helper.java.


Constructor & Destructor Documentation

alma::ACSCOURSE_MOUNT::Mount1Impl::Mount1Helper::Mount1Helper ( Logger  containerLogger  )  [inline]

Constructor.

Parameters:
containerLogger logger used only by the parent class.

Definition at line 51 of file Mount1Helper.java.


Member Function Documentation

ComponentLifecycle alma::ACSCOURSE_MOUNT::Mount1Impl::Mount1Helper::_createComponentImpl (  )  [inline, protected]

See also:
alma.acs.container.ComponentHelper::_createComponentImpl()

Definition at line 59 of file Mount1Helper.java.

Class<Mount1Operations> alma::ACSCOURSE_MOUNT::Mount1Impl::Mount1Helper::_getOperationsInterface (  )  [inline, protected]

See also:
alma.acs.container.ComponentHelper::getOperationsInterface()

Definition at line 75 of file Mount1Helper.java.

Class<Mount1POATie> alma::ACSCOURSE_MOUNT::Mount1Impl::Mount1Helper::_getPOATieClass (  )  [inline, protected]

See also:
alma.acs.container.ComponentHelper::_getPOATieClass()

Definition at line 67 of file Mount1Helper.java.


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