Serialized Form


Package mandala.jacob

Class mandala.jacob.CleanerCallback extends Object implements Serializable

Class mandala.jacob.Instanciator extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Serialized Fields

constructor

ConstructorOp constructor

activeMap

ActiveMap activeMap

remoteActiveMap

RemoteActiveMap remoteActiveMap

Class mandala.jacob.StoredObjectReference extends AbstractAsynchronousReference implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

key

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

Object id

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException

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

Serialized Fields

cause

Throwable cause


Package mandala.jacob.remote.rmi

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

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

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

Class mandala.jacob.remote.rmi.RMICollectionImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

collection

Collection collection
The Collection used to stock objects.

See Also:
Collection

lock

Object lock
Lock for collection.

Class mandala.jacob.remote.rmi.RMIFutureFactoryWrapper extends 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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

Class mandala.jacob.remote.rmi.RMIIteratorImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

iterator

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(ObjectInputStream in)
                 throws IOException,
                        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 UnicastRemoteObject implements Serializable

Serialized Fields

entry

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.jacob.remote.gpf

Class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper extends Object implements Serializable

Serialized Fields

exporter

Exporter exporter

exceptionHandler

ExceptionHandler exceptionHandler

futureFactory

FutureFactory futureFactory

Class mandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper extends 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 Object readResolve()
                      throws ObjectStreamException

Ensure singleton on deserialization.

Subclasses may overwrite this method, but must call the one of this class to prevent memory leak!

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

client

Client client

exporter

Exporter exporter

unregister

boolean unregister

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

Serialized Fields

id

Object id

The identifiant of the invocation.


result

Object result

The result of the invocation.

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


throwable

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 Object implements Serializable

Serialized Fields

id

Object id

The identifiant of the invocation.


method

MethodOp method

The method to invoke.


args

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

Class mandala.jacob.remote.gpf.udp.UDPExporter extends 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.gpf.tcp

Class mandala.jacob.remote.gpf.tcp.TCPExporter extends 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.rami

Class mandala.rami.AbstractAsynchronousReference extends 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 Object readResolve()
                    throws ObjectStreamException
Serialized Fields

object

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(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

head

AsynchronousReference head

Class mandala.rami.impl.BasicFutureFactory extends Object implements Serializable

Class mandala.rami.impl.BenchmarkerCallback extends Object implements Serializable

Serialized Fields

startChrono

long startChrono

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

Serialized Fields

list

List list

The callbacks list.

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

Serialized Fields

resultListeners

Set resultListeners

exceptionListeners

Set exceptionListeners

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

Serialized Fields

globalCallback

Callback globalCallback

Class mandala.rami.impl.EmptyCallback extends Object implements Serializable

Class mandala.rami.impl.FifoAPFactory extends Object implements Serializable

Class mandala.rami.impl.FifoPolicy extends ListAsynchronousPolicy implements Serializable

Class mandala.rami.impl.InterrupterCallback extends Object implements Serializable

Class mandala.rami.impl.ListAsynchronousPolicy extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Serialized Fields

name

String name

methods

List methods

The list of methods to be invoked by the ListAsynchronousPolicy.invokerThread.

See Also:
ListAsynchronousPolicy.getCurrentSize(), ListAsynchronousPolicy.invokerThread

invoker

MethodInvoker invoker

The thread which is responsible of methods invocation.

See Also:
ListAsynchronousPolicy.getInvokerThread(), ListAsynchronousPolicy.methods

Class mandala.rami.impl.RandomAPFactory extends Object implements Serializable

Class mandala.rami.impl.RandomPolicy extends ListAsynchronousPolicy implements Serializable

Serialized Fields

random

Random random

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

Serialized Fields

policy

AsynchronousPolicy policy

Class mandala.rami.impl.SynchronousSemantic extends Object implements Serializable

Class mandala.rami.impl.SyslogCallback extends Object implements Serializable

Serialized Fields

syslog

Syslog syslog

Class mandala.rami.impl.ThreadedAPFactory extends SharedAPFactory implements Serializable

Class mandala.rami.impl.ThreadedPolicy extends Object implements Serializable

serialVersionUID: -4853751079367814252l

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException

Class mandala.rami.impl.ThreadPooledAPFactory extends SharedAPFactory implements Serializable

Class mandala.rami.impl.ThreadPooledPolicy extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException


Package mandala.rami.transparency.semi

Class mandala.rami.transparency.semi.JayaCompiler extends Object implements Serializable

Class mandala.rami.transparency.semi.SourceGenerator extends Object implements Serializable


Package mandala.rami.transparency.total

Class mandala.rami.transparency.total.AsynchronousProxyInvocationHandler extends Object implements Serializable

Serialized Fields

asynchronousReference

AsynchronousReference asynchronousReference


Package mandala.util

Class mandala.util.EmptyExceptionHandler extends Object implements Serializable

Class mandala.util.ExceptionHandler.RejectExceptionHandling extends Object implements Serializable

Class mandala.util.ExceptionHandler.UnHandledException extends RuntimeException implements Serializable

Serialized Fields

throwable

Throwable throwable

Class mandala.util.SerializableConstructor extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException

Class mandala.util.SerializableMethod extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException

Class mandala.util.ThreadBarrier extends Object implements Serializable

Serialized Fields

lock

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