ALMA Computing Group

alma::acsexmplErrorComponent::ErrorComponentImpl::ErrorComponentHelper Class Reference

Component helper class. More...

List of all members.

Public Member Functions

 ErrorComponentHelper (Logger containerLogger)
 Constructor.

Protected Member Functions

ComponentLifecycle _createComponentImpl ()
Class< ErrorComponentPOATie > _getPOATieClass ()
Class< ErrorComponentOperations > _getOperationsInterface ()
boolean requiresOrbCentralLogSuppression ()
 Just to test this feature, this component will suppress remote JacORB logs for the entire container.


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="ERRORCOMPONENT_1" Code="alma.acsexmplErrorComponent.ErrorComponentImpl.ErrorComponentHelper" Type="IDL:alma/acsexmplErrorComponent/ErrorComponent:1.0" Container="frodoContainer"

Author:
alma-component-helper-generator-tool

Definition at line 46 of file ErrorComponentHelper.java.


Constructor & Destructor Documentation

alma::acsexmplErrorComponent::ErrorComponentImpl::ErrorComponentHelper::ErrorComponentHelper Logger  containerLogger  )  [inline]
 

Constructor.

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


Member Function Documentation

ComponentLifecycle alma::acsexmplErrorComponent::ErrorComponentImpl::ErrorComponentHelper::_createComponentImpl  )  [inline, protected]
 

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

Class<ErrorComponentOperations> alma::acsexmplErrorComponent::ErrorComponentImpl::ErrorComponentHelper::_getOperationsInterface  )  [inline, protected]
 

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

Class<ErrorComponentPOATie> alma::acsexmplErrorComponent::ErrorComponentImpl::ErrorComponentHelper::_getPOATieClass  )  [inline, protected]
 

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

boolean alma::acsexmplErrorComponent::ErrorComponentImpl::ErrorComponentHelper::requiresOrbCentralLogSuppression  )  [inline, protected]
 

Just to test this feature, this component will suppress remote JacORB logs for the entire container.

See also:
alma.acs.container.ComponentHelper#requiresOrbCentralLogSuppression()
Definition at line 86 of file ErrorComponentHelper.java.


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