|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.agent.FileToVector
com.adventnet.snmp.snmp2.agent.V3FileToVector
public class V3FileToVector
This class is used for the flatFile persistency of the Trap Table Entries. This class is deprecated since we use the V3XMLToVector instead
V3XMLToVector| Field Summary | |
|---|---|
(package private) SimpleTrapForwardingTable |
handler
Deprecated. |
(package private) static int |
ID
Deprecated. |
(package private) static int |
MANAGERHOST
Deprecated. |
(package private) static int |
MANAGERPORT
Deprecated. |
(package private) static int |
ROWSTATUS
Deprecated. |
(package private) java.util.Vector |
tableVector
Deprecated. |
(package private) static int |
V3MANAGERUSERCONTEXTNAME
Deprecated. |
(package private) static int |
V3MANAGERUSERNAME
Deprecated. |
(package private) static int |
V3MANAGERUSERSECMODEL
Deprecated. |
| Fields inherited from class com.adventnet.snmp.snmp2.agent.FileToVector |
|---|
lastModified, refreshTime |
| Constructor Summary | |
|---|---|
V3FileToVector(java.lang.String dirStr,
java.lang.String fileName)
Deprecated. Primary constructor with the directory Name and the file Name |
|
| Method Summary | |
|---|---|
void |
run()
Deprecated. Since the AdventNet Agent Toolkit (Java Edition) 4.2 release |
void |
setForwardingTableRequestHandler(SimpleTrapForwardingTable handler)
Deprecated. Used to set the RequestHandler which will handle the requests and update the file values to the Handler files |
void |
writeIntoFile()
Deprecated. Used to update values from the file |
| Methods inherited from class com.adventnet.snmp.snmp2.agent.FileToVector |
|---|
initTableVector, refreshTrapTable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final int ID
static final int MANAGERHOST
static final int MANAGERPORT
static final int V3MANAGERUSERNAME
static final int V3MANAGERUSERSECMODEL
static final int V3MANAGERUSERCONTEXTNAME
static final int ROWSTATUS
java.util.Vector tableVector
SimpleTrapForwardingTable handler
| Constructor Detail |
|---|
public V3FileToVector(java.lang.String dirStr,
java.lang.String fileName)
| Method Detail |
|---|
public void writeIntoFile()
writeIntoFile in interface UpdateListenerwriteIntoFile in class FileToVectorpublic void setForwardingTableRequestHandler(SimpleTrapForwardingTable handler)
setForwardingTableRequestHandler in class FileToVectorpublic void run()
run in interface java.lang.Runnablerun in class FileToVector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||