com.adventnet.utils.agent
Class DynamicWithInstanceFileToVector

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

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

class DynamicWithInstanceFileToVector
extends java.lang.Object
implements UpdateListener

This class is used for persistence of the SubAgentWithInstance.txt in flat file format. Used by DynamicRegistrationWithInstance.

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

Field Summary
(package private) static int COMMUNITY
          Deprecated.  
(package private) static int ENTRYINSTANCE
          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
DynamicWithInstanceFileToVector(java.lang.String dirStr, java.lang.String fileName)
          Deprecated.  
 
Method Summary
 void setTableRequestHandler(DynamicRegistrationWithInstance 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. 

ENTRYINSTANCE

static final int ENTRYINSTANCE
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

DynamicWithInstanceFileToVector

public DynamicWithInstanceFileToVector(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(DynamicRegistrationWithInstance handler)
Deprecated.