public class ErrorSystemHelper extends ComponentHelper
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"
componentInstanceName| Constructor and Description |
|---|
ErrorSystemHelper(java.util.logging.Logger containerLogger)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected ComponentLifecycle |
_createComponentImpl()
Method _createComponentImpl to be provided by subclasses.
|
protected java.lang.Class |
_getOperationsInterface()
Gets the xxOperations interface as generated by the IDL compiler.
|
protected java.lang.Class |
_getPOATieClass()
This method must be provided by the component helper class.
|
_getComponentMethodsExcludedFromInvocationLogging, _getInterfaceTranslator, getComponentImpl, getComponentLogger, getInternalInterface, getOperationsInterface, requiresOrbCentralLogSuppressionpublic ErrorSystemHelper(java.util.logging.Logger containerLogger)
containerLogger - logger used only by the parent class.protected ComponentLifecycle _createComponentImpl()
ComponentHelper_createComponentImpl in class ComponentHelperComponentHelper._createComponentImpl()protected java.lang.Class _getPOATieClass()
ComponentHelperreturn DummyComponentPOATie.class;._getPOATieClass in class ComponentHelperComponentHelper._getPOATieClass()protected java.lang.Class _getOperationsInterface()
ComponentHelper_getOperationsInterface in class ComponentHelperClass object associated with the operations interface.ComponentHelper.getOperationsInterface()