public class CIMEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
iID |
protected CIMInstance |
iIndication |
protected java.net.InetAddress |
iInetAddress |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected CIMInstance iIndication
protected java.lang.String iID
protected java.net.InetAddress iInetAddress
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 addresspublic java.net.InetAddress getInetAddress()
public CIMInstance getIndication()
public java.lang.String getID()
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.