|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.snmp.AclTableMBean
public class AclTableMBean
Handles all requests under aclTable group
| Field Summary | |
|---|---|
(package private) AclTable |
aclTable
|
| Constructor Summary | |
|---|---|
AclTableMBean(AclTable table)
Constructor with the AclTable reference. |
|
| Method Summary | |
|---|---|
javax.jmx.openmbean.TabularData |
getAclTable()
Method to retrieve this Table. |
java.lang.String[] |
getIndexNames()
To get the index column names of the table |
java.util.Vector |
getTableVector()
Method to retrieve the Vector of AclEntries. |
void |
setAclTable(javax.jmx.openmbean.TabularData data)
Method to set the Table data. |
void |
setTableVector(java.util.Vector vec)
Method to populate this Table with the Vector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
AclTable aclTable
| Constructor Detail |
|---|
public AclTableMBean(AclTable table)
table - The AclTable to be managed by this MBean.| Method Detail |
|---|
public java.lang.String[] getIndexNames()
public void setTableVector(java.util.Vector vec)
vec - the Vector of AclEntry instances.public java.util.Vector getTableVector()
public javax.jmx.openmbean.TabularData getAclTable()
public void setAclTable(javax.jmx.openmbean.TabularData data)
throws java.lang.Exception
data - The TabularData to be set
java.lang.Exception - This wraps all the exceptions thrown during this
process.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||