com.adventnet.utils.agent
Class DynamicWithCommunityFileToVector

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

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

COMMUNITY

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

ROWSTATUS

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