Sun Adapter for Batch/FTP

com.stc.eways.batchext
Class FtpFileETDState

java.lang.Object
  extended by com.stc.eways.batchext.FtpFileETDState
All Implemented Interfaces:
java.io.Serializable

public class FtpFileETDState
extends java.lang.Object
implements java.io.Serializable

This class represents the persistent state of the FTP ETD.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2008/02/25 16:56:24 $
Author:
Harry Liu
See Also:
Serialized Form

Constructor Summary
FtpFileETDState()
           
 
Method Summary
 long getSequenceNo()
          Gets the persistent sequence number.
 void setSequenceNo(long newSequenceNo)
          Sets the persistent sequence number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpFileETDState

public FtpFileETDState()
Method Detail

getSequenceNo

public long getSequenceNo()
Gets the persistent sequence number.

Returns:
The Sequence number.

setSequenceNo

public void setSequenceNo(long newSequenceNo)
Sets the persistent sequence number.


Sun Adapter for Batch/FTP