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