org.sblim.cimclient.internal.wbem.indications
public class CIMEventDispatcher extends Thread
Field Summary | |
---|---|
protected LinkedList | iEventQueue |
protected IndicationListener | iListener |
Constructor Summary | |
---|---|
CIMEventDispatcher(IndicationListener pListener)
Construct a CIMEventDispatcher object which distributes CIMEvents to the
appropiate CIMListener.
|
Method Summary | |
---|---|
void | close()
close |
void | dispatchEvent(CIMEvent pEvent)
Propagates the CIMEvent to the event consumers.
|
void | kill()
Stops the dispatching of events. |
void | run() |
void | startup()
Starts the dispatching engine of the CIMEventDispatcher.
|
Parameters: pListener
Parameters: pEvent