ALMA Computing Group
Public Member Functions | Protected Member Functions

alma::demo::EventSupplierImpl::EventSupplierHelper Class Reference

Inheritance diagram for alma::demo::EventSupplierImpl::EventSupplierHelper:
Inheritance graph
[legend]
Collaboration diagram for alma::demo::EventSupplierImpl::EventSupplierHelper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EventSupplierHelper (Logger containerLogger)

Protected Member Functions

ComponentLifecycle _createComponentImpl ()
 Method _createComponentImpl to be provided by subclasses.
Class _getPOATieClass ()
 This method must be provided by the component helper class.
Class _getOperationsInterface ()
 Gets the xxOperations interface as generated by the IDL compiler.

Detailed Description

Author:
dfugate

Definition at line 42 of file EventSupplierHelper.java.


Constructor & Destructor Documentation

alma::demo::EventSupplierImpl::EventSupplierHelper::EventSupplierHelper ( Logger  containerLogger  )  [inline]

Definition at line 44 of file EventSupplierHelper.java.


Member Function Documentation

ComponentLifecycle alma::demo::EventSupplierImpl::EventSupplierHelper::_createComponentImpl (  )  [inline, protected]

Method _createComponentImpl to be provided by subclasses.

Must return the same object that also implements the functional interface.

Returns:
ComponentLifecycle

Definition at line 54 of file EventSupplierHelper.java.

Class alma::demo::EventSupplierImpl::EventSupplierHelper::_getOperationsInterface (  )  [inline, protected]

Gets the xxOperations interface as generated by the IDL compiler.

This method must be provided by the component helper class.

Returns:
the Class object associated with the operations interface.

Definition at line 74 of file EventSupplierHelper.java.

Class alma::demo::EventSupplierImpl::EventSupplierHelper::_getPOATieClass (  )  [inline, protected]

This method must be provided by the component helper class.

Returns:
Class

Definition at line 63 of file EventSupplierHelper.java.


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