org.globus.ftp.dc
Class EBlockAware

java.lang.Object
  extended byorg.globus.ftp.dc.EBlockAware
Direct Known Subclasses:
EBlockImageDCReader, EBlockImageDCWriter

public class EBlockAware
extends Object

Represents a data channel reader or writer aware of being in one of a pool of asynchronous data channels


Field Summary
protected  EBlockParallelTransferContext context
           
static int EOD
           
static int EOF
           
static int WILL_CLOSE
           
 
Constructor Summary
EBlockAware()
           
 
Method Summary
 void setTransferContext(EBlockParallelTransferContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

EOD

public static final int EOD
See Also:
Constant Field Values

WILL_CLOSE

public static final int WILL_CLOSE
See Also:
Constant Field Values

context

protected EBlockParallelTransferContext context
Constructor Detail

EBlockAware

public EBlockAware()
Method Detail

setTransferContext

public void setTransferContext(EBlockParallelTransferContext context)