com.adventnet.utils.agent
Class DynamicFileToVector

java.lang.Object
  extended by com.adventnet.utils.agent.DynamicFileToVector
All Implemented Interfaces:
UpdateListener, AgentEventListener

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. 
See Also:
Constant Field Values

HOST

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

PORT

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

TIMEOUT

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

COMMUNITY

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

ROWSTATUS

static final int ROWSTATUS
Deprecated. 
See Also:
Constant Field Values
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.