

Public Member Functions | |
| void | initialize (ContainerServices containerServices) throws ComponentLifecycleException |
| void | sendEvents (short param) |
| void | sendEventsSpecial (NestedFridgeEvent[] eventData) throws CouldntPerformActionEx |
| void | cleanUp () |
Private Attributes | |
| SimpleSupplier | m_supplier = null |
Class designed for testing event suppliers. : consolidate with similar class in jcontexmpl
| void alma::demo::test::EventSupplierImpl::EventSupplierImpl::cleanUp | ( | ) | [inline] |
Disconnects the supplier.
Reimplemented from alma::acs::component::ComponentImplBase.
| void alma::demo::test::EventSupplierImpl::EventSupplierImpl::initialize | ( | ContainerServices | containerServices | ) | throws ComponentLifecycleException [inline] |
Sets up the SimpleSupplier.
| containerServices | Services to components. |
| ComponentLifecycleException | Not thrown. |
Reimplemented from alma::acs::component::ComponentImplBase.
References alma::acs::component::ComponentImplBase::m_containerServices, alma::acs::component::ComponentImplBase::m_logger, and m_supplier.
| void alma::demo::test::EventSupplierImpl::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::EventSupplierImpl::EventSupplierImpl::sendEventsSpecial | ( | NestedFridgeEvent[] | eventData | ) | throws CouldntPerformActionEx [inline] |
Referenced by initialize(), and sendEvents().
1.6.2