Uses of Interface
mandala.jacob.remote.RemoteActiveMap.RemoteFutureFactory

Packages that use RemoteActiveMap.RemoteFutureFactory
mandala.jacob.remote This package is dedicated to remote implementation of the active map concept. 
mandala.jacob.remote.gpf Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. 
mandala.jacob.remote.gpf.rmi GPF-RMI implementation of JACOb. 
mandala.jacob.remote.gpf.tcp GPF-TCP implementation of JACOb. 
mandala.jacob.remote.gpf.udp GPF-UDP implementation of JACOb. 
mandala.jacob.remote.rmi Direct RMI implementation of JACOb. 
 

Uses of RemoteActiveMap.RemoteFutureFactory in mandala.jacob.remote
 

Methods in mandala.jacob.remote that return RemoteActiveMap.RemoteFutureFactory
 RemoteActiveMap.RemoteFutureFactory RemoteActiveMap.getDefaultFutureFactoryWrapper(FutureFactory futureFactory)
          Return the default remote future factory wrapper of "standard" (local) future factory.
 

Uses of RemoteActiveMap.RemoteFutureFactory in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement RemoteActiveMap.RemoteFutureFactory
 class AbstractFutureFactoryWrapper
          Abstract class for FutureFactory wrapper implementation.
 

Uses of RemoteActiveMap.RemoteFutureFactory in mandala.jacob.remote.gpf.rmi
 

Classes in mandala.jacob.remote.gpf.rmi that implement RemoteActiveMap.RemoteFutureFactory
 class RMIFutureFactoryWrapper
          This class wraps an instance of the FutureFactory interface in an RMI remote object.
 

Uses of RemoteActiveMap.RemoteFutureFactory in mandala.jacob.remote.gpf.tcp
 

Classes in mandala.jacob.remote.gpf.tcp that implement RemoteActiveMap.RemoteFutureFactory
 class TCPFutureFactoryWrapper
          This class wraps an instance of the FutureFactory interface in a TCP remote object.
 

Uses of RemoteActiveMap.RemoteFutureFactory in mandala.jacob.remote.gpf.udp
 

Classes in mandala.jacob.remote.gpf.udp that implement RemoteActiveMap.RemoteFutureFactory
 class UDPFutureFactoryWrapper
          This class wraps an instance of the FutureFactory interface in an UDP remote object.
 

Uses of RemoteActiveMap.RemoteFutureFactory in mandala.jacob.remote.rmi
 

Methods in mandala.jacob.remote.rmi that return RemoteActiveMap.RemoteFutureFactory
 RemoteActiveMap.RemoteFutureFactory RMIActiveMap.getDefaultFutureFactoryWrapper(FutureFactory futureFactory)
           
 



Mandala help mailing list