jasco.runtime.distribution
Class ObjectFutureWrapper

java.lang.Object
  extended by jasco.runtime.distribution.ObjectFutureWrapper
All Implemented Interfaces:
java.io.Serializable

public class ObjectFutureWrapper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ObjectFutureWrapper(long id, Host host)
           
 
Method Summary
 Host getHost()
           
 long getId()
           
 void setHost(Host host)
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFutureWrapper

public ObjectFutureWrapper(long id,
                           Host host)
Method Detail

getHost

public Host getHost()

setHost

public void setHost(Host host)

getId

public long getId()

setId

public void setId(long id)