|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.snmp.V3ForwardingTableMBean
public class V3ForwardingTableMBean
Handles all requests under V3ForwardingTable group
| Field Summary | |
|---|---|
(package private) java.lang.String |
fileDir
|
(package private) V3ForwardingTable |
v3ForTable
|
| Constructor Summary | |
|---|---|
V3ForwardingTableMBean(V3ForwardingTable table)
Constructor with the V3ForwardingTable reference. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getIndexNames()
To get the index column names of the table |
java.util.Vector |
getTableVector()
Method to retrieve the Vector of V3ForwardingEntries. |
javax.jmx.openmbean.TabularData |
getV3ForwardingTable()
Method to retrieve this Table. |
void |
setFToVDir(java.lang.String agentDir)
|
void |
setTableVector(java.util.Vector vec)
Method to populate this Table with the Vector. |
void |
setV3ForwardingTable(javax.jmx.openmbean.TabularData data)
Method to set the Table data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String fileDir
V3ForwardingTable v3ForTable
| Constructor Detail |
|---|
public V3ForwardingTableMBean(V3ForwardingTable table)
table - The V3ForwardingTable to be managed by this MBean.| Method Detail |
|---|
public java.lang.String[] getIndexNames()
public void setTableVector(java.util.Vector vec)
vec - the Vector of V3ForwardingEntry instances.public java.util.Vector getTableVector()
public void setFToVDir(java.lang.String agentDir)
public javax.jmx.openmbean.TabularData getV3ForwardingTable()
public void setV3ForwardingTable(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 | ||||||||