com.adventnet.utils.agent
Class DynamicWithCommunityFileToVector

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

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

class DynamicWithCommunityFileToVector
extends java.lang.Object
implements UpdateListener

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

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
DynamicWithCommunityFileToVector(java.lang.String dirStr, java.lang.String fileName)
          Deprecated.  
 
Method Summary
 void setTableRequestHandler(DynamicRegistrationWithCommunity 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. 

COMMUNITY

static final int COMMUNITY
Deprecated. 

HOST

static final int HOST
Deprecated. 

PORT

static final int PORT
Deprecated. 

TIMEOUT

static final int TIMEOUT
Deprecated. 

ROWSTATUS

static final int ROWSTATUS
Deprecated. 
Constructor Detail

DynamicWithCommunityFileToVector

public DynamicWithCommunityFileToVector(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(DynamicRegistrationWithCommunity handler)
Deprecated.