ALMA Computing Group

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

List of all members.

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 47 of file EventSupplierImpl.java.


Member Function Documentation

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

Disconnects the supplier before component is removed.

Definition at line 71 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 54 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 80 of file EventSupplierImpl.java.

References m_supplier.

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

Definition at line 96 of file EventSupplierImpl.java.

References m_supplier.


Member Data Documentation

SimpleSupplier alma::demo::EventSupplierImpl::EventSupplierImpl::m_supplier [private]
 

Definition at line 49 of file EventSupplierImpl.java.

Referenced by cleanUp(), initialize(), sendEvents(), and sendEventsSpecial().


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