Serialized Form


Package org.objectweb.proactive

Class org.objectweb.proactive.ActiveObjectCreationException implements Serializable

Class org.objectweb.proactive.ObjectForSynchro implements Serializable

Class org.objectweb.proactive.ObjectForSynchronousCall implements Serializable


Package org.objectweb.proactive.core

Class org.objectweb.proactive.core.ProActiveException implements Serializable

Serialized Fields

detail

java.lang.Throwable detail

Class org.objectweb.proactive.core.ProActiveRuntimeException implements Serializable

Serialized Fields

detail

java.lang.Throwable detail

Class org.objectweb.proactive.core.UniqueID implements Serializable

Serialized Fields

id

java.rmi.server.UID id

vmID

java.rmi.dgc.VMID vmID


Package org.objectweb.proactive.core.body

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

pgm

ProActiveGroupManager pgm

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

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

Class org.objectweb.proactive.core.body.ActiveBody 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.BodyImpl 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

JobID

java.lang.String JobID

Class org.objectweb.proactive.core.body.BodyMap 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 implements Serializable

Serialized Fields

replyReceiver

ReplyReceiver replyReceiver
The component in charge of receiving reply

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory implements Serializable

Serialized Fields

parameters

java.util.Hashtable parameters

requestFactoryInstance

RequestFactory requestFactoryInstance

replyReceiverFactoryInstance

ReplyReceiverFactory replyReceiverFactoryInstance

requestReceiverFactoryInstance

RequestReceiverFactory requestReceiverFactoryInstance

requestQueueFactoryInstance

RequestQueueFactory requestQueueFactoryInstance

migrationManagerFactoryInstance

MigrationManagerFactory migrationManagerFactoryInstance

remoteBodyFactoryInstance

RemoteBodyFactory remoteBodyFactoryInstance

threadStoreFactoryInstance

ThreadStoreFactory threadStoreFactoryInstance

proActiveGroupManagerFactoryInstance

ProActiveGroupManagerFactory proActiveGroupManagerFactoryInstance

componentFactoryInstance

ProActiveComponentFactory componentFactoryInstance

proActiveSecurityManager

ProActiveSecurityManager proActiveSecurityManager

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.MigrationManagerFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl implements Serializable

Serialized Fields

componentParameters

ComponentParameters componentParameters

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveGroupManagerFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RemoteBodyFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestQueueFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestReceiverFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ThreadStoreFactoryImpl implements Serializable


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

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

Class org.objectweb.proactive.core.body.future.FutureMap implements Serializable

Serialized Fields

indexedByBodyID

java.util.HashMap indexedByBodyID

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

java.lang.Object 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).


isAvailable

boolean isAvailable
This flag indicates the status of the future object


isException

boolean isException
Indicates if the returned object is an exception


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

Class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyAdapter implements Serializable

Serialized Fields

proxiedRemoteBody

IbisRemoteBody proxiedRemoteBody
The encapsulated IbisRemoteBody


bodyID

UniqueID bodyID
Cache the ID of the Body locally for speed

Class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl 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 implements Serializable

Class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl implements Serializable


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

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

Serialized Fields

proxiedJiniBody

JiniBody proxiedJiniBody
The encapsulated JiniBody


bodyID

UniqueID bodyID
Cache the ID of the Body locally for speed

Class org.objectweb.proactive.core.body.jini.JiniBodyImpl implements Serializable

Class org.objectweb.proactive.core.body.jini.JiniBodyImpl_Stub implements Serializable

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

Class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl implements Serializable


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

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

Class org.objectweb.proactive.core.body.message.MessageImpl 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

sessionID

long sessionID

ciphered

boolean ciphered


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

Class org.objectweb.proactive.core.body.migration.MigratableBody 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 implements Serializable

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


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

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

Serialized Fields

bodyID

UniqueID bodyID

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

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

Serialized Fields

result

java.lang.Object result
The hypothetic result


encryptedResult

byte[][] encryptedResult
the encrypted result


sessionID

long sessionID

Class org.objectweb.proactive.core.body.reply.ReplyReceiverImpl implements Serializable


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

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

Serialized Fields

shouldWait

boolean shouldWait

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

Serialized Fields

methodCall

MethodCall methodCall

isPriority

boolean isPriority

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

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

org.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName requestFilterOnMethodName

Class org.objectweb.proactive.core.body.request.RequestReceiverImpl implements Serializable

Serialized Fields

immediateServices

java.util.Vector immediateServices

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


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

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

Class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl implements Serializable

Class org.objectweb.proactive.core.body.rmi.RemoteBodyAdapter implements Serializable

Serialized Fields

proxiedRemoteBody

RemoteBody proxiedRemoteBody
The encapsulated RemoteBody


bodyID

UniqueID bodyID
Cache the ID of the Body locally for speed

Class org.objectweb.proactive.core.body.rmi.RemoteBodyImpl implements Serializable

Serialization Methods

writeObject

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

Class org.objectweb.proactive.core.body.rmi.RemoteBodyImpl_Stub implements Serializable


Package org.objectweb.proactive.core.component

Class org.objectweb.proactive.core.component.Binding implements Serializable

Serialized Fields

clientInterface

Interface clientInterface

serverInterface

Interface serverInterface

Class org.objectweb.proactive.core.component.Bindings implements Serializable

Serialized Fields

clientInterfaceBindings

java.util.Hashtable clientInterfaceBindings

parallelInternalClientInterfaceBindings

java.util.Hashtable parallelInternalClientInterfaceBindings

Class org.objectweb.proactive.core.component.ComponentParameters implements Serializable

Serialized Fields

stubOnReifiedObject

java.lang.Object stubOnReifiedObject

componentType

ComponentType componentType

controllerDesc

ControllerDescription controllerDesc

Class org.objectweb.proactive.core.component.ControllerDescription implements Serializable

Serialized Fields

hierarchicalType

java.lang.String hierarchicalType

name

java.lang.String name

Class org.objectweb.proactive.core.component.ProActiveInterface 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 implements Serializable

Serialized Fields

componentIdentity

ProActiveComponent componentIdentity


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

Class org.objectweb.proactive.core.component.controller.ProActiveBindingController implements Serializable

Serialized Fields

bindings

Bindings bindings

groupBindings

java.util.Hashtable groupBindings

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

Serialized Fields

componentParameters

ComponentParameters componentParameters

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

Serialized Fields

fcSubComponents

java.util.Vector fcSubComponents

Class org.objectweb.proactive.core.component.controller.ProActiveController implements Serializable

Serialized Fields

owner

Component owner

isInternal

boolean isInternal

interfaceType

InterfaceType interfaceType

controllerName

java.lang.String controllerName

Class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleController implements Serializable


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

Class org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException implements Serializable

Class org.objectweb.proactive.core.component.exceptions.NoSuchComponentException implements Serializable


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

Class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl implements Serializable

Serialized Fields

interfaceReferences

Interface[] interfaceReferences

body

Body body


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

Class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl implements Serializable

Serialized Fields

interfaceReferences

Interface[] interfaceReferences

proxy

Proxy proxy

componentType

ComponentType componentType

stubOnBaseObject

java.lang.Object stubOnBaseObject


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

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

Class org.objectweb.proactive.core.component.request.ComponentRequestQueueImpl implements Serializable

Serialized Fields

started

boolean started

requestFilterOnComponentControllerClasses

RequestFilter requestFilterOnComponentControllerClasses


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

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

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

Class org.objectweb.proactive.core.component.type.ProActiveComponentType 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 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.ProActiveDescriptorImpl implements Serializable

Serialized Fields

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


url

java.lang.String url
Location of the xml file


policyServer

PolicyServer policyServer
security rules


creatorCertificate

java.security.cert.X509Certificate creatorCertificate

securityFile

java.lang.String securityFile

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

Serialized Fields

runtimeProperties

java.util.ArrayList runtimeProperties

Class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl 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


creatorId

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

Class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl 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 virtual machines associated with this VirtualNode


lastVirtualMachineIndex

int lastVirtualMachineIndex
index of the last associated jvm used


createdNodes

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


lastNodeIndex

int lastNodeIndex
index of the last node used


nodeCount

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


nodeCountCreated

int nodeCountCreated
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_RETRY

int MAX_RETRY

uniqueActiveObject

java.lang.Object uniqueActiveObject

creatorCertificate

java.security.cert.X509Certificate creatorCertificate

policyServer

PolicyServer policyServer

policyServerFile

java.lang.String policyServerFile

jobID

java.lang.String jobID

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

Serialized Fields

virtualNode

VirtualNode virtualNode

remoteProActiveRuntime

ProActiveRuntime remoteProActiveRuntime

name

java.lang.String name

urlForLookup

java.lang.String urlForLookup

lookupProtocol

java.lang.String lookupProtocol

isActivated

boolean isActivated

portForLookup

int portForLookup

message

java.lang.String message

runtimeHostForLookup

java.lang.String runtimeHostForLookup


Package org.objectweb.proactive.core.event

Class org.objectweb.proactive.core.event.AbstractEventProducer 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.
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.
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 implements Serializable

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

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

Serialized Fields

creatorID

UniqueID creatorID

Class org.objectweb.proactive.core.event.MessageEvent 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 implements Serializable

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

Serialized Fields

type

int type
type of the message


timeStamp

long timeStamp
The timestamp

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

Serialized Fields

ownerID

UniqueID ownerID
id of the object owner of the Queue

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

Serialized Fields

creatorID

java.lang.String creatorID

registeredRuntimeName

java.lang.String registeredRuntimeName

protocol

java.lang.String protocol

vmName

java.lang.String vmName

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


Package org.objectweb.proactive.core.exceptions

Class org.objectweb.proactive.core.exceptions.NonFunctionalException implements Serializable

Serialized Fields

description

java.lang.String description
self description of the non functional exception


Package org.objectweb.proactive.core.exceptions.communication

Class org.objectweb.proactive.core.exceptions.communication.ProActiveCommunicationException implements Serializable

Class org.objectweb.proactive.core.exceptions.communication.ReceiveCommunicationException implements Serializable

Class org.objectweb.proactive.core.exceptions.communication.ReceiveReplyCommunicationException implements Serializable

Class org.objectweb.proactive.core.exceptions.communication.ReceiveRequestCommunicationException implements Serializable

Class org.objectweb.proactive.core.exceptions.communication.SendCommunicationException implements Serializable

Class org.objectweb.proactive.core.exceptions.communication.SendReplyCommunicationException implements Serializable

Class org.objectweb.proactive.core.exceptions.communication.SendRequestCommunicationException implements Serializable


Package org.objectweb.proactive.core.exceptions.creation

Class org.objectweb.proactive.core.exceptions.creation.ActiveObjectCreationException implements Serializable

Class org.objectweb.proactive.core.exceptions.creation.FutureCreationException implements Serializable

Class org.objectweb.proactive.core.exceptions.creation.ProActiveCreationException implements Serializable

Class org.objectweb.proactive.core.exceptions.creation.ReifyObjectCreationException implements Serializable


Package org.objectweb.proactive.core.exceptions.group

Class org.objectweb.proactive.core.exceptions.group.CreationGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.group.ProActiveGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.group.ReceiveGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.group.ReceiveReplyGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.group.ReceiveRequestGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.group.SendGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.group.SendReplyGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.group.SendRequestGroupException implements Serializable


Package org.objectweb.proactive.core.exceptions.handler

Class org.objectweb.proactive.core.exceptions.handler.HandlerCommunicationException implements Serializable

Class org.objectweb.proactive.core.exceptions.handler.HandlerCreationException implements Serializable

Class org.objectweb.proactive.core.exceptions.handler.HandlerGroupException implements Serializable

Class org.objectweb.proactive.core.exceptions.handler.HandlerMigrationException implements Serializable

Class org.objectweb.proactive.core.exceptions.handler.HandlerNonFunctionalException implements Serializable

Class org.objectweb.proactive.core.exceptions.handler.HandlerSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.handler.HandlerServiceException implements Serializable


Package org.objectweb.proactive.core.exceptions.migration

Class org.objectweb.proactive.core.exceptions.migration.OnArrivalMigrationException implements Serializable

Class org.objectweb.proactive.core.exceptions.migration.OnDepartureMigrationException implements Serializable

Class org.objectweb.proactive.core.exceptions.migration.ProActiveMigrationException implements Serializable

Class org.objectweb.proactive.core.exceptions.migration.SerializationMigrationException implements Serializable


Package org.objectweb.proactive.core.exceptions.security

Class org.objectweb.proactive.core.exceptions.security.ActiveObjectCreationSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.AuthentificationSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.DecryptionSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.IntegritySecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.MigrationSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.ProActiveSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.ReceiveReplySecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.ReceiveRequestSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.ReceiveSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.SendReplySecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.SendRequestSecurityException implements Serializable

Class org.objectweb.proactive.core.exceptions.security.SendSecurityException implements Serializable


Package org.objectweb.proactive.core.exceptions.service

Class org.objectweb.proactive.core.exceptions.service.ProActiveServiceException implements Serializable

Class org.objectweb.proactive.core.exceptions.service.ServiceFailedServiceException implements Serializable


Package org.objectweb.proactive.core.group

Class org.objectweb.proactive.core.group.ExceptionInGroup implements Serializable

Serialized Fields

object

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


throwable

java.lang.Throwable throwable
The Throwable thrown

Class org.objectweb.proactive.core.group.ExceptionList implements Serializable

Serialized Fields

list

java.util.Vector list
A vector implements the list

Class org.objectweb.proactive.core.group.GroupMember implements Serializable

Serialized Fields

myGroup

java.lang.Object myGroup
the group of the object


myRank

int myRank
index of the object into the Group

Class org.objectweb.proactive.core.group.MethodCallControlForGroup 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.ProActiveGroupManager implements Serializable

Serialized Fields

spmdGroup

java.lang.Object spmdGroup

Class org.objectweb.proactive.core.group.ProxyForGroup 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


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

Class org.objectweb.proactive.core.group.UnreachableGroupException implements Serializable


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

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

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


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

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

Serialized Fields

depth

int depth
depth of the three-dimensional topology group

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

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

Serialized Fields

width

int width
size of the one-dimensional topology group

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

Serialized Fields

height

int height
height of the two-dimensional topology group

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

Serialized Fields

width

int width
size of the one-dimensional topology group

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

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

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

Serialized Fields

height

int height
height of the two-dimensional topology group

Class org.objectweb.proactive.core.group.topology.TorusCube 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 implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

tag

java.lang.String tag

fcFunctionalInterfaceName

java.lang.String fcFunctionalInterfaceName

effectiveArguments

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


methodCallID

long methodCallID
The internal ID of the methodcall


key

java.lang.String key

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

Serialized Fields

isPrimitive

boolean isPrimitive

encapsulated

java.lang.Class encapsulated

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

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

Serialized Fields

detail

java.lang.Throwable detail

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

Serialized Fields

detail

java.lang.Throwable detail

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

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


Package org.objectweb.proactive.core.node

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

Class org.objectweb.proactive.core.node.NodeImpl 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 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


Package org.objectweb.proactive.core.process

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

Serialized Fields

externalProcess

java.lang.Process externalProcess

shouldRun

boolean shouldRun

inputMessageLogger

MessageLogger inputMessageLogger

errorMessageLogger

MessageLogger errorMessageLogger

outputMessageSink

MessageSink outputMessageSink

inThreadMonitor

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

errThreadMonitor

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

Class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger implements Serializable

Class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink implements Serializable

Serialized Fields

message

java.lang.String message

isActive

boolean isActive

Class org.objectweb.proactive.core.process.AbstractExternalProcess.StandardOutputMessageLogger implements Serializable

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

Serialized Fields

targetProcess

ExternalProcess targetProcess

compositionType

int compositionType

Class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageLogger implements Serializable

Serialized Fields

messageLogger1

MessageLogger messageLogger1

messageLogger2

MessageLogger messageLogger2

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

Serialized Fields

hostname

java.lang.String hostname

username

java.lang.String username

environment

java.lang.String[] environment

command

java.lang.String command

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

Class org.objectweb.proactive.core.process.JVMProcessImpl 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

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

Serialized Fields

targetCommand

java.lang.String targetCommand


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

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

Serialized Fields

jvmProcess

JVMProcessImpl jvmProcess

count

java.lang.String count

scriptLocation

java.lang.String scriptLocation


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

Class org.objectweb.proactive.core.process.lsf.LSFBSubProcess 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

Class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.ParserMessageLogger implements Serializable

Serialized Fields

foundJobID

boolean foundJobID

foundHostname

boolean foundHostname

Class org.objectweb.proactive.core.process.lsf.RLoginProcess implements Serializable

Serialized Fields

exitAfterCommand

boolean exitAfterCommand


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

Class org.objectweb.proactive.core.process.prun.PrunSubProcess 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 implements Serializable

Serialized Fields

foundJobID

boolean foundJobID

foundHostname

boolean foundHostname


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

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

Serialized Fields

jvmProcess

JVMProcessImpl jvmProcess

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

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


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

Class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess 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.SSHJVMProcess implements Serializable

Serialized Fields

jvmProcess

JVMProcessImpl jvmProcess

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

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


Package org.objectweb.proactive.core.rmi

Class org.objectweb.proactive.core.rmi.RandomPortSocketFactory implements Serializable

Serialized Fields

basePort

int basePort

range

int range


Package org.objectweb.proactive.core.runtime

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

Serialized Fields

policyServerMap

java.util.Hashtable policyServerMap

creatorCertificate

java.security.cert.X509Certificate creatorCertificate

certificate

java.security.cert.X509Certificate certificate

privateKey

java.security.PrivateKey privateKey

psm

ProActiveSecurityManager psm

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

Class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl 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


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

Class org.objectweb.proactive.core.runtime.ibis.RemoteProActiveRuntimeAdapter implements Serializable

Serialized Fields

remoteProActiveRuntime

RemoteProActiveRuntime remoteProActiveRuntime

vmInformation

VMInformation vmInformation

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

alreadykilled

boolean alreadykilled

Class org.objectweb.proactive.core.runtime.ibis.RemoteProActiveRuntimeImpl 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.JiniRuntimeAdapter implements Serializable

Serialized Fields

jiniRuntime

JiniRuntime jiniRuntime

vmInformation

VMInformation vmInformation

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

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

Serialized Fields

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

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


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

Class org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntimeAdapter implements Serializable

Serialized Fields

remoteProActiveRuntime

RemoteProActiveRuntime remoteProActiveRuntime

vmInformation

VMInformation vmInformation

proActiveRuntimeURL

java.lang.String proActiveRuntimeURL

alreadykilled

boolean alreadykilled

Class org.objectweb.proactive.core.runtime.rmi.RemoteProActiveRuntimeImpl 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.RemoteProActiveRuntimeImpl_Stub implements Serializable


Package org.objectweb.proactive.core.util

Class org.objectweb.proactive.core.util.CircularArrayList 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.ThreadStoreImpl 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.ext.benchsocket

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


Package org.objectweb.proactive.ext.implicit

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

Serialized Fields

sync

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

Class org.objectweb.proactive.ext.implicit.InvalidAssociateDeclaration implements Serializable


Package org.objectweb.proactive.ext.locationserver

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

Class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.MigrationManagerFactoryImpl implements Serializable

Class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.RequestWithLocationServerFactory implements Serializable

Class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer 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 implements Serializable

Serialized Fields

tries

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

Class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer 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 implements Serializable

Serialized Fields

table

java.util.Vector table

index

int index

Class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl 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 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 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 implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl implements Serializable

Class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory implements Serializable

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

Serialized Fields

tries

int tries

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

Serialized Fields

tries

int tries

startTime

long startTime


Package org.objectweb.proactive.ext.security

Class org.objectweb.proactive.ext.security.Communication 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.CommunicationForbiddenException implements Serializable

Class org.objectweb.proactive.ext.security.ComputePolicyException implements Serializable

Class org.objectweb.proactive.ext.security.DefaultEntity implements Serializable

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

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

certificate

java.security.cert.X509Certificate certificate

Class org.objectweb.proactive.ext.security.EntityCertificate implements Serializable

Class org.objectweb.proactive.ext.security.EntityVirtualNode implements Serializable

Serialized Fields

virtualNodeName

java.lang.String virtualNodeName

Class org.objectweb.proactive.ext.security.IncompatiblePolicyException implements Serializable

Class org.objectweb.proactive.ext.security.Policy 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 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

p

XMLPropertiesStore p

certificates

java.util.Hashtable certificates

policy

Policy[] policy

VNName

java.lang.String VNName

certificate

java.security.cert.X509Certificate certificate

privateKey

java.security.PrivateKey privateKey

policies

java.util.ArrayList policies

applicationCertificate

java.security.cert.X509Certificate applicationCertificate

applicationPrivateKey

java.security.PrivateKey applicationPrivateKey

f

java.lang.String f

applicationName

java.lang.String applicationName

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

certificate

java.security.cert.X509Certificate certificate

privateKey

java.security.PrivateKey privateKey

publicKey

java.security.PublicKey publicKey

privateKeyEncoded

byte[] privateKeyEncoded

trustedCertificationAuthority

java.security.cert.X509Certificate[] trustedCertificationAuthority

policiesRules

XMLPropertiesStore policiesRules

VNName

java.lang.String VNName

Class org.objectweb.proactive.ext.security.RenegotiateSessionException implements Serializable

Serialized Fields

body

UniversalBody body

Class org.objectweb.proactive.ext.security.SecurityContext 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

migration

boolean migration

migrationTo

boolean migrationTo

creationActiveObjectFrom

boolean creationActiveObjectFrom

creationActiveObjectTo

boolean creationActiveObjectTo

type

int type

Class org.objectweb.proactive.ext.security.SecurityMigrationException implements Serializable

Class org.objectweb.proactive.ext.security.SecurityNotAvailableException implements Serializable


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

Class org.objectweb.proactive.ext.security.crypto.AuthenticationException implements Serializable

Serialized Fields

type

java.lang.String type

Class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket 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 implements Serializable

Serialized Fields

random1

long random1

random2

long random2

identity

java.lang.String identity

Class org.objectweb.proactive.ext.security.crypto.CertificateIdentity implements Serializable

Serialized Fields

domainName

java.lang.String domainName

Class org.objectweb.proactive.ext.security.crypto.CertificateProperty 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 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 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 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 implements Serializable

Serialized Fields

type

java.lang.String type

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

distantBody

UniversalBody distantBody

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

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

Class org.objectweb.proactive.ext.security.crypto.SessionException implements Serializable

Serialized Fields

type

java.lang.String type

Class org.objectweb.proactive.ext.security.crypto.SessionKeyFactory implements Serializable

Serialized Fields

myProvider

java.security.Provider myProvider

keyGen

javax.crypto.KeyGenerator keyGen

Class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty 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 implements Serializable


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

Class org.objectweb.proactive.ext.security.gui.SecurityGui implements Serializable

Serialized Fields

output

javax.swing.JTextArea output

scrollPane

javax.swing.JScrollPane scrollPane

sender

javax.swing.JTextField sender

senderFromAuth

javax.swing.JComboBox senderFromAuth

senderFromInt

javax.swing.JComboBox senderFromInt

senderFromConf

javax.swing.JComboBox senderFromConf

senderToAuth

javax.swing.JComboBox senderToAuth

senderToInt

javax.swing.JComboBox senderToInt

senderToConf

javax.swing.JComboBox senderToConf

receiver

javax.swing.JTextField receiver

receiverFromAuth

javax.swing.JComboBox receiverFromAuth

receiverFromInt

javax.swing.JComboBox receiverFromInt

receiverFromConf

javax.swing.JComboBox receiverFromConf

receiverToAuth

javax.swing.JComboBox receiverToAuth

receiverToInt

javax.swing.JComboBox receiverToInt

receiverToConf

javax.swing.JComboBox receiverToConf



Copyright © April 2004 INRIA All Rights Reserved.