ALMA Computing Group
Classes | Public Member Functions | Private Attributes

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

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

List of all members.

Classes

class  EventProcessingCallbackImpl

Public Member Functions

void initialize (ContainerServices containerServices) throws ComponentLifecycleException
 Sets up the SimpleSupplier.
void cleanUp ()
 Disconnects the supplier before component is removed.
void sendEvents (short param) throws CouldntPerformActionEx
 The IDL-defined method that sends the temperatureDataBlockEvent fridge event a given number of times.
void sendEventsSpecial (NestedFridgeEvent[] eventData) throws CouldntPerformActionEx

Private Attributes

SimpleSupplier m_supplier

Detailed Description

Author:
dfugate

Definition at line 48 of file EventSupplierImpl.java.


Member Function Documentation

void alma::demo::EventSupplierImpl::EventSupplierImpl::cleanUp (  )  [inline]

Disconnects the supplier before component is removed.

Definition at line 73 of file EventSupplierImpl.java.

References m_supplier.

void alma::demo::EventSupplierImpl::EventSupplierImpl::initialize ( ContainerServices  containerServices  )  throws ComponentLifecycleException [inline]

Sets up the SimpleSupplier.

Definition at line 55 of file EventSupplierImpl.java.

References m_supplier.

void alma::demo::EventSupplierImpl::EventSupplierImpl::sendEvents ( short  param  )  throws CouldntPerformActionEx [inline]

The IDL-defined method that sends the temperatureDataBlockEvent fridge event a given number of times.

Definition at line 82 of file EventSupplierImpl.java.

References m_supplier.

void alma::demo::EventSupplierImpl::EventSupplierImpl::sendEventsSpecial ( NestedFridgeEvent[]  eventData  )  throws CouldntPerformActionEx [inline]

Definition at line 98 of file EventSupplierImpl.java.

References m_supplier.


Member Data Documentation


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