|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package mandala.jacob |
Class mandala.jacob.CleanerCallback extends java.lang.Object implements Serializable |
Class mandala.jacob.Instanciator extends java.lang.Object implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Serialized Fields |
ConstructorOp constructor
Prevents multiple same constructor specification
ActiveMap activeMap
RemoteActiveMap remoteActiveMap
Class mandala.jacob.StoredObjectReference extends AbstractAsynchronousReference implements Serializable |
Serialization Methods |
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Serialized Fields |
java.lang.Object key
The key of the mapped object.
ActiveMap
ActiveMap activeMap
The active map reference where the stored object is mapped to key.
ActiveMap
FutureFactory futureFactory
The FutureFactory
instance used to create our
future objects.
FutureFactory
Package mandala.jacob.impl |
Class mandala.jacob.impl.ActiveMapImpl extends java.util.HashMap implements Serializable |
Serialized Fields |
AsynchronousPolicy policy
The method policy.
AsynchronousPolicy
Package mandala.jacob.remote |
Class mandala.jacob.remote.AbstractLocalReferenceRetriever extends AbstractRemote implements Serializable |
Serialized Fields |
java.lang.Object id
Class mandala.jacob.remote.AbstractRemote extends java.lang.Object implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Class mandala.jacob.remote.TransportException extends java.lang.Exception implements Serializable |
Serialized Fields |
java.lang.Throwable cause
Package mandala.jacob.remote.gpf |
Class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper extends java.lang.Object implements Serializable |
Serialized Fields |
Exporter exporter
ExceptionHandler exceptionHandler
FutureFactory futureFactory
Class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper extends java.lang.Object implements Serializable |
Serialized Fields |
FutureFactory.FutureComponents futureComponents
Class mandala.jacob.remote.gpf.AbstractRemoteProxy extends AbstractRemote implements Serializable |
Serialized Fields |
Client client
Exporter exporter
Class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy extends AbstractLocalReferenceRetriever implements Serializable |
Serialization Methods |
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Ensure singleton on deserialization.
Subclasses may overwrite this method, but must call the one of this class to prevent memory leak!
java.io.ObjectStreamException
- if an error occursSerialized Fields |
Client client
Exporter exporter
Class mandala.jacob.remote.gpf.InvocationResult extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.Object id
The identifiant of the invocation.
java.lang.Object result
The result of the invocation.
This field is null
if the invocation has thrown an
exception.
java.lang.Throwable throwable
The exception eventually thrown by the invocation.
This field is null
if the invocation hasn't thrown an
exception.
Class mandala.jacob.remote.gpf.MethodInvocation extends java.lang.Object implements Serializable |
Serialized Fields |
java.lang.Object id
The identifiant of the invocation.
MethodOp method
The method to invoke.
java.lang.Object[] args
The arguments of the invocation.
Class mandala.jacob.remote.gpf.RemoteActiveMapProxy extends RemoteMapProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteCancelableProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteCollectionProxy extends AbstractSingletonRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteInvocationEventsWaiterProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteInvocationInfoProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteInvocationObserverProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteIteratorProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteMapProxy extends AbstractSingletonRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteMapProxy.RemoteEntryProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteMethodResultProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteResultUpdaterProxy extends AbstractRemoteProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteSetProxy extends RemoteCollectionProxy implements Serializable |
Class mandala.jacob.remote.gpf.RemoteThreadProxy extends AbstractRemoteProxy implements Serializable |
Package mandala.jacob.remote.gpf.rmi |
Class mandala.jacob.remote.gpf.rmi.RMIExporter extends java.lang.Object implements Serializable |
Class mandala.jacob.remote.gpf.rmi.RMIFutureFactoryWrapper extends AbstractFutureFactoryWrapper implements Serializable |
Class mandala.jacob.remote.gpf.rmi.RMIMap.RMIEntry extends RemoteMapProxy.RemoteEntryProxy implements Serializable |
Package mandala.jacob.remote.gpf.tcp |
Class mandala.jacob.remote.gpf.tcp.TCPExporter extends java.lang.Object implements Serializable |
Class mandala.jacob.remote.gpf.tcp.TCPFutureFactoryWrapper extends AbstractFutureFactoryWrapper implements Serializable |
Class mandala.jacob.remote.gpf.tcp.TCPMap.TCPEntry extends RemoteMapProxy.RemoteEntryProxy implements Serializable |
Package mandala.jacob.remote.gpf.udp |
Class mandala.jacob.remote.gpf.udp.UDPExporter extends java.lang.Object implements Serializable |
Class mandala.jacob.remote.gpf.udp.UDPFutureFactoryWrapper extends AbstractFutureFactoryWrapper implements Serializable |
Class mandala.jacob.remote.gpf.udp.UDPMap.UDPEntry extends RemoteMapProxy.RemoteEntryProxy implements Serializable |
Package mandala.jacob.remote.rmi |
Class mandala.jacob.remote.rmi.RMIActiveMap extends RMIMap implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Class mandala.jacob.remote.rmi.RMICancelable extends mandala.jacob.remote.rmi.RMIAbstractRemoteProxy implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Serialized Fields |
RMICancelableOp rmiCancelable
Class mandala.jacob.remote.rmi.RMICollection extends mandala.jacob.remote.rmi.RMISingletonRemoteProxy implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Class mandala.jacob.remote.rmi.RMICollectionImpl extends java.rmi.server.UnicastRemoteObject implements Serializable |
Serialized Fields |
java.util.Collection collection
Collection
used to stock objects.
Collection
java.lang.Object lock
Class mandala.jacob.remote.rmi.RMIFutureFactoryWrapper extends java.lang.Object implements Serializable |
Serialized Fields |
FutureFactory futureFactory
Class mandala.jacob.remote.rmi.RMIIterator extends mandala.jacob.remote.rmi.RMIAbstractRemoteProxy implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Class mandala.jacob.remote.rmi.RMIIteratorImpl extends java.rmi.server.UnicastRemoteObject implements Serializable |
Serialized Fields |
java.util.Iterator iterator
Iterator
used.
Iterator
Class mandala.jacob.remote.rmi.RMIMap extends mandala.jacob.remote.rmi.RMISingletonRemoteProxy implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Class mandala.jacob.remote.rmi.RMIMap.RMIEntry extends mandala.jacob.remote.rmi.RMIAbstractRemoteProxy implements Serializable |
Serialized Fields |
RMIMapOp.RMIEntryOp rmiEntry
Class mandala.jacob.remote.rmi.RMIMapImpl.RMIEntryImpl extends java.rmi.server.UnicastRemoteObject implements Serializable |
Serialized Fields |
java.util.Map.Entry entry
Class mandala.jacob.remote.rmi.RMISet extends RMICollection implements Serializable |
Class mandala.jacob.remote.rmi.RMISetImpl extends RMICollectionImpl implements Serializable |
Class mandala.jacob.remote.rmi.RMIThread extends mandala.jacob.remote.rmi.RMIAbstractRemoteProxy implements Serializable |
Serialized Fields |
RMIThreadOp thread
Package mandala.rami |
Class mandala.rami.AbstractAsynchronousReference extends java.lang.Object implements Serializable |
Serialized Fields |
CallbackManager callbackManager
The manager of Callback
for this
instance.
CallbackManager
Package mandala.rami.impl |
Class mandala.rami.impl.AsynchronousReferenceImpl extends AbstractAsynchronousReference implements Serializable |
serialVersionUID: 5521593103559681337l
Serialization Methods |
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Serialized Fields |
java.lang.Object object
The Object
methods must be invoked asynchronously
on.
FutureFactory futureFactory
The FutureFactory
instance used to create our
future objects.
FutureFactory
AsynchronousPolicy policy
The asynchronous policy.
AsynchronousPolicy
Class mandala.rami.impl.AsynchronousReferencePairImpl extends AbstractAsynchronousReference implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Serialized Fields |
AsynchronousReference head
Class mandala.rami.impl.BasicFutureFactory extends java.lang.Object implements Serializable |
Class mandala.rami.impl.BenchmarkerCallback extends java.lang.Object implements Serializable |
Serialized Fields |
long startChrono
Class mandala.rami.impl.CallbackList extends java.lang.Object implements Serializable |
Serialized Fields |
java.util.List list
The callbacks list.
Class mandala.rami.impl.CallbackListeners extends java.lang.Object implements Serializable |
Serialized Fields |
java.util.Set resultListeners
java.util.Set exceptionListeners
Class mandala.rami.impl.CallbackManagerImpl extends java.lang.Object implements Serializable |
Serialized Fields |
Callback globalCallback
Class mandala.rami.impl.EmptyCallback extends java.lang.Object implements Serializable |
Class mandala.rami.impl.FifoAPFactory extends java.lang.Object implements Serializable |
Class mandala.rami.impl.FifoPolicy extends ListAsynchronousPolicy implements Serializable |
Class mandala.rami.impl.InterrupterCallback extends java.lang.Object implements Serializable |
Class mandala.rami.impl.ListAsynchronousPolicy extends java.lang.Object implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Serialized Fields |
java.lang.String name
Class mandala.rami.impl.RandomAPFactory extends java.lang.Object implements Serializable |
Class mandala.rami.impl.RandomPolicy extends ListAsynchronousPolicy implements Serializable |
Serialized Fields |
java.util.Random random
Class mandala.rami.impl.ResultsGrouper extends java.lang.Object implements Serializable |
Serialized Fields |
java.util.LinkedList list
The results list.
Class mandala.rami.impl.ResultsGrouper.TerminatedCall extends java.lang.Object implements Serializable |
Serialized Fields |
InvocationInfo invocationInfo
MethodResult methodResult
Class mandala.rami.impl.SharedAPFactory extends java.lang.Object implements Serializable |
Serialized Fields |
AsynchronousPolicy policy
Class mandala.rami.impl.SynchronousSemantic extends java.lang.Object implements Serializable |
Class mandala.rami.impl.SyslogCallback extends java.lang.Object implements Serializable |
Serialized Fields |
Syslog syslog
Class mandala.rami.impl.ThreadedAPFactory extends SharedAPFactory implements Serializable |
Class mandala.rami.impl.ThreadedPolicy extends java.lang.Object implements Serializable |
serialVersionUID: -4853751079367814252l
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Class mandala.rami.impl.ThreadPooledAPFactory extends SharedAPFactory implements Serializable |
Class mandala.rami.impl.ThreadPooledPolicy extends java.lang.Object implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Package mandala.rami.transparency.semi |
Class mandala.rami.transparency.semi.JayaCompiler extends java.lang.Object implements Serializable |
Class mandala.rami.transparency.semi.SourceGenerator extends java.lang.Object implements Serializable |
Package mandala.rami.transparency.total |
Class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler extends java.lang.Object implements Serializable |
Serialized Fields |
AsynchronousReference asynchronousReference
Package mandala.util |
Class mandala.util.EmptyExceptionHandler extends java.lang.Object implements Serializable |
Class mandala.util.ExceptionHandler.RejectExceptionHandling extends java.lang.Object implements Serializable |
Class mandala.util.ExceptionHandler.UnHandledException extends java.lang.RuntimeException implements Serializable |
Serialized Fields |
java.lang.Throwable throwable
Class mandala.util.SerializableConstructor extends java.lang.Object implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Class mandala.util.SerializableMethod extends java.lang.Object implements Serializable |
Serialization Methods |
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
private java.lang.Object readResolve() throws java.io.ObjectStreamException
Class mandala.util.ThreadBarrier extends java.lang.Object implements Serializable |
Serialized Fields |
java.io.Serializable lock
int count
The number of threads that must traverse this barrier before being unlocked.
boolean released
The released state of this barrier.
int i
Class mandala.util.TimedOutException extends java.lang.Exception implements Serializable |
Serialized Fields |
long timeout
The maximum amount of time requested
long time
The real time (>timeout) which cause this exception to be thrown
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |