Serialized Form


Package org.objectweb.proactive

Class org.objectweb.proactive.ActiveObjectCreationException extends ProActiveException implements Serializable

Class org.objectweb.proactive.ObjectForSynchro extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ObjectForSynchronousCall extends java.lang.Object implements Serializable

Class org.objectweb.proactive.Service.AcceptAllRequestFilter extends java.lang.Object implements Serializable

Class org.objectweb.proactive.Service.RequestFilterOnMethodName extends java.lang.Object implements Serializable

Serialized Fields

methodName

java.lang.String methodName


Package org.objectweb.proactive.branchnbound.core

Class org.objectweb.proactive.branchnbound.core.Manager extends java.lang.Object implements Serializable

Serialized Fields

rootTask

Task rootTask

taskProviderQueue

TaskQueue taskProviderQueue

nodes

Node[] nodes

arrayOfNodes

Node[][] arrayOfNodes

arrayOfVns

VirtualNode[] arrayOfVns

workerGroup

Worker workerGroup

futureTaskList

java.util.Vector futureTaskList

pendingTaskList

java.util.Vector pendingTaskList

workingWorkerList

java.util.Vector workingWorkerList

freeWorkerList

java.util.Vector freeWorkerList

toReallocTaskList

java.util.Vector toReallocTaskList

Class org.objectweb.proactive.branchnbound.core.Result 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
Serialized Fields

theSolution

java.lang.Object theSolution

exception

java.lang.Exception exception

Class org.objectweb.proactive.branchnbound.core.Task extends java.lang.Object implements Serializable

Serialized Fields

initLowerBound

Result initLowerBound

initUpperBound

Result initUpperBound

worker

Worker worker

bestKnownSolution

java.lang.Object bestKnownSolution

Class org.objectweb.proactive.branchnbound.core.Worker extends java.lang.Object implements Serializable

Serialized Fields

selfWorkerGroup

Worker selfWorkerGroup

bestCurrentResult

Result bestCurrentResult

taskProvider

TaskQueue taskProvider

workerNodeUrl

java.lang.String workerNodeUrl

currentTask

Task currentTask


Package org.objectweb.proactive.branchnbound.core.exception

Class org.objectweb.proactive.branchnbound.core.exception.NoResultsException extends java.lang.Exception implements Serializable


Package org.objectweb.proactive.branchnbound.core.queue

Class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl extends TaskQueue implements Serializable

Serialized Fields

queue

java.util.Vector queue

hungryLevel

int hungryLevel

rootTaskFromBackup

Task rootTaskFromBackup

pendingTasksFromBackup

java.util.Vector pendingTasksFromBackup

allResults

java.util.Vector allResults

Class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl extends TaskQueue implements Serializable

Serialized Fields

queue

java.util.Vector queue

size

int size

hungryLevel

int hungryLevel

current

int current

pendingTasksFromBackup

java.util.Vector pendingTasksFromBackup

rootTaskFromBackup

Task rootTaskFromBackup

allResults

java.util.Vector allResults

Class org.objectweb.proactive.branchnbound.core.queue.TaskQueue extends java.lang.Object implements Serializable

Serialized Fields

bestCurrentResult

Result bestCurrentResult
Keeping a copy of the best current solution.


Package org.objectweb.proactive.core

Class org.objectweb.proactive.core.ProActiveException extends java.lang.Exception implements Serializable

Class org.objectweb.proactive.core.ProActiveRuntimeException extends java.lang.RuntimeException implements Serializable

Class org.objectweb.proactive.core.UniqueID extends java.lang.Object implements Serializable

Serialized Fields

id

java.rmi.server.UID id

vmID

java.rmi.dgc.VMID vmID

Class org.objectweb.proactive.core.UniqueRuntimeID extends java.lang.Object implements Serializable

Serialized Fields

vmID

java.rmi.dgc.VMID vmID

vmName

java.lang.String vmName


Package org.objectweb.proactive.core.body

Class org.objectweb.proactive.core.body.AbstractBody extends AbstractUniversalBody 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
Serialized Fields

threadStore

ThreadStore threadStore

localBodyStrategy

LocalBodyStrategy localBodyStrategy

psm

ProActiveSecurityManager psm

isSecurityOn

boolean isSecurityOn

openedSessions

java.util.Hashtable openedSessions

isInterfaceSecureImplemented

boolean isInterfaceSecureImplemented

spmdManager

ProActiveSPMDGroupManager spmdManager

ftmanager

FTManager ftmanager

Class org.objectweb.proactive.core.body.AbstractUniversalBody 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
Serialized Fields

bodyID

UniqueID bodyID
Unique ID of the body.


location

BodyMap location
A table containing a mapping from a UniqueID toward a Body. The location table caches the location of all known bodies to whom this body communicated


nodeURL

java.lang.String nodeURL
The URL of the node this body is attached to


remoteBodyFactory

RemoteBodyFactory remoteBodyFactory

jobID

java.lang.String jobID

shortcuts

java.util.Map shortcuts

nfeListeners

NFEListenerList nfeListeners

Class org.objectweb.proactive.core.body.ActiveBody extends ComponentBodyImpl 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
Serialized Fields

runActive

RunActive runActive

endActive

EndActive endActive

Class org.objectweb.proactive.core.body.BodyAdapter extends java.lang.Object implements Serializable

Serialized Fields

bodyID

UniqueID bodyID
Cache the ID of the Body locally for speed


jobID

java.lang.String jobID
Cache the jobID locally for speed

Class org.objectweb.proactive.core.body.BodyAdapterForwarder extends BodyAdapter implements Serializable

Serialization Methods

readObject

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

proxiedRemoteBody

RemoteBodyForwarder proxiedRemoteBody
The encapsulated RmiRemoteBody Points to the BodyForwarder running on the forwarder.

Class org.objectweb.proactive.core.body.BodyAdapterImpl extends BodyAdapter implements Serializable

Serialization Methods

readResolve

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

proxiedRemoteBody

RemoteBody proxiedRemoteBody
The encapsulated RmiRemoteBody

Class org.objectweb.proactive.core.body.BodyImpl extends AbstractBody implements Serializable

Serialized Fields

replyReceiver

ReplyReceiver replyReceiver
The component in charge of receiving reply


requestReceiver

RequestReceiver requestReceiver
The component in charge of receiving request


messageEventProducer

MessageEventProducerImpl messageEventProducer

timer

CompositeAverageMicroTimer timer
Used for profiling

Class org.objectweb.proactive.core.body.BodyMap extends AbstractEventProducer implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.

Class org.objectweb.proactive.core.body.HalfBody extends AbstractBody implements Serializable

Serialized Fields

replyReceiver

ReplyReceiver replyReceiver
The component in charge of receiving reply


nfeListeners

NFEListenerList nfeListeners

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory extends java.lang.Object implements Serializable

Serialized Fields

parameters

java.util.Map parameters

requestFactoryInstance

RequestFactory requestFactoryInstance

replyReceiverFactoryInstance

ReplyReceiverFactory replyReceiverFactoryInstance

requestReceiverFactoryInstance

RequestReceiverFactory requestReceiverFactoryInstance

requestQueueFactoryInstance

RequestQueueFactory requestQueueFactoryInstance

migrationManagerFactoryInstance

MigrationManagerFactory migrationManagerFactoryInstance

remoteBodyFactoryInstance

RemoteBodyFactory remoteBodyFactoryInstance

threadStoreFactoryInstance

ThreadStoreFactory threadStoreFactoryInstance

proActiveSPMDGroupManagerFactoryInstance

ProActiveSPMDGroupManagerFactory proActiveSPMDGroupManagerFactoryInstance

componentFactoryInstance

ProActiveComponentFactory componentFactoryInstance

proActiveSecurityManager

ProActiveSecurityManager proActiveSecurityManager

ftmanagerFactoryInstance

FTManagerFactory ftmanagerFactoryInstance

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.MigrationManagerFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl extends java.lang.Object implements Serializable

Serialized Fields

componentParameters

ComponentParameters componentParameters

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RemoteBodyFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestQueueFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestReceiverFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ThreadStoreFactoryImpl extends java.lang.Object implements Serializable


Package org.objectweb.proactive.core.body.ft.checkpointing

Class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint extends java.lang.Object implements Serializable

Serialized Fields

bodyID

UniqueID bodyID

checkpointedBody

byte[] checkpointedBody

ci

CheckpointInfo ci


Package org.objectweb.proactive.core.body.ft.exception

Class org.objectweb.proactive.core.body.ft.exception.NotImplementedException extends java.lang.RuntimeException implements Serializable

Class org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException extends java.lang.RuntimeException implements Serializable


Package org.objectweb.proactive.core.body.ft.internalmsg

Class org.objectweb.proactive.core.body.ft.internalmsg.GlobalStateCompletion extends java.lang.Object implements Serializable

Serialized Fields

index

int index

Class org.objectweb.proactive.core.body.ft.internalmsg.Heartbeat extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ft.internalmsg.Killer extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.ft.internalmsg.OutputCommit extends java.lang.Object implements Serializable

Serialized Fields

lastIndexToRetreive

long lastIndexToRetreive

firstIndexToRetreive

long firstIndexToRetreive


Package org.objectweb.proactive.core.body.ft.message

Class org.objectweb.proactive.core.body.ft.message.HistoryUpdater extends java.lang.Object implements Serializable

Serialized Fields

elements

java.util.List elements
Reception events, i.e. id of the senders


base

long base
Reception index of the first element


last

long last
Reception index of the last element


owner

UniqueID owner
ID of the owner


checkpointIndex

int checkpointIndex
Index of the associated checkpoint


incarnation

int incarnation
Incarnation number of the sender

Class org.objectweb.proactive.core.body.ft.message.ReceptionHistory extends java.lang.Object implements Serializable

Serialized Fields

elements

java.util.List elements

lastCommited

long lastCommited

base

long base

lastRecoverable

long lastRecoverable

Class org.objectweb.proactive.core.body.ft.message.ReplyLog extends java.lang.Object implements Serializable

Serialized Fields

destination

UniversalBody destination

reply

Reply reply

Class org.objectweb.proactive.core.body.ft.message.RequestLog extends java.lang.Object implements Serializable

Serialized Fields

destination

UniversalBody destination

request

Request request


Package org.objectweb.proactive.core.body.ft.protocols

Class org.objectweb.proactive.core.body.ft.protocols.FTManager extends java.lang.Object implements Serializable

Serialized Fields

isACheckpoint

boolean isACheckpoint

owner

AbstractBody owner

ownerID

UniqueID ownerID

storage

CheckpointServer storage

location

LocationServer location

recovery

RecoveryProcess recovery

additionalCodebase

java.lang.String additionalCodebase

ttc

int ttc


Package org.objectweb.proactive.core.body.ft.protocols.cic.infos

Class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC extends java.lang.Object implements Serializable

Serialized Fields

checkpointIndex

int checkpointIndex
The index of the linked checkpoint


requestToResend

java.util.Vector requestToResend
The logged requests, i.e. requests that have to be resend on recovery from the linked checkpoint


replyToResend

java.util.Vector replyToResend
The logged replies, i.e. replies that have to be resend on recovery from the linked checkpoint


pendingRequest

Request pendingRequest
The pending request when the checkpoint has occured, This request must be first served on recovery from the linked checkpoint


history

java.util.Vector history
The history of the linked checkpoint, i.e. a list of awaited request that have to be append to the request queue on recovery from the linked checkpoint


lastRcvdRequestIndex

long lastRcvdRequestIndex
The reception index of the latest received request when the checkpoint has occured


lastCommitedIndex

long lastCommitedIndex
The index of the last element of the latest commited history

Class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC extends java.lang.Object implements Serializable

Serialized Fields

checkpointIndex

char checkpointIndex

historyIndex

char historyIndex

incarnation

char incarnation

lastRecovery

char lastRecovery

isOrphanFor

char isOrphanFor

fromHalfBody

boolean fromHalfBody

positionInHistory

long positionInHistory

vectorClock

java.util.Hashtable vectorClock


Package org.objectweb.proactive.core.body.ft.protocols.cic.managers

Class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC extends FTManager implements Serializable

Serialized Fields

incarnation

int incarnation

lastRecovery

int lastRecovery

checkpointIndex

int checkpointIndex

checkpointTimer

long checkpointTimer

nextMax

int nextMax

historyIndex

int historyIndex

requestToResend

java.util.Hashtable requestToResend

latestRequestLog

int latestRequestLog

replyToResend

java.util.Hashtable replyToResend

latestReplyLog

int latestReplyLog

awaitedRequests

java.util.Vector awaitedRequests

forSentRequest

MessageInfoCIC forSentRequest

forSentReply

MessageInfoCIC forSentReply

history

java.util.Vector history

historyLock

java.lang.Character historyLock

deliveredRequestsCounter

long deliveredRequestsCounter

lastServedRequestIndex

MutableLong lastServedRequestIndex

localVectorClock

java.util.Hashtable localVectorClock

historyBaseIndex

long historyBaseIndex

lastCommitedIndex

long lastCommitedIndex

completingCheckpoint

boolean completingCheckpoint

Class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC extends FTManager implements Serializable

Serialized Fields

forSentMessage

MessageInfoCIC forSentMessage


Package org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos

Class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB extends java.lang.Object implements Serializable

Serialized Fields

requestLog

java.util.List requestLog

replyLog

java.util.List replyLog

pending

Request pending

Class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.MessageInfoPMLRB extends java.lang.Object implements Serializable

Serialized Fields

sentSequenceNumber

long sentSequenceNumber


Package org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers

Class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB extends FTManager implements Serializable

Serialized Fields

latestReceivedIndex

java.util.Hashtable latestReceivedIndex

isRecovering

boolean isRecovering

checkpointTimer

long checkpointTimer

sendNumber

char sendNumber

replyInfos

MessageInfoPMLRB replyInfos

requestInfos

MessageInfoPMLRB requestInfos

Class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB extends FTManager implements Serializable

Serialized Fields

sendNumber

char sendNumber

requestInfos

MessageInfoPMLRB requestInfos


Package org.objectweb.proactive.core.body.ft.servers

Class org.objectweb.proactive.core.body.ft.servers.FTServer extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

faultDetector

FaultDetector faultDetector

locationServer

LocationServer locationServer

recoveryProcess

RecoveryProcess recoveryProcess

resourceServer

ResourceServer resourceServer

checkpointServer

CheckpointServer checkpointServer

Class org.objectweb.proactive.core.body.ft.servers.FTServer_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


Package org.objectweb.proactive.core.body.future

Class org.objectweb.proactive.core.body.future.FutureEventProducerImpl extends AbstractEventProducer implements Serializable

Class org.objectweb.proactive.core.body.future.FutureMap extends java.lang.Object implements Serializable

Serialized Fields

indexedByBodyID

java.util.HashMap indexedByBodyID

Class org.objectweb.proactive.core.body.future.FuturePool 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
Serialized Fields

newState

boolean newState

futures

FutureMap futures

ownerBody

UniqueID ownerBody

acEnabled

boolean acEnabled

valuesForFutures

java.util.HashMap valuesForFutures

Class org.objectweb.proactive.core.body.future.FutureProxy 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
Serialized Fields

target

FutureResult target
The object the proxy sends calls to


migration

boolean migration
To mark the Proxy before migration Usually, the Proxy cannot be serialized if the result is not available (no automatic continuation) but if we migrate, we don't want to wait for the result


continuation

boolean continuation
To mark the proxy before sending this future by parameter or by result


creatorID

UniqueID creatorID
UniqueID of the body which create this future


ID

long ID
ID of the future In fact, the sequence number of the request that generate this future


senderID

UniqueID senderID
Unique ID of the sender (in case of automatic continuation).


futureLevel

java.util.HashMap futureLevel
This table is needed for the NFE mechanism


exceptionLevel

ExceptionMaskLevel exceptionLevel
The exception level in the stack in which this future is registered

Class org.objectweb.proactive.core.body.future.FutureResult extends java.lang.Object implements Serializable

Serialized Fields

result

java.lang.Object result
The object to be returned


exception

java.lang.Throwable exception
The exception to throw


nfe

ProxyNonFunctionalException nfe
It may contain a NFE


Package org.objectweb.proactive.core.body.http

Class org.objectweb.proactive.core.body.http.HttpBodyAdapter extends BodyAdapterImpl implements Serializable

Class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

bodyID

UniqueID bodyID

jobID

java.lang.String jobID

url

java.lang.String url

isLocal

boolean isLocal

Class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory extends ProActiveMetaObjectFactory implements Serializable

Class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl extends java.lang.Object implements Serializable


Package org.objectweb.proactive.core.body.http.util

Class org.objectweb.proactive.core.body.http.util.HttpMessage extends java.lang.Object implements Serializable

Serialized Fields

returnedObject

java.lang.Object returnedObject

url

java.lang.String url


Package org.objectweb.proactive.core.body.http.util.exceptions

Class org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException extends java.io.IOException implements Serializable

Class org.objectweb.proactive.core.body.http.util.exceptions.HTTPUnexpectedException extends HTTPRemoteException implements Serializable


Package org.objectweb.proactive.core.body.http.util.messages

Class org.objectweb.proactive.core.body.http.util.messages.BodyRequest extends ReflectRequest implements Serializable

Serialized Fields

methodName

java.lang.String methodName

parameters

java.util.ArrayList parameters

oaid

UniqueID oaid

body

Body body

Class org.objectweb.proactive.core.body.http.util.messages.HttpLookupMessage extends HttpMessage implements Serializable

Serialized Fields

urn

java.lang.String urn

Class org.objectweb.proactive.core.body.http.util.messages.HttpReply extends HttpMessage implements Serializable

Serialized Fields

reply

Reply reply

idBody

UniqueID idBody

Class org.objectweb.proactive.core.body.http.util.messages.HttpRequest extends HttpMessage implements Serializable

Serialized Fields

request

Request request

IdBody

UniqueID IdBody

Class org.objectweb.proactive.core.body.http.util.messages.ReflectRequest extends HttpMessage implements Serializable


Package org.objectweb.proactive.core.body.ibis

Class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter extends BodyAdapterImpl implements Serializable

Class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl extends ibis.rmi.server.UnicastRemoteObject implements Serializable

Serialization Methods

readObject

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

Class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory extends ProActiveMetaObjectFactory implements Serializable

Class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl extends java.lang.Object implements Serializable


Package org.objectweb.proactive.core.body.jini

Class org.objectweb.proactive.core.body.jini.JiniBodyAdapter extends BodyAdapterImpl implements Serializable

Class org.objectweb.proactive.core.body.jini.JiniRemoteBodyImpl extends RmiRemoteBodyImpl implements Serializable

Class org.objectweb.proactive.core.body.jini.JiniRemoteBodyImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory extends ProActiveMetaObjectFactory implements Serializable

Class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl extends java.lang.Object implements Serializable


Package org.objectweb.proactive.core.body.message

Class org.objectweb.proactive.core.body.message.MessageEventProducerImpl extends AbstractEventProducer implements Serializable

Class org.objectweb.proactive.core.body.message.MessageImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

methodName

java.lang.String methodName
The name of the method called


sourceID

UniqueID sourceID
The UniqueID of the body sending the message


sequenceNumber

long sequenceNumber
The unique sequence number for the message


isOneWay

boolean isOneWay

messageInfos

MessageInfo messageInfos
all values piggybacked for fault tolerance stuff


ignoreIt

boolean ignoreIt
true if this message can be ignored


Package org.objectweb.proactive.core.body.migration

Class org.objectweb.proactive.core.body.migration.MigratableBody extends BodyImpl 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
Serialized Fields

migrationManager

MigrationManager migrationManager
The object responsible for the migration

Class org.objectweb.proactive.core.body.migration.MigrationException extends ProActiveException implements Serializable

Class org.objectweb.proactive.core.body.migration.MigrationManagerImpl extends AbstractEventProducer implements Serializable


Package org.objectweb.proactive.core.body.proxy

Class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy extends AbstractProxy implements Serializable

Serialized Fields

bodyID

UniqueID bodyID

Class org.objectweb.proactive.core.body.proxy.AbstractProxy extends java.lang.Object implements Serializable

Serialized Fields

proxyLevel

java.util.HashMap proxyLevel

nfeListeners

NFEListenerList nfeListeners

Class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy extends AbstractBodyProxy 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


Package org.objectweb.proactive.core.body.reply

Class org.objectweb.proactive.core.body.reply.ReplyImpl extends MessageImpl implements Serializable

Serialized Fields

result

FutureResult result
The hypothetic result


encryptedResult

byte[][] encryptedResult
the encrypted result


ciphered

boolean ciphered

isAC

boolean isAC

sessionID

long sessionID

Class org.objectweb.proactive.core.body.reply.ReplyReceiverImpl extends java.lang.Object implements Serializable


Package org.objectweb.proactive.core.body.request

Class org.objectweb.proactive.core.body.request.AwaitedRequest extends java.lang.Object implements Serializable

Serialized Fields

awaitedSender

UniqueID awaitedSender

wrappedRequest

Request wrappedRequest

isArrived

boolean isArrived

Class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl extends RequestQueueImpl implements Serializable

Serialized Fields

shouldWait

boolean shouldWait

suspended

boolean suspended

specialExecution

boolean specialExecution

specialMethod

java.lang.String specialMethod

methodBarriers

java.util.LinkedList methodBarriers

Class org.objectweb.proactive.core.body.request.BodyRequest extends MessageImpl implements Serializable

Serialized Fields

methodCall

MethodCall methodCall

isPriority

boolean isPriority

Class org.objectweb.proactive.core.body.request.RequestImpl extends MessageImpl 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
Serialized Fields

methodCall

MethodCall methodCall

ciphered

boolean ciphered

sendCounter

int sendCounter
Indicates if the method has been sent through a forwarder


methodCallCiphered

byte[][] methodCallCiphered

methodCallCipheredSignature

byte[] methodCallCipheredSignature

sessionID

long sessionID

codebase

java.lang.String codebase

Class org.objectweb.proactive.core.body.request.RequestQueueImpl extends AbstractEventProducer implements Serializable

Serialization Methods

writeObject

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

requestQueue

CircularArrayList requestQueue

ownerID

UniqueID ownerID

