org.sblim.cimclient.internal.wbem.indications
public class CIMEvent extends Object
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. |
Parameters: pIndication
Parameters: pIndication id
Parameters: pIndication The indication instance pId The id pInetAddress The address
Returns: String
Returns: CIMInstance
Returns: The InetAddress of the remote machine