public class ComponentWithXmlOffshootHelper 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="COMPONENTWITHXMLOFFSHOOT_1" Code="alma.demo.ComponentWithXmlOffshootImpl.ComponentWithXmlOffshootHelper" Type="IDL:alma/demo/ComponentWithXmlOffshoot:1.0" Container="frodoContainer" ImplLang="java"
componentInstanceName| Constructor and Description |
|---|
ComponentWithXmlOffshootHelper(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<? extends ACSComponentOperations> |
_getOperationsInterface()
Gets the xxOperations interface as generated by the IDL compiler.
|
protected java.lang.Class<? extends org.omg.PortableServer.Servant> |
_getPOATieClass()
This method must be provided by the component helper class.
|
protected java.lang.Class<?> |
getInternalInterface()
Gets the component's implemented functional IF.
|
_getComponentMethodsExcludedFromInvocationLogging, _getInterfaceTranslator, getComponentImpl, getComponentLogger, getOperationsInterface, requiresOrbCentralLogSuppressionpublic ComponentWithXmlOffshootHelper(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<? extends org.omg.PortableServer.Servant> _getPOATieClass()
ComponentHelperreturn DummyComponentPOATie.class;._getPOATieClass in class ComponentHelperComponentHelper._getPOATieClass()protected java.lang.Class<? extends ACSComponentOperations> _getOperationsInterface()
ComponentHelper_getOperationsInterface in class ComponentHelperClass object associated with the operations interface.ComponentHelper.getOperationsInterface()protected java.lang.Class<?> getInternalInterface()
ComponentHelperTo be overridden by the component helper class only if the InternalInterface differs from the OperationsInterface.
getInternalInterface in class ComponentHelperComponentHelper.getInternalInterface()