org.jboss.jmx.adaptor.snmp.config.attribute
Class ManagedTable
java.lang.Object
org.jboss.jmx.adaptor.snmp.config.attribute.ManagedTable
public class ManagedTable
- extends java.lang.Object
This class denotes a Table of data.
Essentially it is just a conceptual grouping of attributes into a table.
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.
Tables 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 |
ManagedTable
public ManagedTable()
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.