Class CIMEventDispatcher
java.lang.Object
java.lang.Thread
org.sblim.wbem.client.indications.CIMEventDispatcher
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsFields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a CIMEventDispatcher object which distributes CIMEvents to the appropiate CIMListener. -
Method Summary
Methods inherited from class Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, threadId, toString, yield
-
Field Details
-
iEventQueue
-
iClient
-
-
Constructor Details
-
CIMEventDispatcher
Construct a CIMEventDispatcher object which distributes CIMEvents to the appropiate CIMListener.- Parameters:
pClient
-
-
-
Method Details
-
dispatchEvent
Propagates the CIMEvent to the event consumers.- Parameters:
pEvent
-
-
startup
public void startup()Starts the dispatching engine of the CIMEventDispatcher. -
kill
public void kill()Stops the dispatching of events. -
close
public void close() -
run
-