com.adventnet.adaptors.snmp
Class VacmSecurityToGroupTableMBean

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

public class VacmSecurityToGroupTableMBean
extends java.lang.Object

Handles all requests under aclTable group


Field Summary
(package private)  VacmGroupTable vacmSecurityToGroupTable
           
 
Constructor Summary
VacmSecurityToGroupTableMBean(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 getVacmSecurityToGroupTable()
           
 void setAgentReference(SnmpAgent agentRef)
           
 void setTableVector(java.util.Vector vec)
           
 void setVacmSecurityToGroupTable(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

vacmSecurityToGroupTable

VacmGroupTable vacmSecurityToGroupTable
Constructor Detail

VacmSecurityToGroupTableMBean

public VacmSecurityToGroupTableMBean(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()

getVacmSecurityToGroupTable

public javax.jmx.openmbean.TabularData getVacmSecurityToGroupTable()

setVacmSecurityToGroupTable

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