com.adventnet.utils.agent
Class DynamicFileToVector

java.lang.Object
  |
  +--com.adventnet.utils.agent.DynamicFileToVector

Deprecated. The SubAgent.txt is now converted to XML format.

public class DynamicFileToVector
extends java.lang.Object
implements UpdateListener

This class is used for the persistence of aProxyTable in flat file format used in DynamicRegistration.

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

Field Summary
(package private) static int COMMUNITY
          Deprecated.  
(package private) static int HOST
          Deprecated.  
(package private) static int OID
          Deprecated.  
(package private) static int PORT
          Deprecated.  
(package private) static int ROWSTATUS
          Deprecated.  
(package private) static int TIMEOUT
          Deprecated.  
 
Constructor Summary
DynamicFileToVector(java.lang.String dirStr, java.lang.String fileName)
          Deprecated.  
 
Method Summary
 void setTableRequestHandler(DynamicRegistration 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

OID

static final int OID
Deprecated. 

HOST

static final int HOST
Deprecated. 

PORT

static final int PORT
Deprecated. 

TIMEOUT

static final int TIMEOUT
Deprecated. 

COMMUNITY

static final int COMMUNITY
Deprecated. 

ROWSTATUS

static final int ROWSTATUS
Deprecated. 
Constructor Detail

DynamicFileToVector

public DynamicFileToVector(java.lang.String dirStr,
                           java.lang.String fileName)
Deprecated. 
Method Detail

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(DynamicRegistration handler)
Deprecated.