mandala.jacob.remote.gpf.udp
Class UDPFutureFactoryWrapper
java.lang.Object
mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper
mandala.jacob.remote.gpf.udp.UDPFutureFactoryWrapper
- All Implemented Interfaces:
- FutureFactory, RemoteActiveMap.RemoteFutureFactory, Serializable
- public class UDPFutureFactoryWrapper
- extends AbstractFutureFactoryWrapper
- implements RemoteActiveMap.RemoteFutureFactory, Serializable
This class wraps an instance of the FutureFactory
interface
in an UDP remote object.
Futures created by this factory remains local to the host where they have
been created (i.e. where the caller thread remains) and are accessed
remotely via UDP (by the callee thread)..
- Since:
- 1.0
- Version:
- $Revision: 1.2 $
- Author:
- eipi
- See Also:
FutureFactory
,
StoredObjectReference
,
AsynchronousReferenceImpl
,
Serializable
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDPFutureFactoryWrapper
public UDPFutureFactoryWrapper(FutureFactory futureFactory)
Mandala help mailing list