jasco.runtime.distribution
Class FutureWrapper

java.lang.Object
  extended by jasco.runtime.distribution.FutureWrapper
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class FutureWrapper
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
FutureWrapper(Host h1, long taskid)
           
 
Method Summary
 java.lang.Object getStoredValue()
           
 java.lang.Object invoke(java.lang.Object arg0, java.lang.reflect.Method arg1, java.lang.Object[] arg2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FutureWrapper

public FutureWrapper(Host h1,
                     long taskid)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object arg0,
                               java.lang.reflect.Method arg1,
                               java.lang.Object[] arg2)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable

getStoredValue

public java.lang.Object getStoredValue()