|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snmpadaptor4j.core.SystemSnmpMib.ExternalNode
protected final class SystemSnmpMib.ExternalNode
External node of the SNMP Management Information Base (MIB).
| Constructor Summary | |
|---|---|
protected |
SystemSnmpMib.ExternalNode(int index,
SnmpOid oid)
Constructor. |
| Method Summary | |
|---|---|
Class<?> |
getJmxDataType()
Returns the data type of JMX attribute. |
SnmpOid |
getOid()
Returns the Object IDentifier (OID) to locate the attribute in the MIB. |
SnmpDataType |
getSnmpDataType()
Returns the SNMP data type of attribute. |
Object |
getValue()
Returns the value of attribute. |
boolean |
isReadable()
Returns TRUE if the attribute can be read (for SNMP write and read community), FALSE otherwise. |
boolean |
isWritable()
Returns TRUE if the attribute can be write (for SNMP write community), FALSE otherwise. |
void |
setValue(Object value)
Sets the value of attribute. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected SystemSnmpMib.ExternalNode(int index,
SnmpOid oid)
index - Index of attribute.oid - Object IDentifier (OID) of MIB node.| Method Detail |
|---|
public SnmpOid getOid()
AttributeAccessor
getOid in interface AttributeAccessorpublic SnmpDataType getSnmpDataType()
AttributeAccessor
getSnmpDataType in interface AttributeAccessorpublic Class<?> getJmxDataType()
AttributeAccessor
getJmxDataType in interface AttributeAccessorpublic Object getValue()
AttributeAccessor
getValue in interface AttributeAccessorpublic void setValue(Object value)
AttributeAccessor
setValue in interface AttributeAccessorvalue - New value of attribute.public boolean isReadable()
AttributeAccessorTRUE if the attribute can be read (for SNMP write and read community), FALSE otherwise.
isReadable in interface AttributeAccessorTRUE if the attribute can be read.public boolean isWritable()
AttributeAccessorTRUE if the attribute can be write (for SNMP write community), FALSE otherwise.
isWritable in interface AttributeAccessorTRUE if the attribute can be write.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||