org.globus.cog.karajan.workflow.futures
Class FutureIteratorIncomplete

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.globus.cog.karajan.workflow.futures.FutureFault
                  extended byorg.globus.cog.karajan.workflow.futures.FutureNotYetAvailable
                      extended byorg.globus.cog.karajan.workflow.futures.FutureIteratorIncomplete
All Implemented Interfaces:
Serializable

public class FutureIteratorIncomplete
extends FutureNotYetAvailable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.cog.karajan.workflow.futures.FutureFault
count
 
Constructor Summary
FutureIteratorIncomplete(Future f, FutureIterator i)
           
 
Method Summary
 FutureIterator getFutureIterator()
           
 
Methods inherited from class org.globus.cog.karajan.workflow.futures.FutureFault
getFuture
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FutureIteratorIncomplete

public FutureIteratorIncomplete(Future f,
                                FutureIterator i)
Method Detail

getFutureIterator

public FutureIterator getFutureIterator()