com.adventnet.adaptors.snmp
Class VacmContextTableMBean

java.lang.Object
  extended by com.adventnet.adaptors.snmp.VacmContextTableMBean

public class VacmContextTableMBean
extends java.lang.Object

Handles all requests under aclTable group


Field Summary
(package private)  VacmContextTable vacmContextTable
           
 
Constructor Summary
VacmContextTableMBean(SnmpAgent agentRef)
           
 
Method Summary
 java.lang.String[] getIndexNames()
          To get the index column names of the table
 java.util.Vector getTableVector()
           
 javax.jmx.openmbean.TabularData getVacmContextTable()
           
 void setAgentReference(SnmpAgent agentRef)
           
 void setTableVector(java.util.Vector vec)
           
 void setVacmContextTable(javax.jmx.openmbean.TabularData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vacmContextTable

VacmContextTable vacmContextTable
Constructor Detail

VacmContextTableMBean

public VacmContextTableMBean(SnmpAgent agentRef)
Method Detail

setAgentReference

public void setAgentReference(SnmpAgent agentRef)

getIndexNames

public java.lang.String[] getIndexNames()
To get the index column names of the table


setTableVector

public void setTableVector(java.util.Vector vec)

getTableVector

public java.util.Vector getTableVector()

getVacmContextTable

public javax.jmx.openmbean.TabularData getVacmContextTable()

setVacmContextTable

public void setVacmContextTable(javax.jmx.openmbean.TabularData data)
                         throws java.lang.Exception
Throws:
java.lang.Exception