com.adventnet.snmp.snmp2.agent.notification
Class SnmpNotifyFilterTableXMLToVector
java.lang.Object
|
+--com.adventnet.snmp.snmp2.agent.notification.SnmpNotifyFilterTableXMLToVector
- class SnmpNotifyFilterTableXMLToVector
- extends java.lang.Object
- implements UpdateListener
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SNMPNOTIFYFILTERPROFILENAME
static final int SNMPNOTIFYFILTERPROFILENAME
SNMPNOTIFYFILTERSUBTREE
static final int SNMPNOTIFYFILTERSUBTREE
SNMPNOTIFYFILTERMASK
static final int SNMPNOTIFYFILTERMASK
SNMPNOTIFYFILTERTYPE
static final int SNMPNOTIFYFILTERTYPE
SNMPNOTIFYFILTERSTORAGETYPE
static final int SNMPNOTIFYFILTERSTORAGETYPE
SNMPNOTIFYFILTERROWSTATUS
static final int SNMPNOTIFYFILTERROWSTATUS
columnNames
static final java.lang.String[] columnNames
SnmpNotifyFilterTableXMLToVector
public SnmpNotifyFilterTableXMLToVector(java.lang.String dirStr,
java.lang.String fileName)
getColumnId
public static int getColumnId(java.lang.String name)
getColumnValue
public java.lang.String getColumnValue(SnmpNotifyFilterEntry entry,
java.lang.String columnName)
readFromFile
public void readFromFile()
throws java.lang.Exception
writeIntoFile
public void writeIntoFile()
- Description copied from interface: UpdateListener
- This will be especially useful in writing the entry values of the
table in a file.
- Specified by:
- writeIntoFile in interface UpdateListener
setTableRequestHandler
public void setTableRequestHandler(SnmpNotifyFilterTableRequestHandler handler)