ALMA Computing Group

alma::demo::EventConsumerImpl::EventConsumerHelper Class Reference

List of all members.

Public Member Functions

 EventConsumerHelper (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 EventConsumerHelper.java.


Constructor & Destructor Documentation

alma::demo::EventConsumerImpl::EventConsumerHelper::EventConsumerHelper Logger  containerLogger  )  [inline]
 

Definition at line 44 of file EventConsumerHelper.java.


Member Function Documentation

ComponentLifecycle alma::demo::EventConsumerImpl::EventConsumerHelper::_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 EventConsumerHelper.java.

Class alma::demo::EventConsumerImpl::EventConsumerHelper::_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 EventConsumerHelper.java.

Class alma::demo::EventConsumerImpl::EventConsumerHelper::_getPOATieClass  )  [inline, protected]
 

This method must be provided by the component helper class.

Returns:
Class
Definition at line 63 of file EventConsumerHelper.java.


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