org.sblim.cimclient.internal.wbem.indications
public class CIMEventDispatcher extends Thread
| Field Summary | |
|---|---|
| protected LinkedList<CIMEvent> | iEventQueue |
| protected IndicationListener | iListener |
| Constructor Summary | |
|---|---|
| CIMEventDispatcher(IndicationListener pListener)
Construct a CIMEventDispatcher object which distributes CIMEvents to the
appropriate 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 | startup()
Starts the dispatching engine of the CIMEventDispatcher.
|
Parameters: pListener
Parameters: pEvent