|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.capsd.ReparentViaSmb.LightWeightIfEntry
LightWeightIfEntry is designed to hold specific information about an IP interface in the database such as its IP address, its parent node id, and its managed status and represents a lighter weight version of the DbIpInterfaceEntry class.
Field Summary | |
private java.lang.String |
m_address
|
private java.lang.String |
m_hostname
|
private int |
m_nodeId
|
private int |
m_oldNodeId
|
Constructor Summary | |
ReparentViaSmb.LightWeightIfEntry(java.lang.String address,
java.lang.String hostname,
int nodeId,
int oldNodeId)
Constructs a new LightWeightIfEntry object. |
Method Summary | |
java.lang.String |
getAddress()
Returns the IP address of the interface. |
java.lang.String |
getHostName()
Returns the IP hostname of the interface. |
int |
getOldParentNodeId()
Returns the old parent node id of the interface. |
int |
getParentNodeId()
Returns the parent node id of the interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String m_address
private java.lang.String m_hostname
private int m_nodeId
private int m_oldNodeId
Constructor Detail |
public ReparentViaSmb.LightWeightIfEntry(java.lang.String address, java.lang.String hostname, int nodeId, int oldNodeId)
Constructs a new LightWeightIfEntry object.
address
- Interface's ip addresshostname
- Interface's ip host namenodeId
- Interface's parent node idoldNodeId
- Interface's original parent node idMethod Detail |
public java.lang.String getAddress()
Returns the IP address of the interface.
public java.lang.String getHostName()
Returns the IP hostname of the interface.
public int getParentNodeId()
Returns the parent node id of the interface.
public int getOldParentNodeId()
Returns the old parent node id of the interface.
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |