|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.wbem.client.CIMEvent
This class represents the CIM indication that is delivered to the subscriber. as a result of client subscriptions.
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 |
public CIMEvent(CIMInstance indication)
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 |
public CIMInstance getIndication()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |