Uses of Interface
mandala.jacob.remote.Remote

Packages that use Remote
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.rmi Direct RMI implementation of JACOb. 
 

Uses of Remote in mandala.jacob.remote
 

Subinterfaces of Remote in mandala.jacob.remote
 interface LocalReferenceRetriever
          This interface defines the behaviour of local reference retriever remote objects.
 interface RemoteActiveMap
          Represents a remote active map.
 interface RemoteCancelable
           
 interface RemoteCollection
          Represents a remote collection.
 interface RemoteFutureClient
           
 interface RemoteFutureServer
           
 interface RemoteInvocationEventsWaiter
           
 interface RemoteInvocationInfo
           
 interface RemoteInvocationObserver
           
 interface RemoteIterator
          Represents a remote iterator.
 interface RemoteMap
          Represents a remote map.
static interface RemoteMap.RemoteEntry
           
 interface RemoteMethodResult
           
 interface RemoteResultUpdater
           
 interface RemoteSet
          Represents a remote set.
 interface RemoteThread
          Represents a remote thread object.
 

Classes in mandala.jacob.remote that implement Remote
 class AbstractLocalReferenceRetriever
          Abstract base class for local reference retriever remote objects implementation.
 class AbstractRemote
          Abstract base class for remote implementation.
 

Uses of Remote in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement Remote
 class AbstractRemoteProxy
          Abstract base class for remote proxy implementation.
 class AbstractSingletonRemoteProxy
          Abstract base class for remote proxy with singleton implementation.
 class RemoteActiveMapProxy
          Generic proxy for remote ActiveMap implementation.
 class RemoteCancelableProxy
          Generic proxy for remote Cancelable implementation.
 class RemoteCollectionProxy
          Generic proxy for remote Collection implementation.
 class RemoteInvocationEventsWaiterProxy
          Generic proxy for remote InvocationEventsWaiter implementation.
 class RemoteInvocationInfoProxy
          Generic proxy for remote InvocationInfo implementation.
 class RemoteInvocationObserverProxy
          Generic proxy for remote InvocationObserver implementation.
 class RemoteIteratorProxy
          General proxy for remote Iterator implementation.
 class RemoteMapProxy
          Generic proxy for remote Map implementation.
static class RemoteMapProxy.RemoteEntryProxy
          Generic proxy for remote Map.Entry implementation.
 class RemoteMethodResultProxy
          Generic proxy for remote MethodResult implementation.
 class RemoteResultUpdaterProxy
          Generic proxy for remote ResultUpdater implementation.
 class RemoteSetProxy
          Generic proxy for remote Set implementation.
 class RemoteThreadProxy
          Generic proxy for remote ThreadOp implementation.
 

Uses of Remote in mandala.jacob.remote.rmi
 

Classes in mandala.jacob.remote.rmi that implement Remote
(package private)  class mandala.jacob.remote.rmi.RMIAbstractRemoteProxy
          Abstract class for Java-RMI remote proxy implementation.
 class RMIActiveMap
          Java-RMI RemoteActiveMap implementation.
 class RMICancelable
          Java-RMI Cancelable implementation.
 class RMICollection
          Java-RMI Collection implementation.
 class RMIIterator
          Java-RMI Iterator implementation.
 class RMIMap
          Java-RMI Map implementation.
static class RMIMap.RMIEntry
          Java-RMI Map.Entry implementation.
 class RMISet
          Java-RMI Set implementation.
(package private)  class mandala.jacob.remote.rmi.RMISingletonRemoteProxy
          Abstract class for Java-RMI remote proxy implementation.
 class RMIThread
          Java-RMI RemoteThread implementation.
 



Mandala help mailing list