orc.runtime
Class Kilim.PausableCallable<V>

java.lang.Object
  extended by orc.runtime.Kilim.PausableCallable<V>
Direct Known Subclasses:
Kilim.Promise
Enclosing class:
Kilim

public abstract static class Kilim.PausableCallable<V>
extends java.lang.Object

Pausable computation which returns a value. FIXME: Kilim incorrectly adds methods to interfaces


Constructor Summary
Kilim.PausableCallable()
           
 
Method Summary
abstract  V call()
           
 V call(kilim.Fiber f)
          FIXME: Kilim should add this method but it doesn't
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kilim.PausableCallable

public Kilim.PausableCallable()
Method Detail

call

public abstract V call()
                throws kilim.Pausable,
                       java.lang.Exception
Throws:
kilim.Pausable
java.lang.Exception

call

public V call(kilim.Fiber f)
       throws java.lang.Exception
FIXME: Kilim should add this method but it doesn't

Throws:
java.lang.Exception