|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ireasoning.util.CTreeNode com.ireasoning.util.OrderedTreeNode com.ireasoning.protocol.snmp.BasicOIDTreeNode
Basic OIDTreeNode
Field Summary | |
static byte |
ACCESS_READ_CREATE
access code: read, write and create |
static byte |
ACCESS_READ_ONLY
access code: read only |
static byte |
ACCESS_READ_WRITE
access code: read and write |
static byte |
ACCESSIBLE_FOR_NOTIFY
access code: accessible for notify |
static byte |
NOT_ACCESSIBLE
access code: not accessible |
Constructor Summary | |
BasicOIDTreeNode(SnmpOID name)
Constructor. |
|
BasicOIDTreeNode(SnmpOID name,
CTreeNode root)
Constructor. |
|
BasicOIDTreeNode(String name)
Constructor. |
|
BasicOIDTreeNode(String name,
CTreeNode root)
Constructor. |
Method Summary | |
int |
getAccess()
Always return not-accessible |
String |
getMibNodeName()
Always return null |
Comparable |
getName()
Gets the name object |
String |
getObjectName()
Always return null. |
SnmpTable |
getSnmpTable()
Returns the SnmpTable object associated with this table |
SnmpTableEntry |
getTableEntryObject()
Returns the SnmpTableEntry object associated with this node |
boolean |
isGroupNode()
Always return false; |
boolean |
isPartialName()
|
boolean |
isReady()
Return true if this node is ready after being added |
boolean |
isReadyExpired(long span)
|
boolean |
isRegistered()
|
boolean |
isScalarNode()
Always return false |
boolean |
isTableLeafNode()
Always return true |
boolean |
isTableNode()
Always return false |
protected CTreeNode |
newInstance(Comparable name,
CTreeNode root)
Creates a new intance of BasicOIDTreeNode |
void |
setPartialName(boolean b)
|
void |
setReady(boolean isReady)
Sets the row status to be ready or not |
void |
setReady(long time)
Sets the row status to be ready or not |
void |
setRegistered(boolean isRegistered)
|
void |
setTableEntryObject(SnmpTableEntry entry)
Associates an SnmpTableEntry object with this object |
Methods inherited from class com.ireasoning.util.OrderedTreeNode |
addChild, addChild, appendChild, compareTo, getNext, search |
Methods inherited from class com.ireasoning.util.CTreeNode |
appendChild, appendChild, compareTo, compareTo, compareTo, copy, equals, getChildNode, getChildNodeCount, getChildNodeIndex, getChildNodes, getFirstChild, getLastChild, getLeftMost, getNextSibling, getParent, getPrevSibling, getRawName, getRightMost, getRoot, hashCode, insertBefore, isChildNode, isInSameTree, isLeaf, isRoot, removeChild, removeChild, removeChild, removeNode, replaceChild, setName, setParent, setRoot, toJTreeNode, toString, traverse |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final byte NOT_ACCESSIBLE
public static final byte ACCESSIBLE_FOR_NOTIFY
public static final byte ACCESS_READ_ONLY
public static final byte ACCESS_READ_WRITE
public static final byte ACCESS_READ_CREATE
Constructor Detail |
public BasicOIDTreeNode(SnmpOID name)
name
- node namepublic BasicOIDTreeNode(SnmpOID name, CTreeNode root)
name
- node nameroot
- root nodepublic BasicOIDTreeNode(String name)
name
- node namepublic BasicOIDTreeNode(String name, CTreeNode root)
name
- node nameroot
- root nodeMethod Detail |
public boolean isTableLeafNode()
public boolean isScalarNode()
public SnmpTable getSnmpTable()
public void setTableEntryObject(SnmpTableEntry entry)
public SnmpTableEntry getTableEntryObject()
protected CTreeNode newInstance(Comparable name, CTreeNode root)
public boolean isReady()
public void setReady(boolean isReady)
public void setReady(long time)
public boolean isReadyExpired(long span)
public boolean isRegistered()
public void setRegistered(boolean isRegistered)
public void setPartialName(boolean b)
public boolean isPartialName()
public boolean isGroupNode()
public boolean isTableNode()
public Comparable getName()
getName
in class CTreeNode
public int getAccess()
public String getObjectName()
public String getMibNodeName()
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |