A B C D E F G H I J K L M N O P R S T U V W

A

ARFactory - class mandala.rami.impl.ARFactory.
This factory creates AsynchronousReferenceImpl instances.
ARFactory() - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARFactory(CallbackManager) - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARFactory(FutureFactory) - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARFactory(AsynchronousPolicyFactory) - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARFactory(CallbackManager, FutureFactory) - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARFactory(CallbackManager, AsynchronousPolicyFactory) - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARFactory(FutureFactory, AsynchronousPolicyFactory) - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARFactory(CallbackManager, FutureFactory, AsynchronousPolicyFactory) - Constructor for class mandala.rami.impl.ARFactory
Creates a new ARFactory instance.
ARPFactory - class mandala.rami.impl.ARPFactory.
 
ARPFactory(Framework.Factory, Framework.Factory) - Constructor for class mandala.rami.impl.ARPFactory
 
ARPFactory(Framework.Factory, Framework.Factory, CallbackManager) - Constructor for class mandala.rami.impl.ARPFactory
 
AbstractARFactory - class mandala.rami.AbstractARFactory.
This abstract class provides all the necessary method to customize the CallbackManager used when creating AsynchronousReference implementation instance.
AbstractARFactory() - Constructor for class mandala.rami.AbstractARFactory
Creates a new AbstractARFactory instance.
AbstractARFactory(CallbackManager) - Constructor for class mandala.rami.AbstractARFactory
Creates a new AbstractARFactory instance.
AbstractARImplFactory - class mandala.rami.impl.AbstractARImplFactory.
This abstract class provides all the necessary method to customize the CallbackManager and the FutureFactory used when creating AsynchronousReference implementation instances which depends on FutureFactory objects as AsynchronousReferenceImpl and StoredObjectReference.
AbstractARImplFactory() - Constructor for class mandala.rami.impl.AbstractARImplFactory
Creates a new AbstractARImplFactory instance.
AbstractARImplFactory(CallbackManager) - Constructor for class mandala.rami.impl.AbstractARImplFactory
Creates a new AbstractARImplFactory instance.
AbstractARImplFactory(FutureFactory) - Constructor for class mandala.rami.impl.AbstractARImplFactory
Creates a new AbstractARImplFactory instance.
AbstractARImplFactory(CallbackManager, FutureFactory) - Constructor for class mandala.rami.impl.AbstractARImplFactory
Creates a new AbstractARImplFactory instance.
AbstractAsynchronousReference - class mandala.rami.AbstractAsynchronousReference.
Abstract implementation of the AsynchronousReference interface.
AbstractAsynchronousReference(CallbackManager) - Constructor for class mandala.rami.AbstractAsynchronousReference
Creates a new AbstractAsynchronousReference instance.
AbstractFutureClient - class mandala.rami.AbstractFutureClient.
Abstract implementation of the FutureClient interface.
AbstractFutureClient(AsynchronousReference, MethodOp, Object[], ThreadOp, Callback) - Constructor for class mandala.rami.AbstractFutureClient
 
AbstractFutureFactoryWrapper - class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.
Abstract class for FutureFactory wrapper implementation.
AbstractFutureFactoryWrapper(Exporter, ExceptionHandler, FutureFactory) - Constructor for class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper
 
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper - class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper.
 
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper(FutureFactory.FutureComponents) - Constructor for class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
 
AbstractLocalReferenceRetriever - class mandala.jacob.remote.AbstractLocalReferenceRetriever.
Abstract base class for local reference retriever remote objects implementation.
AbstractLocalReferenceRetriever(Object) - Constructor for class mandala.jacob.remote.AbstractLocalReferenceRetriever
Creates a new AbstractLocalReferenceRetriever.
AbstractLocalReferenceRetriever(Object, ExceptionHandler) - Constructor for class mandala.jacob.remote.AbstractLocalReferenceRetriever
Creates a new LocalReferenceRetriever.
AbstractRemote - class mandala.jacob.remote.AbstractRemote.
Abstract base class for remote implementation.
AbstractRemote() - Constructor for class mandala.jacob.remote.AbstractRemote
Creates a new AbstractRemote.
AbstractRemote(ExceptionHandler) - Constructor for class mandala.jacob.remote.AbstractRemote
Creates a new AbstractRemote.
AbstractRemoteProxy - class mandala.jacob.remote.gpf.AbstractRemoteProxy.
Abstract base class for remote proxy implementation.
AbstractSingletonRemoteProxy - class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy.
Abstract base class for remote proxy with singleton implementation.
AccessibleObjectOp - interface mandala.util.AccessibleObjectOp.
Interface for the AccessibleObject class.
ActiveMap - interface mandala.jacob.ActiveMap.
An active map is a map with threads activity over its stored objects.
ActiveMapImpl - class mandala.jacob.impl.ActiveMapImpl.
ActiveMap implementation.
ActiveMapImpl(AsynchronousPolicy) - Constructor for class mandala.jacob.impl.ActiveMapImpl
 
ActiveMapImpl(int, float, AsynchronousPolicy) - Constructor for class mandala.jacob.impl.ActiveMapImpl
 
ActiveMapImpl(int, AsynchronousPolicy) - Constructor for class mandala.jacob.impl.ActiveMapImpl
 
ActiveMapImpl(Map, AsynchronousPolicy) - Constructor for class mandala.jacob.impl.ActiveMapImpl
 
ActiveMapMethods - class mandala.jacob.remote.gpf.ActiveMapMethods.
 
ActiveMapMethods() - Constructor for class mandala.jacob.remote.gpf.ActiveMapMethods
 
AsynchronousPolicy - interface mandala.rami.impl.AsynchronousPolicy.
This interface defines the policy given to asynchronous method invocation.
AsynchronousPolicyFactory - interface mandala.rami.impl.AsynchronousPolicyFactory.
This interface defines the factory which gives AsynchronousPolicy when creating AsynchronousReferenceImpl object.
AsynchronousProxyInvocationHandler - class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler.
This class implements the total transparent reflexive asynchronous method invocation mechanism.
AsynchronousProxyInvocationHandler(AsynchronousReference) - Constructor for class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler
 
AsynchronousReference - interface mandala.rami.AsynchronousReference.
Asynchronous reference on an object.
AsynchronousReferenceImpl - class mandala.rami.impl.AsynchronousReferenceImpl.
Implementation of the AsynchronousReference interface.
AsynchronousReferenceImpl(Object, CallbackManager, FutureFactory, AsynchronousPolicy) - Constructor for class mandala.rami.impl.AsynchronousReferenceImpl
Creates a new AsynchronousReferenceImpl instance.
AsynchronousReferencePair - interface mandala.rami.AsynchronousReferencePair.
An AsynchronousReferencePair is an asynchronous reference wich represents a pair of asynchronous references.
AsynchronousReferencePair.CallReflection - class mandala.rami.AsynchronousReferencePair.CallReflection.
Reflection of the AsynchronousReference.call(MethodOp, Object[]) method.
AsynchronousReferencePairImpl - class mandala.rami.impl.AsynchronousReferencePairImpl.
Direct implementation of the AsynchronousReferencePair class.
AsynchronousReferencePairImpl(AsynchronousReference, CallbackManager) - Constructor for class mandala.rami.impl.AsynchronousReferencePairImpl
Creates a new AsynchronousReferencePairImpl instance.
activeMap - Variable in class mandala.jacob.StoredObjectReference
The active map reference where the stored object is mapped to key.
add(Object) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
add(Object) - Method in class mandala.jacob.remote.rmi.RMICollection
 
add(Object) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
addAll(RemoteCollection) - Method in interface mandala.jacob.remote.RemoteCollection
 
addAll(Collection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
addAll(RemoteCollection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
addAll(Collection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
addAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
addAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
addAllMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
addAllMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
addAll_RemoteCollection_Method - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
addCallback(Callback) - Method in class mandala.rami.impl.CallbackList
 
addExceptionListener(Callback) - Method in class mandala.rami.impl.CallbackListeners
Adds the specified Callback to the exception listeners list.
addMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
addMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
addResultListener(Callback) - Method in class mandala.rami.impl.CallbackListeners
Adds the specified Callback to the result listeners list.
alert(String) - Method in class mandala.util.Syslog
Describe alert method here.
apf - Variable in class mandala.rami.impl.ARFactory
The AsynchronousPolicyFactory to use when creating new AsynchronousReferenceImpl instances.
ar - Variable in class mandala.rami.AbstractFutureClient
 
args - Variable in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
Arguments of the call.
args - Variable in class mandala.jacob.remote.RemoteExceptionInfo
 
args - Variable in class mandala.jacob.remote.gpf.MethodInvocation
The arguments of the invocation.
args - Variable in class mandala.rami.AbstractFutureClient
 
asynchronousReference - Variable in class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler
 

B

BasicFutureFactory - class mandala.rami.impl.BasicFutureFactory.
Basic implementation of the FutureFactory interface.
BasicFutureFactory() - Constructor for class mandala.rami.impl.BasicFutureFactory
 
BenchmarkerCallback - class mandala.rami.impl.BenchmarkerCallback.
 
BenchmarkerCallback() - Constructor for class mandala.rami.impl.BenchmarkerCallback
 

C

COMMON_PROPERTY_USAGE_DOC - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
COMMON_PROPERTY_USAGE_HEADER - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
COMMON_PROPERTY_USAGE_LIST - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
COMMON_RMIPROPERTY_USAGE_LIST - Static variable in class mandala.jacob.remote.gpf.rmi.CommonRMIProperties
 
COMMON_RMIPROPERTY_USAGE_LIST - Static variable in class mandala.jacob.remote.rmi.CommonRMIProperties
 
Callback - interface mandala.rami.Callback.
A Callback instance defines the work to do once an asynchronous method invocation had terminated.
CallbackList - class mandala.rami.impl.CallbackList.
Provides a list of Callback seen as a unique Callback.
CallbackList() - Constructor for class mandala.rami.impl.CallbackList
Creates a new CallbackList instance with no callback in it.
CallbackList(Callback[]) - Constructor for class mandala.rami.impl.CallbackList
Creates a new CallbackList instance.
CallbackList(List) - Constructor for class mandala.rami.impl.CallbackList
Creates a new CallbackList instance.
CallbackListeners - class mandala.rami.impl.CallbackListeners.
This implementation of the Callback interface provides event driven progamming style.
CallbackListeners() - Constructor for class mandala.rami.impl.CallbackListeners
 
CallbackManager - interface mandala.rami.CallbackManager.
This class defines methods to manage Callback instances related to AsynchronousReference.
CallbackManagerImpl - class mandala.rami.impl.CallbackManagerImpl.
Implementation of the CallbackManager interface.
CallbackManagerImpl() - Constructor for class mandala.rami.impl.CallbackManagerImpl
 
Cancelable - interface mandala.util.Cancelable.
Interface for Cancelable operation.
CancelableMethods - class mandala.jacob.remote.gpf.CancelableMethods.
 
CancelableMethods() - Constructor for class mandala.jacob.remote.gpf.CancelableMethods
 
CleanerCallback - class mandala.jacob.CleanerCallback.
Cleaner callback.
CleanerCallback() - Constructor for class mandala.jacob.CleanerCallback
 
Client - interface mandala.jacob.remote.gpf.Client.
Generic Client interface for a JACOb transport layer.
CollectionMethods - class mandala.jacob.remote.gpf.CollectionMethods.
 
CollectionMethods() - Constructor for class mandala.jacob.remote.gpf.CollectionMethods
 
CommonProperties - class mandala.jacob.remote.gpf.CommonProperties.
Common properties used by any server.
CommonProperties() - Constructor for class mandala.jacob.remote.gpf.CommonProperties
 
CommonRMIProperties - class mandala.jacob.remote.gpf.rmi.CommonRMIProperties.
Common properties used by any RMI server.
CommonRMIProperties() - Constructor for class mandala.jacob.remote.gpf.rmi.CommonRMIProperties
 
CommonRMIProperties - class mandala.jacob.remote.rmi.CommonRMIProperties.
Common properties used by any RMI server.
CommonRMIProperties() - Constructor for class mandala.jacob.remote.rmi.CommonRMIProperties
 
ConcurrentSemantic - interface mandala.rami.impl.ConcurrentSemantic.
This interface serves only to identify asynchonous policies which implement a concurrent semantic.
ConstructorOp - interface mandala.util.ConstructorOp.
Interface for the Constructor class.
cache - Variable in class mandala.util.SingletonGiver
References cache.
call(Object, FutureServer) - Method in interface mandala.jacob.ActiveMap
Allows objects to do an asynchronous call on a method of the object associated with the given key.
call(MethodOp, Object[], Callback) - Method in class mandala.jacob.StoredObjectReference
 
call(Object, FutureServer) - Method in class mandala.jacob.impl.ActiveMapImpl
 
call(Object, FutureServer) - Method in class mandala.jacob.remote.gpf.RemoteActiveMapProxy
 
call(Object, FutureServer) - Method in class mandala.jacob.remote.rmi.RMIActiveMap
 
call(MethodOp, Object[]) - Method in class mandala.rami.AbstractAsynchronousReference
 
call(MethodOp, Object[], Callback) - Method in class mandala.rami.AbstractAsynchronousReference
 
call(MethodOp, Object[]) - Method in interface mandala.rami.AsynchronousReference
Call a method asynchronously.
call(MethodOp, Object[], Callback) - Method in interface mandala.rami.AsynchronousReference
Call a method asynchronously.
call(Object, FutureServer) - Method in interface mandala.rami.impl.AsynchronousPolicy
Invoke a method.
call(MethodOp, Object[], Callback) - Method in class mandala.rami.impl.AsynchronousReferenceImpl
 
call(MethodOp, Object[], Callback) - Method in class mandala.rami.impl.AsynchronousReferencePairImpl
 
call(Object, FutureServer) - Method in class mandala.rami.impl.ListAsynchronousPolicy
Asynchronous implementation of a method invocation.
call(Object, FutureServer) - Method in class mandala.rami.impl.SynchronousSemantic
Direct implementation of a method invocation.
call(Object, FutureServer) - Method in class mandala.rami.impl.ThreadPooledPolicy
Asynchronous implementation of a method invocation.
call(Object, FutureServer) - Method in class mandala.rami.impl.ThreadedPolicy
Asynchronous implementation of a method invocation.
callMethod - Static variable in class mandala.jacob.remote.RemoteActiveMap.RemoteActiveMapMethods
 
callMethod - Static variable in class mandala.jacob.remote.gpf.ActiveMapMethods
 
callMethod - Static variable in class mandala.rami.AsynchronousReferencePair.CallReflection
 
callback - Variable in class mandala.rami.AbstractFutureClient
 
callbackManager - Variable in class mandala.rami.AbstractARFactory
The CallbackManager to use when creating new AsynchronousReference implementation instances.
callbackManager - Variable in class mandala.rami.AbstractAsynchronousReference
The manager of Callback for this instance.
callee - Variable in class mandala.rami.impl.MethodInvoker
The callee thread which runs the method invocation.
caller - Variable in class mandala.rami.AbstractFutureClient
 
cancel() - Method in class mandala.jacob.remote.gpf.RemoteCancelableProxy
 
cancel() - Method in class mandala.jacob.remote.rmi.RMICancelable
 
cancel() - Method in class mandala.rami.AbstractFutureClient
 
cancel() - Method in interface mandala.util.Cancelable
Cancel the operation related to this cancelable object.
cancel() - Method in class mandala.util.ThreadPool.ThreadPoolCancelable
 
cancel(ThreadPool.ThreadPoolCancelable) - Method in class mandala.util.ThreadPool
Cancel the execution of a previously given task.
cancel(ThreadPool.ThreadPoolCancelable[]) - Method in class mandala.util.ThreadPool
Cancel the execution of previously given tasks.
cancel() - Method in class mandala.util.ThreadPool
Cancel the execution of all tasks in this threadpool.
cancelMethod - Static variable in class mandala.jacob.remote.RemoteCancelable.RemoteCancelableMethods
 
cancelMethod - Static variable in class mandala.jacob.remote.gpf.CancelableMethods
 
cancelable - Variable in class mandala.rami.AbstractFutureClient
 
checkAccess() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
checkAccess() - Method in class mandala.jacob.remote.rmi.RMIThread
 
checkAccess() - Method in class mandala.util.ThreadImpl
 
checkAccess() - Method in interface mandala.util.ThreadOp
 
checkAccessMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
checkAccessMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
clear() - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
clear() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
clear() - Method in class mandala.jacob.remote.rmi.RMICollection
 
clear() - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
clear() - Method in class mandala.jacob.remote.rmi.RMIMap
 
clear() - Method in class mandala.util.WeakValuesMap
 
clearMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
clearMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
clearMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
clearMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
client - Variable in class mandala.jacob.remote.gpf.AbstractRemoteProxy
 
client - Variable in class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
 
collection - Variable in class mandala.jacob.remote.rmi.RMICollectionImpl
The Collection used to stock objects.
componentsToString(Object[]) - Static method in class mandala.util.Misc
 
constructor - Variable in class mandala.jacob.Instanciator
Prevents multiple same constructor specification
contains(Object) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
contains(Object) - Method in class mandala.jacob.remote.rmi.RMICollection
 
contains(Object) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
containsAll(RemoteCollection) - Method in interface mandala.jacob.remote.RemoteCollection
 
containsAll(Collection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
containsAll(RemoteCollection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
containsAll(Collection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
containsAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
containsAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
containsAllMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
containsAllMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
containsAll_RemoteCollection_Method - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
containsKey(Object) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
containsKey(Object) - Method in class mandala.jacob.remote.rmi.RMIMap
 
containsKeyMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
containsKeyMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
containsMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
containsMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
containsValue(Object) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
containsValue(Object) - Method in class mandala.jacob.remote.rmi.RMIMap
 
containsValueMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
containsValueMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
count - Variable in class mandala.util.ThreadBarrier
The number of threads that must traverse this barrier before being unlocked.
createRegistry() - Static method in class mandala.jacob.remote.rmi.RegistryCreator
Creates a registry on the Registry.REGISTRY_PORT.
createRegistry(int) - Static method in class mandala.jacob.remote.rmi.RegistryCreator
Creates a registry on the specified port.
currentThread() - Static method in class mandala.util.ThreadImpl
 

D

DEBUG - Variable in class mandala.util.Syslog
Describe variable DEBUG here.
DEBUG_STREAM_PROPERTY - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
DEBUG_VALUE_PROPERTY - Static variable in class mandala.util.Syslog
 
DEFAULT_APF_PROPERTY_STRING - Static variable in class mandala.rami.impl.ARFactory
Defines the property string used to specify the default asynchronous policy factory instance.
DEFAULT_DAEMON_STATUS - Static variable in class mandala.util.ThreadPool
Deamon status given to new threads in the pool.
DEFAULT_DEBUG_STREAM_PROPERTY - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
DEFAULT_ERROR_STREAM_PROPERTY - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
DEFAULT_JAYA_PATH - Static variable in class mandala.rami.transparency.semi.JayaCompiler
 
DEFAULT_LOG_STREAM_PROPERTY - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
DEFAULT_MAX_THREADS_NB - Static variable in class mandala.util.ThreadPool
Default maximum of threads in a ThreadPool.
DEFAULT_MAX_THREADS_NB_PROPERTY - Static variable in class mandala.util.ThreadPool
 
DEFAULT_MIN_THREADS_NB - Static variable in class mandala.util.ThreadPool
Default minimum of threads in a ThreadPool.
DEFAULT_MIN_THREADS_NB_PROPERTY - Static variable in class mandala.util.ThreadPool
 
DEFAULT_PRIORITY - Static variable in class mandala.util.ThreadPool
Priority given to new threads in the pool.
DEFAULT_PRIORITY_PROPERTY - Static variable in class mandala.util.ThreadPool
 
DEFAULT_REACTIVITY_TIMER - Static variable in class mandala.util.ThreadPool
Time in milliseconds of the thread-balancer reactivity.
DEFAULT_REACTIVITY_TIMER_PROPERTY - Static variable in class mandala.util.ThreadPool
 
DEFAULT_SYSLOG - Static variable in class mandala.util.ThreadPool
The Syslog used for logging when none are specified using the setSyslog() method.
DELTA_PRIORITY - Static variable in class mandala.rami.impl.ListAsynchronousPolicy
The invoker thread is given priority equals to NORM_PRIORITY + DELTA_PRIORITY.
DELTA_PRIORITY - Static variable in class mandala.rami.impl.ThreadedPolicy
new Thread is given priority equals to NORM_PRIORITY + DELTA_PRIORITY.
DELTA_PRIORITY - Static variable in class mandala.util.ThreadPool
Default priority is set to Thread.NORM_PRIORITY + DELTA_PRIORITY.
DetailedFormatter - class mandala.util.DetailedFormatter.
 
DetailedFormatter() - Constructor for class mandala.util.DetailedFormatter
 
daemonStatus - Variable in class mandala.util.ThreadPool
Daemon status given to new threads in this pool.
debug(Object) - Method in class mandala.util.Syslog
Describe debug method here.
defaultExceptionHandler - Static variable in class mandala.jacob.remote.AbstractRemote
The exception handler used when none are specified.
delete() - Method in class mandala.util.ThreadPool
Destroy this threadpool and all of its related threads.
done(InvocationInfo, MethodResult) - Method in class mandala.jacob.CleanerCallback
 
done(InvocationInfo, MethodResult) - Method in interface mandala.rami.Callback
This method is called once an asynchronous method invocation had been considered terminated.
done(InvocationInfo, MethodResult) - Method in class mandala.rami.impl.BenchmarkerCallback
 
done(InvocationInfo, MethodResult) - Method in class mandala.rami.impl.CallbackList
 
done(InvocationInfo, MethodResult) - Method in class mandala.rami.impl.CallbackListeners
 
done(InvocationInfo, MethodResult) - Method in class mandala.rami.impl.EmptyCallback
 
done(InvocationInfo, MethodResult) - Method in class mandala.rami.impl.InterrupterCallback
 
done(InvocationInfo, MethodResult) - Method in class mandala.rami.impl.ResultsGrouper
 
done(InvocationInfo, MethodResult) - Method in class mandala.rami.impl.SyslogCallback
 

E

ERROR_STREAM_PROPERTY - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
EmptyCallback - class mandala.rami.impl.EmptyCallback.
Empty implementation of the Callback interface.
EmptyCallback() - Constructor for class mandala.rami.impl.EmptyCallback
 
EmptyExceptionHandler - class mandala.util.EmptyExceptionHandler.
Empty implementation of the ExceptionHandler interface.
EmptyExceptionHandler() - Constructor for class mandala.util.EmptyExceptionHandler
 
ExceptionHandler - interface mandala.util.ExceptionHandler.
Generic interface for Exception Handler.
ExceptionHandler.RejectExceptionHandling - class mandala.util.ExceptionHandler.RejectExceptionHandling.
Convenient class used to mean that an exception raised has not been handled by an ExceptionHandler instance.
ExceptionHandler.UnHandledException - exception mandala.util.ExceptionHandler.UnHandledException.
Generic class allowing any exception to be thrown and wrapped in a new RuntimeException one.
ExceptionHandler.UnHandledException(Throwable) - Constructor for class mandala.util.ExceptionHandler.UnHandledException
 
Exporter - interface mandala.jacob.remote.gpf.Exporter.
This interface is used when a mandala core object must be exported.
emergency(String, String) - Method in class mandala.util.Syslog
Describe emergency method here.
entrySet() - Method in interface mandala.jacob.remote.RemoteMap
Returns a RemoteSet value.
entrySet() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
entrySet() - Method in class mandala.jacob.remote.rmi.RMIMap
 
entrySet() - Method in class mandala.util.WeakValuesMap
 
entrySetMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
entrySetMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
enumerate(ThreadOp[]) - Method in class mandala.util.ThreadImpl
 
equals(Object) - Method in class mandala.jacob.Instanciator
 
equals(Object) - Method in class mandala.jacob.remote.gpf.InvocationResult
 
equals(Object) - Method in class mandala.jacob.remote.gpf.MethodInvocation
 
equals(Object) - Method in class mandala.jacob.remote.rmi.RMICancelable
 
error(Throwable, String) - Method in class mandala.util.Syslog
Describe error method here.
error(Throwable) - Method in class mandala.util.Syslog
Describe error method here.
error(String) - Method in class mandala.util.Syslog
Describe error method here.
exception - Variable in class mandala.jacob.remote.RemoteExceptionInfo
 
exception(Throwable) - Method in class mandala.util.Syslog
Describe exception method here.
exception(Throwable, String) - Method in class mandala.util.Syslog
Describe exception method here.
exceptionHandler - Variable in class mandala.jacob.remote.AbstractRemote
The ExceptionHandler instance to use when a remote exception occurs.
exceptionHandler - Variable in class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper
 
exceptionOccured() - Method in class mandala.jacob.remote.gpf.RemoteMethodResultProxy
 
exceptionOccured() - Method in interface mandala.rami.MethodResult
Returns true if an exception occured during the asynchronous method invocation, false otherwise.
exceptionOccuredMethod - Static variable in class mandala.jacob.remote.RemoteMethodResult.RemoteMethodResultMethods
 
exceptionOccuredMethod - Static variable in class mandala.jacob.remote.gpf.MethodResultMethods
 
execute(Runnable) - Method in class mandala.util.ThreadPool
Request the execution of the specified task.
exportActiveMap(ActiveMap) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given activeMap remotely accessible.
exportActiveMap(ActiveMap) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportActiveMap(ActiveMap) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportActiveMap(ActiveMap) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportCancelable(Cancelable) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given cancelable remotely accessible.
exportCancelable(Cancelable) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportCancelable(Cancelable) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportCancelable(Cancelable) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportCollection(Collection) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given collection remotely acessible.
exportCollection(Collection) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportCollection(Collection) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportCollection(Collection) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportEntry(Map.Entry) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given entry remotely accessible.
exportEntry(Map.Entry) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportEntry(Map.Entry) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportEntry(Map.Entry) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportInvocationEventsWaiter(InvocationEventsWaiter) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given invocationEventsWaiter remotely accessible.
exportInvocationEventsWaiter(InvocationEventsWaiter) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportInvocationEventsWaiter(InvocationEventsWaiter) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportInvocationEventsWaiter(InvocationEventsWaiter) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportInvocationInfo(InvocationInfo) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given info remotely accessible.
exportInvocationInfo(InvocationInfo) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportInvocationInfo(InvocationInfo) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportInvocationInfo(InvocationInfo) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportInvocationObserver(InvocationObserver) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given invocationObserver remotely accessible.
exportInvocationObserver(InvocationObserver) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportInvocationObserver(InvocationObserver) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportInvocationObserver(InvocationObserver) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportIterator(Iterator) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given iterator remotely accessibles.
exportIterator(Iterator) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportIterator(Iterator) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportIterator(Iterator) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportMap(Map) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given map remotely accessible.
exportMap(Map) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportMap(Map) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportMap(Map) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportMethodResult(MethodResult) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given methodResult remotely accessible.
exportMethodResult(MethodResult) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportMethodResult(MethodResult) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportMethodResult(MethodResult) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportResultUpdater(ResultUpdater) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given resultUpdater remotely accessible.
exportResultUpdater(ResultUpdater) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportResultUpdater(ResultUpdater) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportResultUpdater(ResultUpdater) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportSet(Set) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given set remotely acessible.
exportSet(Set) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportSet(Set) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportSet(Set) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exportThread(ThreadOp) - Method in interface mandala.jacob.remote.gpf.Exporter
Makes the given thread remotely accessible.
exportThread(ThreadOp) - Method in class mandala.jacob.remote.gpf.rmi.RMIExporter
 
exportThread(ThreadOp) - Method in class mandala.jacob.remote.gpf.tcp.TCPExporter
 
exportThread(ThreadOp) - Method in class mandala.jacob.remote.gpf.udp.UDPExporter
 
exporter - Variable in class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper
 
exporter - Variable in class mandala.jacob.remote.gpf.AbstractRemoteProxy
 
exporter - Variable in class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
 

F

FifoAPFactory - class mandala.rami.impl.FifoAPFactory.
Unshared fifo asynchronous policy factory.
FifoAPFactory() - Constructor for class mandala.rami.impl.FifoAPFactory
 
FifoPolicy - class mandala.rami.impl.FifoPolicy.
Single-threaded, FIFO implementation of the AsynchronousPolicy interface.
FifoPolicy() - Constructor for class mandala.rami.impl.FifoPolicy
 
Framework - class mandala.rami.Framework.
This class is the starting point in RAMI.
Framework() - Constructor for class mandala.rami.Framework
 
Framework.Factory - interface mandala.rami.Framework.Factory.
The Factory used to instanciate AsynchronousReference implementation.
FutureClient - interface mandala.rami.FutureClient.
This interface represents the final future object any client must use to deal with an asynchronous method invocation.
FutureFactory - interface mandala.rami.impl.FutureFactory.
This interface defines a factory used by AsynchronousReferenceImpl to create future object.
FutureFactory.FutureComponents - interface mandala.rami.impl.FutureFactory.FutureComponents.
A FutureComponents object wraps both side of a future object : the client side and the server side.
FutureServer - interface mandala.rami.FutureServer.
This interface represents the informations a future object used by any server to handle an asynchronous method invocation must provide.
factory - Variable in class mandala.util.SingletonGiver
The factory used to create singletons.
finalize() - Method in class mandala.jacob.remote.AbstractLocalReferenceRetriever
 
finalize() - Method in class mandala.rami.impl.ListAsynchronousPolicy
 
finalize() - Method in class mandala.util.ThreadImpl
 
finalize() - Method in class mandala.util.ThreadPool
 
findAllInterfaces(Class) - Static method in class mandala.util.Misc
Return the list of Class objects representing all interfaces a given class implements.
findAllSuperTypes(Class) - Static method in class mandala.util.Misc
Return the list of Class objects representing all super type a given class implements.
findAllTypes(Class) - Static method in class mandala.util.Misc
Return the list of Class objects representing every types a given class implements.
findConstructorClassArgs(Class[], Class) - Static method in class mandala.util.Misc
Return the Class[] array representing the types a constructor take as parameters.
findMethodClassArgs(Class[], Class, String) - Static method in class mandala.util.Misc
Return the Class[] array representing the types a given method take as parameters.
format(LogRecord) - Method in class mandala.util.DetailedFormatter
 
format(long) - Static method in class mandala.util.Misc
Format a delay.
format(double) - Static method in class mandala.util.Misc
Equivalent to Misc.format(long).
future - Variable in class mandala.rami.impl.MethodInvoker
The FutureServer to use for the invocation.
futureComponents - Variable in class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
 
futureFactory - Variable in class mandala.jacob.StoredObjectReference
The FutureFactory instance used to create our future objects.
futureFactory - Variable in class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper
 
futureFactory - Variable in class mandala.rami.impl.AbstractARImplFactory
The FutureFactory to use when creating new AsynchronousReference implementation instances.
futureFactory - Variable in class mandala.rami.impl.AsynchronousReferenceImpl
The FutureFactory instance used to create our future objects.

G

generate(Class, String) - Static method in class mandala.rami.transparency.semi.JayaCompiler
Writes the source code of the semi-transparency asynchronous proxy class for the given class into the specified path directory.
generateClass(Class) - Static method in class mandala.rami.transparency.semi.SourceGenerator
Returns the source code of the semi-transparency asynchronous proxy class for the given class.
get() - Method in class mandala.jacob.StoredObjectReference
Gets the object this reference refers to.
get(Object) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
get(Object) - Method in class mandala.jacob.remote.rmi.RMIMap
 
get(Object) - Method in class mandala.util.WeakValuesMap
 
getActiveMap() - Method in class mandala.jacob.Instanciator
Returns the related ActiveMap.
getActiveMap() - Method in class mandala.jacob.SORFactory
Returns the ActiveMap this factory uses.
getActiveMap() - Method in class mandala.jacob.StoredObjectReference
Gets the active map this reference is linked to.
getArgs() - Method in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
 
getArgs() - Method in class mandala.jacob.remote.RemoteExceptionInfo
Returns the arguments of the method for which the transport throws an exception.
getArgs() - Method in class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy
 
getArgs() - Method in class mandala.rami.AbstractFutureClient
 
getArgs() - Method in interface mandala.rami.InvocationInfo
Returns the argument of the method involved in an asynchronous method invocation.
getArgsMethod - Static variable in class mandala.jacob.remote.RemoteInvocationInfo.RemoteInvocationInfoMethods
 
getArgsMethod - Static variable in class mandala.jacob.remote.gpf.InvocationInfoMethods
 
getAsynchronousPolicy(Object) - Method in interface mandala.rami.impl.AsynchronousPolicyFactory
Returns the asynchronous policy an asynchronous reference on the given object must have.
getAsynchronousPolicy() - Method in class mandala.rami.impl.AsynchronousReferenceImpl
Returns the object used to invoke method on the object returned by getObject().
getAsynchronousPolicy(Object) - Method in class mandala.rami.impl.FifoAPFactory
 
getAsynchronousPolicy(Object) - Method in class mandala.rami.impl.RandomAPFactory
 
getAsynchronousPolicy(Object) - Method in class mandala.rami.impl.SharedAPFactory
 
getAsynchronousReference() - Method in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
 
getAsynchronousReference() - Method in class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy
 
getAsynchronousReference() - Method in class mandala.rami.AbstractFutureClient
 
getAsynchronousReference() - Method in interface mandala.rami.InvocationInfo
Returns the AsynchronousReference involved in an asynchronous method invocation.
getAsynchronousReference() - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
getAsynchronousReference() - Method in class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler
 
getAsynchronousReferenceMethod - Static variable in class mandala.jacob.remote.RemoteInvocationInfo.RemoteInvocationInfoMethods
 
getAsynchronousReferenceMethod - Static variable in class mandala.jacob.remote.gpf.InvocationInfoMethods
 
getCallback() - Method in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
 
getCallback() - Method in class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy
 
getCallback() - Method in class mandala.rami.AbstractFutureClient
 
getCallback() - Method in interface mandala.rami.CallbackManager
Returns the local thread scope Callback if it exists, returns the global object scope Callback otherwise.
getCallback() - Method in interface mandala.rami.InvocationInfo
Returns the Callback instance to use when the method invocation is considered terminated.
getCallback() - Method in class mandala.rami.impl.CallbackManagerImpl
 
getCallbackManager() - Method in class mandala.rami.AbstractAsynchronousReference
 
getCallbackManager() - Method in interface mandala.rami.AsynchronousReference
Returns the CallbackManager of this instance.
getCallbackManager() - Method in class mandala.rami.impl.AsynchronousReferencePairImpl
 
getCallbackMethod - Static variable in class mandala.jacob.remote.RemoteInvocationInfo.RemoteInvocationInfoMethods
 
getCallbackMethod - Static variable in class mandala.jacob.remote.gpf.InvocationInfoMethods
 
getCalleeThread() - Method in class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy
 
getCalleeThread() - Method in class mandala.rami.AbstractFutureClient
 
getCalleeThread() - Method in interface mandala.rami.InvocationObserver
Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations always return null. This method will be removed in the next light release.

getCalleeThreadMethod - Static variable in class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods
 
getCalleeThreadMethod - Static variable in class mandala.jacob.remote.gpf.InvocationObserverMethods
 
getCallerThread() - Method in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
 
getCallerThread() - Method in class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy
 
getCallerThread() - Method in class mandala.rami.AbstractFutureClient
 
getCallerThread() - Method in interface mandala.rami.InvocationInfo
Get the thread which has been registered has interested in this object.
getCallerThreadMethod - Static variable in class mandala.jacob.remote.RemoteInvocationInfo.RemoteInvocationInfoMethods
 
getCallerThreadMethod - Static variable in class mandala.jacob.remote.gpf.InvocationInfoMethods
 
getCause() - Method in class mandala.jacob.remote.TransportException
 
getCause() - Method in class mandala.util.ExceptionHandler.UnHandledException
Returns the exception which is the real cause of this one.
getConstructor() - Method in class mandala.jacob.Instanciator
Returns the default constructor.
getConstructor() - Method in class mandala.util.SerializableConstructor
 
getContextClassLoader() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
getContextClassLoader() - Method in class mandala.jacob.remote.rmi.RMIThread
 
getContextClassLoader() - Method in class mandala.util.ThreadImpl
 
getContextClassLoader() - Method in interface mandala.util.ThreadOp
 
getContextClassLoaderMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
getContextClassLoaderMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
getCount() - Method in class mandala.util.ThreadBarrier
Returns the number of threads that must traverse this barrier before releasing it.
getCurrentSize() - Method in class mandala.rami.impl.ListAsynchronousPolicy
Gets the current size ListAsynchronousPolicy.methods.
getDaemonStatus() - Method in class mandala.util.ThreadPool
Get the daemon status given to new threads in this pool.
getDeclaringClass() - Method in interface mandala.util.ConstructorOp
 
getDeclaringClass() - Method in interface mandala.util.MethodOp
 
getDeclaringClass() - Method in class mandala.util.SerializableConstructor
 
getDeclaringClass() - Method in class mandala.util.SerializableMethod
 
getDefaultAPFactory() - Static method in class mandala.rami.impl.ARFactory
Gets the default AsynchronousPolicyFactory used when creating new AsynchronousReferenceImpl instances.
getDefaultCallbackManager() - Static method in class mandala.rami.AbstractARFactory
Gets the default CallbackManager used when creating new AsynchronousReference implementation instances.
getDefaultExceptionHandler() - Static method in class mandala.jacob.remote.AbstractRemote
Get the DefaultExceptionHandler value.
getDefaultFutureFactory() - Static method in class mandala.rami.impl.AbstractARImplFactory
Gets the default FutureFactory used when creating new AsynchronousReference implementation instances.
getDefaultFutureFactoryWrapper(FutureFactory) - Method in interface mandala.jacob.remote.RemoteActiveMap
Return the default remote future factory wrapper of "standard" (local) future factory.
getDefaultFutureFactoryWrapper(FutureFactory) - Method in class mandala.jacob.remote.rmi.RMIActiveMap
 
getDefaultThreadPool() - Static method in class mandala.rami.impl.ThreadPooledPolicy
Returns the default thread pool used if non is given when instanciating this class.
getException() - Method in class mandala.jacob.remote.gpf.RemoteMethodResultProxy
 
getException() - Method in interface mandala.rami.MethodResult
Return the exception thrown during the call to an asynchronous method invocation.
getExceptionHandler() - Method in class mandala.jacob.remote.AbstractRemote
 
getExceptionHandler() - Method in interface mandala.jacob.remote.Remote
Returns the RemoteExceptionHandler which manage network related exceptions.
getExceptionListeners() - Method in class mandala.rami.impl.CallbackListeners
Returns the list of exception listeners.
getExceptionMethod - Static variable in class mandala.jacob.remote.RemoteMethodResult.RemoteMethodResultMethods
 
getExceptionMethod - Static variable in class mandala.jacob.remote.gpf.MethodResultMethods
 
getExceptionTypes() - Method in interface mandala.util.ConstructorOp
 
getExceptionTypes() - Method in interface mandala.util.MethodOp
 
getExceptionTypes() - Method in class mandala.util.SerializableConstructor
 
getExceptionTypes() - Method in class mandala.util.SerializableMethod
 
getFactory() - Static method in class mandala.rami.Framework
Gets the Factory currently used to create AsynchronousReference implementation.
getFuture() - Method in class mandala.rami.impl.MethodInvoker
Returns the future given at instanciation.
getFutureClient(Cancelable) - Method in class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
 
getFutureClient(Cancelable) - Method in interface mandala.rami.impl.FutureFactory.FutureComponents
Returns the client side of the future components.
getFutureComponents(AsynchronousReference, MethodOp, Object[], ThreadOp, Callback) - Method in class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper
 
getFutureComponents(AsynchronousReference, MethodOp, Object[], ThreadOp, Callback) - Method in class mandala.jacob.remote.rmi.RMIDistributedFutureFactory
 
getFutureComponents(AsynchronousReference, MethodOp, Object[], ThreadOp, Callback) - Method in class mandala.jacob.remote.rmi.RMIFutureFactoryWrapper
 
getFutureComponents(AsynchronousReference, MethodOp, Object[], ThreadOp, Callback) - Method in class mandala.rami.impl.BasicFutureFactory
 
getFutureComponents(AsynchronousReference, MethodOp, Object[], ThreadOp, Callback) - Method in interface mandala.rami.impl.FutureFactory
Returns the FutureComponents of the specified reflexive asynchronous method invocation.
getFutureFactory() - Method in class mandala.jacob.StoredObjectReference
Returns the factory used to construct futures.
getFutureFactory() - Method in class mandala.rami.impl.AsynchronousReferenceImpl
Returns the factory used to construct futures.
getFutureServer() - Method in class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
 
getFutureServer() - Method in interface mandala.rami.impl.FutureFactory.FutureComponents
Returns the server side of the future components.
getGlobalCallback() - Method in interface mandala.rami.CallbackManager
Returns this global object scope Callback.
getGlobalCallback() - Method in class mandala.rami.impl.CallbackManagerImpl
 
getGlobalUniqueKey(ActiveMap, Object) - Static method in class mandala.jacob.StoredObjectReference
 
getHead() - Method in interface mandala.rami.AsynchronousReferencePair
Returns the head of this asynchronous reference pair.
getHead() - Method in class mandala.rami.impl.AsynchronousReferencePairImpl
 
getHeaderFactory() - Method in class mandala.rami.impl.ARPFactory
 
getID() - Method in class mandala.jacob.remote.AbstractLocalReferenceRetriever
 
getID() - Method in interface mandala.jacob.remote.LocalReferenceRetriever
Returns the global unique identifier of this remote instance.
getInstance(ActiveMap, ConstructorOp) - Static method in class mandala.jacob.Instanciator
Get the StoredObjectReference on the Instanciator instance which is related to the given activeMap.
getInstance(ActiveMap) - Static method in class mandala.jacob.Instanciator
Equivalent to getInstance(activeMap, null).
getInstance(Object, CallbackManager, FutureFactory) - Method in class mandala.jacob.SORFactory
Gets a StoredObjectReference on the specified object.
getInstance(ActiveMap, Object, CallbackManager, FutureFactory) - Static method in class mandala.jacob.StoredObjectReference
Gets the instance related to the pair (activeMap, key).
getInstance(Object) - Method in class mandala.rami.AbstractARFactory
 
getInstance(Object, CallbackManager) - Method in class mandala.rami.AbstractARFactory
Gets an asynchronous reference on the specified object.
getInstance(Object) - Method in interface mandala.rami.Framework.Factory
Returns the AsynchronousReference which references the specified object.
getInstance(Object, CallbackManager, FutureFactory) - Method in class mandala.rami.impl.ARFactory
 
getInstance(Object, CallbackManager) - Method in class mandala.rami.impl.ARPFactory
 
getInstance(Object) - Method in class mandala.rami.impl.AbstractARImplFactory
 
getInstance(Object, CallbackManager) - Method in class mandala.rami.impl.AbstractARImplFactory
 
getInstance(Object, CallbackManager, FutureFactory) - Method in class mandala.rami.impl.AbstractARImplFactory
Gets an asynchronous reference on the specified object.
getInstance(Object, CallbackManager, FutureFactory, AsynchronousPolicy) - Static method in class mandala.rami.impl.AsynchronousReferenceImpl
 
getInstance(AsynchronousReference, CallbackManager) - Static method in class mandala.rami.impl.AsynchronousReferencePairImpl
Gets the AsynchronousReferencePairImpl instance which handles reflexive asynchronous method invocation on the specified pair of asynchronous reference.
getInstance(AsynchronousReference) - Static method in class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler
 
getInstance(Constructor) - Static method in class mandala.util.SerializableConstructor
 
getInstance(Method) - Static method in class mandala.util.SerializableMethod
 
getInstance(Object) - Method in class mandala.util.SingletonGiver
Equivalent to getInstance(object, null).
getInstance(Object, Object[]) - Method in class mandala.util.SingletonGiver
Returns the singleton to which the specified object is mapped to.
getInstance(Thread) - Static method in class mandala.util.ThreadImpl
 
getInvokerThread() - Method in class mandala.rami.impl.ListAsynchronousPolicy
Gets the thread which is responsible of methods invocation.
getKey() - Method in class mandala.jacob.StoredObjectReference
Gets the key this reference is linked to.
getKey() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy
 
getKey() - Method in class mandala.jacob.remote.rmi.RMIMap.RMIEntry
 
getKeyMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteEntry.RemoteEntryMethods
 
getKeyMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods.EntryMethods
 
getList() - Method in class mandala.rami.impl.CallbackList
 
getLocalCallback() - Method in interface mandala.rami.CallbackManager
Returns the local thread scope Callback.
getLocalCallback() - Method in class mandala.rami.impl.CallbackManagerImpl
 
getLocalHost(Properties, Syslog) - Static method in class mandala.jacob.remote.gpf.CommonProperties
 
getLocalReference() - Method in class mandala.jacob.remote.AbstractLocalReferenceRetriever
 
getLocalReference() - Method in interface mandala.jacob.remote.LocalReferenceRetriever
Returns a local reference on the object this remote reference is refering to.
getMax() - Method in class mandala.util.ThreadPool
Get the maximum amount of pre-allocated threads in this thread pool.
getMethod() - Method in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
InvocationInfo implementation
getMethod() - Method in class mandala.jacob.remote.RemoteExceptionInfo
Returns the method for which the transport throws an exception.
getMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
getMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
getMethod() - Method in class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy
 
getMethod() - Method in class mandala.rami.AbstractFutureClient
 
getMethod() - Method in interface mandala.rami.InvocationInfo
Returns the MethodOp involved in an asynchronous method invocation.
getMethod() - Method in class mandala.util.SerializableMethod
 
getMethodMethod - Static variable in class mandala.jacob.remote.RemoteInvocationInfo.RemoteInvocationInfoMethods
 
getMethodMethod - Static variable in class mandala.jacob.remote.gpf.InvocationInfoMethods
 
getMin() - Method in class mandala.util.ThreadPool
Get the minimum amount of pre-allocated threads in this thread pool.
getModifiers() - Method in interface mandala.util.ConstructorOp
 
getModifiers() - Method in interface mandala.util.MethodOp
 
getModifiers() - Method in class mandala.util.SerializableConstructor
 
getModifiers() - Method in class mandala.util.SerializableMethod
 
getName() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
getName() - Method in class mandala.jacob.remote.rmi.RMIThread
 
getName() - Method in interface mandala.util.ConstructorOp
 
getName() - Method in interface mandala.util.MethodOp
 
getName() - Method in class mandala.util.SerializableConstructor
 
getName() - Method in class mandala.util.SerializableMethod
 
getName() - Method in class mandala.util.ThreadImpl
 
getName() - Method in interface mandala.util.ThreadOp
 
getNameMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
getNameMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
getNewClassName(Class) - Static method in class mandala.rami.transparency.semi.SourceGenerator
 
getObject() - Method in class mandala.jacob.StoredObjectReference
Returns the object this StoredObjectReference refers to.
getObject() - Method in interface mandala.rami.Reference
Returns the object this Reference refers to.
getObject() - Method in class mandala.rami.impl.AsynchronousReferenceImpl
 
getObject() - Method in class mandala.rami.impl.AsynchronousReferencePairImpl
 
getObject() - Method in class mandala.rami.impl.MethodInvoker
Returns the object on which method is to be invoked.
getObject() - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
getParameterTypes() - Method in interface mandala.util.ConstructorOp
 
getParameterTypes() - Method in interface mandala.util.MethodOp
 
getParameterTypes() - Method in class mandala.util.SerializableConstructor
 
getParameterTypes() - Method in class mandala.util.SerializableMethod
 
getPriority() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
getPriority() - Method in class mandala.jacob.remote.rmi.RMIThread
 
getPriority() - Method in class mandala.util.ThreadImpl
 
getPriority() - Method in interface mandala.util.ThreadOp
 
getPriority() - Method in class mandala.util.ThreadPool
Get the priority given to new threads in this pool.
getPriorityMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
getPriorityMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
getPropertyUsage() - Static method in class mandala.jacob.remote.gpf.CommonProperties
 
getPropertyUsage(String, String) - Static method in class mandala.jacob.remote.gpf.CommonProperties
 
getPropertyUsage() - Static method in class mandala.jacob.remote.gpf.rmi.CommonRMIProperties
 
getPropertyUsage() - Static method in class mandala.jacob.remote.rmi.CommonRMIProperties
 
getReactivity() - Method in class mandala.util.ThreadPool
Get the reactivity of the thread-balancer.
getRealClassName(Class) - Static method in class mandala.rami.transparency.semi.SourceGenerator
 
getResultListeners() - Method in class mandala.rami.impl.CallbackListeners
Returns the list of result listeners.
getReturnType() - Method in interface mandala.util.MethodOp
 
getReturnType() - Method in class mandala.util.SerializableMethod
 
getReturnedResult() - Method in class mandala.jacob.remote.gpf.RemoteMethodResultProxy
 
getReturnedResult() - Method in class mandala.rami.AbstractFutureClient
 
getReturnedResult() - Method in interface mandala.rami.MethodResult
Return the result returned by the call to an asynchronous method invocation.
getReturnedResultMethod - Static variable in class mandala.jacob.remote.RemoteMethodResult.RemoteMethodResultMethods
 
getReturnedResultMethod - Static variable in class mandala.jacob.remote.gpf.MethodResultMethods
 
getReturnedResultTrusted() - Method in class mandala.jacob.remote.gpf.RemoteMethodResultProxy
 
getReturnedResultTrusted() - Method in interface mandala.rami.MethodResult
Return the result returned by the call to an asynchronous method invocation.
getReturnedResultTrustedMethod - Static variable in class mandala.jacob.remote.RemoteMethodResult.RemoteMethodResultMethods
 
getReturnedResultTrustedMethod - Static variable in class mandala.jacob.remote.gpf.MethodResultMethods
 
getSemiTransparentAsynchronousProxy(Object) - Static method in class mandala.rami.Framework
Equivalent to getSemiTransparentAsynchronousProxy(object, Framework.getFactory()).
getSemiTransparentAsynchronousProxy(Object, Framework.Factory) - Static method in class mandala.rami.Framework
Returns a semi-transparent asynchronous proxy on the specified object.
getSemiTransparentAsynchronousProxy(Object, Class) - Static method in class mandala.rami.Framework
Equivalent to getSemiTransparentAsynchronousProxy(object, class, Framework.getFactory()).
getSemiTransparentAsynchronousProxy(Object, Class, Framework.Factory) - Static method in class mandala.rami.Framework
Returns a semi-transparent asynchronous proxy on the specified object.
getSyslog() - Static method in class mandala.jacob.remote.AbstractRemote
Returns the Syslog object facility.
getSyslog() - Static method in class mandala.jacob.remote.rmi.RMICollectionImpl
Returns the Syslog object facility.
getSyslog() - Static method in class mandala.jacob.remote.rmi.RMIIteratorImpl
Returns the Syslog object facility.
getSyslog() - Static method in class mandala.rami.AbstractAsynchronousReference
Returns the logger.
getSyslog() - Static method in class mandala.rami.impl.AsynchronousReferencePairImpl
 
getSyslog() - Static method in class mandala.rami.impl.MethodInvoker
Returns the Syslog object facility.
getSyslog() - Static method in class mandala.util.SingletonGiver
Returns the logger.
getSyslog() - Method in class mandala.util.ThreadPool
Returns the Syslog instance used for logging.
getTail() - Method in interface mandala.rami.AsynchronousReferencePair
Returns the tail of this asynchronous reference pair.
getTail() - Method in class mandala.rami.impl.AsynchronousReferencePairImpl
 
getTailerFactory() - Method in class mandala.rami.impl.ARPFactory
 
getTarget() - Method in class mandala.jacob.remote.RemoteExceptionInfo
Returns the AbstractRemote sub-class instance which was the target of the remote method invocation.
getThreadGroup() - Method in class mandala.util.ThreadImpl
 
getThreadPool() - Method in class mandala.rami.impl.ThreadPooledPolicy
Returns the thread pool used by this instance.
getThrowable() - Method in class mandala.jacob.remote.RemoteExceptionInfo
Deprecated. As of Mandala 2.3, replaced by RemoteExceptionInfo.getTransportException()
getTime() - Method in class mandala.util.TimedOutException
Returns the real time (>timeout) which cause this exception to be thrown.
getTimeout() - Method in class mandala.util.TimedOutException
Returns the maximum amount of time requested.
getTotalTransparentAsynchronousProxy(Object) - Static method in class mandala.rami.Framework
Equivalent to getTotalTransparentAsynchronousProxy(object, getFactory()).
getTotalTransparentAsynchronousProxy(Object, Framework.Factory) - Static method in class mandala.rami.Framework
Returns a total-transparent asynchronous proxy on the specified object.
getTransportException() - Method in class mandala.jacob.remote.RemoteExceptionInfo
Returns the exception thrown during the transport.
getValue() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy
 
getValue() - Method in class mandala.jacob.remote.rmi.RMIMap.RMIEntry
 
getValueMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteEntry.RemoteEntryMethods
 
getValueMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods.EntryMethods
 

H

HELP_OPTION - Static variable in class mandala.jacob.remote.gpf.rmi.ServerRunner
 
HELP_OPTION - Static variable in class mandala.jacob.remote.gpf.tcp.ServerRunner
 
HELP_OPTION - Static variable in class mandala.jacob.remote.gpf.udp.ServerRunner
 
HELP_OPTION - Static variable in class mandala.jacob.remote.rmi.ServerRunner
 
HTTPServer - class mandala.util.HTTPServer.
Small Web server.
HTTPServer() - Constructor for class mandala.util.HTTPServer
 
handleException(Throwable) - Static method in class mandala.jacob.remote.AbstractRemote
Check that the given throwable is a RuntimeException or an Error and throws it.
handleException(Object) - Method in class mandala.util.EmptyExceptionHandler
 
handleException(Object) - Method in interface mandala.util.ExceptionHandler
This method is called when an exception occurs.
handleException(Object) - Method in class mandala.util.SyslogExceptionHandler
 
hasNext() - Method in class mandala.jacob.remote.gpf.RemoteIteratorProxy
 
hasNext() - Method in class mandala.jacob.remote.rmi.RMIIterator
 
hasNext() - Method in class mandala.jacob.remote.rmi.RMIIteratorImpl
 
hasNextMethod - Static variable in class mandala.jacob.remote.RemoteIterator.RemoteIteratorMethods
 
hasNextMethod - Static variable in class mandala.jacob.remote.gpf.IteratorMethods
 
hashCode() - Method in class mandala.jacob.Instanciator
 
hashCode() - Method in class mandala.jacob.remote.gpf.InvocationResult
 
hashCode() - Method in class mandala.jacob.remote.gpf.MethodInvocation
 
hashCode() - Method in class mandala.jacob.remote.rmi.RMICancelable
 
hashCode() - Method in class mandala.util.SerializableConstructor
 
hashCode() - Method in class mandala.util.SerializableMethod
 
head - Variable in class mandala.rami.impl.AsynchronousReferencePairImpl
 
header - Variable in class mandala.util.Syslog
Describe variable header here.

I

Instanciator - class mandala.jacob.Instanciator.
Allows indirect instanciation of objects.
InterrupterCallback - class mandala.rami.impl.InterrupterCallback.
This implementation of the Callback interface provides the earlier warning mechanism.
InterrupterCallback() - Constructor for class mandala.rami.impl.InterrupterCallback
 
InvocationEventsWaiter - interface mandala.rami.InvocationEventsWaiter.
This interface defines the behavior a waiter of an asynchronous method invocation must have.
InvocationEventsWaiterMethods - class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods.
 
InvocationEventsWaiterMethods() - Constructor for class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
InvocationInfo - interface mandala.rami.InvocationInfo.
This interface provides methods to get informations on an asynchronous method invocation.
InvocationInfoMethods - class mandala.jacob.remote.gpf.InvocationInfoMethods.
 
InvocationInfoMethods() - Constructor for class mandala.jacob.remote.gpf.InvocationInfoMethods
 
InvocationObserver - interface mandala.rami.InvocationObserver.
This interface defines the behavior an observer of an asynchronous method invocation must have.
InvocationObserverMethods - class mandala.jacob.remote.gpf.InvocationObserverMethods.
 
InvocationObserverMethods() - Constructor for class mandala.jacob.remote.gpf.InvocationObserverMethods
 
InvocationResult - class mandala.jacob.remote.gpf.InvocationResult.
Instances of this class represents the result of a method invocation.
InvocationResult(Object, Object, Throwable) - Constructor for class mandala.jacob.remote.gpf.InvocationResult
 
IteratorMethods - class mandala.jacob.remote.gpf.IteratorMethods.
 
IteratorMethods() - Constructor for class mandala.jacob.remote.gpf.IteratorMethods
 
id - Variable in class mandala.jacob.remote.gpf.InvocationResult
The identifiant of the invocation.
id - Variable in class mandala.jacob.remote.gpf.MethodInvocation
The identifiant of the invocation.
identityToString(Object) - Static method in class mandala.util.Misc
 
instancesNumber - Static variable in class mandala.util.ThreadPool
Number of ThreadPool instances used for automatic name generation in ThreadPool.ThreadPool(int min, int max).
instanciate(Object[]) - Method in class mandala.jacob.Instanciator
Equivalent to instanciate(getConstructorOp(), args).
instanciate(ConstructorOp, Object[]) - Method in class mandala.jacob.Instanciator
Instanciate a new object and associates it with a new key.
instanciateWith(Object[]) - Method in class mandala.jacob.Instanciator
Equivalent to instanciateWith(getConstructorOp(), keys).
instanciateWith(ConstructorOp, Object[]) - Method in class mandala.jacob.Instanciator
Instanciate a new object with parameters taken from the active map and associates it with a new key.
interrupt() - Method in class mandala.jacob.remote.gpf.RemoteCancelableProxy
 
interrupt() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
interrupt() - Method in class mandala.jacob.remote.rmi.RMICancelable
 
interrupt() - Method in class mandala.jacob.remote.rmi.RMIThread
 
interrupt() - Method in class mandala.rami.AbstractFutureClient
 
interrupt() - Method in interface mandala.util.Cancelable
Interrupt the operation related to this cancelable object.
interrupt() - Method in class mandala.util.ThreadImpl
 
interrupt() - Method in interface mandala.util.ThreadOp
 
interrupt() - Method in class mandala.util.ThreadPool.ThreadPoolCancelable
 
interrupt(ThreadPool.ThreadPoolCancelable) - Method in class mandala.util.ThreadPool
Interrupt the execution of a task currently executed by a thread of this thread pool.
interrupt(ThreadPool.ThreadPoolCancelable[]) - Method in class mandala.util.ThreadPool
Interrupt the execution of tasks currently executed by some threads of this thread pool.
interruptMethod - Static variable in class mandala.jacob.remote.RemoteCancelable.RemoteCancelableMethods
 
interruptMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
interruptMethod - Static variable in class mandala.jacob.remote.gpf.CancelableMethods
 
interruptMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
invocationInfo - Variable in class mandala.rami.impl.ResultsGrouper.TerminatedCall
 
invoke(Object) - Method in class mandala.jacob.remote.gpf.MethodInvocation
Perfom the method invocation.
invoke(Object, Method, Object[]) - Method in class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler
 
invoke(Object, Object[]) - Method in interface mandala.util.MethodOp
Equivalent of Method.invoke(Object, Object[]).
invoke(Object, Object[]) - Method in class mandala.util.SerializableMethod
 
invokerThread - Variable in class mandala.rami.impl.ListAsynchronousPolicy
The invoker thread instance used to invoke methods.
isAccessible() - Method in interface mandala.util.AccessibleObjectOp
 
isAccessible() - Method in class mandala.util.SerializableConstructor
 
isAccessible() - Method in class mandala.util.SerializableMethod
 
isAlive() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
isAlive() - Method in class mandala.jacob.remote.rmi.RMIThread
 
isAlive() - Method in class mandala.util.ThreadImpl
 
isAlive() - Method in interface mandala.util.ThreadOp
 
isAliveMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
isAliveMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
isCalleeAvailable() - Method in class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy
 
isCalleeAvailable() - Method in class mandala.rami.AbstractFutureClient
 
isCalleeAvailable() - Method in interface mandala.rami.InvocationObserver
Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations always return null. This method will be removed in the next light release.

isCalleeAvailableMethod - Static variable in class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods
 
isCalleeAvailableMethod - Static variable in class mandala.jacob.remote.gpf.InvocationObserverMethods
 
isCancelled() - Method in class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy
 
isCancelled() - Method in class mandala.rami.AbstractFutureClient
 
isCancelled() - Method in interface mandala.rami.InvocationObserver
Returns true if the asynchronous method invocation has been cancelled.
isCancelledMethod - Static variable in class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods
 
isCancelledMethod - Static variable in class mandala.jacob.remote.gpf.InvocationObserverMethods
 
isDaemon() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
isDaemon() - Method in class mandala.jacob.remote.rmi.RMIThread
 
isDaemon() - Method in class mandala.util.ThreadImpl
 
isDaemon() - Method in interface mandala.util.ThreadOp
 
isDaemonMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
isDaemonMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
isEmpty() - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
isEmpty() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
isEmpty() - Method in class mandala.jacob.remote.rmi.RMICollection
 
isEmpty() - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
isEmpty() - Method in class mandala.jacob.remote.rmi.RMIMap
 
isEmptyMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
isEmptyMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
isEmptyMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
isEmptyMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
isInterrupted() - Method in class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy
 
isInterrupted() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
isInterrupted() - Method in class mandala.jacob.remote.rmi.RMIThread
 
isInterrupted() - Method in class mandala.rami.AbstractFutureClient
 
isInterrupted() - Method in interface mandala.rami.InvocationObserver
Returns true if the asynchronous method invocation has been interrupted.
isInterrupted() - Method in class mandala.util.ThreadImpl
 
isInterrupted() - Method in interface mandala.util.ThreadOp
 
isInterruptedMethod - Static variable in class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods
 
isInterruptedMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
isInterruptedMethod - Static variable in class mandala.jacob.remote.gpf.InvocationObserverMethods
 
isInterruptedMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
isReleased() - Method in class mandala.util.ThreadBarrier
Returns the released state of this barrier.
isResultAvailable() - Method in class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy
 
isResultAvailable() - Method in interface mandala.rami.InvocationObserver
Test the usable value of the returned result.
isResultAvailableMethod - Static variable in class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods
 
isResultAvailableMethod - Static variable in class mandala.jacob.remote.gpf.InvocationObserverMethods
 
isStarted() - Method in class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy
 
isStarted() - Method in interface mandala.rami.InvocationObserver
Returns true if the asynchronous method invocation is started.
isStarted() - Method in class mandala.util.ThreadPool
Returns true if this thread pool has been started, false otherwize.
isStartedMethod - Static variable in class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods
 
isStartedMethod - Static variable in class mandala.jacob.remote.gpf.InvocationObserverMethods
 
isValid() - Method in class mandala.jacob.StoredObjectReference
 
iterator() - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
iterator() - Method in class mandala.jacob.remote.rmi.RMICollection
 
iterator() - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
iterator - Variable in class mandala.jacob.remote.rmi.RMIIteratorImpl
The Iterator used.
iteratorMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
iteratorMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 

J

JAYA_PATH_PROPERTY - Static variable in class mandala.rami.transparency.semi.JayaCompiler
 
JayaCompiler - class mandala.rami.transparency.semi.JayaCompiler.
This class implements the semi transparent reflexive asynchronous method invocation mechanism.
JayaCompiler() - Constructor for class mandala.rami.transparency.semi.JayaCompiler
 
join() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
join(long) - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
join(long, int) - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
join() - Method in class mandala.jacob.remote.rmi.RMIThread
 
join(long) - Method in class mandala.jacob.remote.rmi.RMIThread
 
join(long, int) - Method in class mandala.jacob.remote.rmi.RMIThread
 
join(long) - Method in class mandala.util.ThreadImpl
 
join(long, int) - Method in class mandala.util.ThreadImpl
 
join() - Method in class mandala.util.ThreadImpl
 
join() - Method in interface mandala.util.ThreadOp
 
join(long) - Method in interface mandala.util.ThreadOp
 
join(long, int) - Method in interface mandala.util.ThreadOp
 
joinMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
joinMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
join_long_Method - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
join_long_Method - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
join_long_int_Method - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
join_long_int_Method - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 

K

key - Variable in class mandala.jacob.StoredObjectReference
The key of the mapped object.
key - Variable in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
Key of the call's target.
keySet() - Method in interface mandala.jacob.remote.RemoteMap
Returns a RemoteSet value.
keySet() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
keySet() - Method in class mandala.jacob.remote.rmi.RMIMap
 
keySetMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
keySetMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 

L

LINE_SEPARATOR - Static variable in class mandala.util.Misc
 
LOCALHOST_NAME_BUG_PROPERTY - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
LOG - Variable in class mandala.util.Syslog
Describe variable LOG here.
LOG_STREAM_PROPERTY - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
ListAsynchronousPolicy - class mandala.rami.impl.ListAsynchronousPolicy.
Abstract implementation of the SingleThreadedSemantic backed by a List which stores asynchronous methods invocation request.
ListAsynchronousPolicy(String, List) - Constructor for class mandala.rami.impl.ListAsynchronousPolicy
Creates a new ListAsynchronousPolicy instance.
LocalReferenceRetriever - interface mandala.jacob.remote.LocalReferenceRetriever.
This interface defines the behaviour of local reference retriever remote objects.
list - Variable in class mandala.rami.impl.CallbackList
The callbacks list.
list - Variable in class mandala.rami.impl.ResultsGrouper
The results list.
lock - Variable in class mandala.jacob.remote.rmi.RMICollectionImpl
Lock for collection.
log(Object) - Method in class mandala.util.Syslog
Describe log method here.

M

MapMethods - class mandala.jacob.remote.gpf.MapMethods.
 
MapMethods() - Constructor for class mandala.jacob.remote.gpf.MapMethods
 
MapMethods.EntryMethods - class mandala.jacob.remote.gpf.MapMethods.EntryMethods.
 
MapMethods.EntryMethods() - Constructor for class mandala.jacob.remote.gpf.MapMethods.EntryMethods
 
MethodInvocation - class mandala.jacob.remote.gpf.MethodInvocation.
Instances of this class represents a method invocation to perform.
MethodInvocation(MethodOp, Object[]) - Constructor for class mandala.jacob.remote.gpf.MethodInvocation
 
MethodInvoker - class mandala.rami.impl.MethodInvoker.
Implements the reflexive method invocation mechanism.
MethodInvoker(Object, FutureServer) - Constructor for class mandala.rami.impl.MethodInvoker
Creates a new MethodInvoker instance.
MethodOp - interface mandala.util.MethodOp.
Interface for the Method class.
MethodResult - interface mandala.rami.MethodResult.
This interface represents the result returned by an asynchronous method invocation.
MethodResultMethods - class mandala.jacob.remote.gpf.MethodResultMethods.
 
MethodResultMethods() - Constructor for class mandala.jacob.remote.gpf.MethodResultMethods
 
Misc - class mandala.util.Misc.
Miscellaneous class.
Misc() - Constructor for class mandala.util.Misc
 
main(String[]) - Static method in class mandala.jacob.remote.gpf.rmi.ServerRunner
Creates a server and binds it in JNDI.
main(String[]) - Static method in class mandala.jacob.remote.gpf.tcp.ServerRunner
Creates a server and binds it in JNDI.
main(String[]) - Static method in class mandala.jacob.remote.gpf.udp.ServerRunner
Creates a server and binds it in JNDI.
main(String[]) - Static method in class mandala.jacob.remote.rmi.RegistryCreator
Creates a registry.
main(String[]) - Static method in class mandala.jacob.remote.rmi.ServerRunner
Creates a server and binds it in JNDI.
main(String[]) - Static method in class mandala.rami.transparency.semi.JayaCompiler
 
main(String[]) - Static method in class mandala.util.HTTPServer
 
mandala.jacob - package mandala.jacob
Specification and implementation of the Java Active Container of Objects concept.
mandala.jacob.impl - package mandala.jacob.impl
Contains an implementation of the active map concept.
mandala.jacob.remote - package mandala.jacob.remote
This package is dedicated to remote implementation of the active map concept.
mandala.jacob.remote.gpf - package mandala.jacob.remote.gpf
Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols.
mandala.jacob.remote.gpf.rmi - package mandala.jacob.remote.gpf.rmi
GPF-RMI implementation of JACOb.
mandala.jacob.remote.gpf.tcp - package mandala.jacob.remote.gpf.tcp
GPF-TCP implementation of JACOb.
mandala.jacob.remote.gpf.udp - package mandala.jacob.remote.gpf.udp
GPF-UDP implementation of JACOb.
mandala.jacob.remote.rmi - package mandala.jacob.remote.rmi
Direct RMI implementation of JACOb.
mandala.rami - package mandala.rami
Specification and implementation of the Reflective Asynchronous Method Invocation.
mandala.rami.impl - package mandala.rami.impl
Contains all classes related to Reflective Asynchronous Method Invocation.
mandala.rami.transparency - package mandala.rami.transparency
The transparency package is the common place for anything related to transparent asynchronous method invocation.
mandala.rami.transparency.semi - package mandala.rami.transparency.semi
Semi-transparent asynchronous method invocation mechanism implementation.
mandala.rami.transparency.total - package mandala.rami.transparency.total
Total-transparent asynchronous method invocation mechanism implementation.
mandala.util - package mandala.util
This package is a util package for anything in Mandala.
max - Variable in class mandala.util.ThreadPool
Maximum amount of pre-allocated threads in this thread pool.
method - Variable in class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
Method of the call.
method - Variable in class mandala.jacob.remote.RemoteExceptionInfo
 
method - Variable in class mandala.jacob.remote.gpf.MethodInvocation
The method to invoke.
method - Variable in class mandala.rami.AbstractFutureClient
 
methodResult - Variable in class mandala.rami.impl.ResultsGrouper.TerminatedCall
 
methods - Variable in class mandala.rami.impl.ListAsynchronousPolicy
The list of methods to be invoked by the ListAsynchronousPolicy.invokerThread.
min - Variable in class mandala.util.ThreadPool
Minimum amount of pre-allocated threads in this thread pool.

N

NO_STREAM_PROPERTY_VALUE - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
newInstance(ConstructorOp, Object[]) - Method in class mandala.jacob.SORFactory
Returns a StoredObjectReference on a new object.
newInstance(ConstructorOp, Object[]) - Method in class mandala.rami.AbstractARFactory
 
newInstance(ConstructorOp, Object[]) - Method in interface mandala.rami.Framework.Factory
Returns a new AsynchronousReference which references the object created with the given constructor and parameter.
newInstance(ConstructorOp, Object[]) - Method in class mandala.rami.impl.ARPFactory
 
newInstance(Object[]) - Method in interface mandala.util.ConstructorOp
Equivalent of Constructor.newInstance(Object[]).
newInstance(Object[]) - Method in class mandala.util.SerializableConstructor
 
newInstance(Object, Object[]) - Method in interface mandala.util.SingletonGiver.Factory
Creates a new singleton instance for the specified object.
newServer(ActiveMap) - Static method in class mandala.jacob.remote.rmi.RMIActiveMap
Creates a new RMIActiveMap server for the specified active map.
newServer(ActiveMap, int) - Static method in class mandala.jacob.remote.rmi.RMIActiveMap
Creates a new RMIActiveMap server for the specified active map.
newServer(Cancelable) - Static method in class mandala.jacob.remote.rmi.RMICancelable
 
newServer(Collection) - Static method in class mandala.jacob.remote.rmi.RMICollection
 
newServer(Collection, int) - Static method in class mandala.jacob.remote.rmi.RMICollection
 
newServer(Iterator) - Static method in class mandala.jacob.remote.rmi.RMIIterator
 
newServer(Map.Entry) - Static method in class mandala.jacob.remote.rmi.RMIMap.RMIEntry
 
newServer(Map) - Static method in class mandala.jacob.remote.rmi.RMIMap
Creates a new RMIMap server for the specified map.
newServer(Map, int) - Static method in class mandala.jacob.remote.rmi.RMIMap
Creates a new RMIMap server for the specified map.
newServer(Set) - Static method in class mandala.jacob.remote.rmi.RMISet
 
newServer(Set, int) - Static method in class mandala.jacob.remote.rmi.RMISet
 
newServer(ThreadOp) - Static method in class mandala.jacob.remote.rmi.RMIThread
 
next() - Method in class mandala.jacob.remote.gpf.RemoteIteratorProxy
 
next() - Method in class mandala.jacob.remote.rmi.RMIIterator
 
next() - Method in class mandala.jacob.remote.rmi.RMIIteratorImpl
 
nextMethod - Static variable in class mandala.jacob.remote.RemoteIterator.RemoteIteratorMethods
 
nextMethod - Static variable in class mandala.jacob.remote.gpf.IteratorMethods
 

O

object - Variable in class mandala.rami.impl.AsynchronousReferenceImpl
The Object methods must be invoked asynchronously on.
object - Variable in class mandala.rami.impl.MethodInvoker
The object to invoke a method on.

P

PACKAGE_PREFIX - Static variable in class mandala.rami.transparency.semi.SourceGenerator
 
PORT_OPTION_PREFIX - Static variable in class mandala.jacob.remote.gpf.rmi.ServerRunner
 
PORT_OPTION_PREFIX - Static variable in class mandala.jacob.remote.gpf.tcp.ServerRunner
 
PORT_OPTION_PREFIX - Static variable in class mandala.jacob.remote.gpf.udp.ServerRunner
 
PORT_OPTION_PREFIX - Static variable in class mandala.jacob.remote.rmi.ServerRunner
 
policy - Variable in class mandala.jacob.impl.ActiveMapImpl
The method policy.
policy - Variable in class mandala.rami.impl.AsynchronousReferenceImpl
The asynchronous policy.
primitiveComponentsToString(Object) - Static method in class mandala.util.Misc
 
priority - Variable in class mandala.util.ThreadPool
Priority given to new threads in this pool.
put(Object) - Method in class mandala.jacob.StoredObjectReference
Replace the stored object by a new one.
put(Object, Object) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
put(Object, Object) - Method in class mandala.jacob.remote.rmi.RMIMap
 
put(Object, Object) - Method in class mandala.util.WeakValuesMap
Here we put the key, value pair into the Map using a WeakValue object.
putAll(RemoteMap) - Method in interface mandala.jacob.remote.RemoteMap
 
putAll(Map) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
putAll(RemoteMap) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
putAll(Map) - Method in class mandala.jacob.remote.rmi.RMIMap
 
putAll(RemoteMap) - Method in class mandala.jacob.remote.rmi.RMIMap
 
putAllMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
putAllMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
putAll_Map_Method - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
putAll_RemoteMap_Method - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
putMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
putMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 

R

REGISTRY_CONTEXT_FACTORY - Static variable in class mandala.jacob.remote.rmi.ServerRunner
 
REJECT - Static variable in class mandala.util.ExceptionHandler.RejectExceptionHandling
Convenient constant for rejection.
RMIActiveMap - class mandala.jacob.remote.rmi.RMIActiveMap.
Java-RMI RemoteActiveMap implementation.
RMICancelable - class mandala.jacob.remote.rmi.RMICancelable.
Java-RMI Cancelable implementation.
RMICollection - class mandala.jacob.remote.rmi.RMICollection.
Java-RMI Collection implementation.
RMICollectionImpl - class mandala.jacob.remote.rmi.RMICollectionImpl.
Java-RMI implementation of the RMICollection interface.
RMICollectionImpl(Collection) - Constructor for class mandala.jacob.remote.rmi.RMICollectionImpl
 
RMICollectionImpl(Collection, int) - Constructor for class mandala.jacob.remote.rmi.RMICollectionImpl
 
RMIDistributedFutureFactory - class mandala.jacob.remote.rmi.RMIDistributedFutureFactory.
This class implements the FutureFactory interface used by the AsynchronousReferenceImpl class and by the StoredObjectReference class.
RMIDistributedFutureFactory() - Constructor for class mandala.jacob.remote.rmi.RMIDistributedFutureFactory
 
RMIExporter - class mandala.jacob.remote.gpf.rmi.RMIExporter.
 
RMIExporter() - Constructor for class mandala.jacob.remote.gpf.rmi.RMIExporter
 
RMIFutureFactoryWrapper - class mandala.jacob.remote.gpf.rmi.RMIFutureFactoryWrapper.
This class wraps an instance of the FutureFactory interface in an RMI remote object.
RMIFutureFactoryWrapper(FutureFactory) - Constructor for class mandala.jacob.remote.gpf.rmi.RMIFutureFactoryWrapper
 
RMIFutureFactoryWrapper - class mandala.jacob.remote.rmi.RMIFutureFactoryWrapper.
This class wraps an instance of the FutureFactory interface in an RMI remote object.
RMIFutureFactoryWrapper(FutureFactory) - Constructor for class mandala.jacob.remote.rmi.RMIFutureFactoryWrapper
 
RMIIterator - class mandala.jacob.remote.rmi.RMIIterator.
Java-RMI Iterator implementation.
RMIIteratorImpl - class mandala.jacob.remote.rmi.RMIIteratorImpl.
Java-RMI implementation of the RMIIterator interface.
RMIIteratorImpl(Iterator) - Constructor for class mandala.jacob.remote.rmi.RMIIteratorImpl
 
RMIIteratorImpl(Iterator, int) - Constructor for class mandala.jacob.remote.rmi.RMIIteratorImpl
 
RMIMap - class mandala.jacob.remote.rmi.RMIMap.
Java-RMI Map implementation.
RMIMap.RMIEntry - class mandala.jacob.remote.rmi.RMIMap.RMIEntry.
Java-RMI Map.Entry implementation.
RMISet - class mandala.jacob.remote.rmi.RMISet.
Java-RMI Set implementation.
RMISetImpl - class mandala.jacob.remote.rmi.RMISetImpl.
Java-RMI implementation of the RMICollection interface.
RMISetImpl(Set) - Constructor for class mandala.jacob.remote.rmi.RMISetImpl
 
RMISetImpl(Set, int) - Constructor for class mandala.jacob.remote.rmi.RMISetImpl
 
RMIThread - class mandala.jacob.remote.rmi.RMIThread.
Java-RMI RemoteThread implementation.
RandomAPFactory - class mandala.rami.impl.RandomAPFactory.
Unshared random asynchronous policy factory.
RandomAPFactory() - Constructor for class mandala.rami.impl.RandomAPFactory
 
RandomPolicy - class mandala.rami.impl.RandomPolicy.
Single-threaded, random implementation of the AsynchronousPolicy interface.
RandomPolicy() - Constructor for class mandala.rami.impl.RandomPolicy
 
Reference - interface mandala.rami.Reference.
 
RegistryCreator - class mandala.jacob.remote.rmi.RegistryCreator.
Registry creator.
RegistryCreator() - Constructor for class mandala.jacob.remote.rmi.RegistryCreator
 
Remote - interface mandala.jacob.remote.Remote.
This interface defines the basic behaviour of standard remote objects.
RemoteActiveMap - interface mandala.jacob.remote.RemoteActiveMap.
Represents a remote active map.
RemoteActiveMap.CallRemoteExceptionInfo - class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo.
This class ease the handling of RemoteActiveMap.call() method thrown exceptions.
RemoteActiveMap.CallRemoteExceptionInfo(RemoteExceptionInfo) - Constructor for class mandala.jacob.remote.RemoteActiveMap.CallRemoteExceptionInfo
Creates a new CallRemoteExceptionInfo instance.
RemoteActiveMap.RemoteActiveMapMethods - class mandala.jacob.remote.RemoteActiveMap.RemoteActiveMapMethods.
 
RemoteActiveMap.RemoteActiveMapMethods() - Constructor for class mandala.jacob.remote.RemoteActiveMap.RemoteActiveMapMethods
 
RemoteActiveMap.RemoteFutureFactory - interface mandala.jacob.remote.RemoteActiveMap.RemoteFutureFactory.
 
RemoteActiveMapProxy - class mandala.jacob.remote.gpf.RemoteActiveMapProxy.
Generic proxy for remote ActiveMap implementation.
RemoteActiveMapProxy(ActiveMap, Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteActiveMapProxy
 
RemoteCancelable - interface mandala.jacob.remote.RemoteCancelable.
 
RemoteCancelable.RemoteCancelableMethods - class mandala.jacob.remote.RemoteCancelable.RemoteCancelableMethods.
 
RemoteCancelable.RemoteCancelableMethods() - Constructor for class mandala.jacob.remote.RemoteCancelable.RemoteCancelableMethods
 
RemoteCancelableProxy - class mandala.jacob.remote.gpf.RemoteCancelableProxy.
Generic proxy for remote Cancelable implementation.
RemoteCancelableProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteCancelableProxy
 
RemoteCollection - interface mandala.jacob.remote.RemoteCollection.
Represents a remote collection.
RemoteCollection.RemoteCollectionMethods - class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods.
 
RemoteCollection.RemoteCollectionMethods() - Constructor for class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
RemoteCollectionProxy - class mandala.jacob.remote.gpf.RemoteCollectionProxy.
Generic proxy for remote Collection implementation.
RemoteCollectionProxy(Collection, Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
RemoteExceptionInfo - class mandala.jacob.remote.RemoteExceptionInfo.
This class contains any usefull informations that may be used to recover from a catched remote exception to a valid state.
RemoteExceptionInfo(Object, TransportException, MethodOp, Object[]) - Constructor for class mandala.jacob.remote.RemoteExceptionInfo
Creates a new RemoteExceptionInfo instance.
RemoteFutureClient - interface mandala.jacob.remote.RemoteFutureClient.
 
RemoteFutureServer - interface mandala.jacob.remote.RemoteFutureServer.
 
RemoteInvocationEventsWaiter - interface mandala.jacob.remote.RemoteInvocationEventsWaiter.
 
RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods - class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods.
 
RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods() - Constructor for class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
RemoteInvocationEventsWaiterProxy - class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy.
Generic proxy for remote InvocationEventsWaiter implementation.
RemoteInvocationEventsWaiterProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
RemoteInvocationInfo - interface mandala.jacob.remote.RemoteInvocationInfo.
 
RemoteInvocationInfo.RemoteInvocationInfoMethods - class mandala.jacob.remote.RemoteInvocationInfo.RemoteInvocationInfoMethods.
 
RemoteInvocationInfo.RemoteInvocationInfoMethods() - Constructor for class mandala.jacob.remote.RemoteInvocationInfo.RemoteInvocationInfoMethods
 
RemoteInvocationInfoProxy - class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy.
Generic proxy for remote InvocationInfo implementation.
RemoteInvocationInfoProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy
 
RemoteInvocationObserver - interface mandala.jacob.remote.RemoteInvocationObserver.
 
RemoteInvocationObserver.RemoteInvocationObserverMethods - class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods.
 
RemoteInvocationObserver.RemoteInvocationObserverMethods() - Constructor for class mandala.jacob.remote.RemoteInvocationObserver.RemoteInvocationObserverMethods
 
RemoteInvocationObserverProxy - class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy.
Generic proxy for remote InvocationObserver implementation.
RemoteInvocationObserverProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy
 
RemoteIterator - interface mandala.jacob.remote.RemoteIterator.
Represents a remote iterator.
RemoteIterator.RemoteIteratorMethods - class mandala.jacob.remote.RemoteIterator.RemoteIteratorMethods.
 
RemoteIterator.RemoteIteratorMethods() - Constructor for class mandala.jacob.remote.RemoteIterator.RemoteIteratorMethods
 
RemoteIteratorProxy - class mandala.jacob.remote.gpf.RemoteIteratorProxy.
General proxy for remote Iterator implementation.
RemoteIteratorProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteIteratorProxy
 
RemoteMap - interface mandala.jacob.remote.RemoteMap.
Represents a remote map.
RemoteMap.RemoteEntry - interface mandala.jacob.remote.RemoteMap.RemoteEntry.
 
RemoteMap.RemoteEntry.RemoteEntryMethods - class mandala.jacob.remote.RemoteMap.RemoteEntry.RemoteEntryMethods.
 
RemoteMap.RemoteEntry.RemoteEntryMethods() - Constructor for class mandala.jacob.remote.RemoteMap.RemoteEntry.RemoteEntryMethods
 
RemoteMap.RemoteMapMethods - class mandala.jacob.remote.RemoteMap.RemoteMapMethods.
 
RemoteMap.RemoteMapMethods() - Constructor for class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
RemoteMapProxy - class mandala.jacob.remote.gpf.RemoteMapProxy.
Generic proxy for remote Map implementation.
RemoteMapProxy(Map, Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteMapProxy
 
RemoteMapProxy.RemoteEntryProxy - class mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy.
Generic proxy for remote Map.Entry implementation.
RemoteMapProxy.RemoteEntryProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy
 
RemoteMethodResult - interface mandala.jacob.remote.RemoteMethodResult.
 
RemoteMethodResult.RemoteMethodResultMethods - class mandala.jacob.remote.RemoteMethodResult.RemoteMethodResultMethods.
 
RemoteMethodResult.RemoteMethodResultMethods() - Constructor for class mandala.jacob.remote.RemoteMethodResult.RemoteMethodResultMethods
 
RemoteMethodResultProxy - class mandala.jacob.remote.gpf.RemoteMethodResultProxy.
Generic proxy for remote MethodResult implementation.
RemoteMethodResultProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteMethodResultProxy
 
RemoteResultUpdater - interface mandala.jacob.remote.RemoteResultUpdater.
 
RemoteResultUpdater.RemoteResultUpdaterMethods - class mandala.jacob.remote.RemoteResultUpdater.RemoteResultUpdaterMethods.
 
RemoteResultUpdater.RemoteResultUpdaterMethods() - Constructor for class mandala.jacob.remote.RemoteResultUpdater.RemoteResultUpdaterMethods
 
RemoteResultUpdaterProxy - class mandala.jacob.remote.gpf.RemoteResultUpdaterProxy.
Generic proxy for remote ResultUpdater implementation.
RemoteResultUpdaterProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteResultUpdaterProxy
 
RemoteSet - interface mandala.jacob.remote.RemoteSet.
Represents a remote set.
RemoteSetProxy - class mandala.jacob.remote.gpf.RemoteSetProxy.
Generic proxy for remote Set implementation.
RemoteSetProxy(Set, Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteSetProxy
 
RemoteThread - interface mandala.jacob.remote.RemoteThread.
Represents a remote thread object.
RemoteThread.RemoteThreadMethods - class mandala.jacob.remote.RemoteThread.RemoteThreadMethods.
 
RemoteThread.RemoteThreadMethods() - Constructor for class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
RemoteThreadProxy - class mandala.jacob.remote.gpf.RemoteThreadProxy.
Generic proxy for remote ThreadOp implementation.
RemoteThreadProxy(Client, Exporter, ExceptionHandler) - Constructor for class mandala.jacob.remote.gpf.RemoteThreadProxy
 
ResultUpdater - interface mandala.rami.ResultUpdater.
This interface provides methods to update a future object used to handle an asynchronous method invocation.
ResultUpdaterMethods - class mandala.jacob.remote.gpf.ResultUpdaterMethods.
 
ResultUpdaterMethods() - Constructor for class mandala.jacob.remote.gpf.ResultUpdaterMethods
 
ResultsGrouper - class mandala.rami.impl.ResultsGrouper.
Groups asynchronous method invocation results.
ResultsGrouper() - Constructor for class mandala.rami.impl.ResultsGrouper
Creates a new ResultsGrouper instance.
ResultsGrouper.TerminatedCall - class mandala.rami.impl.ResultsGrouper.TerminatedCall.
 
ResultsGrouper.TerminatedCall(InvocationInfo, MethodResult) - Constructor for class mandala.rami.impl.ResultsGrouper.TerminatedCall
 
rami_equals(Object) - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
rami_equals(Object, Callback) - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
rami_hashCode() - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
rami_hashCode(Callback) - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
rami_toString() - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
rami_toString(Callback) - Method in interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy
 
reactivity - Variable in class mandala.util.ThreadPool
Reactivity of the thread-balancer.
readResolve() - Method in class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
Ensure singleton on deserialization.
register(Object, Object) - Method in class mandala.util.SingletonGiver
Register a mapping.
released - Variable in class mandala.util.ThreadBarrier
The released state of this barrier.
remoteInvocation(MethodInvocation) - Method in interface mandala.jacob.remote.gpf.Client
Invoke a method remotely.
remove() - Method in class mandala.jacob.StoredObjectReference
Unmmap the stored object from its key in the active map.
remove(Object) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
remove() - Method in class mandala.jacob.remote.gpf.RemoteIteratorProxy
 
remove(Object) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
remove(Object) - Method in class mandala.jacob.remote.rmi.RMICollection
 
remove(Object) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
remove() - Method in class mandala.jacob.remote.rmi.RMIIterator
 
remove() - Method in class mandala.jacob.remote.rmi.RMIIteratorImpl
 
remove(Object) - Method in class mandala.jacob.remote.rmi.RMIMap
 
remove(Callback) - Method in class mandala.rami.impl.CallbackList
 
remove(Object) - Method in class mandala.util.WeakValuesMap
 
removeAll(RemoteCollection) - Method in interface mandala.jacob.remote.RemoteCollection
 
removeAll(Collection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
removeAll(RemoteCollection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
removeAll(Collection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
removeAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
removeAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
removeAllMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
removeAllMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
removeAll_RemoteCollection_Method - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
removeExceptionListener(Callback) - Method in class mandala.rami.impl.CallbackListeners
Removes the specified Callback from the exception listeners list.
removeMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
removeMethod - Static variable in class mandala.jacob.remote.RemoteIterator.RemoteIteratorMethods
 
removeMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
removeMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
removeMethod - Static variable in class mandala.jacob.remote.gpf.IteratorMethods
 
removeMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
removeResultListener(Callback) - Method in class mandala.rami.impl.CallbackListeners
Removes the specified Callback from the result listeners list.
respond(Socket) - Static method in class mandala.util.HTTPServer
 
result - Variable in class mandala.jacob.remote.gpf.InvocationResult
The result of the invocation.
result - Variable in class mandala.rami.impl.MethodInvoker
The result of the method invocation.
retainAll(RemoteCollection) - Method in interface mandala.jacob.remote.RemoteCollection
 
retainAll(Collection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
retainAll(RemoteCollection) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
retainAll(Collection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
retainAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollection
 
retainAll(RemoteCollection) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
retainAllMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
retainAllMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
retainAll_RemoteCollection_Method - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
reuse(int) - Method in class mandala.util.ThreadBarrier
Reuse this instance as a new barrier.
rmiCollection - Variable in class mandala.jacob.remote.rmi.RMICollection
 
rmiEntry - Variable in class mandala.jacob.remote.rmi.RMIMap.RMIEntry
 
run() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
run() - Method in class mandala.jacob.remote.rmi.RMIThread
 
run() - Method in class mandala.rami.impl.MethodInvoker
Invoke the method future.getMethod() on the object getObject() with arguments future.getArgs() Call a method.
run() - Method in class mandala.util.ThreadImpl
 
run() - Method in interface mandala.util.ThreadOp
 
runMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
runMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 

S

SORFactory - class mandala.jacob.SORFactory.
Creates asynchronous references of object stored in a given active map.
SORFactory(ActiveMap) - Constructor for class mandala.jacob.SORFactory
Creates a new SORFactory instance.
SORFactory(ActiveMap, FutureFactory) - Constructor for class mandala.jacob.SORFactory
Creates a new SORFactory instance.
SORFactory(ActiveMap, CallbackManager) - Constructor for class mandala.jacob.SORFactory
Creates a new SORFactory instance.
SORFactory(ActiveMap, CallbackManager, FutureFactory) - Constructor for class mandala.jacob.SORFactory
Creates a new SORFactory instance.
STDERR_STREAM_PROPERTY_VALUE - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
STDOUT_STREAM_PROPERTY_VALUE - Static variable in class mandala.jacob.remote.gpf.CommonProperties
 
SemiTransparentAsynchronousProxy - interface mandala.rami.transparency.semi.SemiTransparentAsynchronousProxy.
This interface defines methods any semi-transparent asynchronous proxy must have.
SerializableConstructor - class mandala.util.SerializableConstructor.
This class is the java.io.Serializable clone of java.lang.reflect.Constructor.
SerializableConstructor(Constructor) - Constructor for class mandala.util.SerializableConstructor
Creates a new SerializableConstructor instance.
SerializableMethod - class mandala.util.SerializableMethod.
This class is the java.io.Serializable clone of java.lang.reflect.Method.
SerializableMethod(Method) - Constructor for class mandala.util.SerializableMethod
Creates a new SerializableMethod instance.
ServerRunner - class mandala.jacob.remote.gpf.rmi.ServerRunner.
 
ServerRunner() - Constructor for class mandala.jacob.remote.gpf.rmi.ServerRunner
 
ServerRunner - class mandala.jacob.remote.gpf.tcp.ServerRunner.
 
ServerRunner() - Constructor for class mandala.jacob.remote.gpf.tcp.ServerRunner
 
ServerRunner - class mandala.jacob.remote.gpf.udp.ServerRunner.
 
ServerRunner() - Constructor for class mandala.jacob.remote.gpf.udp.ServerRunner
 
ServerRunner - class mandala.jacob.remote.rmi.ServerRunner.
 
ServerRunner() - Constructor for class mandala.jacob.remote.rmi.ServerRunner
 
SharedAPFactory - class mandala.rami.impl.SharedAPFactory.
Shared asynchronous policy factory.
SharedAPFactory(AsynchronousPolicy) - Constructor for class mandala.rami.impl.SharedAPFactory
 
SingleThreadedSemantic - interface mandala.rami.impl.SingleThreadedSemantic.
This interface serves only to identify asynchonous policies which implement a non-concurrent single-threaded semantic.
SingletonGiver - class mandala.util.SingletonGiver.
This class provides a general purpose singleton implementation.
SingletonGiver(SingletonGiver.Factory) - Constructor for class mandala.util.SingletonGiver
Creates a new SingletonGiver instance.
SingletonGiver(SingletonGiver.Factory, Map) - Constructor for class mandala.util.SingletonGiver
Creates a new SingletonGiver instance.
SingletonGiver.Factory - interface mandala.util.SingletonGiver.Factory.
Interface that define how singleton are created.
SourceGenerator - class mandala.rami.transparency.semi.SourceGenerator.
This class provides the SourceGenerator.generateClass(Class) method} which generates the source of the semi-transparency asynchronous proxy class for the given class.
SourceGenerator() - Constructor for class mandala.rami.transparency.semi.SourceGenerator
 
StoredObjectReference - class mandala.jacob.StoredObjectReference.
Convenience class for stored object manipulation.
StoredObjectReference(ActiveMap, Object, CallbackManager, FutureFactory) - Constructor for class mandala.jacob.StoredObjectReference
Creates a new StoredObjectReference instance.
SynchronousSemantic - class mandala.rami.impl.SynchronousSemantic.
Synchronous implementation of the AsynchronousPolicy interface.
SynchronousSemantic() - Constructor for class mandala.rami.impl.SynchronousSemantic
 
Syslog - class mandala.util.Syslog.
This class provide a centralized point for logging in a program.
Syslog() - Constructor for class mandala.util.Syslog
 
SyslogCallback - class mandala.rami.impl.SyslogCallback.
This implementation of the Callback interface is intended for debugging purpose.
SyslogCallback() - Constructor for class mandala.rami.impl.SyslogCallback
 
SyslogCallback(Syslog) - Constructor for class mandala.rami.impl.SyslogCallback
 
SyslogExceptionHandler - class mandala.util.SyslogExceptionHandler.
This implementation of the ExceptionHandler interface is intended for debugging purpose.
SyslogExceptionHandler(Syslog) - Constructor for class mandala.util.SyslogExceptionHandler
 
select() - Method in class mandala.rami.impl.FifoPolicy
 
select() - Method in class mandala.rami.impl.ListAsynchronousPolicy
Returns the next MethodInvoker object to be runned into the invoker thread<.p>
select() - Method in class mandala.rami.impl.RandomPolicy
 
setAccessible(boolean) - Method in interface mandala.util.AccessibleObjectOp
 
setAccessible(boolean) - Method in class mandala.util.SerializableConstructor
 
setAccessible(boolean) - Method in class mandala.util.SerializableMethod
 
setCalleeThread(ThreadOp) - Method in class mandala.jacob.remote.gpf.RemoteResultUpdaterProxy
 
setCalleeThread(ThreadOp) - Method in interface mandala.rami.ResultUpdater
Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations always give null. This method will be removed in the next light release.

setCalleeThreadMethod - Static variable in class mandala.jacob.remote.RemoteResultUpdater.RemoteResultUpdaterMethods
 
setCalleeThreadMethod - Static variable in class mandala.jacob.remote.gpf.ResultUpdaterMethods
 
setConstructor(ConstructorOp) - Method in class mandala.jacob.Instanciator
Sets the default constructor.
setContextClassLoader(ClassLoader) - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
setContextClassLoader(ClassLoader) - Method in class mandala.jacob.remote.rmi.RMIThread
 
setContextClassLoader(ClassLoader) - Method in class mandala.util.ThreadImpl
 
setContextClassLoader(ClassLoader) - Method in interface mandala.util.ThreadOp
 
setContextClassLoaderMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
setContextClassLoaderMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
setDaemon(boolean) - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
setDaemon(boolean) - Method in class mandala.jacob.remote.rmi.RMIThread
 
setDaemon(boolean) - Method in class mandala.util.ThreadImpl
 
setDaemon(boolean) - Method in interface mandala.util.ThreadOp
 
setDaemonMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
setDaemonMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
setDebugStream(PrintWriter) - Method in class mandala.util.Syslog
Describe setDebugStream method here.
setDebugStream(String) - Method in class mandala.util.Syslog
Describe setDebugStream method here.
setDefaultAPFactory(AsynchronousPolicyFactory) - Static method in class mandala.rami.impl.ARFactory
Sets the default AsynchronousPolicyFactory to use when creating new AsynchronousReferenceImpl instances.
setDefaultExceptionHandler(ExceptionHandler) - Static method in class mandala.jacob.remote.AbstractRemote
Set the DefaultExceptionHandler value.
setErrorStream(PrintWriter) - Method in class mandala.util.Syslog
Describe setErrorStream method here.
setErrorStream(String) - Method in class mandala.util.Syslog
Describe setErrorStream method here.
setExceptionHandler(ExceptionHandler) - Method in class mandala.jacob.remote.AbstractRemote
 
setExceptionHandler(ExceptionHandler) - Method in interface mandala.jacob.remote.Remote
Set the RemoteExceptionHandler which manage network related exceptions.
setFactory(Framework.Factory) - Static method in class mandala.rami.Framework
Sets the Factory to use to create new AsynchronousReference implementation.
setGlobalCallback(Callback) - Method in interface mandala.rami.CallbackManager
Sets this global object scope Callback.
setGlobalCallback(Callback) - Method in class mandala.rami.impl.CallbackManagerImpl
 
setList(Callback[]) - Method in class mandala.rami.impl.CallbackList
 
setLocalCallback(Callback) - Method in interface mandala.rami.CallbackManager
Sets the local thread scope Callback.
setLocalCallback(Callback) - Method in class mandala.rami.impl.CallbackManagerImpl
 
setLogStream(PrintWriter) - Method in class mandala.util.Syslog
Describe setLogStream method here.
setLogStream(String) - Method in class mandala.util.Syslog
Describe setLogStream method here.
setName(String) - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
setName(String) - Method in class mandala.jacob.remote.rmi.RMIThread
 
setName(String) - Method in class mandala.util.ThreadImpl
 
setName(String) - Method in interface mandala.util.ThreadOp
 
setNameMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
setNameMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
setPriority(int) - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
setPriority(int) - Method in class mandala.jacob.remote.rmi.RMIThread
 
setPriority(int) - Method in class mandala.util.ThreadImpl
 
setPriority(int) - Method in interface mandala.util.ThreadOp
 
setPriorityMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
setPriorityMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
setResult(Object, Throwable) - Method in class mandala.jacob.remote.gpf.RemoteResultUpdaterProxy
 
setResult(Object, Throwable) - Method in interface mandala.rami.ResultUpdater
Set the result of the asynchronous method invocation.
setResultMethod - Static variable in class mandala.jacob.remote.RemoteResultUpdater.RemoteResultUpdaterMethods
 
setResultMethod - Static variable in class mandala.jacob.remote.gpf.ResultUpdaterMethods
 
setStarted() - Method in class mandala.jacob.remote.gpf.RemoteResultUpdaterProxy
 
setStarted() - Method in interface mandala.rami.ResultUpdater
Informs clients that the method is being started.
setStartedMethod - Static variable in class mandala.jacob.remote.RemoteResultUpdater.RemoteResultUpdaterMethods
 
setStartedMethod - Static variable in class mandala.jacob.remote.gpf.ResultUpdaterMethods
 
setStaticProperties(Properties, Syslog) - Static method in class mandala.jacob.remote.gpf.CommonProperties
Sets static properties.
setStaticProperties(Properties, Syslog) - Static method in class mandala.jacob.remote.gpf.rmi.CommonRMIProperties
 
setStaticProperties(Properties, Syslog) - Static method in class mandala.jacob.remote.rmi.CommonRMIProperties
 
setSyslog(Syslog) - Static method in class mandala.jacob.remote.AbstractRemote
Sets the Syslog object facility.
setSyslog(Syslog) - Static method in class mandala.rami.AbstractAsynchronousReference
Sets the logger.
setSyslog(Syslog) - Static method in class mandala.rami.impl.MethodInvoker
Sets the Syslog object facility.
setSyslog(Syslog) - Static method in class mandala.util.SingletonGiver
Sets the logger.
setSyslog(Syslog) - Method in class mandala.util.ThreadPool
Set the Syslog instance to use for logging.
setValue(Object) - Method in class mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy
 
setValue(Object) - Method in class mandala.jacob.remote.rmi.RMIMap.RMIEntry
 
setValueMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteEntry.RemoteEntryMethods
 
setValueMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods.EntryMethods
 
size() - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
size() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
size() - Method in class mandala.jacob.remote.rmi.RMICollection
 
size() - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
size() - Method in class mandala.jacob.remote.rmi.RMIMap
 
size() - Method in class mandala.util.WeakValuesMap
 
sizeMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
sizeMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
sizeMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
sizeMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 
start() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
start() - Method in class mandala.jacob.remote.rmi.RMIThread
 
start() - Method in class mandala.util.ThreadImpl
 
start() - Method in interface mandala.util.ThreadOp
 
start() - Method in class mandala.util.ThreadPool
Starts the ThreadPool.
startBenchmark() - Method in class mandala.rami.impl.BenchmarkerCallback
 
startBenchmark(long) - Method in class mandala.rami.impl.BenchmarkerCallback
 
startMethod - Static variable in class mandala.jacob.remote.RemoteThread.RemoteThreadMethods
 
startMethod - Static variable in class mandala.jacob.remote.gpf.ThreadMethods
 
synchronize() - Method in class mandala.util.ThreadBarrier
Wait until count threads have reached this barrier.
synchronize(long) - Method in class mandala.util.ThreadBarrier
Wait until count threads have reached this barrier or the specified timeout expires.
syslog - Static variable in class mandala.jacob.remote.AbstractRemote
Message logger.
syslog - Static variable in class mandala.jacob.remote.rmi.RMICollectionImpl
Message logger.
syslog - Static variable in class mandala.jacob.remote.rmi.RMIIteratorImpl
Message logger.
syslog - Static variable in class mandala.jacob.remote.rmi.RegistryCreator
 
syslog - Static variable in class mandala.rami.AbstractAsynchronousReference
Message logger.
syslog - Static variable in class mandala.rami.Framework
 
syslog - Static variable in class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler
 
syslog - Static variable in class mandala.util.HTTPServer
 
syslog - Static variable in class mandala.util.SerializableConstructor
Message logger.
syslog - Static variable in class mandala.util.SerializableMethod
Message logger.
syslog - Static variable in class mandala.util.SingletonGiver
Message logger.
syslog - Variable in class mandala.util.SyslogExceptionHandler
 
syslog - Variable in class mandala.util.ThreadPool
The Syslog object facility.

T

TCPExporter - class mandala.jacob.remote.gpf.tcp.TCPExporter.
 
TCPExporter() - Constructor for class mandala.jacob.remote.gpf.tcp.TCPExporter
 
TCPFutureFactoryWrapper - class mandala.jacob.remote.gpf.tcp.TCPFutureFactoryWrapper.
This class wraps an instance of the FutureFactory interface in a TCP remote object.
TCPFutureFactoryWrapper(FutureFactory) - Constructor for class mandala.jacob.remote.gpf.tcp.TCPFutureFactoryWrapper
 
ThreadBarrier - class mandala.util.ThreadBarrier.
Instance of this class are barrier for a specified number of threads.
ThreadBarrier(int) - Constructor for class mandala.util.ThreadBarrier
Creates a new ThreadBarrier instance.
ThreadImpl - class mandala.util.ThreadImpl.
 
ThreadImpl() - Constructor for class mandala.util.ThreadImpl
 
ThreadImpl(Thread) - Constructor for class mandala.util.ThreadImpl
 
ThreadImpl(Runnable) - Constructor for class mandala.util.ThreadImpl
 
ThreadImpl(ThreadGroup, Runnable) - Constructor for class mandala.util.ThreadImpl
 
ThreadImpl(String) - Constructor for class mandala.util.ThreadImpl
 
ThreadImpl(ThreadGroup, String) - Constructor for class mandala.util.ThreadImpl
 
ThreadImpl(Runnable, String) - Constructor for class mandala.util.ThreadImpl
 
ThreadImpl(ThreadGroup, Runnable, String) - Constructor for class mandala.util.ThreadImpl
 
ThreadMethods - class mandala.jacob.remote.gpf.ThreadMethods.
 
ThreadMethods() - Constructor for class mandala.jacob.remote.gpf.ThreadMethods
 
ThreadOp - interface mandala.util.ThreadOp.
Interface for the Thread class.
ThreadPool - class mandala.util.ThreadPool.
Threads pool implementation.
ThreadPool(String) - Constructor for class mandala.util.ThreadPool
Creates a new ThreadPool instance.
ThreadPool() - Constructor for class mandala.util.ThreadPool
Creates a new ThreadPool instance.
ThreadPool(int, int) - Constructor for class mandala.util.ThreadPool
Creates a new ThreadPool instance.
ThreadPool(String, int, int) - Constructor for class mandala.util.ThreadPool
Creates a new ThreadPool instance.
ThreadPool(ThreadGroup, String, int, int) - Constructor for class mandala.util.ThreadPool
Creates a new ThreadPool instance.
ThreadPool(ThreadGroup, String, int, int, int, boolean, long) - Constructor for class mandala.util.ThreadPool
Creates a new ThreadPool instance.
ThreadPool.ThreadPoolCancelable - class mandala.util.ThreadPool.ThreadPoolCancelable.
 
ThreadPooledAPFactory - class mandala.rami.impl.ThreadPooledAPFactory.
Shared thread-pooled asynchronous policy factory.
ThreadPooledAPFactory() - Constructor for class mandala.rami.impl.ThreadPooledAPFactory
 
ThreadPooledPolicy - class mandala.rami.impl.ThreadPooledPolicy.
Concurrent, thredpooled implementation of the AsynchronousPolicy interface.
ThreadPooledPolicy() - Constructor for class mandala.rami.impl.ThreadPooledPolicy
Creates a new ThreadPooledPolicy instance using the default thread pool.
ThreadPooledPolicy(ThreadPool) - Constructor for class mandala.rami.impl.ThreadPooledPolicy
Creates a new ThreadPooledPolicy instance with a specified thread pool.
ThreadedAPFactory - class mandala.rami.impl.ThreadedAPFactory.
Shared threaded asynchronous policy factory.
ThreadedAPFactory() - Constructor for class mandala.rami.impl.ThreadedAPFactory
 
ThreadedPolicy - class mandala.rami.impl.ThreadedPolicy.
Concurrent, threaded implementation of the AsynchronousPolicy interface.
ThreadedPolicy() - Constructor for class mandala.rami.impl.ThreadedPolicy
Creates a new ThreadedPolicy instance.
ThreadedPolicy(ThreadGroup) - Constructor for class mandala.rami.impl.ThreadedPolicy
Creates a new ThreadedPolicy instance.
TimedOutException - exception mandala.util.TimedOutException.
Exception thrown when an operation timed out.
TimedOutException(String, long, long) - Constructor for class mandala.util.TimedOutException
Creates a new TimedOutException instance.
TransportException - exception mandala.jacob.remote.TransportException.
Exception thrown by protocols implementors when an exception occurs during the transport of method invocation.
TransportException(String) - Constructor for class mandala.jacob.remote.TransportException
 
TransportException(String, Throwable) - Constructor for class mandala.jacob.remote.TransportException
 
TransportException(Throwable) - Constructor for class mandala.jacob.remote.TransportException
 
target - Variable in class mandala.jacob.remote.RemoteExceptionInfo
 
threadGroup - Variable in class mandala.rami.impl.ThreadedPolicy
 
threadPool - Variable in class mandala.rami.impl.ThreadPooledPolicy
The thread pool used.
threadPriority - Static variable in class mandala.rami.impl.ListAsynchronousPolicy
Priority of the invoker thread.
threadPriority - Static variable in class mandala.rami.impl.ThreadedPolicy
Priority of new threads.
throwable - Variable in class mandala.jacob.remote.gpf.InvocationResult
The exception eventually thrown by the invocation.
throwable - Variable in class mandala.rami.impl.MethodInvoker
The exception thrown by the method invocation.
toArray() - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
toArray(Object[]) - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
toArray() - Method in class mandala.jacob.remote.rmi.RMICollection
 
toArray(Object[]) - Method in class mandala.jacob.remote.rmi.RMICollection
 
toArray() - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
toArray(Object[]) - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
toArrayMethod - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
toArrayMethod - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
toArray_objects_Method - Static variable in class mandala.jacob.remote.RemoteCollection.RemoteCollectionMethods
 
toArray_objects_Method - Static variable in class mandala.jacob.remote.gpf.CollectionMethods
 
toString() - Method in class mandala.jacob.Instanciator
 
toString() - Method in class mandala.jacob.StoredObjectReference
 
toString() - Method in class mandala.jacob.remote.AbstractLocalReferenceRetriever
 
toString() - Method in class mandala.jacob.remote.AbstractRemote
 
toString() - Method in class mandala.jacob.remote.RemoteExceptionInfo
 
toString() - Method in class mandala.jacob.remote.gpf.AbstractRemoteProxy
 
toString() - Method in class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy
 
toString() - Method in class mandala.jacob.remote.gpf.InvocationResult
 
toString() - Method in class mandala.jacob.remote.gpf.MethodInvocation
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteActiveMapProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteCancelableProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteCollectionProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteIteratorProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteSetProxy
 
toString() - Method in class mandala.jacob.remote.gpf.RemoteThreadProxy
 
toString() - Method in class mandala.jacob.remote.rmi.RMIActiveMap
 
toString() - Method in class mandala.jacob.remote.rmi.RMICancelable
 
toString() - Method in class mandala.jacob.remote.rmi.RMICollection
 
toString() - Method in class mandala.jacob.remote.rmi.RMICollectionImpl
 
toString() - Method in class mandala.jacob.remote.rmi.RMIIterator
 
toString() - Method in class mandala.jacob.remote.rmi.RMIIteratorImpl
 
toString() - Method in class mandala.jacob.remote.rmi.RMIMap.RMIEntry
 
toString() - Method in class mandala.jacob.remote.rmi.RMIMap
 
toString() - Method in class mandala.jacob.remote.rmi.RMISet
 
toString() - Method in class mandala.jacob.remote.rmi.RMISetImpl
 
toString() - Method in class mandala.jacob.remote.rmi.RMIThread
 
toString() - Method in class mandala.rami.AbstractAsynchronousReference
 
toString() - Method in class mandala.rami.AbstractFutureClient
 
toString() - Method in class mandala.rami.impl.AsynchronousReferenceImpl
 
toString() - Method in class mandala.rami.impl.AsynchronousReferencePairImpl
 
toString() - Method in class mandala.rami.impl.CallbackList
 
toString() - Method in class mandala.rami.impl.CallbackListeners
 
toString() - Method in class mandala.rami.impl.CallbackManagerImpl
 
toString() - Method in class mandala.rami.impl.FifoPolicy
 
toString() - Method in class mandala.rami.impl.ListAsynchronousPolicy
 
toString() - Method in class mandala.rami.impl.RandomPolicy
 
toString() - Method in class mandala.rami.impl.ResultsGrouper
 
toString() - Method in class mandala.rami.impl.ThreadPooledPolicy
 
toString() - Method in class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler
 
toString() - Method in class mandala.util.SerializableConstructor
 
toString() - Method in class mandala.util.SerializableMethod
 
toString() - Method in class mandala.util.ThreadImpl
 
toString() - Method in class mandala.util.ThreadPool.ThreadPoolCancelable
 
toString() - Method in class mandala.util.ThreadPool
 
trace(String) - Method in class mandala.util.Syslog
Describe trace method here.
trace() - Method in class mandala.util.Syslog
Describe trace method here.

U

UDPExporter - class mandala.jacob.remote.gpf.udp.UDPExporter.
 
UDPExporter() - Constructor for class mandala.jacob.remote.gpf.udp.UDPExporter
 
UDPFutureFactoryWrapper - class mandala.jacob.remote.gpf.udp.UDPFutureFactoryWrapper.
This class wraps an instance of the FutureFactory interface in an UDP remote object.
UDPFutureFactoryWrapper(FutureFactory) - Constructor for class mandala.jacob.remote.gpf.udp.UDPFutureFactoryWrapper
 
USAGE - Static variable in class mandala.jacob.remote.gpf.rmi.ServerRunner
 
USAGE - Static variable in class mandala.jacob.remote.gpf.tcp.ServerRunner
 
USAGE - Static variable in class mandala.jacob.remote.gpf.udp.ServerRunner
 
USAGE - Static variable in class mandala.jacob.remote.rmi.ServerRunner
 
USAGE - Static variable in class mandala.rami.transparency.semi.JayaCompiler
 
unregister(Object) - Method in class mandala.util.SingletonGiver
Unregister a mapping.

V

values() - Method in interface mandala.jacob.remote.RemoteMap
Returns a RemoteCollection value.
values() - Method in class mandala.jacob.remote.gpf.RemoteMapProxy
 
values() - Method in class mandala.jacob.remote.rmi.RMIMap
 
valuesMethod - Static variable in class mandala.jacob.remote.RemoteMap.RemoteMapMethods
 
valuesMethod - Static variable in class mandala.jacob.remote.gpf.MapMethods
 

W

WeakValuesMap - class mandala.util.WeakValuesMap.
A map implementation with weak values.
WeakValuesMap() - Constructor for class mandala.util.WeakValuesMap
 
WeakValuesMap(Map) - Constructor for class mandala.util.WeakValuesMap
 
waitFirst() - Method in class mandala.rami.impl.ResultsGrouper
 
waitFirst(long) - Method in class mandala.rami.impl.ResultsGrouper
 
waitFirst(int) - Method in class mandala.rami.impl.ResultsGrouper
 
waitFirst(int, long) - Method in class mandala.rami.impl.ResultsGrouper
 
waitForCalleeThread() - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitForCalleeThread(long) - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitForCalleeThread() - Method in class mandala.rami.AbstractFutureClient
 
waitForCalleeThread(long) - Method in class mandala.rami.AbstractFutureClient
 
waitForCalleeThread(long) - Method in interface mandala.rami.InvocationEventsWaiter
Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations return null immediatly. This method will be removed in the next light release.

waitForCalleeThread() - Method in interface mandala.rami.InvocationEventsWaiter
Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations return null immediatly. This method will be removed in the next light release.

waitForCalleeThreadMethod - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitForCalleeThreadMethod - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitForCalleeThread_long_Method - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitForCalleeThread_long_Method - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitForResult() - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitForResult(long) - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitForResult(long) - Method in class mandala.rami.AbstractFutureClient
 
waitForResult() - Method in class mandala.rami.AbstractFutureClient
 
waitForResult() - Method in interface mandala.rami.InvocationEventsWaiter
Equivalent to waitForResult(Long.MAX_VALUE).
waitForResult(long) - Method in interface mandala.rami.InvocationEventsWaiter
Wait for the availability of the result of an asynchronous method invocation for a specified amount of time.
waitForResultMethod - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitForResultMethod - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitForResult_long_Method - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitForResult_long_Method - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitUntilCalleeAvailable() - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitUntilCalleeAvailable(long) - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitUntilCalleeAvailable() - Method in class mandala.rami.AbstractFutureClient
 
waitUntilCalleeAvailable(long) - Method in class mandala.rami.AbstractFutureClient
 
waitUntilCalleeAvailable(long) - Method in interface mandala.rami.InvocationEventsWaiter
Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations return false immediatly. This method will be removed in the next light release.

waitUntilCalleeAvailable() - Method in interface mandala.rami.InvocationEventsWaiter
Deprecated. 

The usability of the callee thread depends on the asynchronous policy used by the AsynchronousReference implementation. For example, if a thread-pool is used, the callee thread returned may be running a completely different method than the one called. Hence, callee thread use is error prone. No replacement. Current implementations return immediatly. This method will be removed in the next light release.

waitUntilCalleeAvailableMethod - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitUntilCalleeAvailableMethod - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitUntilCalleeAvailable_long_Method - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitUntilCalleeAvailable_long_Method - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitUntilResultAvailable() - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitUntilResultAvailable(long) - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitUntilResultAvailable() - Method in class mandala.rami.AbstractFutureClient
 
waitUntilResultAvailable(long) - Method in interface mandala.rami.InvocationEventsWaiter
Wait until the result become available for a specified amount of time.
waitUntilResultAvailable() - Method in interface mandala.rami.InvocationEventsWaiter
Wait until the result become available.
waitUntilResultAvailableMethod - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitUntilResultAvailableMethod - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitUntilResultAvailable_long_Method - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitUntilResultAvailable_long_Method - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitUntilStarted() - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitUntilStarted(long) - Method in class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy
 
waitUntilStarted() - Method in class mandala.rami.AbstractFutureClient
 
waitUntilStarted() - Method in interface mandala.rami.InvocationEventsWaiter
Wait until the method is runned by a callee thread.
waitUntilStarted(long) - Method in interface mandala.rami.InvocationEventsWaiter
Wait until the method is runned by a callee thread.
waitUntilStartedMethod - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitUntilStartedMethod - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
waitUntilStarted_long_Method - Static variable in class mandala.jacob.remote.RemoteInvocationEventsWaiter.RemoteInvocationEventsWaiterMethods
 
waitUntilStarted_long_Method - Static variable in class mandala.jacob.remote.gpf.InvocationEventsWaiterMethods
 
warning(Throwable) - Method in class mandala.util.Syslog
Describe warning method here.
warning(Throwable, String) - Method in class mandala.util.Syslog
Describe warning method here.
warning(String) - Method in class mandala.util.Syslog
Describe warning method here.

A B C D E F G H I J K L M N O P R S T U V W

Mandala help mailing list