requestFilterOnMethodName

RequestQueueImpl.RequestFilterOnMethodName requestFilterOnMethodName

Class org.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName extends java.lang.Object implements Serializable

Serialized Fields

methodName

java.lang.String methodName

Class org.objectweb.proactive.core.body.request.RequestReceiverImpl extends java.lang.Object implements Serializable

Serialized Fields

immediateServices

java.util.Map immediateServices

Class org.objectweb.proactive.core.body.request.ServeException extends ProActiveException implements Serializable


Package org.objectweb.proactive.core.body.rmi

Class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory extends ProActiveMetaObjectFactory implements Serializable

Class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter extends BodyAdapterImpl implements Serializable

Class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialization Methods

writeObject

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

Class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialization Methods

writeObject

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

Class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.proactive.core.body.rmi.SshRmiBodyAdapter extends RmiBodyAdapter implements Serializable


Package org.objectweb.proactive.core.component

Class org.objectweb.proactive.core.component.Binding extends java.lang.Object implements Serializable

Serialized Fields

clientInterface

ProActiveInterface clientInterface

serverInterface

ProActiveInterface serverInterface

clientInterfaceName

java.lang.String clientInterfaceName

Class org.objectweb.proactive.core.component.Bindings extends java.lang.Object implements Serializable

Serialized Fields

normalBindings

java.util.Map normalBindings

exportBindings

java.util.Map exportBindings

Class org.objectweb.proactive.core.component.ComponentParameters extends java.lang.Object implements Serializable

Serialized Fields

componentType

ComponentType componentType

controllerDesc

ControllerDescription controllerDesc

Class org.objectweb.proactive.core.component.ControllerDescription extends java.lang.Object implements Serializable

Serialized Fields

hierarchicalType

java.lang.String hierarchicalType

name

java.lang.String name

synchronous

boolean synchronous

controllersConfigFileLocation

java.lang.String controllersConfigFileLocation

Class org.objectweb.proactive.core.component.ProActiveInterfaceImpl extends java.lang.Object implements Serializable

Serialized Fields

owner

Component owner

name

java.lang.String name

type

Type type

isInternal

boolean isInternal


Package org.objectweb.proactive.core.component.body

Class org.objectweb.proactive.core.component.body.ComponentBodyImpl extends MigratableBody implements Serializable

Serialized Fields

componentIdentity

ProActiveComponent componentIdentity

shortcutsOnThis

java.util.Map shortcutsOnThis

insideFunctionalActivity

boolean insideFunctionalActivity

Class org.objectweb.proactive.core.component.body.NFRequestFilterImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.component.body.PrioritizedComponentRequestFilter extends NFRequestFilterImpl implements Serializable

Class org.objectweb.proactive.core.component.body.RequestFilterOnComponentControllerClasses extends java.lang.Object implements Serializable


Package org.objectweb.proactive.core.component.controller

Class org.objectweb.proactive.core.component.controller.AbstractProActiveController extends AbstractRequestHandler implements Serializable

Serialized Fields

owner

Component owner

isInternal

boolean isInternal

interfaceType

InterfaceType interfaceType

Class org.objectweb.proactive.core.component.controller.AbstractRequestHandler extends java.lang.Object implements Serializable

Serialized Fields

nextHandler

RequestHandler nextHandler

Class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl extends AbstractProActiveController implements Serializable

Serialized Fields

bindings

Bindings bindings

collectiveInterfacesNames

java.util.List collectiveInterfacesNames

singleInterfacesNames

java.util.List singleInterfacesNames

Class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController extends AbstractProActiveController implements Serializable

Serialized Fields

componentParameters

ComponentParameters componentParameters

Class org.objectweb.proactive.core.component.controller.ProActiveContentController extends AbstractProActiveController implements Serializable

Serialized Fields

fcSubComponents

java.util.List fcSubComponents

Class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl extends AbstractProActiveController implements Serializable

Serialized Fields

fcState

java.lang.String fcState

Class org.objectweb.proactive.core.component.controller.ProActiveNameController extends AbstractProActiveController implements Serializable

Serialized Fields

name

java.lang.String name

Class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl extends AbstractProActiveController implements Serializable

Serialized Fields

fcParents

Component[] fcParents


Package org.objectweb.proactive.core.component.exceptions

Class org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException extends java.lang.Exception implements Serializable

Class org.objectweb.proactive.core.component.exceptions.NoSuchComponentException extends java.lang.Exception implements Serializable


Package org.objectweb.proactive.core.component.identity

Class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl extends java.lang.Object implements Serializable

Serialized Fields

interfaceReferences

Interface[] interfaceReferences

body

Body body

firstControllerRequestHandler

RequestHandler firstControllerRequestHandler

inputInterceptors

java.util.Vector inputInterceptors

outputInterceptors

java.util.Vector outputInterceptors


Package org.objectweb.proactive.core.component.representative

Class org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxyImpl extends java.lang.Object implements Serializable

Serialized Fields

bodyProxyDelegatee

Proxy bodyProxyDelegatee

nonShortcutProxy

Proxy nonShortcutProxy

fcItfName

java.lang.String fcItfName

Class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl extends java.lang.Object implements Serializable

Serialized Fields

fcInterfaceReferences

java.util.Map fcInterfaceReferences

nfInterfaceReferences

java.util.Map nfInterfaceReferences

proxy

Proxy proxy

componentType

ComponentType componentType

stubOnBaseObject

StubObject stubOnBaseObject

hierarchicalType

java.lang.String hierarchicalType

currentControllerInterface

java.lang.String currentControllerInterface

useShortcuts

boolean useShortcuts


Package org.objectweb.proactive.core.component.request

Class org.objectweb.proactive.core.component.request.ComponentRequestImpl extends RequestImpl implements Serializable

Serialized Fields

declaringClass

java.lang.Class declaringClass

targetClass

java.lang.Class targetClass

Class org.objectweb.proactive.core.component.request.Shortcut 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
Serialized Fields

steps

java.util.List steps

fcFunctionalInterfaceName

java.lang.String fcFunctionalInterfaceName

Class org.objectweb.proactive.core.component.request.SynchronousComponentRequestReceiver extends RequestReceiverImpl implements Serializable


Package org.objectweb.proactive.core.component.type

Class org.objectweb.proactive.core.component.type.Composite extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.component.type.ParallelComposite extends Composite implements Serializable

Class org.objectweb.proactive.core.component.type.ProActiveComponentType extends java.lang.Object implements Serializable

Serialized Fields

interfaceTypes

InterfaceType[] interfaceTypes
The types of the interfaces of components of this type.

Class org.objectweb.proactive.core.component.type.ProActiveInterfaceType extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The generatedClassName of the interface described by this type.


signature

java.lang.String signature
The Java type of the interface described by this type.


isClient

boolean isClient

isOptional

boolean isOptional

isCollection

boolean isCollection


Package org.objectweb.proactive.core.descriptor.data

Class org.objectweb.proactive.core.descriptor.data.MainDefinition extends java.lang.Object implements Serializable

Serialized Fields

virtualNodeList

java.util.List virtualNodeList
all virtualNodes are put in a List of VirtualNode


mainClass

java.lang.String mainClass
fully qualified name of the main Class


parameters

java.util.List parameters
List containing all parameters of the main method, as String

Class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl extends java.lang.Object implements Serializable

Serialized Fields

lastMainDefinitionID

java.lang.String lastMainDefinitionID

mainDefinitionMapping

java.util.Map mainDefinitionMapping
map keys with mainDefinitions


virtualNodeMapping

java.util.HashMap virtualNodeMapping
map virtualNode name and objects


virtualMachineMapping

java.util.HashMap virtualMachineMapping
map jvm name and object


processMapping

java.util.HashMap processMapping
map process id and process


pendingProcessMapping

java.util.HashMap pendingProcessMapping
map process id and process updater for later update of the process


serviceMapping

java.util.HashMap serviceMapping
map process id and service


pendingServiceMapping

java.util.HashMap pendingServiceMapping
map process id and service updater for later update of the service


fileTransferMapping

java.util.HashMap fileTransferMapping
map filetransfer-id and filetransfer


url

java.lang.String url
Location of the xml file


jobID

java.lang.String jobID

mainDefined

boolean mainDefined

proactiveSecurityManager

ProActiveSecurityManager proactiveSecurityManager
security rules


policyServer

PolicyServer policyServer

securityFile

java.lang.String securityFile

Class org.objectweb.proactive.core.descriptor.data.RuntimeDeploymentProperties extends java.lang.Object implements Serializable

Serialized Fields

runtimeProperties

java.util.ArrayList runtimeProperties

Class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
the name of this VirtualMachine


nodeNumber

java.lang.String nodeNumber
number of nodes that will be deployed on this VM. One node is the default


acquisitionMethod

java.lang.String acquisitionMethod
the acquisition method to use to find the VirtualMachine once created


portNumber

java.lang.String portNumber
the port number used during the acquisition


protocol

java.lang.String protocol
the port number used during the acquisition


hasProcess

boolean hasProcess
indiquates if this machine results from a lookup or not


process

ExternalProcess process
the process to start in order to create the JVM


service

UniversalService service
the service to start in order to acquire the JVM


creatorId

java.lang.String creatorId
The name of the VirtualNode that created this VirtualMachine

Class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl extends NodeCreationEventProducerImpl 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
Serialized Fields

name

java.lang.String name
the name of this VirtualNode


property

java.lang.String property
the property of this virtualNode, property field can take five value: null,unique, unique_singleAO, multiple, multiple_cyclic


virtualMachines

java.util.ArrayList virtualMachines
the list of remote virtual machines associated with this VirtualNode


localVirtualMachines

java.util.ArrayList localVirtualMachines
the list of local virtual machine (normally one) associated with this VirtualNode


lastVirtualMachineIndex

int lastVirtualMachineIndex
index of the last associated jvm used


createdRuntimeF

java.util.ArrayList createdRuntimeF
the list of RuntimeForwarder that have been created


createdNodes

java.util.ArrayList createdNodes
the list of nodes linked to this VirtualNode that have been created


fileTransferDeploy

java.util.ArrayList fileTransferDeploy
the list of file transfers to deploy


fileTransferRetrieve

java.util.ArrayList fileTransferRetrieve
the list of file transfers to retrieve


lastNodeIndex

int lastNodeIndex
index of the last node used


nbMappedNodes

int nbMappedNodes
Number of Nodes mapped to this VirtualNode in the XML Descriptor


minNumberOfNodes

int minNumberOfNodes
Minimum number of nodes needed for this virtualnode while waiting on the nodes creation.


nbCreatedNodes

int nbCreatedNodes
Number of Nodes mapped to this VitualNode in the XML Descriptor that are actually created


nodeCreated

boolean nodeCreated
true if the node has been created


isActivated

boolean isActivated

awaitedVirtualNodes

java.util.Hashtable awaitedVirtualNodes
the list of VitualNodes Id that this VirualNode is waiting for in order to create Nodes on a JVM already assigned in the XML descriptor


registrationProtocol

java.lang.String registrationProtocol

registration

boolean registration

waitForTimeout

boolean waitForTimeout

MAX_P2P

boolean MAX_P2P

timeout

long timeout
represents the timeout in ms


