

Public Member Functions | |
| void | sendEvents (short param) |
| void | cleanUp () |
| void | initialize (ContainerServices containerServices) throws ComponentLifecycleException |
| void | sendEventsSpecial (NestedFridgeEvent[] eventData) throws CouldntPerformActionEx |
Private Attributes | |
| SimpleSupplier | m_supplier = null |
Class designed for testing event suppliers.
| void alma::demo::test::EventILSupplierImpl::EventSupplierImpl::cleanUp | ( | ) | [inline] |
Disconnects the supplier.
Reimplemented from alma::acs::component::ComponentImplBase.
| void alma::demo::test::EventILSupplierImpl::EventSupplierImpl::initialize | ( | ContainerServices | containerServices | ) | throws ComponentLifecycleException [inline] |
Sets up the SimpleSupplier.
| containerServices | Services to components. |
| ComponentLifecycleException | Not thrown. |
Reimplemented from alma::acs::component::ComponentImplBase.
| void alma::demo::test::EventILSupplierImpl::EventSupplierImpl::sendEvents | ( | short | param | ) | [inline] |
Sends some events to an event channel.
| param | number of events to send |
Implements alma::demo::SupplierCompOperations.
References m_supplier, alma::acs::nc::SimpleSupplier::publishEvent(), and alma::acs::nc::SimpleSupplier::subscription_change().
| void alma::demo::test::EventILSupplierImpl::EventSupplierImpl::sendEventsSpecial | ( | NestedFridgeEvent[] | eventData | ) | throws CouldntPerformActionEx [inline] |
SimpleSupplier alma::demo::test::EventILSupplierImpl::EventSupplierImpl::m_supplier = null [private] |
Referenced by sendEvents().
1.6.2