Class CIMEventDispatcher

java.lang.Object
java.lang.Thread
org.sblim.wbem.client.indications.CIMEventDispatcher
All Implemented Interfaces:
Runnable

public class CIMEventDispatcher extends Thread
  • Field Details

  • Constructor Details

    • CIMEventDispatcher

      public CIMEventDispatcher(CIMIndicationListenertList pClient)
      Construct a CIMEventDispatcher object which distributes CIMEvents to the appropiate CIMListener.
      Parameters:
      pClient -
  • Method Details

    • dispatchEvent

      public void dispatchEvent(CIMEvent pEvent)
      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

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread