javax.wbem.client
Class CIMEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.wbem.client.CIMEvent
All Implemented Interfaces:
java.io.Serializable

public class CIMEvent
extends java.util.EventObject

This class represents the CIM indication that is delivered to the subscriber. as a result of client subscriptions.

Since:
WBEM 1.0
Version:
1.1 03/01/01
See Also:
Serialized Form

Constructor Summary
CIMEvent(CIMInstance indication)
          Constructs a CIMEvent.
 
Method Summary
 CIMInstance getIndication()
          Returns the embedded indication.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CIMEvent

public CIMEvent(CIMInstance indication)
Constructs a CIMEvent.

Parameters:
indication - The actual cimIndication. This may be a life cycle indication, meta schema indication or process indication as specified by the CIM Events spec. The source property is populated using the source instance from indication, if present.
Method Detail

getIndication

public CIMInstance getIndication()
Returns the embedded indication.

Returns:
CIMInstance representing the indication.


Java™ WBEM (JSR48) 1.0.0 API