org.jboss.jmx.adaptor.snmp.config.attribute
Class ManagedRow
java.lang.Object
org.jboss.jmx.adaptor.snmp.config.attribute.ManagedRow
public class ManagedRow
- extends java.lang.Object
This class denotes a Row contained in a table. This object has a list of associated "Instances" of data.
Essentially it is just a conceptual grouping of attributes.
This functionality can simplify retrieving certain attributes and organization of the MIB.
The name can be arbitrary. It is simply a label used for organization.
Rows are never writable.
- Version:
- $Revision: 81038 $
- Author:
- Heiko W. Rupp
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ManagedRow
public ManagedRow()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getPrefix
public java.lang.String getPrefix()
setPrefix
public void setPrefix(java.lang.String oid)
getSize
public int getSize()
setSize
public void setSize(int n)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.