org.sblim.wbem.client.indications
public class CIMEventDispatcher extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
protected CIMIndicationListenertList |
iClient |
protected java.util.Vector |
iEventQueue |
Constructor and Description |
---|
CIMEventDispatcher(CIMIndicationListenertList pClient)
Construct a CIMEventDispatcher object which distributes CIMEvents to the
appropiate CIMListener.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected java.util.Vector iEventQueue
protected CIMIndicationListenertList iClient
public CIMEventDispatcher(CIMIndicationListenertList pClient)
pClient
- public void dispatchEvent(CIMEvent pEvent)
pEvent
- public void startup()
public void kill()
public void close()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.