Serialized Form


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

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

constructor

ConstructorOp constructor

Prevents multiple same constructor specification


activeMap

ActiveMap activeMap

remoteActiveMap

RemoteActiveMap remoteActiveMap

Class mandala.jacob.StoredObjectReference extends AbstractAsynchronousReference implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

key

java.lang.Object key

The key of the mapped object.

See Also:
ActiveMap

activeMap

ActiveMap activeMap

The active map reference where the stored object is mapped to key.

See Also:
ActiveMap

futureFactory

FutureFactory futureFactory

The FutureFactory instance used to create our future objects.

See Also:
FutureFactory


Package mandala.jacob.impl

Class mandala.jacob.impl.ActiveMapImpl extends java.util.HashMap implements Serializable

Serialized Fields

policy

AsynchronousPolicy policy

The method policy.

See Also:
AsynchronousPolicy


Package mandala.jacob.remote

Class mandala.jacob.remote.AbstractLocalReferenceRetriever extends AbstractRemote implements Serializable

Serialized Fields

id

java.lang.Object id

Class mandala.jacob.remote.AbstractRemote extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Class mandala.jacob.remote.TransportException extends java.lang.Exception implements Serializable

Serialized Fields

cause

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 exporter

exceptionHandler

ExceptionHandler exceptionHandler

futureFactory

FutureFactory futureFactory

Class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper extends java.lang.Object implements Serializable

Serialized Fields

futureComponents

FutureFactory.FutureComponents futureComponents

Class mandala.jacob.remote.gpf.AbstractRemoteProxy extends AbstractRemote implements Serializable

Serialized Fields

client

Client client

exporter

Exporter exporter

Class mandala.jacob.remote.gpf.AbstractSingletonRemoteProxy extends AbstractLocalReferenceRetriever implements Serializable

Serialization Methods

readResolve

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!

Throws:
java.io.ObjectStreamException - if an error occurs
Serialized Fields

client

Client client

exporter

Exporter exporter

Class mandala.jacob.remote.gpf.InvocationResult extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Object id

The identifiant of the invocation.


result

java.lang.Object result

The result of the invocation.

This field is null if the invocation has thrown an exception.


throwable

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

id

java.lang.Object id

The identifiant of the invocation.


method

MethodOp method

The method to invoke.


args

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

readObject

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

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

rmiCancelable

RMICancelableOp rmiCancelable

Class mandala.jacob.remote.rmi.RMICollection extends mandala.jacob.remote.rmi.RMISingletonRemoteProxy implements Serializable

Serialization Methods

readObject

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

collection

java.util.Collection collection
The Collection used to stock objects.

See Also:
Collection

lock

java.lang.Object lock
Lock for collection.

Class mandala.jacob.remote.rmi.RMIFutureFactoryWrapper extends java.lang.Object implements Serializable

Serialized Fields

futureFactory

FutureFactory futureFactory

Class mandala.jacob.remote.rmi.RMIIterator extends mandala.jacob.remote.rmi.RMIAbstractRemoteProxy implements Serializable

Serialization Methods

readObject

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

iterator

java.util.Iterator iterator
The Iterator used.

See Also:
Iterator

Class mandala.jacob.remote.rmi.RMIMap extends mandala.jacob.remote.rmi.RMISingletonRemoteProxy implements Serializable

Serialization Methods

readObject

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

rmiEntry

RMIMapOp.RMIEntryOp rmiEntry

Class mandala.jacob.remote.rmi.RMIMapImpl.RMIEntryImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

entry

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

thread

RMIThreadOp thread


Package mandala.rami

Class mandala.rami.AbstractAsynchronousReference extends java.lang.Object implements Serializable

Serialized Fields

callbackManager

CallbackManager callbackManager

The manager of Callback for this instance.

See Also:
CallbackManager


Package mandala.rami.impl

Class mandala.rami.impl.AsynchronousReferenceImpl extends AbstractAsynchronousReference implements Serializable

serialVersionUID: 5521593103559681337l

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

object

java.lang.Object object

The Object methods must be invoked asynchronously on.


futureFactory

FutureFactory futureFactory

The FutureFactory instance used to create our future objects.

See Also:
FutureFactory

policy

AsynchronousPolicy policy

The asynchronous policy.

See Also:
AsynchronousPolicy

Class mandala.rami.impl.AsynchronousReferencePairImpl extends AbstractAsynchronousReference implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

head

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

startChrono

long startChrono

Class mandala.rami.impl.CallbackList extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.List list

The callbacks list.

Class mandala.rami.impl.CallbackListeners extends java.lang.Object implements Serializable

Serialized Fields

resultListeners

java.util.Set resultListeners

exceptionListeners

java.util.Set exceptionListeners

Class mandala.rami.impl.CallbackManagerImpl extends java.lang.Object implements Serializable

Serialized Fields

globalCallback

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

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Serialized Fields

name

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

random

java.util.Random random

Class mandala.rami.impl.ResultsGrouper extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.LinkedList list

The results list.

Class mandala.rami.impl.ResultsGrouper.TerminatedCall extends java.lang.Object implements Serializable

Serialized Fields

invocationInfo

InvocationInfo invocationInfo

methodResult

MethodResult methodResult

Class mandala.rami.impl.SharedAPFactory extends java.lang.Object implements Serializable

Serialized Fields

policy

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 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

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

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

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

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 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

throwable

java.lang.Throwable throwable

Class mandala.util.SerializableConstructor extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException

Class mandala.util.SerializableMethod extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException

Class mandala.util.ThreadBarrier extends java.lang.Object implements Serializable

Serialized Fields

lock

java.io.Serializable lock

count

int count

The number of threads that must traverse this barrier before being unlocked.


released

boolean released

The released state of this barrier.


i

int i

Class mandala.util.TimedOutException extends java.lang.Exception implements Serializable

Serialized Fields

timeout

long timeout

The maximum amount of time requested


time

long time

The real time (>timeout) which cause this exception to be thrown



Mandala help mailing list