Java Globus API: Class SimpleTransferContext

org.globus.ftp.dc
Class SimpleTransferContext

java.lang.Object
  |
  +--org.globus.ftp.dc.SimpleTransferContext
All Implemented Interfaces:
TransferContext

public class SimpleTransferContext
extends Object
implements TransferContext

transfer context for single threaded transfers using 1 data channel.


Constructor Summary
SimpleTransferContext()
           
 
Method Summary
static TransferContext getDefault()
          return the default instance of this class
 boolean readyToQuit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTransferContext

public SimpleTransferContext()
Method Detail

getDefault

public static TransferContext getDefault()
return the default instance of this class

readyToQuit

public boolean readyToQuit()
Specified by:
readyToQuit in interface TransferContext
Returns:
always true