com.adventnet.adaptors.snmp
Class NotificationVarBindTableMBean

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

public class NotificationVarBindTableMBean
extends java.lang.Object

Handles all requests under aclTable group


Field Summary
(package private)  java.lang.String fileDir
           
(package private)  NotificationVarBindTable notVarBindTable
           
 
Constructor Summary
NotificationVarBindTableMBean(NotificationVarBindTable table)
           
 
Method Summary
 java.lang.String[] getIndexNames()
          To get the index column names of the table
 javax.jmx.openmbean.TabularData getNotificationVarBindTable()
           
 java.util.Vector getTableVector()
           
 void setFToVDir(java.lang.String agentDir)
           
 void setNotificationVarBindTable(javax.jmx.openmbean.TabularData data)
           
 void setTableVector(java.util.Vector vec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileDir

java.lang.String fileDir

notVarBindTable

NotificationVarBindTable notVarBindTable
Constructor Detail

NotificationVarBindTableMBean

public NotificationVarBindTableMBean(NotificationVarBindTable table)
Method Detail

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

setFToVDir

public void setFToVDir(java.lang.String agentDir)

getNotificationVarBindTable

public javax.jmx.openmbean.TabularData getNotificationVarBindTable()

setNotificationVarBindTable

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