|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cancelable | |
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. |
mandala.rami | Specification and implementation of the Reflective Asynchronous Method Invocation. |
mandala.rami.impl | Contains all classes related to Reflective Asynchronous Method Invocation. |
mandala.util | This package is a util package for anything in Mandala. |
Uses of Cancelable in mandala.jacob |
Methods in mandala.jacob that return Cancelable | |
Cancelable |
ActiveMap.call(java.lang.Object key,
FutureServer futureServer)
Allows objects to do an asynchronous call on a method of the object associated with the given key. |
Uses of Cancelable in mandala.jacob.impl |
Methods in mandala.jacob.impl that return Cancelable | |
Cancelable |
ActiveMapImpl.call(java.lang.Object key,
FutureServer future)
|
Uses of Cancelable in mandala.jacob.remote |
Subinterfaces of Cancelable in mandala.jacob.remote | |
interface |
RemoteCancelable
|
interface |
RemoteFutureClient
|
Uses of Cancelable in mandala.jacob.remote.gpf |
Classes in mandala.jacob.remote.gpf that implement Cancelable | |
class |
RemoteCancelableProxy
Generic proxy for remote Cancelable implementation. |
Methods in mandala.jacob.remote.gpf that return Cancelable | |
Cancelable |
RemoteActiveMapProxy.call(java.lang.Object key,
FutureServer future)
|
Methods in mandala.jacob.remote.gpf with parameters of type Cancelable | |
RemoteCancelableProxy |
Exporter.exportCancelable(Cancelable cancelable)
Makes the given cancelable remotely accessible. |
FutureClient |
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper.getFutureClient(Cancelable cancelable)
|
Uses of Cancelable in mandala.jacob.remote.gpf.rmi |
Methods in mandala.jacob.remote.gpf.rmi with parameters of type Cancelable | |
RemoteCancelableProxy |
RMIExporter.exportCancelable(Cancelable cancelable)
|
Uses of Cancelable in mandala.jacob.remote.gpf.tcp |
Methods in mandala.jacob.remote.gpf.tcp with parameters of type Cancelable | |
RemoteCancelableProxy |
TCPExporter.exportCancelable(Cancelable cancelable)
|
Uses of Cancelable in mandala.jacob.remote.gpf.udp |
Methods in mandala.jacob.remote.gpf.udp with parameters of type Cancelable | |
RemoteCancelableProxy |
UDPExporter.exportCancelable(Cancelable cancelable)
|
Uses of Cancelable in mandala.jacob.remote.rmi |
Classes in mandala.jacob.remote.rmi that implement Cancelable | |
class |
RMICancelable
Java-RMI Cancelable implementation. |
Methods in mandala.jacob.remote.rmi that return Cancelable | |
Cancelable |
RMIActiveMap.call(java.lang.Object key,
FutureServer future)
|
Methods in mandala.jacob.remote.rmi with parameters of type Cancelable | |
static RMICancelable |
RMICancelable.newServer(Cancelable cancelable)
|
Uses of Cancelable in mandala.rami |
Subinterfaces of Cancelable in mandala.rami | |
interface |
FutureClient
This interface represents the final future object any client must use to deal with an asynchronous method invocation. |
Classes in mandala.rami that implement Cancelable | |
class |
AbstractFutureClient
Abstract implementation of the FutureClient interface. |
Fields in mandala.rami declared as Cancelable | |
protected Cancelable |
AbstractFutureClient.cancelable
|
Uses of Cancelable in mandala.rami.impl |
Methods in mandala.rami.impl that return Cancelable | |
Cancelable |
AsynchronousPolicy.call(java.lang.Object object,
FutureServer futureServer)
Invoke a method. |
Cancelable |
SynchronousSemantic.call(java.lang.Object object,
FutureServer futureServer)
Direct implementation of a method invocation. |
Cancelable |
ListAsynchronousPolicy.call(java.lang.Object object,
FutureServer futureServer)
Asynchronous implementation of a method invocation. |
Cancelable |
ThreadPooledPolicy.call(java.lang.Object object,
FutureServer futureServer)
Asynchronous implementation of a method invocation. |
Cancelable |
ThreadedPolicy.call(java.lang.Object object,
FutureServer futureServer)
Asynchronous implementation of a method invocation. |
Methods in mandala.rami.impl with parameters of type Cancelable | |
FutureClient |
FutureFactory.FutureComponents.getFutureClient(Cancelable cancelable)
Returns the client side of the future components. |
Uses of Cancelable in mandala.util |
Classes in mandala.util that implement Cancelable | |
class |
ThreadPool.ThreadPoolCancelable
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |