Uses of Interface
mandala.jacob.ActiveMap

Packages that use ActiveMap
mandala.jacob Specification and implementation of the Java Active Container of Objects concept. 
mandala.jacob.impl Contains an implementation of the active map concept.  
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 ActiveMap in mandala.jacob
 

Fields in mandala.jacob declared as ActiveMap
protected  ActiveMap StoredObjectReference.activeMap
          The active map reference where the stored object is mapped to key.
 

Methods in mandala.jacob that return ActiveMap
 ActiveMap Instanciator.getActiveMap()
          Returns the related ActiveMap.
 ActiveMap StoredObjectReference.getActiveMap()
          Gets the active map this reference is linked to.
 ActiveMap SORFactory.getActiveMap()
          Returns the ActiveMap this factory uses.
 

Methods in mandala.jacob with parameters of type ActiveMap
static StoredObjectReference Instanciator.getInstance(ActiveMap activeMap, ConstructorOp constructor)
          Get the StoredObjectReference on the Instanciator instance which is related to the given activeMap.
static StoredObjectReference Instanciator.getInstance(ActiveMap activeMap)
          Equivalent to getInstance(activeMap, null).
static StoredObjectReference StoredObjectReference.getInstance(ActiveMap activeMap, java.lang.Object key, CallbackManager callbackManager, FutureFactory futureFactory)
          Gets the instance related to the pair (activeMap, key).
static java.lang.Object StoredObjectReference.getGlobalUniqueKey(ActiveMap activeMap, java.lang.Object object)
           
 

Constructors in mandala.jacob with parameters of type ActiveMap
StoredObjectReference(ActiveMap activeMap, java.lang.Object key, CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new StoredObjectReference instance.
SORFactory(ActiveMap activeMap)
          Creates a new SORFactory instance.
SORFactory(ActiveMap activeMap, FutureFactory futureFactory)
          Creates a new SORFactory instance.
SORFactory(ActiveMap activeMap, CallbackManager callbackManager)
          Creates a new SORFactory instance.
SORFactory(ActiveMap activeMap, CallbackManager callbackManager, FutureFactory futureFactory)
          Creates a new SORFactory instance.
 

Uses of ActiveMap in mandala.jacob.impl
 

Classes in mandala.jacob.impl that implement ActiveMap
 class ActiveMapImpl
          ActiveMap implementation.
 

Uses of ActiveMap in mandala.jacob.remote
 

Subinterfaces of ActiveMap in mandala.jacob.remote
 interface RemoteActiveMap
          Represents a remote active map.
 

Uses of ActiveMap in mandala.jacob.remote.gpf
 

Classes in mandala.jacob.remote.gpf that implement ActiveMap
 class RemoteActiveMapProxy
          Generic proxy for remote ActiveMap implementation.
 

Methods in mandala.jacob.remote.gpf with parameters of type ActiveMap
 RemoteActiveMapProxy Exporter.exportActiveMap(ActiveMap activeMap)
          Makes the given activeMap remotely accessible.
 

Constructors in mandala.jacob.remote.gpf with parameters of type ActiveMap
RemoteActiveMapProxy(ActiveMap activeMap, Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
 

Uses of ActiveMap in mandala.jacob.remote.gpf.rmi
 

Methods in mandala.jacob.remote.gpf.rmi with parameters of type ActiveMap
 RemoteActiveMapProxy RMIExporter.exportActiveMap(ActiveMap activeMap)
           
 

Uses of ActiveMap in mandala.jacob.remote.gpf.tcp
 

Methods in mandala.jacob.remote.gpf.tcp with parameters of type ActiveMap
 RemoteActiveMapProxy TCPExporter.exportActiveMap(ActiveMap activeMap)
           
 

Uses of ActiveMap in mandala.jacob.remote.gpf.udp
 

Methods in mandala.jacob.remote.gpf.udp with parameters of type ActiveMap
 RemoteActiveMapProxy UDPExporter.exportActiveMap(ActiveMap activeMap)
           
 

Uses of ActiveMap in mandala.jacob.remote.rmi
 

Classes in mandala.jacob.remote.rmi that implement ActiveMap
 class RMIActiveMap
          Java-RMI RemoteActiveMap implementation.
 

Methods in mandala.jacob.remote.rmi with parameters of type ActiveMap
static RMIActiveMap RMIActiveMap.newServer(ActiveMap activeMap)
          Creates a new RMIActiveMap server for the specified active map.
static RMIActiveMap RMIActiveMap.newServer(ActiveMap activeMap, int port)
          Creates a new RMIActiveMap server for the specified active map.
 



Mandala help mailing list