Java Globus API: Class StripeContextManager

org.globus.ftp.dc
Class StripeContextManager

java.lang.Object
  |
  +--org.globus.ftp.dc.StripeContextManager

public class StripeContextManager
extends Object


Field Summary
protected  int stripes
           
 
Constructor Summary
StripeContextManager(int stripes)
           
 
Method Summary
 EBlockParallelTransferContext getStripeContext(int stripe)
           
 int getStripes()
          return number of stripes
 boolean readyToQuit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stripes

protected int stripes
Constructor Detail

StripeContextManager

public StripeContextManager(int stripes)
Method Detail

getStripes

public int getStripes()
return number of stripes

getStripeContext

public EBlockParallelTransferContext getStripeContext(int stripe)

readyToQuit

public boolean readyToQuit()