Public Member Functions

alma.demo.EventConsumerImpl.EventConsumerImpl Class Reference

Inheritance diagram for alma.demo.EventConsumerImpl.EventConsumerImpl:
alma.acs.component.ComponentImplBase alma.acs.component.ComponentLifecycle

List of all members.

Public Member Functions

void initialize (ContainerServices containerServices) throws ComponentLifecycleException
void receive (alma.FRIDGE.temperatureDataBlockEvent joe)
void cleanUp ()

Detailed Description

Implementation class of the ConsumerComp IDL interface.

Author:
dfugate

Member Function Documentation

void alma.demo.EventConsumerImpl.EventConsumerImpl.cleanUp (  ) 

Disconnects the Consumer

References alma.acs.nc.Consumer.disconnect().

void alma.demo.EventConsumerImpl.EventConsumerImpl.receive ( alma.FRIDGE.temperatureDataBlockEvent  joe  ) 

This method will be called whenever a temperatureDataBlockEvent becomes available on the channel.

Note that this method is found by the framework through introspection, see Consumer#addSubscription(java.lang.Class, java.lang.Object).

References alma.acs.component.ComponentImplBase.m_logger.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties