|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.snmpadaptor4j.core.mapping.MBeanAttributeMapping
public final class MBeanAttributeMapping
Object containing the mapping for access to a MBean attribute.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttributeName()
Returns the attribute name. |
Class<?> |
getJmxDataType()
Returns the data type of JMX attribute. |
SnmpOid |
getOid()
Returns the Object Identifier of MIB node. |
SnmpDataType |
getSnmpDataType()
Returns the SNMP data type of MIB node. |
int |
hashCode()
|
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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public SnmpOid getOid()
public String getAttributeName()
public SnmpDataType getSnmpDataType()
public Class<?> getJmxDataType()
public boolean isReadable()
TRUE
if the attribute can be read (for SNMP write and read community), FALSE
otherwise.
TRUE
if the attribute can be read (for SNMP write and read community), FALSE
otherwise.public boolean isWritable()
TRUE
if the attribute can be write (for SNMP write community), FALSE
otherwise.
TRUE
if the attribute can be write (for SNMP write community), FALSE
otherwise.public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |