Uses of Class
mandala.jacob.remote.AbstractRemote

Packages that use AbstractRemote
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 AbstractRemote in mandala.jacob.remote
 

Subclasses of AbstractRemote in mandala.jacob.remote
 class AbstractLocalReferenceRetriever
          Abstract base class for local reference retriever remote objects implementation.
 

Uses of AbstractRemote in mandala.jacob.remote.gpf
 

Subclasses of AbstractRemote in mandala.jacob.remote.gpf
 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 AbstractRemote in mandala.jacob.remote.rmi
 

Subclasses of AbstractRemote in mandala.jacob.remote.rmi
(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