globalTimeOut

long globalTimeOut
represents the sum of the timeout + current time in ms


uniqueActiveObject

java.lang.Object uniqueActiveObject

proactiveSecurityManager

ProActiveSecurityManager proactiveSecurityManager

policyServerFile

java.lang.String policyServerFile

jobID

java.lang.String jobID

ftService

FaultToleranceService ftService

p2pNodes

java.util.Vector p2pNodes

mainVirtualNode

boolean mainVirtualNode

padURL

java.lang.String padURL

p2pNodeslookupList

java.util.Vector p2pNodeslookupList

Class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup extends RuntimeDeploymentProperties implements Serializable

Serialized Fields

virtualNode

VirtualNode virtualNode

name

java.lang.String name

urlForLookup

java.lang.String urlForLookup

lookupProtocol

java.lang.String lookupProtocol

lookupHost

java.lang.String lookupHost

isActivated

boolean isActivated

portForLookup

int portForLookup

message

java.lang.String message

notActivatedMessage

java.lang.String notActivatedMessage

runtimeHostForLookup

java.lang.String runtimeHostForLookup

runtimePortForLookup

java.lang.String runtimePortForLookup


Package org.objectweb.proactive.core.descriptor.services

Class org.objectweb.proactive.core.descriptor.services.FaultToleranceService extends java.lang.Object implements Serializable

Serialized Fields

protocolType

java.lang.String protocolType

recoveryProcessURL

java.lang.String recoveryProcessURL

checkpointServerURL

java.lang.String checkpointServerURL

locationServerURL

java.lang.String locationServerURL

globalServerURL

java.lang.String globalServerURL

ttcValue

java.lang.String ttcValue

attachedResourceServer

java.lang.String attachedResourceServer

Class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService extends java.lang.Object implements Serializable

Serialized Fields

askedNodes

int askedNodes

serviceP2P

P2PService serviceP2P

peerList

java.util.Vector peerList

Class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService extends java.lang.Object implements Serializable

Serialized Fields

url

java.lang.String url
lookup url


runtimeArray

ProActiveRuntime[] runtimeArray


Package org.objectweb.proactive.core.event

Class org.objectweb.proactive.core.event.AbstractEventProducer extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serial Data:
Read serializable fields, if any exist. Recreate eventListeners.
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serial Data:
Write serializable fields, if any exist.
Throws:
java.io.IOException
Serialized Fields

shouldSerializeListeners

boolean shouldSerializeListeners
flag specifying if the list of listeners should be serialized

Class org.objectweb.proactive.core.event.BodyEvent extends ProActiveEvent implements Serializable

Class org.objectweb.proactive.core.event.BodyEventProducerImpl extends AbstractEventProducer implements Serializable

Class org.objectweb.proactive.core.event.FutureEvent extends ProActiveEvent implements Serializable

Serialized Fields

creatorID

UniqueID creatorID

Class org.objectweb.proactive.core.event.MessageEvent extends ProActiveEvent implements Serializable

Serialized Fields

destinationID

UniqueID destinationID

requestQueueLength

int requestQueueLength
Length of the request queue of the body that sends this event or -1 if this message did not affect the request queue length.

Class org.objectweb.proactive.core.event.MigrationEvent extends ProActiveEvent implements Serializable

Class org.objectweb.proactive.core.event.NodeCreationEvent extends ProActiveEvent implements Serializable

Serialized Fields

node

Node node

vn

VirtualNode vn

nodeCreated

int nodeCreated

Class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl extends AbstractEventProducer implements Serializable

Class org.objectweb.proactive.core.event.ProActiveEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
type of the message


timeStamp

long timeStamp
The timestamp

Class org.objectweb.proactive.core.event.RequestQueueEvent extends ProActiveEvent implements Serializable

Serialized Fields

ownerID

UniqueID ownerID
id of the object owner of the Queue

Class org.objectweb.proactive.core.event.RuntimeRegistrationEvent extends ProActiveEvent implements Serializable

Serialized Fields

creatorID

java.lang.String creatorID

registeredRuntimeName

ProActiveRuntime registeredRuntimeName

protocol

java.lang.String protocol

vmName

java.lang.String vmName

Class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl extends AbstractEventProducer implements Serializable


Package org.objectweb.proactive.core.exceptions

Class org.objectweb.proactive.core.exceptions.NonFunctionalException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nodeURL

java.lang.String nodeURL


Package org.objectweb.proactive.core.exceptions.body

Class org.objectweb.proactive.core.exceptions.body.BodyNonFunctionalException extends NonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.body.NewActiveFailedNFE extends BodyNonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.body.SendReplyCommunicationException extends BodyNonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.body.ServiceFailedCalleeNFE extends BodyNonFunctionalException implements Serializable


Package org.objectweb.proactive.core.exceptions.manager

Class org.objectweb.proactive.core.exceptions.manager.NFEListenerList extends java.lang.Object implements Serializable

Serialized Fields

listeners

java.util.Collection listeners

Class org.objectweb.proactive.core.exceptions.manager.TypedNFEListener extends java.lang.Object implements Serializable

Serialized Fields

exceptionClass

java.lang.Class exceptionClass

listener

NFEListener listener


Package org.objectweb.proactive.core.exceptions.proxy

Class org.objectweb.proactive.core.exceptions.proxy.FailedGroupRendezVousException extends ProxyNonFunctionalException implements Serializable

Serialized Fields

group

ProxyForGroup group

Class org.objectweb.proactive.core.exceptions.proxy.FutureCreationException extends ProxyNonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.proxy.FutureTimeoutException extends ProxyNonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.proxy.ProxyNonFunctionalException extends NonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.proxy.SendRequestCommunicationException extends ProxyNonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.proxy.ServiceFailedCallerNFE extends ProxyNonFunctionalException implements Serializable


Package org.objectweb.proactive.core.group

Class org.objectweb.proactive.core.group.ExceptionInGroup extends java.lang.RuntimeException implements Serializable

Serialized Fields

object

java.lang.Object object
The Object who throwns the Throwable


index

int index
The index of the object who throwns the Throwable in the caller group


throwable

java.lang.Throwable throwable
The Throwable thrown

Class org.objectweb.proactive.core.group.ExceptionListException extends java.lang.RuntimeException implements Serializable

Serialized Fields

list

java.util.Vector list
A vector implements the list

Class org.objectweb.proactive.core.group.MethodCallControlForGroup extends MethodCall 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 org.objectweb.proactive.core.group.ProxyForGroup extends AbstractProxy 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
Serialized Fields

className

java.lang.String className
The name of the Class : all members of the group are "className" assignable


memberList

java.util.Vector memberList
The list of member : it contains exclusively, StubObjects connected to Proxies, or Java Objects


elementNames

java.util.Map elementNames
The map : to name members of the group


waited

int waited
Number of awaited methodcall on the group's member. The Semantic is : we wait all call are done before continuing


dispatching

boolean dispatching
Flag to deternime the semantic of communication (broadcast or dispatching)


uniqueSerialization

boolean uniqueSerialization
Flag to deternime the semantic of communication (unique serialization of parameters or not)


stub

StubObject stub
The stub of the typed group


timer

CompositeAverageMicroTimer timer
Used for profiling

Class org.objectweb.proactive.core.group.UnreachableGroupException extends java.lang.RuntimeException implements Serializable


Package org.objectweb.proactive.core.group.spmd

Class org.objectweb.proactive.core.group.spmd.BarrierState extends java.lang.Object implements Serializable

Serialized Fields

awaitedCalls

int awaitedCalls
The number of calls awaited to finish the barrier


receivedCalls

int receivedCalls
The number of calls already received

Class org.objectweb.proactive.core.group.spmd.MethodBarrier extends java.lang.Object implements Serializable

Serialized Fields

methodNames

java.lang.String[] methodNames

arrivedMethods

boolean[] arrivedMethods

Class org.objectweb.proactive.core.group.spmd.MethodCallBarrier extends MethodCallControlForGroup implements Serializable

Serialized Fields

IDName

java.lang.String IDName
The unique ID of the barrier

Class org.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName extends MethodCallControlForGroup implements Serializable

Serialized Fields

methodNames

java.lang.String[] methodNames

Class org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup extends MethodCallControlForGroup implements Serializable

Class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager extends java.lang.Object implements Serializable

Serialized Fields

spmdGroup

java.lang.Object spmdGroup
The spmd group he object belongs to


currentBarriers

java.util.HashMap currentBarriers
The current 'active' barrriers. The requests tagged with at least one of those barriers will be ignored until the barrier will be released.


barrierTags

java.util.LinkedList barrierTags
The tags joint to the requests. The requests tagged with those barriers will be ignored until all those barriers will be released.


Package org.objectweb.proactive.core.group.topology

Class org.objectweb.proactive.core.group.topology.Cube extends Plan implements Serializable

Serialized Fields

depth

int depth
depth of the three-dimensional topology group

Class org.objectweb.proactive.core.group.topology.Hypercube extends TopologyGroup implements Serializable

Class org.objectweb.proactive.core.group.topology.Line extends TopologyGroup implements Serializable

Serialized Fields

width

int width
size of the one-dimensional topology group

Class org.objectweb.proactive.core.group.topology.Plan extends Line implements Serializable

Serialized Fields

height

int height
height of the two-dimensional topology group

Class org.objectweb.proactive.core.group.topology.Ring extends TopologyGroup implements Serializable

Serialized Fields

width

int width
size of the one-dimensional topology group

Class org.objectweb.proactive.core.group.topology.Tetrahedron extends TopologyGroup implements Serializable

Class org.objectweb.proactive.core.group.topology.TopologyGroup extends ProxyForGroup implements Serializable

Class org.objectweb.proactive.core.group.topology.Torus extends Ring implements Serializable

Serialized Fields

height

int height
height of the two-dimensional topology group

Class org.objectweb.proactive.core.group.topology.TorusCube extends Torus implements Serializable

Serialized Fields

depth

int depth
depth of the three-dimensional topology group


Package org.objectweb.proactive.core.mop

Class org.objectweb.proactive.core.mop.BehavioralException extends MOPException implements Serializable

Class org.objectweb.proactive.core.mop.CannotFindClassException extends MOPRuntimeException implements Serializable

Class org.objectweb.proactive.core.mop.CannotGuessProxyNameException extends StructuralException implements Serializable

Class org.objectweb.proactive.core.mop.ClassNotReifiableException extends StructuralException implements Serializable

Class org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException extends BehavioralException implements Serializable

Class org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException extends BehavioralException implements Serializable

Class org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException extends MOPRuntimeException implements Serializable

Class org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException extends BehavioralException implements Serializable

Class org.objectweb.proactive.core.mop.ConstructorCallImpl 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
Serialized Fields

effectiveArguments

java.lang.Object[] effectiveArguments
The array holding the arguments og the constructor


reifiedConstructor

java.lang.reflect.Constructor reifiedConstructor
The corresponding constructor object

Class org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException extends MOPRuntimeException implements Serializable

Class org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException extends MOPRuntimeException implements Serializable

Class org.objectweb.proactive.core.mop.InternalException extends MOPRuntimeException implements Serializable

Class org.objectweb.proactive.core.mop.InvalidProxyClassException extends StructuralException implements Serializable

Class org.objectweb.proactive.core.mop.MethodCall 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
Serialized Fields

componentInterfaceName

java.lang.String componentInterfaceName

isFunctionalComponentMethodCall

boolean isFunctionalComponentMethodCall

isComponentMethodCall

boolean isComponentMethodCall

shortcut

Shortcut shortcut

priority

short priority

effectiveArguments

java.lang.Object[] effectiveArguments
The array holding the argments of the method call


tagsForBarrier

java.util.LinkedList tagsForBarrier
The list of tags for barrier


methodCallID

long methodCallID
The internal ID of the methodcall


key

java.lang.String key

metadata

MethodCallMetadata metadata
Actually only used for exceptions.


serializedEffectiveArguments

byte[] serializedEffectiveArguments
byte[] to store effectiveArguments. Requiered to optimize multiple serialization in some case (such as group communication) or to create a stronger asynchronism (serialization of parameters then return to the thread of execution before the end of the rendez-vous).

Class org.objectweb.proactive.core.mop.MethodCall.FixWrapper extends java.lang.Object implements Serializable

Serialized Fields

isPrimitive

boolean isPrimitive

encapsulated

java.lang.Class encapsulated

Class org.objectweb.proactive.core.mop.MethodCallExecutionFailedException extends BehavioralException implements Serializable

Class org.objectweb.proactive.core.mop.MethodCallMetadata extends java.lang.Object implements Serializable

Serialized Fields

runtimeExceptionHandled

boolean runtimeExceptionHandled
If the caller catches some RuntimeException, we have to wait for all calls generated in the block at its end because any of these calls could throw one.


exceptionAsynchronously

boolean exceptionAsynchronously
If the caller told ProActive to catch all the thrown exceptions, we can make the call asynchronous.

Class org.objectweb.proactive.core.mop.MOPException extends java.lang.Exception implements Serializable

Serialized Fields

detail

java.lang.Throwable detail

Class org.objectweb.proactive.core.mop.MOPRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

detail

java.lang.Throwable detail

Class org.objectweb.proactive.core.mop.ReifiedCastException extends BehavioralException implements Serializable

Class org.objectweb.proactive.core.mop.StructuralException extends MOPException implements Serializable


Package org.objectweb.proactive.core.node

Class org.objectweb.proactive.core.node.NodeException extends ProActiveException implements Serializable

Class org.objectweb.proactive.core.node.NodeImpl extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

nodeInformation

NodeInformation nodeInformation

proActiveRuntime

ProActiveRuntime proActiveRuntime

vnName

java.lang.String vnName

Class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl extends java.lang.Object implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName

nodeURL

java.lang.String nodeURL

protocol

java.lang.String protocol

jobID

java.lang.String jobID

hostInetAddress

java.net.InetAddress hostInetAddress

hostVMID

java.rmi.dgc.VMID hostVMID

hostname

java.lang.String hostname


Package org.objectweb.proactive.core.process

Class org.objectweb.proactive.core.process.AbstractExternalProcess extends AbstractUniversalProcess implements Serializable

Serialization Methods

writeObject

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

externalProcess

java.lang.Process externalProcess

shouldRun

boolean shouldRun

closeStream

boolean closeStream

inputMessageLogger

RemoteProcessMessageLogger inputMessageLogger

errorMessageLogger

RemoteProcessMessageLogger errorMessageLogger

outputMessageSink

MessageSink outputMessageSink

inThreadMonitor

org.objectweb.proactive.core.process.AbstractExternalProcess.ThreadActivityMonitor inThreadMonitor

errThreadMonitor

org.objectweb.proactive.core.process.AbstractExternalProcess.ThreadActivityMonitor errThreadMonitor

ftsDeploy

FileTransferWorkShop ftsDeploy

ftsRetrieve

FileTransferWorkShop ftsRetrieve

FILE_TRANSFER_DEFAULT_PROTOCOL

java.lang.String FILE_TRANSFER_DEFAULT_PROTOCOL

Class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink extends java.lang.Object implements Serializable

Serialized Fields

message

java.lang.String message

isActive

boolean isActive

Class org.objectweb.proactive.core.process.AbstractExternalProcess.StandardOutputMessageLogger extends java.lang.Object implements Serializable

Class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator extends AbstractExternalProcess implements Serializable

Serialized Fields

targetProcess

ExternalProcess targetProcess

compositionType

int compositionType

Class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageLogger extends java.lang.Object implements Serializable

Serialized Fields

messageLogger1

RemoteProcessMessageLogger messageLogger1

messageLogger2

RemoteProcessMessageLogger messageLogger2

Class org.objectweb.proactive.core.process.AbstractListProcessDecorator extends java.lang.Object implements Serializable

Serialized Fields

processes

java.util.ArrayList processes

baseProcess

ExternalProcessDecorator baseProcess

fixedName

java.lang.String fixedName

domain

java.lang.String domain

list

java.lang.String list

tmp

java.lang.String tmp

beginIndex

java.lang.String beginIndex

endIndex

java.lang.String endIndex

padding

int padding

step

int step

excludeArray

java.util.ArrayList excludeArray

nodeNumber

int nodeNumber

Class org.objectweb.proactive.core.process.AbstractUniversalProcess extends java.lang.Object implements Serializable

Serialized Fields

hostname

java.lang.String hostname

username

java.lang.String username

environment

java.lang.String[] environment

command

java.lang.String command

command_path

java.lang.String command_path

isStarted

boolean isStarted

isFinished

boolean isFinished

certificateLocation

java.lang.String certificateLocation

privateKeyLocation

java.lang.String privateKeyLocation

securityFile

java.lang.String securityFile

Class org.objectweb.proactive.core.process.JVMNodeProcess extends JVMProcessImpl implements Serializable

Class org.objectweb.proactive.core.process.JVMProcessImpl extends AbstractExternalProcess implements Serializable

Serialized Fields

classpath

java.lang.String classpath

bootClasspath

java.lang.String bootClasspath

javaPath

java.lang.String javaPath

policyFile

java.lang.String policyFile

log4jFile

java.lang.String log4jFile

classname

java.lang.String classname

parameters

java.lang.StringBuffer parameters

jvmParameters

java.lang.StringBuffer jvmParameters

modifiedOptions

java.util.ArrayList modifiedOptions

overwrite

boolean overwrite
This attributes is used when this jvm extends another one. If set to yes, the jvm options of the extended jvm will be ignored. If false, jvm options of this jvm will be appended to extended jvm ones. Default is false.

Class org.objectweb.proactive.core.process.SimpleExternalProcess extends AbstractExternalProcess implements Serializable

Serialized Fields

targetCommand

java.lang.String targetCommand


Package org.objectweb.proactive.core.process.filetransfer

Class org.objectweb.proactive.core.process.filetransfer.FileTransfer extends java.lang.Object implements Serializable

Serialized Fields

all

java.util.ArrayList all

files

java.util.ArrayList files

homonymousFiles

java.util.ArrayList homonymousFiles

heteronymousFiles

java.util.ArrayList heteronymousFiles

directories

java.util.ArrayList directories

homonymousDirs

java.util.ArrayList homonymousDirs

heteronymousDirs

java.util.ArrayList heteronymousDirs

name

java.lang.String name

Class org.objectweb.proactive.core.process.filetransfer.FileTransfer.DirectoryDescription extends FileTransfer.FileDescription implements Serializable

Serialized Fields

includes

java.lang.String includes

excludes

java.lang.String excludes

Class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription extends java.lang.Object implements Serializable

Serialized Fields

srcName

java.lang.String srcName

destName

java.lang.String destName

Class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop extends java.lang.Object implements Serializable

Serialized Fields

fileTransfers

java.util.HashMap fileTransfers

copyProtocol

java.lang.String[] copyProtocol

processDefault

java.lang.String processDefault

isImplicit

boolean isImplicit

srcInfoParams

FileTransferWorkShop.StructureInformation srcInfoParams

dstInfoParams

FileTransferWorkShop.StructureInformation dstInfoParams

Class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation extends java.lang.Object implements Serializable

Serialized Fields

prefix

java.lang.String prefix

hostname

java.lang.String hostname

username

java.lang.String username

password

java.lang.String password

fileSeparator

java.lang.String fileSeparator


Package org.objectweb.proactive.core.process.glite

Class org.objectweb.proactive.core.process.glite.GLiteJobAd extends org.glite.wms.jdlj.JobAd implements Serializable

serialVersionUID: 1l

Class org.objectweb.proactive.core.process.glite.GLiteProcess extends AbstractExternalProcessDecorator implements Serializable

serialVersionUID: 1l

Serialized Fields

jobID

int jobID

hostList

java.lang.String hostList

processor

java.lang.String processor

command_path

java.lang.String command_path

interactive

java.lang.String interactive

filePath

java.lang.String filePath

stdOutput

java.lang.String stdOutput

fileName

java.lang.String fileName

configFile

java.lang.String configFile

remoteFilePath

java.lang.String remoteFilePath

confFileOption

boolean confFileOption

jdlRemote

boolean jdlRemote

netServer

java.lang.String netServer

logBook

java.lang.String logBook


Package org.objectweb.proactive.core.process.globus

Class org.objectweb.proactive.core.process.globus.GlobusProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

jvmProcess

JVMProcessImpl jvmProcess

count

java.lang.String count

stderr

java.lang.String stderr

stdout

java.lang.String stdout

queue

java.lang.String queue

maxTime

java.lang.String maxTime


Package org.objectweb.proactive.core.process.gridengine

Class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

hostNumber

java.lang.String hostNumber

parallelEnvironment

java.lang.String parallelEnvironment

bookingDuration

java.lang.String bookingDuration

scriptLocation

java.lang.String scriptLocation

interactive

java.lang.String interactive

outputFile

java.lang.String outputFile

jobID

int jobID

queueName

java.lang.String queueName

hostList

java.lang.String hostList

Class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess.ParserMessageLogger extends java.lang.Object implements Serializable

Serialized Fields

foundJobID

boolean foundJobID

foundHostname

boolean foundHostname


Package org.objectweb.proactive.core.process.lsf

Class org.objectweb.proactive.core.process.lsf.CNLSFProcess extends LSFBSubProcess implements Serializable

Serialized Fields

queueName

java.lang.String queueName

jobname

java.lang.String jobname

Class org.objectweb.proactive.core.process.lsf.LSFBSubProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

jobID

int jobID

queueName

java.lang.String queueName

hostList

java.lang.String hostList

scriptLocation

java.lang.String scriptLocation

processor

java.lang.String processor

interactive

java.lang.String interactive

res_requirement

java.lang.String res_requirement

jobname

java.lang.String jobname

Class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.ParserMessageLogger extends java.lang.Object implements Serializable

Serialized Fields

foundJobID

boolean foundJobID

foundHostname

boolean foundHostname


Package org.objectweb.proactive.core.process.nordugrid

Class org.objectweb.proactive.core.process.nordugrid.NGProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

count

java.lang.String count

stderr

java.lang.String stderr

stdout

java.lang.String stdout

queue

java.lang.String queue

jobname

java.lang.String jobname

executable_path

java.lang.String executable_path

tmp_executable

java.lang.String tmp_executable

DEFAULT_INPUT_FILE

java.lang.String DEFAULT_INPUT_FILE

inputFiles

java.lang.String inputFiles

command_buffer

java.util.ArrayList command_buffer


Package org.objectweb.proactive.core.process.oar

Class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

oarsite

OARGRIDSubProcess.OarSite[] oarsite

scriptLocation

java.lang.String scriptLocation

jobID

int jobID

queueName

java.lang.String queueName

accessProtocol

java.lang.String accessProtocol

resources

java.lang.String resources

walltime

java.lang.String walltime

Class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite extends java.lang.Object implements Serializable

Serialized Fields

clusterName

java.lang.String clusterName

clusterFrontEndName

java.lang.String clusterFrontEndName

nodes

int nodes

weight

int weight

Class org.objectweb.proactive.core.process.oar.OARSubProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

hostNumber

java.lang.String hostNumber

weight

java.lang.String weight

scriptLocation

java.lang.String scriptLocation

interactive

java.lang.String interactive

jobID

int jobID

queueName

java.lang.String queueName

accessProtocol

java.lang.String accessProtocol

resources

java.lang.String resources

Class org.objectweb.proactive.core.process.oar.OARSubProcess.ParserMessageLogger extends java.lang.Object implements Serializable

Serialized Fields

foundJobID

boolean foundJobID

foundHostname

boolean foundHostname


Package org.objectweb.proactive.core.process.pbs

Class org.objectweb.proactive.core.process.pbs.PBSSubProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

hostNumber

java.lang.String hostNumber

processorPerNode

java.lang.String processorPerNode

bookingDuration

java.lang.String bookingDuration

interactive

java.lang.String interactive

outputFile

java.lang.String outputFile

jobID

int jobID

queueName

java.lang.String queueName

scriptLocation

java.lang.String scriptLocation

hostList

java.lang.String hostList

Class org.objectweb.proactive.core.process.pbs.PBSSubProcess.ParserMessageLogger extends java.lang.Object implements Serializable

Serialized Fields

foundJobID

boolean foundJobID

foundHostname

boolean foundHostname


Package org.objectweb.proactive.core.process.prun

Class org.objectweb.proactive.core.process.prun.PrunSubProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

jobID

int jobID

queueName

java.lang.String queueName

hostList

java.lang.String hostList

hosts

java.lang.String hosts

processorPerNode

java.lang.String processorPerNode

bookingDuration

java.lang.String bookingDuration

interactive

java.lang.String interactive

outputFile

java.lang.String outputFile

Class org.objectweb.proactive.core.process.prun.PrunSubProcess.ParserMessageLogger extends java.lang.Object implements Serializable

Serialized Fields

foundJobID

boolean foundJobID

foundHostname

boolean foundHostname


Package org.objectweb.proactive.core.process.rlogin

Class org.objectweb.proactive.core.process.rlogin.RLoginProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

exitAfterCommand

boolean exitAfterCommand

Class org.objectweb.proactive.core.process.rlogin.RLoginProcessList extends AbstractListProcessDecorator implements Serializable


Package org.objectweb.proactive.core.process.rsh

Class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess extends RSHProcess implements Serializable

Serialized Fields

hierarchicalProcess

ExternalProcess hierarchicalProcess
Embded process to be deployed from the forwarder

Class org.objectweb.proactive.core.process.rsh.RSHJVMProcess extends RSHProcess implements Serializable

Serialized Fields

jvmProcess

JVMProcessImpl jvmProcess

Class org.objectweb.proactive.core.process.rsh.RSHNodeProcess extends RSHJVMProcess implements Serializable

Class org.objectweb.proactive.core.process.rsh.RSHProcess extends AbstractExternalProcessDecorator implements Serializable

Class org.objectweb.proactive.core.process.rsh.RSHProcessList extends AbstractListProcessDecorator implements Serializable


Package org.objectweb.proactive.core.process.rsh.maprsh

Class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

scriptLocation

java.lang.String scriptLocation

parallelize

java.lang.String parallelize


Package org.objectweb.proactive.core.process.ssh

Class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess extends SSHProcess implements Serializable

Serialized Fields

hierarchicalProcess

ExternalProcess hierarchicalProcess
Embded process to be deployed from the forwarder

Class org.objectweb.proactive.core.process.ssh.SSHJVMProcess extends SSHProcess implements Serializable

Serialized Fields

jvmProcess

JVMProcessImpl jvmProcess

Class org.objectweb.proactive.core.process.ssh.SSHNodeProcess extends SSHJVMProcess implements Serializable

Class org.objectweb.proactive.core.process.ssh.SSHProcess extends AbstractExternalProcessDecorator implements Serializable

Class org.objectweb.proactive.core.process.ssh.SSHProcessList extends AbstractListProcessDecorator implements Serializable


Package org.objectweb.proactive.core.process.unicore

Class org.objectweb.proactive.core.process.unicore.UnicoreParameters extends java.lang.Object implements Serializable

Serialized Fields

jobName

java.lang.String jobName

keyPassword

java.lang.String keyPassword

submitJob

boolean submitJob

saveJob

boolean saveJob

unicoreDir

java.lang.String unicoreDir

keyFilePath

java.lang.String keyFilePath

usiteName

java.lang.String usiteName

usiteType

java.lang.String usiteType

usiteUrl

java.lang.String usiteUrl

vsiteName

java.lang.String vsiteName

vsiteNodes

int vsiteNodes

vsiteProcessors

int vsiteProcessors

vsiteMemory

int vsiteMemory

vsiteRuntime

int vsiteRuntime

vsitePriority

java.lang.String vsitePriority

scriptContent

java.lang.String scriptContent

deployFiles

java.util.ArrayList deployFiles

deployDirs

java.util.ArrayList deployDirs

retrieveFiles

java.util.ArrayList retrieveFiles

fileSep

java.lang.String fileSep

Class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

keypassword

java.lang.String keypassword

password

javax.swing.JTextField password

Class org.objectweb.proactive.core.process.unicore.UnicoreProcess extends AbstractExternalProcessDecorator implements Serializable

Serialized Fields

uParam

UnicoreParameters uParam


Package org.objectweb.proactive.core.rmi

Class org.objectweb.proactive.core.rmi.ClassServerServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

url

java.lang.String url

classServer

ClassServer classServer

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

port

int port

Class org.objectweb.proactive.core.rmi.RandomPortSocketFactory extends java.lang.Object implements Serializable

Serialized Fields

basePort

int basePort

range

int range


Package org.objectweb.proactive.core.runtime

Class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapter extends java.lang.Object implements Serializable

Serialized Fields

vmInformation

VMInformation vmInformation

Class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl extends ProActiveRuntimeAdapter implements Serializable

Serialization Methods

readObject

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

urid

UniqueRuntimeID urid

proActiveRuntime

RemoteProActiveRuntimeForwarder proActiveRuntime

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

alreadykilled

boolean alreadykilled

Class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl extends ProActiveRuntimeAdapter implements Serializable

Serialization Methods

readResolve

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

proActiveRuntime

RemoteProActiveRuntime proActiveRuntime

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

urid

UniqueRuntimeID urid

alreadykilled

boolean alreadykilled

Class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl extends ProActiveRuntimeImpl implements Serializable

Serialized Fields

registeredRuntimes

java.util.HashMap registeredRuntimes
All runtimes known by this forwarder


hierarchicalProcesses

java.util.HashMap hierarchicalProcesses
Processes to deploy


parentRuntime

ProActiveRuntime parentRuntime
The parent of this runtime


bodyForwarder

BodyForwarderImpl bodyForwarder
The BodyForwarder associated to this ProActiveRuntimeForwarder There is one and only one BodyForwarder per RuntimeForwarder (remember a RuntimeForwarder IS a Runtime, a BodyForwarder IS NOT a Body)


bodyAdapterForwarder

BodyAdapterForwarder bodyAdapterForwarder

remoteBodyForwarder

RemoteBodyForwarder remoteBodyForwarder

Class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl extends RuntimeRegistrationEventProducerImpl implements Serializable

Serialized Fields

nodeSecurityManagerMap

java.util.Hashtable nodeSecurityManagerMap

virtualNodesMapNodes

java.util.Hashtable virtualNodesMapNodes

defaultNodeVirtualNode

java.lang.String defaultNodeVirtualNode

vmInformation

VMInformation vmInformation

nodeMap

java.util.Hashtable nodeMap

nodeJobIdMap

java.util.Hashtable nodeJobIdMap

virtualNodesMap

java.util.Hashtable virtualNodesMap

descriptorMap

java.util.Hashtable descriptorMap

proActiveRuntimeMap

java.util.Hashtable proActiveRuntimeMap

proActiveRuntimeForwarderMap

java.util.Hashtable proActiveRuntimeForwarderMap

runtimeAcquaintancesURL

java.util.Set runtimeAcquaintancesURL

parentRuntime

ProActiveRuntime parentRuntime

Class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl extends java.lang.Object implements Serializable

Serialized Fields

hostInetAddress

java.net.InetAddress hostInetAddress

uniqueVMID

java.rmi.dgc.VMID uniqueVMID

name

java.lang.String name

processCreatorId

java.lang.String processCreatorId

jobId

java.lang.String jobId

hostName

java.lang.String hostName


Package org.objectweb.proactive.core.runtime.http

Class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

isLocal

boolean isLocal

url

java.lang.String url

vmInformation

VMInformation vmInformation

alreadykilled

boolean alreadykilled


Package org.objectweb.proactive.core.runtime.http.messages

Class org.objectweb.proactive.core.runtime.http.messages.RuntimeReply extends java.lang.Object implements Serializable

Serialized Fields

returnedObject

java.lang.Object returnedObject

Class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest extends ReflectRequest implements Serializable

Serialized Fields

methodName

java.lang.String methodName

parameters

java.util.ArrayList parameters


Package org.objectweb.proactive.core.runtime.ibis

Class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl extends ibis.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

nodesArray

java.util.ArrayList nodesArray

vnNodesArray

java.util.ArrayList vnNodesArray


Package org.objectweb.proactive.core.runtime.jini

Class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl extends RmiProActiveRuntimeImpl implements Serializable

Serialized Fields

registrarsTable

java.util.Vector registrarsTable

jiniRuntimeMap

java.util.Hashtable jiniRuntimeMap

jiniNodeMap

java.util.Hashtable jiniNodeMap

jiniVirtualNodeMap

java.util.Hashtable jiniVirtualNodeMap

isRuntimeRegistered

boolean isRuntimeRegistered

Class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l


Package org.objectweb.proactive.core.runtime.rmi

Class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl extends RmiProActiveRuntimeImpl implements Serializable

Class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

nodesArray

java.util.ArrayList nodesArray

vnNodesArray

java.util.ArrayList vnNodesArray

hasCreatedRegistry

boolean hasCreatedRegistry

Class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2l

Class org.objectweb.proactive.core.runtime.rmi.RmiSshProActiveRuntimeForwarder extends RmiProActiveRuntimeForwarderImpl implements Serializable

Class org.objectweb.proactive.core.runtime.rmi.SshRmiProActiveRuntimeImpl extends RmiProActiveRuntimeImpl implements Serializable


Package org.objectweb.proactive.core.ssh.rmissh

Class org.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

username

java.lang.String username

hostname

java.lang.String hostname

Class org.objectweb.proactive.core.ssh.rmissh.SshRMIServerSocketFactory extends java.lang.Object implements Serializable


Package org.objectweb.proactive.core.util

Class org.objectweb.proactive.core.util.CircularArrayList extends java.util.AbstractList implements Serializable

Serialization Methods

readObject

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

writeObject

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

array

java.lang.Object[] array

head

int head

tail

int tail

size

int size

Class org.objectweb.proactive.core.util.MutableInteger extends java.lang.Object implements Serializable

Serialized Fields

value

int value

Class org.objectweb.proactive.core.util.MutableLong extends java.lang.Object implements Serializable

Serialized Fields

value

long value

Class org.objectweb.proactive.core.util.ThreadStoreImpl 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
Serialized Fields

counter

int counter

defaultOpenState

boolean defaultOpenState


Package org.objectweb.proactive.core.util.timer

Class org.objectweb.proactive.core.util.timer.AverageMicroTimer 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
Serialized Fields

name

java.lang.String name

nbrValues

int nbrValues

total

long total

currentElapsed

long currentElapsed

running

boolean running

Class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer extends AverageMicroTimer 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
Serialized Fields

timerMap

java.util.HashMap timerMap

activeTimer

Timer activeTimer

Class org.objectweb.proactive.core.util.timer.EWMATimer extends AverageMicroTimer implements Serializable

Serialized Fields

alpha

double alpha

average

double average

Class org.objectweb.proactive.core.util.timer.TimerWithMemory extends AverageMicroTimer implements Serializable

Serialized Fields

memory

long[] memory

position

int position


Package org.objectweb.proactive.core.util.wrapper

Class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

boolean value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.BooleanWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

boolean value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

double value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.DoubleWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

double value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

float value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.FloatWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

float value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

int value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.IntWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

int value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

long value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.LongWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

long value
The primitive value.

Class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
The not reifiable value.

Class org.objectweb.proactive.core.util.wrapper.StringWrapper extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value
The not reifiable value.


Package org.objectweb.proactive.ext.benchsocket

Class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory extends BenchFactory implements Serializable


Package org.objectweb.proactive.ext.implicit

Class org.objectweb.proactive.ext.implicit.ImplicitService extends BlockingRequestQueueImpl implements Serializable

Serialized Fields

sync

java.util.Hashtable sync
A hashtable to hold 'forbid' declarations

Class org.objectweb.proactive.ext.implicit.InvalidAssociateDeclaration extends java.lang.Exception implements Serializable


Package org.objectweb.proactive.ext.locationserver

Class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory extends ProActiveRmiMetaObjectFactory implements Serializable

Class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.MigrationManagerFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.RequestWithLocationServerFactory extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer extends MigrationManagerImpl implements Serializable

Serialization Methods

readObject

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

myBody

Body myBody

Class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer extends RequestImpl implements Serializable

Serialized Fields

tries

int tries
the number of time we try before reporting a failure

Class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer extends RequestImpl implements Serializable

Serialized Fields

startTime

long startTime
the number of time we try before reporting a failure


tries

int tries


Package org.objectweb.proactive.ext.migration

Class org.objectweb.proactive.ext.migration.MigrationStrategyImpl extends java.lang.Object implements Serializable

Serialized Fields

table

java.util.Vector table

index

int index

Class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl extends java.lang.Object implements Serializable

Serialized Fields

methodOnArrival

java.lang.String methodOnArrival
Name of the method to be called when the agent reaches a new site


methodOnDeparture

java.lang.String methodOnDeparture
Name of the method to be called before an agents leaves the current site


migrationStrategy

MigrationStrategy migrationStrategy
MigrationStrategyImpl for the mobile object


onItinerary

boolean onItinerary
Indicates if the object follows an migrationStrategy


fifoFirst

boolean fifoFirst
An indication regarding the migration strategy Indicates wether we first serve pending requests before applying the startegy

Class org.objectweb.proactive.ext.migration.NodeDestination extends java.lang.Object implements Serializable

Serialized Fields

nodeURL

java.lang.String nodeURL

methodName

java.lang.String methodName


Package org.objectweb.proactive.ext.mixedlocation

Class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation extends MigrationManagerImpl 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
Serialized Fields

wrapper

UniversalBodyWrapper wrapper

migrationCounter

int migrationCounter

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory extends ProActiveMetaObjectFactory implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation extends RequestImpl implements Serializable

Serialized Fields

tries

int tries

Class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation extends TimedRequestWithLocationServer implements Serializable

Serialized Fields

tries

int tries

startTime

long startTime

Class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper extends java.lang.Object implements Serializable

Serialized Fields

wrappedBody

UniversalBody wrappedBody

time

long time

id

UniqueID id

stop

boolean stop

creationTime

long creationTime

jobID

java.lang.String jobID


Package org.objectweb.proactive.ext.security

Class org.objectweb.proactive.ext.security.Communication extends java.lang.Object implements Serializable

Serialized Fields

authentication

int authentication

confidentiality

int confidentiality

integrity

int integrity

communication

int communication

migration

int migration

aoCreation

int aoCreation

Class org.objectweb.proactive.ext.security.DefaultPolicyServer extends PolicyServer implements Serializable

Class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager extends ProActiveSecurityManager implements Serializable

Serialization Methods

readObject

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

Class org.objectweb.proactive.ext.security.EncryptedBody extends java.lang.Object implements Serializable

Serialized Fields

isEncrypted

boolean isEncrypted

sessionID

long sessionID

encryptedBody

byte[] encryptedBody

Class org.objectweb.proactive.ext.security.IdentityServer extends java.lang.Object implements Serializable

Serialized Fields

keyStore

java.security.KeyStore keyStore

Class org.objectweb.proactive.ext.security.IncompatiblePolicyException extends java.lang.RuntimeException implements Serializable

Class org.objectweb.proactive.ext.security.PolicyRule extends java.lang.Object implements Serializable

Serialized Fields

from

java.util.ArrayList from

to

java.util.ArrayList to

communicationReply

Communication communicationReply

communicationRequest

Communication communicationRequest

migration

boolean migration

aocreation

boolean aocreation

Class org.objectweb.proactive.ext.security.PolicyServer 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
Serialized Fields

policyRules

java.util.ArrayList policyRules

policyRulesFileLocation

java.lang.String policyRulesFileLocation

applicationName

java.lang.String applicationName

encodedKeyStore

byte[] encodedKeyStore

Class org.objectweb.proactive.ext.security.ProActiveSecurityManager 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
Serialized Fields

sessions

java.util.Hashtable sessions

policyServer

PolicyServer policyServer

keyStore

java.security.KeyStore keyStore

VNName

java.lang.String VNName

parent

SecurityEntity parent

encodedKeyStore

byte[] encodedKeyStore

type

int type

Class org.objectweb.proactive.ext.security.SecurityContext extends java.lang.Object implements Serializable

Serialized Fields

entitiesFrom

java.util.ArrayList entitiesFrom

entitiesTo

java.util.ArrayList entitiesTo

sendRequest

Communication sendRequest

receiveRequest

Communication receiveRequest

sendReply

Communication sendReply

receiveReply

Communication receiveReply

proposedPolicy

Communication proposedPolicy

proposedPolicyValidated

int proposedPolicyValidated

migration

boolean migration

migrationTo

boolean migrationTo

creationActiveObjectFrom

boolean creationActiveObjectFrom

creationActiveObjectTo

boolean creationActiveObjectTo

type

int type

sessionID

long sessionID

Class org.objectweb.proactive.ext.security.SerializableKeyStore 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
Serialized Fields

encodedKeyStore

byte[] encodedKeyStore


Package org.objectweb.proactive.ext.security.crypto

Class org.objectweb.proactive.ext.security.crypto.AuthenticationException extends java.lang.Exception implements Serializable

Serialized Fields

type

java.lang.String type

Class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket extends java.lang.Object implements Serializable

Serialized Fields

certificate

java.security.cert.X509Certificate certificate

identity

java.lang.String identity

random

long random

signedAuthenticationTicketProperty

java.lang.Object signedAuthenticationTicketProperty

Class org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty extends java.lang.Object implements Serializable

Serialized Fields

random1

long random1

random2

long random2

identity

java.lang.String identity

Class org.objectweb.proactive.ext.security.crypto.CertificateIdentity extends java.lang.Object implements Serializable

Serialized Fields

domainName

java.lang.String domainName

Class org.objectweb.proactive.ext.security.crypto.CertificateProperty extends java.lang.Object implements Serializable

Serialized Fields

deliveryDate

java.util.Date deliveryDate

expirationDate

java.util.Date expirationDate

randomData

byte[] randomData

Class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket extends java.lang.Object implements Serializable

Serialized Fields

timestamp

long timestamp

random1

long random1

random2

long random2

identity

java.lang.String identity

encryptedSessionKeyPart1

java.lang.Object encryptedSessionKeyPart1

encryptedSessionKeyPart2

java.lang.Object encryptedSessionKeyPart2

signedConfidentialityTicketProperty

java.lang.Object signedConfidentialityTicketProperty

Class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty extends java.lang.Object implements Serializable

Serialized Fields

timestamp

long timestamp

random1

long random1

random2

long random2

identity

java.lang.String identity

encryptedSessionKeyPart1

java.lang.Object encryptedSessionKeyPart1

encryptedSessionKeyPart2

java.lang.Object encryptedSessionKeyPart2

Class org.objectweb.proactive.ext.security.crypto.EncryptionEngine 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
Serialized Fields

rand

java.security.SecureRandom rand

Class org.objectweb.proactive.ext.security.crypto.KeyExchangeException extends java.lang.Exception implements Serializable

Serialized Fields

type

java.lang.String type

Class org.objectweb.proactive.ext.security.crypto.Session 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
Serialized Fields

sessionID

long sessionID

distantOACertificate

java.security.cert.X509Certificate distantOACertificate

distantOAPublicKey

java.security.PublicKey distantOAPublicKey

communication

Communication communication

cl_sec_key

byte[] cl_sec_key

se_sec_key

byte[] se_sec_key

cl_mac_enc

byte[] cl_mac_enc

se_mac_enc

byte[] se_mac_enc

isSessionValidated

boolean isSessionValidated

seCipherAlgParams

java.security.AlgorithmParameters seCipherAlgParams

clCipherAlgParams

java.security.AlgorithmParameters clCipherAlgParams

seMacAlgParams

java.security.AlgorithmParameters seMacAlgParams

clMacAlgParams

java.security.AlgorithmParameters clMacAlgParams

encodedSeCipherAlgParams

byte[] encodedSeCipherAlgParams

encodedClCipherAlgParams

byte[] encodedClCipherAlgParams

encodedSeMacAlgParams

byte[] encodedSeMacAlgParams

encodedClMacAlgParams

byte[] encodedClMacAlgParams

se_rand

byte[] se_rand

cl_rand

byte[] cl_rand

se_hmac_key

javax.crypto.SecretKey se_hmac_key

se_aes_key

javax.crypto.SecretKey se_aes_key

cl_hmac_key

javax.crypto.SecretKey cl_hmac_key

cl_aes_key

javax.crypto.SecretKey cl_aes_key

securityContext

SecurityContext securityContext

Class org.objectweb.proactive.ext.security.crypto.SessionException extends java.lang.Exception implements Serializable

Serialized Fields

type

java.lang.String type

Class org.objectweb.proactive.ext.security.crypto.SessionKeyFactory extends java.lang.Object implements Serializable

Serialized Fields

myProvider

java.security.Provider myProvider

keyGen

javax.crypto.KeyGenerator keyGen

Class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty extends java.lang.Object implements Serializable

Serialized Fields

ta

long ta

ra

long ra

B

java.lang.String B

encrypted_key

java.lang.Object encrypted_key

Class org.objectweb.proactive.ext.security.crypto.SigningEngine extends java.lang.Object implements Serializable


Package org.objectweb.proactive.ext.security.exceptions

Class org.objectweb.proactive.ext.security.exceptions.CertificateException extends java.lang.Exception implements Serializable

Class org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException extends java.lang.Exception implements Serializable

Class org.objectweb.proactive.ext.security.exceptions.ComputePolicyException extends java.lang.RuntimeException implements Serializable

Class org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException extends java.lang.RuntimeException implements Serializable

Class org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile extends java.lang.Exception implements Serializable

Class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException extends java.lang.Exception implements Serializable

Serialized Fields

body

UniversalBody body

Class org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException extends MigrationException implements Serializable

Class org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException extends java.lang.Exception implements Serializable


Package org.objectweb.proactive.ext.security.gui

Class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

jTableColumnName

java.lang.String[] jTableColumnName

KEYSTORE_APPLICATION

int KEYSTORE_APPLICATION

KEYSTORE_ENTITY

int KEYSTORE_ENTITY

currentKeyStoreType

int currentKeyStoreType

jContentPane

javax.swing.JPanel jContentPane

jLabel

javax.swing.JLabel jLabel

jTextPanePublicKey

javax.swing.JTextPane jTextPanePublicKey

jLabel1

javax.swing.JLabel jLabel1

jTextPanePrivateKey

javax.swing.JTextPane jTextPanePrivateKey

jButton

javax.swing.JButton jButton

currentKeyPair

java.security.KeyPair currentKeyPair

currentKeyStore

java.security.KeyStore currentKeyStore

jScrollPane

javax.swing.JScrollPane jScrollPane

jLabel2

javax.swing.JLabel jLabel2

jTextFieldDistinguishedName

javax.swing.JTextField jTextFieldDistinguishedName

jLabel3

javax.swing.JLabel jLabel3

jTextFieldValidity

javax.swing.JTextField jTextFieldValidity

fc

javax.swing.JFileChooser fc

jJMenuBar

javax.swing.JMenuBar jJMenuBar

jMenu

javax.swing.JMenu jMenu

jMenuItemLoadCertificate

javax.swing.JMenuItem jMenuItemLoadCertificate

jContentPane1

javax.swing.JPanel jContentPane1

jFrameSubCertificate

javax.swing.JFrame jFrameSubCertificate

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jTextFieldSubCertificate

javax.swing.JTextField jTextFieldSubCertificate

jPanel

javax.swing.JPanel jPanel

jButton1

javax.swing.JButton jButton1

jButtonSubCertificateOk

javax.swing.JButton jButtonSubCertificateOk

subKeyStore

java.security.KeyStore subKeyStore

jButton3

javax.swing.JButton jButton3

jMenu1

javax.swing.JMenu jMenu1

jMenuItem

javax.swing.JMenuItem jMenuItem

jTable

javax.swing.JTable jTable

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jLabel6

javax.swing.JLabel jLabel6

jTextFieldPath

javax.swing.JTextField jTextFieldPath

jMenuItemSubCert

javax.swing.JMenuItem jMenuItemSubCert

jLabel7

javax.swing.JLabel jLabel7

jMenuSaveCert

javax.swing.JMenuItem jMenuSaveCert

lastOpenedDir

java.lang.String lastOpenedDir

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jMenuItemAppCert

javax.swing.JMenuItem jMenuItemAppCert

jRadioButtonApplicationCertType

javax.swing.JRadioButton jRadioButtonApplicationCertType

jRadioButton1EntityCertType

javax.swing.JRadioButton jRadioButton1EntityCertType

jLabel8

javax.swing.JLabel jLabel8

jLabel9

javax.swing.JLabel jLabel9

jLabel10

javax.swing.JLabel jLabel10

bgCertificateType

javax.swing.ButtonGroup bgCertificateType

Class org.objectweb.proactive.ext.security.gui.RuleCommunication extends javax.swing.JPanel implements Serializable

Serialized Fields

communicationAuthorizedYes

javax.swing.JRadioButton communicationAuthorizedYes

communicationAuthorizedNo

javax.swing.JRadioButton communicationAuthorizedNo

groupAuthentication

javax.swing.ButtonGroup groupAuthentication

groupConfidentiality

javax.swing.ButtonGroup groupConfidentiality

groupIntegrity

javax.swing.ButtonGroup groupIntegrity

attributes

java.lang.String[] attributes

comboAuth

javax.swing.JComboBox comboAuth

comboConf

javax.swing.JComboBox comboConf

comboInt

javax.swing.JComboBox comboInt

Class org.objectweb.proactive.ext.security.gui.RuleEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

jTabbedPane

javax.swing.JTabbedPane jTabbedPane

ruleCommunicationRequest

RuleCommunication ruleCommunicationRequest

ruleCommunicationRequest1

RuleCommunication ruleCommunicationRequest1

jScrollPane

javax.swing.JScrollPane jScrollPane

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jListFrom

javax.swing.JList jListFrom

jListTo

javax.swing.JList jListTo

addFrom

javax.swing.JButton addFrom

removeFrom

javax.swing.JButton removeFrom

addTo

javax.swing.JButton addTo

removeTo

javax.swing.JButton removeTo

Class org.objectweb.proactive.ext.security.gui.SecurityGui extends javax.swing.JFrame implements Serializable

Serialized Fields

jJMenuBar

javax.swing.JMenuBar jJMenuBar

jMenu

javax.swing.JMenu jMenu

Menu

javax.swing.JMenuItem Menu

jPanel

javax.swing.JPanel jPanel

jList

javax.swing.JList jList

listModel

javax.swing.DefaultListModel listModel

jScrollPane

javax.swing.JScrollPane jScrollPane

ruleEditor

RuleEditor ruleEditor


Package org.objectweb.proactive.ext.security.securityentity

Class org.objectweb.proactive.ext.security.securityentity.DefaultEntity extends Entity implements Serializable

Class org.objectweb.proactive.ext.security.securityentity.Entity 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
Serialized Fields

applicationCertificate

java.security.cert.X509Certificate applicationCertificate

encodedApplicationCertificate

byte[] encodedApplicationCertificate

certificate

java.security.cert.X509Certificate certificate

Class org.objectweb.proactive.ext.security.securityentity.EntityCertificate extends Entity implements Serializable

Class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode extends Entity implements Serializable

Serialized Fields

virtualNodeName

java.lang.String virtualNodeName


Package org.objectweb.proactive.ext.security.ssl

Class org.objectweb.proactive.ext.security.ssl.RMISSLClientSocketFactory extends java.lang.Object implements Serializable

Class org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory extends java.lang.Object implements Serializable

Serialized Fields

keyStore

java.security.KeyStore keyStore


Package org.objectweb.proactive.ext.webservices.soap

Class org.objectweb.proactive.ext.webservices.soap.WsdlServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.objectweb.proactive.p2p.service

Class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager extends java.lang.Object implements Serializable

Serialized Fields

localService

P2PService localService

acquaintances

P2PService acquaintances

acquaintancesActived

P2PService acquaintancesActived

groupOfAcquaintances

Group groupOfAcquaintances

Class org.objectweb.proactive.p2p.service.P2PFirstContact extends java.lang.Object implements Serializable

Serialized Fields

peers

java.util.Vector peers

acqGroup

P2PAcquaintanceManager acqGroup

localP2pService

P2PService localP2pService

Class org.objectweb.proactive.p2p.service.P2PService extends java.lang.Object implements Serializable

Serialized Fields

acquaintances

P2PService acquaintances
ProActive Group of acquaintances.


acquaintanceManager

P2PAcquaintanceManager acquaintanceManager
ProActive Group representing acquaintances.


p2pServiceNode

Node p2pServiceNode
Reference to the current Node.


oldMessageList

java.util.Vector oldMessageList
Sequence number list of received messages.


nodeManager

P2PNodeManager nodeManager

waitingNodesLookup

java.util.Vector waitingNodesLookup
A collection of not full P2PNodeLookup.


waitingMaximunNodesLookup

java.util.Vector waitingMaximunNodesLookup

stubOnThis

P2PService stubOnThis

p2pLoadBalancer

P2PLoadBalancer p2pLoadBalancer
The load balancer reference


service

Service service

filter

RequestFilter filter


Package org.objectweb.proactive.p2p.service.exception

Class org.objectweb.proactive.p2p.service.exception.P2POldMessageException extends java.lang.Exception implements Serializable


Package org.objectweb.proactive.p2p.service.node

Class org.objectweb.proactive.p2p.service.node.P2PNode extends java.lang.Object implements Serializable

Serialized Fields

node

Node node

nodeManager

P2PNodeManager nodeManager

Class org.objectweb.proactive.p2p.service.node.P2PNodeAck extends java.lang.Object implements Serializable

Serialized Fields

bool

boolean bool

Class org.objectweb.proactive.p2p.service.node.P2PNodeLookup extends java.lang.Object implements Serializable

Serialized Fields

waitingNodesList

java.util.Vector waitingNodesList

nodesToKillList

java.util.Vector nodesToKillList

expirationTime

long expirationTime

numberOfAskedNodes

int numberOfAskedNodes

acquiredNodes

int acquiredNodes

localP2pService

P2PService localP2pService

vnName

java.lang.String vnName

vn

VirtualNode vn

jobId

java.lang.String jobId

stub

P2PNodeLookup stub

paRuntime

ProActiveRuntime paRuntime

parUrl

java.lang.String parUrl

nodeManagerMap

java.util.HashMap nodeManagerMap

killAllFlag

boolean killAllFlag

onlyUnderloadedAnswer

boolean onlyUnderloadedAnswer

Class org.objectweb.proactive.p2p.service.node.P2PNodeManager extends java.lang.Object implements Serializable

Serialized Fields

localService

java.lang.Object localService

p2pServiceNode

Node p2pServiceNode

proactiveRuntime

ProActiveRuntime proactiveRuntime

availbaleNodes

java.util.Vector availbaleNodes

bookedNodes

java.util.Vector bookedNodes

usingNodes

java.util.Vector usingNodes

nodeCounter

int nodeCounter

descriptorPath

java.lang.String descriptorPath

pad

ProActiveDescriptor pad


Package org.objectweb.proactive.p2p.service.util

Class org.objectweb.proactive.p2p.service.util.UniversalUniqueID extends java.lang.Object implements Serializable

Serialized Fields

uniqueId

java.lang.String uniqueId



Copyright 2001-2005 INRIA All Rights Reserved.