public class EventSupplierImpl extends ComponentImplBase
m_containerServices, m_instanceName, m_logger| Constructor and Description |
|---|
EventSupplierImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Disconnects the supplier before component is removed.
|
void |
initialize(ContainerServices containerServices)
Sets up the AcsEventPublisher.
|
void |
sendEvents(short param)
The IDL-defined method that sends the
temperatureDataBlockEvent fridge event a given number of times. |
void |
sendEventsSpecial(NestedFridgeEvent[] eventData) |
aboutToAbort, componentState, execute, namepublic void initialize(ContainerServices containerServices) throws ComponentLifecycleException
initialize in interface ComponentLifecycleinitialize in class ComponentImplBasecontainerServices - callback object for services provided by the containerComponentLifecycleExceptionComponentLifecycle.initialize(ContainerServices)public void cleanUp()
throws AcsJComponentCleanUpEx
cleanUp in interface ComponentLifecyclecleanUp in class ComponentImplBaseAcsJComponentCleanUpExpublic void sendEvents(short param)
throws CouldntPerformActionEx
temperatureDataBlockEvent fridge event a given number of times.CouldntPerformActionExpublic void sendEventsSpecial(NestedFridgeEvent[] eventData)
throws CouldntPerformActionEx
CouldntPerformActionEx