| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 TRUEif the attribute can be read (for SNMP write and read community),FALSEotherwise. | 
|  boolean | isWritable()Returns TRUEif the attribute can be write (for SNMP write community),FALSEotherwise. | 
|  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 Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||