org.sblim.wbem.client.indications
Class CIMEventDispatcher
Thread
org.sblim.wbem.client.indications.CIMEventDispatcher
public class CIMEventDispatcher
extends Thread
CIMEventDispatcher.java
(C) Copyright IBM Corp. 2005, 2007
THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Common Public License from
http://www.opensource.org/licenses/cpl1.0.php
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.
|
iEventQueue
protected Vector iEventQueue
CIMEventDispatcher
public CIMEventDispatcher(CIMIndicationListenertList pClient)
Construct a CIMEventDispatcher object which distributes CIMEvents to the
appropiate CIMListener.
dispatchEvent
public void dispatchEvent(CIMEvent pEvent)
Propagates the CIMEvent to the event consumers.
kill
public void kill()
Stops the dispatching of events.
startup
public void startup()
Starts the dispatching engine of the CIMEventDispatcher.
Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.