Package org.globus.ftp.dc
Class EBlockAware
- java.lang.Object
-
- org.globus.ftp.dc.EBlockAware
-
- Direct Known Subclasses:
EBlockImageDCReader
,EBlockImageDCWriter
public class EBlockAware extends java.lang.Object
Represents a data channel reader or writer aware of being in one of a pool of asynchronous data channels
-
-
Field Summary
Fields Modifier and Type Field Description protected EBlockParallelTransferContext
context
static int
EOD
static int
EOF
static int
WILL_CLOSE
-
Constructor Summary
Constructors Constructor Description EBlockAware()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setTransferContext(EBlockParallelTransferContext context)
-
-
-
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
-
-
Method Detail
-
setTransferContext
public void setTransferContext(EBlockParallelTransferContext context)
-
-