|
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.LightWeightNodeEntry
This class is a lighter weight version of the DbNodeEntry class for use in SMB reparenting.
Field Summary | |
private boolean |
m_duplicate
|
private DbNodeEntry |
m_hwNodeEntry
|
private java.lang.String |
m_netbiosName
|
private int |
m_nodeId
|
Constructor Summary | |
(package private) |
ReparentViaSmb.LightWeightNodeEntry(int nodeID,
java.lang.String netbiosName)
Constructs a new LightWeightNodeEntry object. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Node equality test...currently returns true if the LightWeightNodeEntry objects have the same NetBIOS name. |
(package private) DbNodeEntry |
getHeavyWeightNodeEntry()
|
(package private) java.lang.String |
getNetbiosName()
Returns the NetBIOS name of the node. |
(package private) int |
getNodeId()
Returns the node identifer. |
(package private) boolean |
hasHeavyWeightNodeEntry()
|
(package private) boolean |
isDuplicate()
Returns true if this LightWeightNodeEntry object has been marked as a duplicate, false otherwise. |
(package private) void |
setDuplicate(boolean dupFlag)
Sets the duplicate flag for the node.. |
(package private) void |
setHeavyWeightNodeEntry(DbNodeEntry hwNodeEntry)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int m_nodeId
private java.lang.String m_netbiosName
private boolean m_duplicate
private DbNodeEntry m_hwNodeEntry
Constructor Detail |
ReparentViaSmb.LightWeightNodeEntry(int nodeID, java.lang.String netbiosName)
Constructs a new LightWeightNodeEntry object.
nodeID
- Node's identifiernetbiosName
- Node's NetBIOS nameMethod Detail |
int getNodeId()
Returns the node identifer.
java.lang.String getNetbiosName()
Returns the NetBIOS name of the node.
void setDuplicate(boolean dupFlag)
Sets the duplicate flag for the node..
dupFlag
- the state for the duplicate flagboolean isDuplicate()
Returns true if this LightWeightNodeEntry object has been marked as a duplicate, false otherwise.
void setHeavyWeightNodeEntry(DbNodeEntry hwNodeEntry)
DbNodeEntry getHeavyWeightNodeEntry()
boolean hasHeavyWeightNodeEntry()
public boolean equals(java.lang.Object o)
Node equality test...currently returns true if the LightWeightNodeEntry objects have the same NetBIOS name.
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |