Class CIMEvent
java.lang.Object
org.sblim.wbem.client.indications.CIMEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCIMEvent
(CIMInstance pIndication) CIMEvent
(CIMInstance pIndication, String id) 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
Modifier and TypeMethodDescriptiongetID()
This method returns the InetAddress of the machine that hosts the CIM Agent that sent the indication.
-
Field Details
-
iIndication
-
iID
-
iInetAddress
-
-
Constructor Details
-
CIMEvent
-
CIMEvent
-
CIMEvent
Constructor that takes the CIMInstance of the indication, the id as well as the InetAddress of the remote machine.- Parameters:
pIndication
- The indication instancepId
- The idpInetAddress
- The address
-
-
Method Details
-
getInetAddress
This method returns the InetAddress of the machine that hosts the CIM Agent that sent the indication. Be aware the remote machine could have multiple network adapters - thus the result can be ambigous.- Returns:
- The InetAddress of the remote machine
-
getIndication
-
getID
-