public class ErrorComponentHelper 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="ERRORCOMPONENT_1" Code="alma.acsexmplErrorComponent.ErrorComponentImpl.ErrorComponentHelper" Type="IDL:alma/acsexmplErrorComponent/ErrorComponent:1.0" Container="frodoContainer"
componentInstanceName| Constructor and Description |
|---|
ErrorComponentHelper(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<ErrorComponentOperations> |
_getOperationsInterface()
Gets the xxOperations interface as generated by the IDL compiler.
|
protected java.lang.Class<ErrorComponentPOATie> |
_getPOATieClass()
This method must be provided by the component helper class.
|
protected boolean |
requiresOrbCentralLogSuppression()
Just to test this feature, this component will suppress remote JacORB logs
for the entire container.
|
_getComponentMethodsExcludedFromInvocationLogging, _getInterfaceTranslator, getComponentImpl, getComponentLogger, getInternalInterface, getOperationsInterfacepublic ErrorComponentHelper(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<ErrorComponentPOATie> _getPOATieClass()
ComponentHelperreturn DummyComponentPOATie.class;._getPOATieClass in class ComponentHelperComponentHelper._getPOATieClass()protected java.lang.Class<ErrorComponentOperations> _getOperationsInterface()
ComponentHelper_getOperationsInterface in class ComponentHelperClass object associated with the operations interface.ComponentHelper.getOperationsInterface()protected boolean requiresOrbCentralLogSuppression()
requiresOrbCentralLogSuppression in class ComponentHelperComponentHelper.requiresOrbCentralLogSuppression()