|
||||||||||
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 String |
iID
|
protected CIMInstance |
iIndication
|
protected InetAddress |
iInetAddress
|
Constructor Summary | |
---|---|
CIMEvent(CIMInstance pIndication)
Ctor. |
|
CIMEvent(CIMInstance pIndication,
String id)
Ctor. |
|
CIMEvent(CIMInstance pIndication,
String pId,
InetAddress pInetAddress)
Constructor that takes the CIMInstance of the indication, the id as well as the InetAddress of the remote machine. |
Method Summary | |
---|---|
String |
getID()
getID |
CIMInstance |
getIndication()
getIndication |
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 String iID
protected InetAddress iInetAddress
Constructor Detail |
---|
public CIMEvent(CIMInstance pIndication)
pIndication
- public CIMEvent(CIMInstance pIndication, String id)
pIndication
- id
- public CIMEvent(CIMInstance pIndication, String pId, InetAddress pInetAddress)
pIndication
- The indication instancepId
- The idpInetAddress
- The addressMethod Detail |
---|
public InetAddress getInetAddress()
public CIMInstance getIndication()
public String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |