Public Member Functions | Static Public Attributes | Package Attributes

alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl Class Reference

Inheritance diagram for alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl:
alma.acs.component.ComponentLifecycle

List of all members.

Public Member Functions

void initialize (ContainerServices containerServices)
void execute () throws ComponentLifecycleException
void cleanUp ()
void aboutToAbort ()
ComponentStates componentState ()
String name ()
int sendBlocks (int initVal, int lastVal, int changeVal, float period) throws CouldntPerformActionEx

Static Public Attributes

static final String PROP_ASSERTION_MESSAGE = "CounterSupplierAssert"

Package Attributes

int eventCount = 0
volatile boolean flag = false

Detailed Description

CounterSupplier is a simple class that creates the "counter" notification channel, generates events, and then disconnects from the channel.

Author:
eallaert

Member Function Documentation

void alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl.aboutToAbort (  ) 
void alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl.cleanUp (  ) 
ComponentStates alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl.componentState (  ) 
void alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl.execute (  )  throws ComponentLifecycleException
void alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl.initialize ( ContainerServices  containerServices  ) 
String alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl.name (  ) 
int alma.COUNTER.CounterSupplierImpl.CounterSupplierImpl.sendBlocks ( int  initVal,
int  lastVal,
int  changeVal,
float  period 
) throws CouldntPerformActionEx

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties