com.adventnet.snmp.snmp2.agent
Class SysORTableFileToVector

java.lang.Object
  extended by com.adventnet.snmp.snmp2.agent.SysORTableFileToVector
All Implemented Interfaces:
UpdateListener, AgentEventListener

Deprecated. The API no longer uses this class as the persistence is converted to XML format.

 class SysORTableFileToVector
extends java.lang.Object
implements UpdateListener

Since:
AdventNet Agent Toolkit (Java Edition) 4.2 release.

Field Summary
(package private) static int SYSORDESCR
          Deprecated.  
(package private) static int SYSORID
          Deprecated.  
(package private) static int SYSORINDEX
          Deprecated.  
(package private) static int SYSORUPTIME
          Deprecated.  
 
Constructor Summary
SysORTableFileToVector(java.lang.String dirStr, java.lang.String fileName, SnmpAgent agentRef)
          Deprecated.  
 
Method Summary
 void readFromFile()
          Deprecated.  
 void setFieldSeparator(java.lang.String sep)
          Deprecated.  
 void setTableRequestHandler(SysORTableRequestHandler handler)
          Deprecated.  
 void writeIntoFile()
          Deprecated. This will be especially useful in writing the entry values of the table in a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSORINDEX

static final int SYSORINDEX
Deprecated. 
See Also:
Constant Field Values

SYSORID

static final int SYSORID
Deprecated. 
See Also:
Constant Field Values

SYSORDESCR

static final int SYSORDESCR
Deprecated. 
See Also:
Constant Field Values

SYSORUPTIME

static final int SYSORUPTIME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SysORTableFileToVector

public SysORTableFileToVector(java.lang.String dirStr,
                              java.lang.String fileName,
                              SnmpAgent agentRef)
Deprecated. 
Method Detail

setFieldSeparator

public void setFieldSeparator(java.lang.String sep)
Deprecated. 

readFromFile

public void readFromFile()
                  throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

writeIntoFile

public void writeIntoFile()
Deprecated. 
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(SysORTableRequestHandler handler)
Deprecated.