|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.wbem.indications.CIMEvent
public class CIMEvent
Class CIMEvent is required for indication handling.
Field Summary | |
---|---|
protected java.lang.String |
iID
|
protected CIMInstance |
iIndication
|
protected java.net.InetAddress |
iInetAddress
|
Constructor Summary | |
---|---|
CIMEvent(CIMInstance pIndication)
Ctor. |
|
CIMEvent(CIMInstance pIndication,
java.lang.String id)
Ctor. |
|
CIMEvent(CIMInstance pIndication,
java.lang.String pId,
java.net.InetAddress pInetAddress)
Constructor that takes the CIMInstance of the indication, the id as well as the InetAddress of the remote machine. |
Method Summary | |
---|---|
java.lang.String |
getID()
getID |
CIMInstance |
getIndication()
getIndication |
java.net.InetAddress |
getInetAddress()
This method returns the InetAddress of the machine that hosts the CIM Agent that sent the indication. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CIMInstance iIndication
protected java.lang.String iID
protected java.net.InetAddress iInetAddress
Constructor Detail |
---|
public CIMEvent(CIMInstance pIndication)
pIndication
- public CIMEvent(CIMInstance pIndication, java.lang.String id)
pIndication
- id
- public CIMEvent(CIMInstance pIndication, java.lang.String pId, java.net.InetAddress pInetAddress)
pIndication
- The indication instancepId
- The idpInetAddress
- The addressMethod Detail |
---|
public java.net.InetAddress getInetAddress()
public CIMInstance getIndication()
public java.lang.String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |