ALMA Computing Group

alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Helper Class Reference

Component helper class. More...

List of all members.

Public Member Functions

 Mount6Helper (Logger containerLogger)
 Constructor.

Protected Member Functions

ComponentLifecycle _createComponentImpl ()
Class< Mount6POATie > _getPOATieClass ()
Class< Mount6Operations > _getOperationsInterface ()
Class< Mount6J > getInternalInterface ()


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="MOUNT61" Code="alma.ACSCOURSE_MOUNT.Mount6Impl.Mount6Helper" Type="IDL:alma/ACSCOURSE_MOUNT/Mount6:1.0" Container="frodoContainer"

Author:
alma-component-helper-generator-tool

Definition at line 47 of file Mount6Helper.java.


Constructor & Destructor Documentation

alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Helper::Mount6Helper ( Logger  containerLogger  )  [inline]

Constructor.

Parameters:
containerLogger logger used only by the parent class.

Definition at line 53 of file Mount6Helper.java.


Member Function Documentation

ComponentLifecycle alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Helper::_createComponentImpl (  )  [inline, protected]

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

Definition at line 61 of file Mount6Helper.java.

Class<Mount6Operations> alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Helper::_getOperationsInterface (  )  [inline, protected]

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

Definition at line 77 of file Mount6Helper.java.

Class<Mount6POATie> alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Helper::_getPOATieClass (  )  [inline, protected]

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

Definition at line 69 of file Mount6Helper.java.

Class<Mount6J> alma::ACSCOURSE_MOUNT::Mount6Impl::Mount6Helper::getInternalInterface (  )  [inline, protected]

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

Definition at line 85 of file Mount6Helper.java.


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