

Public Member Functions | |
| EnumTestComponentImplHelper (Logger containerLogger) | |
Protected Member Functions | |
| ComponentLifecycle | _createComponentImpl () throws AcsJComponentCreationEx |
| Class<?extends ACSComponentOperations > | _getOperationsInterface () |
| Class<?extends Servant > | _getPOATieClass () |
| alma::ACS::jbaci::enumProp::test::EnumTestComponentImplHelper::EnumTestComponentImplHelper | ( | Logger | containerLogger | ) | [inline] |
Passes a logger to the callback object.
| containerLogger |
| ComponentLifecycle alma::ACS::jbaci::enumProp::test::EnumTestComponentImplHelper::_createComponentImpl | ( | ) | throws AcsJComponentCreationEx [inline, protected, virtual] |
Method _createComponentImpl to be provided by subclasses. Must return the same object that also implements the functional component interface.
| AcsJComponentCreationEx | if the component implementation class could not be instantiated |
Implements alma::acs::container::ComponentHelper.
| Class<? extends ACSComponentOperations> alma::ACS::jbaci::enumProp::test::EnumTestComponentImplHelper::_getOperationsInterface | ( | ) | [inline, protected, virtual] |
Gets the xxOperations interface as generated by the IDL compiler.
This method must be provided by the component helper class.
Class object associated with the operations interface. Implements alma::acs::container::ComponentHelper.
| Class<? extends Servant> alma::ACS::jbaci::enumProp::test::EnumTestComponentImplHelper::_getPOATieClass | ( | ) | [inline, protected, virtual] |
This method must be provided by the component helper class. It must return the Class of the IDL-generated POA-Tie Servant, as in
return DummyComponentPOATie.class;.
Implements alma::acs::container::ComponentHelper.
1.6.2