A B C D E F G H I J K L M N O P Q R S T U V W X

A

ABS_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ACQUISITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ACTION - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
ACTION_NAME - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
ACT_AS_CLIENT - Static variable in class org.objectweb.proactive.ext.security.crypto.Session
 
ACT_AS_SERVER - Static variable in class org.objectweb.proactive.ext.security.crypto.Session
 
ADD_REQUEST - Static variable in class org.objectweb.proactive.core.event.RequestQueueEvent
 
AFTER_MIGRATION - Static variable in class org.objectweb.proactive.core.event.MigrationEvent
 
ALLOWED - Static variable in class org.objectweb.proactive.ext.security.Communication
 
ALLOWED_COPY_PROTOCOLS - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
APPEND_TO_COMMAND_COMPOSITION - Static variable in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Composition in which the command of the target process is appended to the command of this process.
APPLICATION_NAME_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
ARG_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ASMBytecodeStubBuilder - class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder.
 
ASMBytecodeStubBuilder(String) - Constructor for class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
ATTRIBUTE_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
AUTO_GROUP_PURGE - Static variable in class org.objectweb.proactive.core.exceptions.proxy.FailedGroupRendezVousException
 
AbstractBody - class org.objectweb.proactive.core.body.AbstractBody.
**For internal use only**
This class gives a common implementation of the Body interface.
AbstractBody() - Constructor for class org.objectweb.proactive.core.body.AbstractBody
Creates a new AbstractBody.
AbstractBody(Object, String, MetaObjectFactory, String) - Constructor for class org.objectweb.proactive.core.body.AbstractBody
Creates a new AbstractBody for an active object attached to a given node.
AbstractBodyProxy - class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy.
 
AbstractBodyProxy() - Constructor for class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
AbstractBodyProxy.VoidFuture - class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy.VoidFuture.
 
AbstractBodyProxy.VoidFuture() - Constructor for class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy.VoidFuture
 
AbstractCopyProtocol - class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol.
AbstractCopyProtocol implements default behaviour of methods in CopyProtocol
AbstractCopyProtocol(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
AbstractEventProducer - class org.objectweb.proactive.core.event.AbstractEventProducer.
Provides support for adding, removing and notifying ProActiveListener.
AbstractEventProducer() - Constructor for class org.objectweb.proactive.core.event.AbstractEventProducer
Creates an AbstractEventProducer that does not serialize its registered listener.
AbstractEventProducer(boolean) - Constructor for class org.objectweb.proactive.core.event.AbstractEventProducer
Creates an AbstractEventProducer and specifies whether its registered listener should be serialized or not
AbstractEventProducer(boolean, boolean) - Constructor for class org.objectweb.proactive.core.event.AbstractEventProducer
Creates an AbstractEventProducer and specifies whether its registered listener should be serialized or not and whether the refence on listener should be weak or not.
AbstractEventProducer.ListenerList - interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList.
A class implementing this interface provide a minimum set of methods to support the addition and removal of listener.
AbstractExternalProcess - class org.objectweb.proactive.core.process.AbstractExternalProcess.
 
AbstractExternalProcess() - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess
 
AbstractExternalProcess(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess
 
AbstractExternalProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess
 
AbstractExternalProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger, MessageSink) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess
 
AbstractExternalProcess.NullMessageLogger - class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger.
Implementation of a RemoteProcessMessageLogger that discard all output
AbstractExternalProcess.NullMessageLogger() - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger
 
AbstractExternalProcess.ProcessInputHandler - class org.objectweb.proactive.core.process.AbstractExternalProcess.ProcessInputHandler.
This class reads all messages from an input and log them using a RemoteProcessMessageLogger
AbstractExternalProcess.ProcessInputHandler(BufferedReader, RemoteProcessMessageLogger, AbstractExternalProcess.ThreadActivityMonitor) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess.ProcessInputHandler
 
AbstractExternalProcess.ProcessOutputHandler - class org.objectweb.proactive.core.process.AbstractExternalProcess.ProcessOutputHandler.
This class uses a MessageSink to write all messages produced in a given output
AbstractExternalProcess.ProcessOutputHandler(BufferedWriter, MessageSink) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess.ProcessOutputHandler
 
AbstractExternalProcess.SimpleMessageSink - class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink.
Implementation of a MessageSink that can receive one message at a time
AbstractExternalProcess.SimpleMessageSink() - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink
 
AbstractExternalProcess.StandardOutputMessageLogger - class org.objectweb.proactive.core.process.AbstractExternalProcess.StandardOutputMessageLogger.
Implementation of a RemoteProcessMessageLogger that output all messages to the standard output
AbstractExternalProcess.StandardOutputMessageLogger() - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess.StandardOutputMessageLogger
 
AbstractExternalProcessDecorator - class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.
 
AbstractExternalProcessDecorator() - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
AbstractExternalProcessDecorator(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
AbstractExternalProcessDecorator(ExternalProcess, int) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
AbstractExternalProcessDecorator.CompositeMessageLogger - class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageLogger.
Implementation of a RemoteProcessMessageLogger that feeds two MessageLoggers
AbstractExternalProcessDecorator.CompositeMessageLogger(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageLogger
 
AbstractExternalProcessDecorator.CompositeMessageSink - class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageSink.
Implementation of a MessageSink that can receive one message at a time
AbstractExternalProcessDecorator.CompositeMessageSink(MessageSink, MessageSink) - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageSink
 
AbstractInterfaceClassGenerator - class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator.
This class is the parent of classes for generating component interfaces.
AbstractInterfaceClassGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
AbstractLauncher - class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher.
 
AbstractLauncher() - Constructor for class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
 
AbstractListProcessDecorator - class org.objectweb.proactive.core.process.AbstractListProcessDecorator.
This class contains a list of ExternalProcessDecorator processes that share the same configuration.
AbstractListProcessDecorator() - Constructor for class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
AbstractNodeCreationEventListener - class org.objectweb.proactive.core.event.AbstractNodeCreationEventListener.
 
AbstractNodeCreationEventListener(VirtualNode) - Constructor for class org.objectweb.proactive.core.event.AbstractNodeCreationEventListener
 
AbstractProActiveController - class org.objectweb.proactive.core.component.controller.AbstractProActiveController.
Base class for all component controllers.
AbstractProActiveController(Component) - Constructor for class org.objectweb.proactive.core.component.controller.AbstractProActiveController
Constructor for AbstractProActiveController.
AbstractProcessForGroup - class org.objectweb.proactive.core.group.AbstractProcessForGroup.
 
AbstractProcessForGroup() - Constructor for class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
AbstractProxy - class org.objectweb.proactive.core.body.proxy.AbstractProxy.
 
AbstractProxy() - Constructor for class org.objectweb.proactive.core.body.proxy.AbstractProxy
 
AbstractRequestHandler - class org.objectweb.proactive.core.component.controller.AbstractRequestHandler.
This class is able to handle requests, and checks if the current request can be handled by the current handler in the chain of handlers (here, it is actually a list of controllers).
AbstractRequestHandler() - Constructor for class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
AbstractUniversalBody - class org.objectweb.proactive.core.body.AbstractUniversalBody.
**For internal use only**
This class gives a common implementation of the UniversalBody interface.
AbstractUniversalBody() - Constructor for class org.objectweb.proactive.core.body.AbstractUniversalBody
Creates a new AbstractBody.
AbstractUniversalBody(String, RemoteBodyFactory, String) - Constructor for class org.objectweb.proactive.core.body.AbstractUniversalBody
Creates a new AbstractBody for an active object attached to a given node.
AbstractUniversalProcess - class org.objectweb.proactive.core.process.AbstractUniversalProcess.
 
AbstractUniversalProcess() - Constructor for class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
AbstractUnmarshallerDecorator - class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator.
Receives SAX event and pass them on
AbstractUnmarshallerDecorator(boolean) - Constructor for class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
AbstractUnmarshallerDecorator() - Constructor for class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
Active - interface org.objectweb.proactive.Active.
Active is the root of the all interfaces related to the activity of an active object.
ActiveBody - class org.objectweb.proactive.core.body.ActiveBody.
 
ActiveBody() - Constructor for class org.objectweb.proactive.core.body.ActiveBody
Doesn't build anything, just for having one no-arg constructor
ActiveBody(ConstructorCall, String, Active, MetaObjectFactory, String) - Constructor for class org.objectweb.proactive.core.body.ActiveBody
Builds the body object, then fires its service thread
ActiveObjectCreationException - exception org.objectweb.proactive.ActiveObjectCreationException.
An exception thrown when a problem occurs during the creation of an ActiveObject see active object creation documentation
ActiveObjectCreationException() - Constructor for class org.objectweb.proactive.ActiveObjectCreationException
Constructs a ProActiveException with no specified detail message.
ActiveObjectCreationException(String) - Constructor for class org.objectweb.proactive.ActiveObjectCreationException
Constructs a ActiveObjectCreationException with the specified detail message.
ActiveObjectCreationException(String, Throwable) - Constructor for class org.objectweb.proactive.ActiveObjectCreationException
Constructs a ActiveObjectCreationException with the specified detail message and nested exception.
ActiveObjectCreationException(Throwable) - Constructor for class org.objectweb.proactive.ActiveObjectCreationException
Constructs a ActiveObjectCreationException with the specified detail message and nested exception.
ActiveQueue - class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue.
This class is a generic job queue.
ActiveQueue(String) - Constructor for class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
 
ActiveQueueJob - interface org.objectweb.proactive.core.body.ft.servers.util.ActiveQueueJob.
This interface must be implemented by jobs submitted to an ActiveQueue.
AreYouUnderloaded(double) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
This method is to know if this machine is underloaded and "better" than who want to send active objects receive its active objects.
Attributes - interface org.objectweb.proactive.core.xml.io.Attributes.
A class implementing this interface is a wrapper of the attribute of an XML element.
AuthenticationException - exception org.objectweb.proactive.ext.security.crypto.AuthenticationException.
 
AuthenticationException(String) - Constructor for class org.objectweb.proactive.ext.security.crypto.AuthenticationException
 
AuthenticationException() - Constructor for class org.objectweb.proactive.ext.security.crypto.AuthenticationException
 
AuthenticationTicket - class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket.
 
AuthenticationTicket() - Constructor for class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
 
AuthenticationTicketProperty - class org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty.
 
AuthenticationTicketProperty() - Constructor for class org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty
 
AverageMicroTimer - class org.objectweb.proactive.core.util.timer.AverageMicroTimer.
 
AverageMicroTimer() - Constructor for class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
AverageMicroTimer(String) - Constructor for class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
AwaitedRequest - class org.objectweb.proactive.core.body.request.AwaitedRequest.
This class defines a particular request that is subject to wait-by-necessity mecanism.
AwaitedRequest(UniqueID) - Constructor for class org.objectweb.proactive.core.body.request.AwaitedRequest
Create a new awaited request.
accept(ServerSocket) - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
accept() - Method in class org.objectweb.proactive.ext.benchsocket.BenchServerSocket
 
acceptCommunication() - Method in interface org.objectweb.proactive.Body
Signals the body to accept all incoming communications.
acceptCommunication() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
acceptCommunication() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
acceptRequest(Request) - Method in class org.objectweb.proactive.Service.AcceptAllRequestFilter
Returns true if and only if the given request can be accepted.
acceptRequest(Request) - Method in class org.objectweb.proactive.Service.RequestFilterOnMethodName
 
acceptRequest(Request) - Method in interface org.objectweb.proactive.core.body.request.RequestFilter
Returns true if and only if the given request can be accepted.
acceptRequest(Request) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName
 
acceptRequest(ComponentRequest) - Method in interface org.objectweb.proactive.core.component.body.ComponentRequestFilter
 
acceptRequest(Request) - Method in class org.objectweb.proactive.core.component.body.NFRequestFilterImpl
This methods verifies whether a request is a component controller request.
acceptRequest(ComponentRequest) - Method in class org.objectweb.proactive.core.component.body.NFRequestFilterImpl
This methods verifies whether a component request is a component controller request.
acceptRequest(Request) - Method in class org.objectweb.proactive.core.component.body.PrioritizedComponentRequestFilter
 
acceptRequest(ComponentRequest) - Method in class org.objectweb.proactive.core.component.body.PrioritizedComponentRequestFilter
 
acceptRequest(Request) - Method in class org.objectweb.proactive.core.component.body.RequestFilterOnComponentControllerClasses
 
acceptRequest(ComponentRequest) - Method in class org.objectweb.proactive.core.component.body.RequestFilterOnComponentControllerClasses
 
accessProtocol - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
accessProtocol - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
ackValue() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeAck
Returns the value of this P2PNodeAck object as a boolean primitive.
acquireLock() - Static method in class org.objectweb.proactive.core.ssh.JSchSingleton
Everytime you want to access one of the methods exported by the JSch library, you need to acquire this global lock.
actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI
 
actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI
 
activate() - Method in class org.objectweb.proactive.core.descriptor.Launcher
activate all main nodes and launch the main classes
activate() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Activates all the Nodes mapped to this VirtualNode in the XML Descriptor
activate() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Activates all the Nodes mapped to this VirtualNode in the XML Descriptor
activate() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
activateMain() - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
activates all nodes of the list virtualNodeList
activateMain(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Activates the main of the id-th mainDefinition
activateMain(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
activates the main of the id-th mainDefinition
activateMains() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Activates all mains of mainDefinitions defined
activateMains() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
activates all mains of mainDefinitions defined
activateMapping(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Activates the specified VirtualNode defined in the XML Descriptor
activateMapping(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
activateMappings() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Activates all VirtualNodes defined in the XML Descriptor.
activateMappings() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
activityStarted() - Method in class org.objectweb.proactive.core.body.AbstractBody
Signals that the activity of this body, managed by the active thread has just started.
activityStarted() - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
Signals that the activity of this body, managed by the active thread has just started.
activityStopped() - Method in class org.objectweb.proactive.core.body.AbstractBody
Signals that the activity of this body, managed by the active thread has just stopped.
activityStopped() - Method in class org.objectweb.proactive.core.body.ActiveBody
Signals that the activity of this body, managed by the active thread has just stopped.
activityStopped() - Method in class org.objectweb.proactive.core.body.BodyImpl
Signals that the activity of this body, managed by the active thread has just stopped.
add(UniversalBody) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
Add rBody to the collection of known bodies
add(Request) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
add(Request) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Adds the given request to the end of the queue
add(Request) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
add(Binding) - Method in class org.objectweb.proactive.core.component.Bindings
 
add(ProActiveListener) - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Adds the given listener
add(ExceptionInGroup) - Method in class org.objectweb.proactive.core.group.ExceptionListException
Adds an exception into this list
add(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
If o is a reified object and if it is "assignableFrom" the class of the group, add it into the group
- if o is a group merge it into the group
- if o is not a reified object nor a group : do nothing
add(Object) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
add(int, Object) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
add(int) - Method in class org.objectweb.proactive.core.util.MutableInteger
 
add(long) - Method in class org.objectweb.proactive.core.util.MutableLong
 
add(Destination) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
add(String, String) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
add(Destination) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Adds a Destination to an itinary
add(String, String) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
 
add(Object) - Method in class org.objectweb.proactive.ext.util.FutureList
Add the future to the futureList This method does not test if the future is already in the list.
add(P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
Add a peer in the group of acquaintancesActived.
addAJob(AbstractProcessForGroup) - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Adds a job to the pending queue of the thread pool.
addAcquaintance(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
**For internal use only** Tells this runtime that it's registered in another one
addAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
addAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
addAcquaintance(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
addAcquaintance(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
addAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
addAcquaintance(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
addAcquaintance(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
addAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
addAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
addAcquaintance(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
addAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
addAll(Collection) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
addAll(Collection) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
addAll(Collection) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Adding a set of tasks in the queue.
addAll(Collection) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Adds all of the elements in the specified Collection to this Group.
addAll(Collection) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
addAll(int, Collection) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
addAtt(String, Ad) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
addAtt(String, int) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
addAtt(String, double) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
addAtt(String, String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
addAtt(String, boolean) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
addAutomaticContinuation(long, UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.future.FutureMap
Add an AC to do for bodyDest when the futurPool will receive the value of the future indexed by (id, creatorID)
addAutomaticContinuation(long, UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.future.FuturePool
To add an automatic contiunation, ie a destination body, for a particular future.
addBinding(Binding) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
addBodyEventListener(BodyEventListener) - Method in class org.objectweb.proactive.core.body.BodyMap
 
addBodyEventListener(BodyEventListener) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Adds a listener of body events.
addBodyEventListener(BodyEventListener) - Method in class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
addClassData(String, byte[]) - Method in class org.objectweb.proactive.core.util.ClassDataCache
Associates classname and bytecode in the cache.
addClassToCache(String, Class) - Static method in class org.objectweb.proactive.core.mop.MOP
 
addComponent(Component) - Method in class org.objectweb.proactive.core.component.adl.Registry
see @link org.objectweb.fractal.adl.RegistryManager#addComponent(org.objectweb.fractal.api.Component)
addComponent(Component) - Method in interface org.objectweb.proactive.core.component.adl.RegistryManager
Adds a component instance.
addComponent(Component) - Method in class org.objectweb.proactive.core.component.adl.RegistryManagerImpl
 
addComponent(Object, Object, String, Object) - Method in class org.objectweb.proactive.core.component.adl.components.ProActiveComponentBuilder
 
addComposingVirtualNode(ComposingVirtualNode) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposedFrom
add a composing virtual node
addComposingVirtualNode(ComposingVirtualNode) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNodeContainer
 
addComposingVirtualNode(LinkedVirtualNode) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Adds a composing virtual node
addDeploymentDir(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
addDeploymentFile(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
addDir(String, String, String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
addDir(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
addEntityFrom(Entity) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
addEntityTo(Entity) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
addExportedVirtualNode(ExportedVirtualNode) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodes
 
addExportedVirtualNode(String, String, String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Adds to the composition an exported virtual node with its composing virtual nodes as a String.
addFcSubComponent(Component) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentController
 
addFile(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
addFileTransfer(FileTransfer) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
addFileTransferDeploy(FileTransfer) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
addFileTransferRetrieve(FileTransfer) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
addFreeNode(Node) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
addFreeNode(Node) - Method in interface org.objectweb.proactive.core.body.ft.servers.resource.ResourceServer
Add a new node usable for recovery.
addFreeNode(Node) - Method in class org.objectweb.proactive.core.body.ft.servers.resource.ResourceServerImpl
 
addFutureEventListener(FutureEventListener) - Method in interface org.objectweb.proactive.core.body.future.FutureEventProducer
Adds a listener of FutureEvent to this body.
addFutureEventListener(FutureEventListener) - Method in class org.objectweb.proactive.core.body.future.FutureEventProducerImpl
 
addHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
addInfoToCheckpoint(CheckpointInfo, UniqueID, int, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
addInfoToCheckpoint(CheckpointInfo, UniqueID, int, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
Not implemented for this protocol.
addInfoToCheckpoint(CheckpointInfo, UniqueID, int, int) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
addInfoToCheckpoint(CheckpointInfo, UniqueID, int, int) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Add informations to an already stored checkpoint
addJob(ActiveQueueJob) - Method in class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
Add a job in the active queue.
addJobWithBarrier(ActiveQueueJob) - Method in class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
Add a job in the active queue.
addLeafVirtualNode(String, String, String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
addListener(ProActiveListener) - Method in class org.objectweb.proactive.core.event.AbstractEventProducer
Adds the given listener
addMeAsBodyForwarder() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
addMerge(Object) - Method in interface org.objectweb.proactive.core.group.Group
Merges a group into the group.
addMerge(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Add all member of the group ogroup into the Group.
addMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.core.body.BodyImpl
 
addMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.core.body.HalfBody
 
addMessageEventListener(MessageEventListener) - Method in interface org.objectweb.proactive.core.body.message.MessageEventProducer
Adds a listener of MessageEvent to this body.
addMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.core.body.message.MessageEventProducerImpl
 
addMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
addMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
addMigrationEventListener(MigrationEventListener) - Method in interface org.objectweb.proactive.core.body.migration.Migratable
 
addMigrationEventListener(MigrationEventListener) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
addMigrationEventListener(MigrationEventListener) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
addMigrationEventListener(MigrationEventListener) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
addNFEListener(UniqueID, NFEListener) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.HalfBody
 
addNFEListener(NFEListener) - Method in interface org.objectweb.proactive.core.body.RemoteBody
 
addNFEListener(UniqueID, NFEListener) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
addNFEListener(UniqueID, NFEListener) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.proxy.AbstractProxy
 
addNFEListener(UniqueID, NFEListener) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.exceptions.manager.NFEListenerList
 
addNFEListener(NFEListener) - Static method in class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
addNFEListener(NFEListener) - Method in interface org.objectweb.proactive.core.exceptions.manager.NFEProducer
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
addNFEListenerOnAO(Object, NFEListener) - Static method in class org.objectweb.proactive.ProActive
Add a listener for NFE reaching a given active object
addNFEListenerOnGroup(Object, NFEListener) - Static method in class org.objectweb.proactive.ProActive
Add a listener for NFE regarding a group.
addNFEListenerOnJVM(NFEListener) - Static method in class org.objectweb.proactive.ProActive
Add a listener for NFE reaching the local JVM
addNFEListenerOnProxy(Object, NFEListener) - Static method in class org.objectweb.proactive.ProActive
Add a listener for NFE reaching the client side of a given active object
addNamedElement(String, Object) - Method in interface org.objectweb.proactive.core.group.Group
Associates the specified value with the specified key in this Group (optional operation).
addNamedElement(String, Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Associates the specified value with the specified key in this Group (optional operation).
addNext(Destination) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
addNext(String, String) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
addNext(Destination) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Adds a Destination for the next migration
addNext(String, String) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
 
addNodeCreationEventListener(NodeCreationEventListener) - Method in interface org.objectweb.proactive.core.event.NodeCreationEventProducer
Adds a listener of NodeCreationEvent.
addNodeCreationEventListener(NodeCreationEventListener) - Method in class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl
 
addP2PNodesLookup(P2PNodeLookup) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
addParameter(String) - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
add a parameter to the list of parameters, at the last position
addParent(Component) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveSuperController
 
addParent(Component) - Method in class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
addProperties() - Method in class org.objectweb.proactive.core.config.ProActiveConfiguration
Add the loaded properties to the system
addPropertiesToSystem(Properties) - Static method in class org.objectweb.proactive.core.util.IbisProperties
Add a set of properties to the system properties Does not overide any existing one
addReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
addRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
addRequest(MethodCall, FutureProxy) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
addRequestProperty(String, String) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
addRequestQueueEventListener(RequestQueueEventListener) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
 
addRequestQueueEventListener(RequestQueueEventListener) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
addResult(Result) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
addResult(Result) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
addResult(Result) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Add a found result for the final gather.
addResult(FutureProxy) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
addRetrieveFile(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
addRuntimeRegistrationEventListener(RuntimeRegistrationEventListener) - Method in interface org.objectweb.proactive.core.event.RuntimeRegistrationEventProducer
Adds a listener of RuntimeRegistrationEvent.
addRuntimeRegistrationEventListener(RuntimeRegistrationEventListener) - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl
 
addService(String, UniversalService) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Updates with the effective service, all objects that are mapped with the serviceID.
addService(String, UniversalService) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
addShortcut(String, String, String[]) - Method in interface org.objectweb.proactive.ext.implicit.Implicit
Creates a shortcut shortcut for the method of name nameOfMethod and parameters of types argumentsType.
addShortcut(String, String, String[]) - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
 
addStream(BenchStream) - Method in class org.objectweb.proactive.ext.benchsocket.BenchFactory
 
addStream(BenchStream) - Method in interface org.objectweb.proactive.ext.benchsocket.BenchFactoryInterface
 
addStream(BenchStream) - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
addSuperInterfaces(List) - Static method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
Gets all super-interfaces from the interfaces of this list, and adds them to this list.
addSuperInterfaces(Class, List) - Static method in class org.objectweb.proactive.core.mop.Utils
Looks for all super interfaces of the given interface, and adds them in the given List
addSuperInterfaces(List) - Static method in class org.objectweb.proactive.core.mop.Utils
Gets all super-interfaces from the interfaces of this list, and adds them to this list.
addTask(Task) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
addTask(Task) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
addTask(Task) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Add a task for computing in the queue.
addToBarrierTags(String) - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Adds the barrier ID into the list of barrier ID used to tag messages.
addToCurrentBarriers(String, BarrierState) - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Set a BarrierState for the specified barrier
addToFront(Request) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
addToFront(Request) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Adds the given request to the front of the queue before all other request already in the queue
addToFront(Request) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
addToListOfResult(Vector, Object, int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Add the results (Future) into the typed group result at the correct poisition.
addToMemory(long) - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
addToMemoryTest(long) - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
Called only to perform some testing
addVirtualMachine(VirtualMachine) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Adds a VirtualMachine entity to this VirtualNode
addVirtualMachine(VirtualMachine) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
addVirtualMachine(VirtualMachine) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
addVirtualNode(VirtualNode) - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
add a virtual node to the list of virtal nodes
addcreatedBody(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
Add id to the collection of body created through this forwarder
addedProperties - Variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
additionalCodebase - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
afterInputMethodInvocation(MethodCall) - Method in interface org.objectweb.proactive.core.component.interception.InputInterceptor
This method is executed when an input invocation has been intercepted, after the execution of the input invocation.
afterOutputMethodInvocation(MethodCall) - Method in interface org.objectweb.proactive.core.component.interception.OutputInterceptor
This method is executed when an output invocation has been intercepted, after the execution of the output invocation.
ahead(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the object ahead the specified object in the three-dimensional topology group
ahead(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the object ahead the specified object in the three-dimensional topology group
alive() - Method in class org.objectweb.proactive.branchnbound.core.Worker
Pinging the current worker.
allArrived() - Method in interface org.objectweb.proactive.core.group.Group
Checks if all the members of the Group are arrived.
allArrived(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Tests if all the member of the object o representing a group are arrived or not.
allArrived() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Checks if all the members of the Group are arrived.
allArrived() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Check if all asked nodes are arrived.
allAwaited(Vector) - Static method in class org.objectweb.proactive.ProActive
Return false if one object of futures is available.
allAwaited() - Method in interface org.objectweb.proactive.core.group.Group
Checks if all the members of the Group are awaited.
allAwaited(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Tests if all the members of the object o representing a group are awaited or not.
allAwaited() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Checks if all the members of the Group are awaited.
allAwaited() - Method in class org.objectweb.proactive.ext.util.FutureList
Return true if all the futures in the current list are awaited
allocLocalPort() - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
alpha - Variable in class org.objectweb.proactive.core.util.timer.EWMATimer
 
alreadykilled - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
alreadykilled - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
alreadykilled - Variable in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
amIUnderloaded() - Method in class org.objectweb.proactive.p2p.service.P2PService
 
amIUnderloaded(double) - Method in class org.objectweb.proactive.p2p.service.P2PService
Ask to the Load Balancer object if the state is underloaded
annotateClass(Class) - Method in class org.objectweb.proactive.core.mop.PAObjectOutputStream
 
aocreation - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
append(LoggingEvent) - Method in class org.objectweb.proactive.core.util.log.HostNameConsoleAppender
 
appendVnSuffix(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
applicationCertificate - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
applicationCertificate - Variable in class org.objectweb.proactive.ext.security.securityentity.Entity
 
applicationCertificatePath - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
applicationName - Variable in class org.objectweb.proactive.ext.security.PolicyServer
 
applicationName - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
applicationPrivateKeyPath - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
array - Variable in class org.objectweb.proactive.core.util.CircularArrayList
 
askedNodes - Variable in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
askingNode(int, UniversalUniqueID, P2PService, int, P2PNodeLookup, String, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
Method automaticly forwarded by run activity if needed.
askingNode(int, UniversalUniqueID, P2PService, int, P2PNodeLookup, String, String, boolean) - Method in class org.objectweb.proactive.p2p.service.P2PService
Method called on Load Balanced enviroments.
askingNode() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
Asking a shared node.
askingNode(boolean) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
 
asymmetric_decrypt(Object, PrivateKey) - Method in class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
asymmetric_encrypt(Serializable, PublicKey) - Method in class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
asynchronousCallOnGroup(MethodCall) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Creates and initializes (and returns) the group of result, then launch threads for asynchronous call of each member.
attachFile(SOAPMessage, File, String) - Static method in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
available() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
average - Variable in class org.objectweb.proactive.core.util.timer.EWMATimer
 

B

B - Variable in class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
BEFORE_FUNCTIONAL_PRIORITY - Static variable in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
BEFORE_MIGRATION - Static variable in class org.objectweb.proactive.core.event.MigrationEvent
 
BINDING_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
BODY - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
BODY_CHANGED - Static variable in class org.objectweb.proactive.core.event.BodyEvent
constant for the changed of a body
BODY_CREATED - Static variable in class org.objectweb.proactive.core.event.BodyEvent
constant for the creation of a body
BODY_DESTROYED - Static variable in class org.objectweb.proactive.core.event.BodyEvent
constant for the deletion of a body
BOOKING_DURATION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
BOOT_CLASSPATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
BSUB_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
BSUB_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
BUILDER_BINDING - Static variable in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
BYTE_CODE_MANIPULATOR - Static variable in class org.objectweb.proactive.core.mop.MOPClassLoader
 
BarrierState - class org.objectweb.proactive.core.group.spmd.BarrierState.
This class describes the state of a barrier.
BarrierState() - Constructor for class org.objectweb.proactive.core.group.spmd.BarrierState
 
BasicQueueImpl - class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl.
A FIFO queue for providing tasks.
BasicQueueImpl() - Constructor for class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
The no args constructor for ProActive activate.
BasicUnmarshaller - class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller.
Receives SAX event and pass them on
BasicUnmarshaller() - Constructor for class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
BasicUnmarshallerDecorator - class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator.
Receives SAX event and pass them on
BasicUnmarshallerDecorator(boolean) - Constructor for class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
BasicUnmarshallerDecorator() - Constructor for class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
BehavioralException - exception org.objectweb.proactive.core.mop.BehavioralException.
 
BehavioralException() - Constructor for class org.objectweb.proactive.core.mop.BehavioralException
 
BehavioralException(String) - Constructor for class org.objectweb.proactive.core.mop.BehavioralException
 
BehavioralException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.BehavioralException
 
BehavioralException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.BehavioralException
 
BenchClientSocket - class org.objectweb.proactive.ext.benchsocket.BenchClientSocket.
 
BenchClientSocket() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
BenchClientSocket(Socket, BenchFactoryInterface) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
BenchClientSocket(String, int, BenchFactoryInterface) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
BenchClientSocket(InetAddress, int, BenchFactoryInterface) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
BenchFactory - class org.objectweb.proactive.ext.benchsocket.BenchFactory.
 
BenchFactory() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchFactory
 
BenchFactoryInterface - interface org.objectweb.proactive.ext.benchsocket.BenchFactoryInterface.
 
BenchIbisSocketFactory - class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory.
 
BenchIbisSocketFactory() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
BenchInputStream - class org.objectweb.proactive.ext.benchsocket.BenchInputStream.
 
BenchInputStream(InputStream, int) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
BenchInputStream(InputStream, int, BenchClientSocket) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
BenchOutputStream - class org.objectweb.proactive.ext.benchsocket.BenchOutputStream.
 
BenchOutputStream(OutputStream, int) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
BenchOutputStream(OutputStream, int, BenchClientSocket) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
BenchServerSocket - class org.objectweb.proactive.ext.benchsocket.BenchServerSocket.
 
BenchServerSocket() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchServerSocket
 
BenchServerSocket(int, BenchFactoryInterface) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchServerSocket
 
BenchServerSocket(int, InetAddress, BenchFactoryInterface) - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchServerSocket
 
BenchSocketFactory - class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory.
 
BenchSocketFactory() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
BenchStream - interface org.objectweb.proactive.ext.benchsocket.BenchStream.
 
Binding - class org.objectweb.proactive.core.component.Binding.
Stores a binding between a client interface and a server interface.
Binding(Interface, String, Interface) - Constructor for class org.objectweb.proactive.core.component.Binding
 
Bindings - class org.objectweb.proactive.core.component.Bindings.
A bindings container.
Bindings() - Constructor for class org.objectweb.proactive.core.component.Bindings
 
BlockingRequestQueue - interface org.objectweb.proactive.core.body.request.BlockingRequestQueue.
 
BlockingRequestQueueImpl - class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl.
 
BlockingRequestQueueImpl(UniqueID) - Constructor for class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
Body - interface org.objectweb.proactive.Body.
An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
BodyAdapter - class org.objectweb.proactive.core.body.BodyAdapter.
An adapter for a RemoteBody.
BodyAdapter() - Constructor for class org.objectweb.proactive.core.body.BodyAdapter
 
BodyAdapterForwarder - class org.objectweb.proactive.core.body.BodyAdapterForwarder.
An adapter for a RemoteBodyForwarder.
BodyAdapterForwarder(RemoteBodyForwarder) - Constructor for class org.objectweb.proactive.core.body.BodyAdapterForwarder
Create an adapter on the local RemoteBodyForwarder.
BodyAdapterForwarder(RemoteBodyForwarder, UniqueID) - Constructor for class org.objectweb.proactive.core.body.BodyAdapterForwarder
Create an adapter pointing on remoteBodyForwarder and associated to the id.
BodyAdapterForwarder(BodyAdapterForwarder, BodyAdapter) - Constructor for class org.objectweb.proactive.core.body.BodyAdapterForwarder
Create an adpater pointing on the remoteBody pointed by defaultAdapterForwarder and associated to the ID contained in remoteAdapter.
BodyAdapterImpl - class org.objectweb.proactive.core.body.BodyAdapterImpl.
An adapter for a RemoteBody.
BodyAdapterImpl() - Constructor for class org.objectweb.proactive.core.body.BodyAdapterImpl
 
BodyEvent - class org.objectweb.proactive.core.event.BodyEvent.
Event sent when a body get created, destroyed or changed.
BodyEvent(UniversalBody, int) - Constructor for class org.objectweb.proactive.core.event.BodyEvent
Creates a new BodyEvent
BodyEventListener - interface org.objectweb.proactive.core.event.BodyEventListener.
A class implementating this interface is listener of BodyEvent.
BodyEventProducerImpl - class org.objectweb.proactive.core.event.BodyEventProducerImpl.
 
BodyEventProducerImpl() - Constructor for class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
BodyForwarderImpl - class org.objectweb.proactive.core.body.BodyForwarderImpl.
A BodyForwarderImpl is not a Body but a forwarder.
BodyForwarderImpl() - Constructor for class org.objectweb.proactive.core.body.BodyForwarderImpl
 
BodyImpl - class org.objectweb.proactive.core.body.BodyImpl.
**For internal use only**
This class gives a common implementation of the Body interface.
BodyImpl() - Constructor for class org.objectweb.proactive.core.body.BodyImpl
Creates a new AbstractBody.
BodyImpl(Object, String, MetaObjectFactory, String) - Constructor for class org.objectweb.proactive.core.body.BodyImpl
Creates a new AbstractBody for an active object attached to a given node.
BodyMap - class org.objectweb.proactive.core.body.BodyMap.
**For internal use only**
This class is a Map between UniqueID and either remote or local bodies.
BodyMap() - Constructor for class org.objectweb.proactive.core.body.BodyMap
 
BodyNonFunctionalException - exception org.objectweb.proactive.core.exceptions.body.BodyNonFunctionalException.
 
BodyNonFunctionalException(String, Throwable) - Constructor for class org.objectweb.proactive.core.exceptions.body.BodyNonFunctionalException
 
BodyProxy - interface org.objectweb.proactive.core.body.proxy.BodyProxy.
 
BodyRequest - class org.objectweb.proactive.core.body.http.util.messages.BodyRequest.
This class is used to encapsulate a request into an HTTP message
BodyRequest(String, ArrayList, UniqueID, String) - Constructor for class org.objectweb.proactive.core.body.http.util.messages.BodyRequest
Construct a request to send to the Active object identified by the UniqueID
BodyRequest - class org.objectweb.proactive.core.body.request.BodyRequest.
 
BodyRequest(Body, String, Class[], Object[], boolean) - Constructor for class org.objectweb.proactive.core.body.request.BodyRequest
 
BooleanMutableWrapper - class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper.
An reifiable object for wrapping the primitive Java type boolean.
BooleanMutableWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
The no arguments constructor for ProActive.
BooleanMutableWrapper(boolean) - Constructor for class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
Construct an reifiable object for a boolean.
BooleanWrapper - class org.objectweb.proactive.core.util.wrapper.BooleanWrapper.
An reifiable object for wrapping the primitive Java type boolean.
BooleanWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.BooleanWrapper
The no arguments constructor for ProActive.
BooleanWrapper(boolean) - Constructor for class org.objectweb.proactive.core.util.wrapper.BooleanWrapper
Construct an reifiable object for a boolean.
BouncingRequestReceiver - class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver.
 
BouncingRequestReceiver() - Constructor for class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
backupResults(OutputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
backupResults(OutputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
backupResults(OutputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Backuping in a stream all current found results.
backupSolution(UniversalBody) - Method in class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer
Implements the backup solution
backupSolution(UniversalBody) - Method in class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer
Implements the backup solution
backupSolution(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
Implements the backup solution
backupSolution(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation
Implements the backup solution
backupTaskFile - Static variable in class org.objectweb.proactive.branchnbound.core.Manager
 
backupTasks(Task, Vector, OutputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
backupTasks(Task, Vector, OutputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
backupTasks(Task, Vector, OutputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Write all tasks for backuping.
balanceWithMe(P2PService, double) - Method in class org.objectweb.proactive.p2p.service.P2PService
This method is remotely called by an overloaded peer, looking for a balance.
barrier(String) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Strongly synchronizes all the members of the spmd group
barrier(String, Object) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Strongly synchronizes all the members of the group.
barrier(String[]) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Stops the activity and wait for the methods to resume.
barrierBlockingRemove() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
Blocks the calling thread until there is a request available Returns immediately if there is already one.
barrierBlockingRemoveOldest(long) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
Blocks the calling thread until there is a request available Returns immediately if there is already one.
barrierOver() - Method in class org.objectweb.proactive.core.group.spmd.MethodBarrier
Tests if the barrier is achived or not.
barrierRemoveOldest() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
base - Variable in class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
Reception index of the first element
basePort - Variable in class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
baseProcess - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
beforeInputMethodInvocation(MethodCall) - Method in interface org.objectweb.proactive.core.component.interception.InputInterceptor
This method is executed when an input invocation is intercepted, before executing the input invocation.
beforeOutputMethodInvocation(MethodCall) - Method in interface org.objectweb.proactive.core.component.interception.OutputInterceptor
This method is executed when an output invocation is intercepted, before executing the output invocation.
beforeRestartAfterRecovery(CheckpointInfo, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called before restarting an object which has been recovered from a checkpoint.
beforeRestartAfterRecovery(CheckpointInfo, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
beforeRestartAfterRecovery(CheckpointInfo, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
beforeRestartAfterRecovery(CheckpointInfo, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Message logs are contained in the checkpoint info structure.
beforeRestartAfterRecovery(CheckpointInfo, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
begginsWithProtocol(String) - Static method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
beginIndex - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
behind(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the object behind the specified object in the three-dimensional topology group
behind(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the object behind the specified object in the three-dimensional topology group
bestKnownSolution - Variable in class org.objectweb.proactive.branchnbound.core.Task
 
bind(SocketAddress) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
bind(SocketAddress) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
bindFc(String, Object) - Method in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
bindFc(String, Object) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
bindFc(String, Object) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
implementation of the interface BindingController see BindingController.bindFc(java.lang.String, java.lang.Object)
blockCommunication() - Method in interface org.objectweb.proactive.Body
blocks all incoming communications.
blockCommunication() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
blockCommunication() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
blockingGetOldest() - Method in class org.objectweb.proactive.Service
Returns the oldest request from the queue If no request is available the method block until one request can be returned The request queue is unchanged by this call
blockingGetYoungest() - Method in class org.objectweb.proactive.Service
Returns the youngest request from the queue If no request is available the method block until one request can be returned The request queue is unchanged by this call
blockingRemove(RequestFilter, boolean) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemove(RequestFilter, boolean, long) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemove(String, boolean) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
Blocks the calling thread until there is a request of name methodName Returns immediately if there is already one.
blockingRemove(boolean) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
Blocks the calling thread until there is a request available Returns immediately if there is already one.
blockingRemove(long, boolean) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
Blocks the calling thread until there is a request available but try to limit the time the thread is blocked to timeout.
blockingRemoveOldest(RequestFilter) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter.
blockingRemoveOldest(RequestFilter, long) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter, but tries to limit the time the thread is blocked to timeout.
blockingRemoveOldest(String) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request of name methodName Returns immediately if there is already one.
blockingRemoveOldest() - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request available Returns immediately if there is already one.
blockingRemoveOldest(long) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request available but try to limit the time the thread is blocked to timeout.
blockingRemoveOldest(RequestFilter) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter.
blockingRemoveOldest(String) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request of name methodName Returns immediately if there is already one.
blockingRemoveOldest() - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request available Returns immediately if there is already one.
blockingRemoveOldest(long) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request available but try to limit the time the thread is blocked to timeout.
blockingRemoveOldest(RequestFilter, long) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter but tries to limit the time the thread is blocked to timeout.
blockingRemoveOldest(RequestFilter) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveOldest(RequestFilter, long) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveOldest(String) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveOldest() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveOldest(long) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveYoungest(RequestFilter) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter.
blockingRemoveYoungest(RequestFilter, long) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter, but tries to limit the time the thread is blocked to the timeout.
blockingRemoveYoungest(String) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request of name methodName Returns immediately if there is already one.
blockingRemoveYoungest() - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request available Returns immediately if there is already one.
blockingRemoveYoungest(long) - Method in class org.objectweb.proactive.Service
Blocks the calling thread until there is a request available but try to limit the time the thread is blocked to timeout.
blockingRemoveYoungest(RequestFilter) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter.
blockingRemoveYoungest(RequestFilter, long) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request that can be accepted be the given RequestFilter, but tries to limit the time the thread is blocked to timeout.
blockingRemoveYoungest(String) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request of name methodName Returns immediately if there is already one.
blockingRemoveYoungest() - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request available Returns immediately if there is already one.
blockingRemoveYoungest(long) - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request available but try to limit the time the thread is blocked to timeout.
blockingRemoveYoungest(RequestFilter) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveYoungest(RequestFilter, long) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveYoungest(String) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveYoungest() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingRemoveYoungest(long) - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
blockingServeOldest() - Method in class org.objectweb.proactive.Service
Serves the oldest request in the request queue.
blockingServeOldest(long) - Method in class org.objectweb.proactive.Service
Serves the oldest request in request queue.
blockingServeOldest(RequestFilter, long) - Method in class org.objectweb.proactive.Service
Serves the oldest request matching the criteria given be the filter.
blockingServeOldest(String) - Method in class org.objectweb.proactive.Service
Serves the oldest request for a method of name methodName.
blockingServeOldest(RequestFilter) - Method in class org.objectweb.proactive.Service
Serves the oldest request matching the criteria given be the filter.
blockingServeYoungest() - Method in class org.objectweb.proactive.Service
Serves the youngest request in the request queue.
blockingServeYoungest(long) - Method in class org.objectweb.proactive.Service
Serves the youngest request in request queue.
blockingServeYoungest(String) - Method in class org.objectweb.proactive.Service
Serves the youngest request for a method of name methodName.
blockingServeYoungest(RequestFilter) - Method in class org.objectweb.proactive.Service
Serves the youngest request matching the criteria given be the filter.
blockingServeYoungest(RequestFilter, long) - Method in class org.objectweb.proactive.Service
Serves the youngest request matching the criteria given be the filter.
bodies - Variable in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
bodiesIterator() - Method in class org.objectweb.proactive.core.body.BodyMap
 
body - Variable in class org.objectweb.proactive.Service
 
body - Variable in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
The encapsulated local body transient to deal with custom serialization of requests.
body - Variable in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
The encapsulated local body transient to deal with custom serialization of requests.
body - Variable in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
The encapsulated local body transient to deal with custom serialization of requests.
body - Variable in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
The encapsulated local body transient to deal with custom serialization of requests.
body - Variable in class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
bodyChanged(BodyEvent) - Method in interface org.objectweb.proactive.core.event.BodyEventListener
Signals that the body encapsulated in the event event has been changed
bodyCreated(BodyEvent) - Method in interface org.objectweb.proactive.core.event.BodyEventListener
Signals that the body encapsulated in the event bodyEvent has been created
bodyDestroyed(BodyEvent) - Method in interface org.objectweb.proactive.core.event.BodyEventListener
Signals that the body encapsulated in the event event has been destroyed
bodyID - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
Unique ID of the body.
bodyID - Variable in class org.objectweb.proactive.core.body.BodyAdapter
Cache the ID of the Body locally for speed
bodyID - Variable in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
bodyLogger - Static variable in interface org.objectweb.proactive.core.body.RemoteBody
 
bodyLogger - Static variable in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
bodyLogger - Static variable in interface org.objectweb.proactive.core.body.UniversalBody
 
bodyLogger - Static variable in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
bodyLogger - Static variable in class org.objectweb.proactive.core.body.migration.MigratableBody
 
bookingDuration - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
bookingDuration - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
bookingDuration - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
booleanValue() - Method in class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
Return the value of the boolean.
booleanValue() - Method in class org.objectweb.proactive.core.util.wrapper.BooleanWrapper
Return the value of the boolean.
bootClasspath - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
borderCompute() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Builds the border part of the new submatrix that require the communications with other submatrix are done.
build() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
After the parameters have been set through UnicoreParameters uParam, this methods builds the parameteres into the unicore client library.
buildBJobsCommand() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
buildBKillProcess(int) - Static method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Builds bkill command and encapsulates it in a process
buildBKillProcess(int) - Static method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Builds qdel command and encapsulates it in a process
buildBSubCommand() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
buildCNBSubCommand() - Method in class org.objectweb.proactive.core.process.lsf.CNLSFProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
buildCommand() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
buildCommand() - Method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
buildDstFilePathString(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
buildEnvironmentCommand() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
buildEnvironmentCommand() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
buildFilePathString(FileTransferWorkShop.StructureInformation, String) - Static method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
buildFilePathString(String, String, String) - Static method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
buildGLiteCommand() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
Add java arguments to the jdl file.
buildJavaCommand() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
buildJdlFile() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
Create the jdl file with all the options specified in the descriptor
buildMapRshCommand() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
buildNeighborhood_MethodBarrier() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
METHODBARRIER
buildNeighborhood_NeighborBarrier() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
NEIGHBORBARRIER
buildNeighborhood_TotalBarrier() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
BTOTAL BARRIER
buildNoMainPAD(ProActiveDescriptor) - Static method in class org.objectweb.proactive.core.descriptor.util.RefactorPAD
return a copy of the pad after having removed all the "main" information
buildNodeURL(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
buildParamsLine() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
Build the java properties sequence corresponding to the set values.
buildRLoginCommand() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
buildRSHCommand() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
buildResourceString() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
buildResourceString() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
buildSSHCommand() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
buildSrcFilePathString(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
buildTargetObjectConstructorCall(Class, Object[]) - Static method in class org.objectweb.proactive.core.mop.MOP
 
buildUnixEnvironmentCommand() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
buildUnixRSHCommand() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
buildUnixSSHCommand() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
buildUrl(String, String, String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
buildUrl(String, String, String, int) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Returns an url under the form protocol://host:port/name
buildUrlFromProperties(String, String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
This method build an url in the form protocol://host:port/name where the port is given from system propeties, except when the protocol is jini.
buildVirtualNodeUrl(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
buildWindowsEnvironmentCommand() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
buildWindowsRSHCommand() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
buildWindowsSSHCommand() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 

C

CERTIFICATE_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
CLASSLOADING - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
CLASSNAME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
CLASSPATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
CNLSFProcess - class org.objectweb.proactive.core.process.lsf.CNLSFProcess.
Custom implementation of LSFProcess for CHINA GRID
CNLSFProcess() - Constructor for class org.objectweb.proactive.core.process.lsf.CNLSFProcess
Creates a new LSFBsubProcess Used with XML Descriptors
CNLSFProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.lsf.CNLSFProcess
Creates a new LSFBsubProcess
COMMAND - Variable in class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
COMMAND_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
COMMUNICATION_RECEIVE_REPLY_FROM - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
COMMUNICATION_RECEIVE_REQUEST_FROM - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
COMMUNICATION_SEND_REPLY_TO - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
COMMUNICATION_SEND_REQUEST_TO - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
COMPONENT - Static variable in interface org.objectweb.proactive.core.component.Constants
 
COMPONENTS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_ACTIVITY - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_ADL - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_BYTECODE_GENERATION - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_GUI - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_REQUESTS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENT_CONFIGURATION_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
COMPONENT_DEFINITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
COMPONENT_INTERFACE - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
COMPONENT_PARAMETERS_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
COMPONENT_PARAMETERS_KEY - Static variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
COMPOSING_VIRTUAL_NODES_REGEX - Static variable in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
COMPOSITE - Static variable in interface org.objectweb.proactive.core.component.Constants
 
COMPOSITE_REPRESENTATIVE_SUFFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
CONSTANT - Static variable in interface org.objectweb.proactive.core.xml.XMLPropertiesType
 
CONTENT_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
CONTROLLERS_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
CONTROLLER_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
COPY_FILE_AND_APPEND_COMMAND - Static variable in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Composition in which a File transfer takes place in the upper process and the command of this target process is appended to the upper process command
CORE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COUNT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
CREATION_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
CURRENTJVM_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
CYCLIC_NODE_SUFFIX - Static variable in interface org.objectweb.proactive.core.component.Constants
 
CanMigrateTo(X509Certificate) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
CanReceiveReplyFrom(X509Certificate) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
CanReceiveRequestFrom(X509Certificate) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
CanSendReplyTo(X509Certificate) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
CanSendRequestTo(X509Certificate) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
CannotFindClassException - exception org.objectweb.proactive.core.mop.CannotFindClassException.
Thrown when a static initializer tries to load in a class through its string name but no definition for the class with the specifed name could be found.
CannotFindClassException() - Constructor for class org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotFindClassException(String) - Constructor for class org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotFindClassException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotFindClassException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotGuessProxyNameException - exception org.objectweb.proactive.core.mop.CannotGuessProxyNameException.
 
CannotGuessProxyNameException() - Constructor for class org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
CannotGuessProxyNameException(String) - Constructor for class org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
CannotGuessProxyNameException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
CannotGuessProxyNameException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
CertTools - class org.objectweb.proactive.ext.security.CertTools.
Tools to handle common certificate operations.
CertificateException - exception org.objectweb.proactive.ext.security.exceptions.CertificateException.
 
CertificateException() - Constructor for class org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateException(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateIdentity - class org.objectweb.proactive.ext.security.crypto.CertificateIdentity.
The CertificateIdenty class is used as an attribute of the PublicCertificate and PrivateCertificate classes.
CertificateIdentity(String) - Constructor for class org.objectweb.proactive.ext.security.crypto.CertificateIdentity
Constructor for the CertificateIdentity object
CertificateProperty - class org.objectweb.proactive.ext.security.crypto.CertificateProperty.
The CertificateProperty class is used as an attribute of the PublicCertificate and PrivateCertificate classes.
CertificateProperty(Date, Date) - Constructor for class org.objectweb.proactive.ext.security.crypto.CertificateProperty
Constructor for the CertificateProperty object
CertificateReader - class org.objectweb.proactive.ext.security.crypto.CertificateReader.
This class provides a command-line tool to display the properties of a public or private certificate.
CertificateReader() - Constructor for class org.objectweb.proactive.ext.security.crypto.CertificateReader
Constructor for the CertificateReader object
CertificationAuthority - class org.objectweb.proactive.ext.security.crypto.CertificationAuthority.
 
CertificationAuthority() - Constructor for class org.objectweb.proactive.ext.security.crypto.CertificationAuthority
 
Checkpoint - class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint.
This class defines a checkpoint object.
Checkpoint(Body, String) - Constructor for class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
Create a checkpoint.
CheckpointInfo - interface org.objectweb.proactive.core.body.ft.checkpointing.CheckpointInfo.
Marker interface for informations on a checkpoint.
CheckpointInfoCIC - class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC.
This class contains several informations about a checkpoint.
CheckpointInfoCIC() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
 
CheckpointInfoPMLRB - class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB.
Checkpoint additional informations for the PMLRB protocol.
CheckpointInfoPMLRB(Request) - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
Checkpoint infos constructor.
CheckpointServer - interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer.
An object implementiong this interface provides services for storing and retreiving checkpoints and checkpointInfos.
CheckpointServerCIC - class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC.
This class define a checkpoint server for the CIC protocol.
CheckpointServerCIC(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
CheckpointServerImpl - class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl.
 
CheckpointServerImpl(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
CheckpointServerPMLRB - class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB.
This class defines a checkpoint server for PMLRB protcol.
CheckpointServerPMLRB(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
Constructor.
CircularArrayList - class org.objectweb.proactive.core.util.CircularArrayList.
Originally written by Dr.
CircularArrayList() - Constructor for class org.objectweb.proactive.core.util.CircularArrayList
 
CircularArrayList(int) - Constructor for class org.objectweb.proactive.core.util.CircularArrayList
 
CircularArrayList(Collection) - Constructor for class org.objectweb.proactive.core.util.CircularArrayList
 
ClassDataCache - class org.objectweb.proactive.core.util.ClassDataCache.
A cache for classes bytecode.
ClassNotReifiableException - exception org.objectweb.proactive.core.mop.ClassNotReifiableException.
 
ClassNotReifiableException() - Constructor for class org.objectweb.proactive.core.mop.ClassNotReifiableException
 
ClassNotReifiableException(String) - Constructor for class org.objectweb.proactive.core.mop.ClassNotReifiableException
 
ClassNotReifiableException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.ClassNotReifiableException
 
ClassNotReifiableException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.ClassNotReifiableException
 
ClassServer - class org.objectweb.proactive.core.rmi.ClassServer.
 
ClassServer() - Constructor for class org.objectweb.proactive.core.rmi.ClassServer
Constructs a ClassServer that listens on a random port.
ClassServer(int) - Constructor for class org.objectweb.proactive.core.rmi.ClassServer
 
ClassServer(int, String) - Constructor for class org.objectweb.proactive.core.rmi.ClassServer
Constructs a ClassServer that listens on port and obtains a class's bytecodes using the method getBytes.
ClassServer(String) - Constructor for class org.objectweb.proactive.core.rmi.ClassServer
Constructs a ClassFileServer.
ClassServerHelper - class org.objectweb.proactive.core.rmi.ClassServerHelper.
 
ClassServerHelper() - Constructor for class org.objectweb.proactive.core.rmi.ClassServerHelper
 
ClassServerServlet - class org.objectweb.proactive.core.rmi.ClassServerServlet.
 
ClassServerServlet(int) - Constructor for class org.objectweb.proactive.core.rmi.ClassServerServlet
 
CollectionUnmarshaller - class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller.
Receives SAX event and pass them on
CollectionUnmarshaller(boolean) - Constructor for class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
CollectionUnmarshaller() - Constructor for class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
CollectionUnmarshaller(Class, boolean) - Constructor for class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
CollectionUnmarshaller(Class) - Constructor for class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
Communication - class org.objectweb.proactive.ext.security.Communication.
This class represents security attributes granted to a targeted communication
Communication() - Constructor for class org.objectweb.proactive.ext.security.Communication
Default constructor, initialize a policy with communication attribute sets to allowed and authentication,confidentiality and integrity set to optional
Communication(int, int, int) - Constructor for class org.objectweb.proactive.ext.security.Communication
This method specifies if communication is allowed
CommunicationForbiddenException - exception org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException.
This exception is thrown when an entity try to communicate with another one without accreditation.
CommunicationForbiddenException() - Constructor for class org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
CommunicationForbiddenException(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
CommunicationForbiddenException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
CommunicationForbiddenException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
ComponentActive - interface org.objectweb.proactive.core.component.body.ComponentActive.
ComponentActive is the root of the all interfaces related to the activity of a component.
ComponentActivity - class org.objectweb.proactive.core.component.body.ComponentActivity.
This class defines the activity of active objects that are components.
ComponentActivity() - Constructor for class org.objectweb.proactive.core.component.body.ComponentActivity
 
ComponentActivity(Active, Object) - Constructor for class org.objectweb.proactive.core.component.body.ComponentActivity
 
ComponentBody - interface org.objectweb.proactive.core.component.body.ComponentBody.
Defines the actions specific to a component body.
ComponentBodyImpl - class org.objectweb.proactive.core.component.body.ComponentBodyImpl.
This class has been inserted into the bodies hierarchy in order to instantiate the component metaobject (ProActiveComponent).
ComponentBodyImpl() - Constructor for class org.objectweb.proactive.core.component.body.ComponentBodyImpl
 
ComponentBodyImpl(Object, String, Active, MetaObjectFactory, String) - Constructor for class org.objectweb.proactive.core.component.body.ComponentBodyImpl
Constructor for ComponentBodyImpl.
ComponentConfigurationConstants - interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants.
This interface defines String constants used in the xml component configuration file.
ComponentConfigurationHandler - class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler.
A handler for parsing the xml component configuration.
ComponentConfigurationHandler() - Constructor for class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
ComponentConfigurationHandler.ControllerHandler - class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler.ControllerHandler.
 
ComponentConfigurationHandler.ControllerHandler() - Constructor for class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler.ControllerHandler
 
ComponentEndActive - interface org.objectweb.proactive.core.component.body.ComponentEndActive.
This interface defines the end of the activity of an active object which is a Fractal component.
ComponentInitActive - interface org.objectweb.proactive.core.component.body.ComponentInitActive.
This interface defines the initialization of the activity of an active object which is a Fractal component.
ComponentMetaObjectFactory - interface org.objectweb.proactive.core.component.ComponentMetaObjectFactory.
Meta-object factory for the components.
ComponentParameters - class org.objectweb.proactive.core.component.ComponentParameters.
Contains the configuration of a component.
ComponentParameters(String, String, ComponentType) - Constructor for class org.objectweb.proactive.core.component.ComponentParameters
Constructor for ComponentParameters.
ComponentParameters(String, String, ComponentType, String) - Constructor for class org.objectweb.proactive.core.component.ComponentParameters
Constructor for ComponentParameters.
ComponentParameters(ComponentType, ControllerDescription) - Constructor for class org.objectweb.proactive.core.component.ComponentParameters
Constructor
ComponentParametersController - interface org.objectweb.proactive.core.component.controller.ComponentParametersController.
This interface defines a new type of Fractal controllers, that allow configuration of the components with this implementation
ComponentRequest - interface org.objectweb.proactive.core.component.request.ComponentRequest.
Marker interface.
ComponentRequestFilter - interface org.objectweb.proactive.core.component.body.ComponentRequestFilter.
 
ComponentRequestImpl - class org.objectweb.proactive.core.component.request.ComponentRequestImpl.
Method calls to components are actually reified calls, and ComponentRequest contains a reification of the call.
ComponentRequestImpl(MethodCall, UniversalBody, boolean, long) - Constructor for class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
ComponentRequestImpl(Request) - Constructor for class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
ComponentRunActive - interface org.objectweb.proactive.core.component.body.ComponentRunActive.
This interface defines the activity of an active object which is a Fractal component.
ComposedFrom - interface org.objectweb.proactive.core.component.adl.vnexportation.ComposedFrom.
An AST node interface to define a set of virtual nodes composing an exported virtual node.
ComposedFromContainer - interface org.objectweb.proactive.core.component.adl.vnexportation.ComposedFromContainer.
An AST node interface for nodes that can contain "composedFrom" elements..
ComposingVirtualNode - interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNode.
An AST node interface to define a virtual node composing an exported virtual node.
ComposingVirtualNodeContainer - interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNodeContainer.
An AST node interface for nodes that can contain composing virtual nodes elements
Composite - class org.objectweb.proactive.core.component.type.Composite.
Dummy class, on top of which we build the membrane of a composite component
Composite() - Constructor for class org.objectweb.proactive.core.component.type.Composite
Constructor for Composite.
CompositeAverageMicroTimer - class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer.
A CompositeMicroTimer maintains many timer at once.
CompositeAverageMicroTimer(String) - Constructor for class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
ComputePolicyException - exception org.objectweb.proactive.ext.security.exceptions.ComputePolicyException.
 
ComputePolicyException() - Constructor for class org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
ComputePolicyException(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
ComputePolicyException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
ComputePolicyException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
ConfidentialityTicket - class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket.
 
ConfidentialityTicket() - Constructor for class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
ConfidentialityTicketProperty - class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty.
 
ConfidentialityTicketProperty() - Constructor for class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
Constants - interface org.objectweb.proactive.core.Constants.
Defines many constants useful across ProActive
Constants - interface org.objectweb.proactive.core.component.Constants.
Constant strings used throughout the components implementation
ConstructionOfProxyObjectFailedException - exception org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException.
 
ConstructionOfProxyObjectFailedException() - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfProxyObjectFailedException(String) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfProxyObjectFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfProxyObjectFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfReifiedObjectFailedException - exception org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException.
 
ConstructionOfReifiedObjectFailedException() - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfReifiedObjectFailedException(String) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfReifiedObjectFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfReifiedObjectFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfStubObjectFailedException - exception org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException.
 
ConstructionOfStubObjectFailedException() - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructionOfStubObjectFailedException(String) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructionOfStubObjectFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructionOfStubObjectFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructorCall - interface org.objectweb.proactive.core.mop.ConstructorCall.
A reified constructor call.
ConstructorCallExecutionFailedException - exception org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException.
 
ConstructorCallExecutionFailedException() - Constructor for class org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallExecutionFailedException(String) - Constructor for class org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallExecutionFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallExecutionFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallImpl - class org.objectweb.proactive.core.mop.ConstructorCallImpl.
A reified constructor call.
ConstructorCallImpl(Constructor, Object[]) - Constructor for class org.objectweb.proactive.core.mop.ConstructorCallImpl
Effective constructor
ContentDescription - class org.objectweb.proactive.core.component.ContentDescription.
Fractal implementation-specific description of the content of components.
ContentDescription(String, Object[], VirtualNode, Active, MetaObjectFactory) - Constructor for class org.objectweb.proactive.core.component.ContentDescription
constructor
ContentDescription(String, Object[], Node, Active, MetaObjectFactory) - Constructor for class org.objectweb.proactive.core.component.ContentDescription
constructor
ContentDescription(String, Object[]) - Constructor for class org.objectweb.proactive.core.component.ContentDescription
constructor
ContentDescription(String, Object[], VirtualNode) - Constructor for class org.objectweb.proactive.core.component.ContentDescription
constructor
ContentDescription(String, Object[], Node) - Constructor for class org.objectweb.proactive.core.component.ContentDescription
constructor
ContentDescription(String) - Constructor for class org.objectweb.proactive.core.component.ContentDescription
constructor.
ControllerDescription - class org.objectweb.proactive.core.component.ControllerDescription.
Fractal implementation-specific description of the controllers of components.
ControllerDescription() - Constructor for class org.objectweb.proactive.core.component.ControllerDescription
a no-arg constructor (used in the ProActive parser)
ControllerDescription(String, String) - Constructor for class org.objectweb.proactive.core.component.ControllerDescription
constructor
ControllerDescription(String, String, boolean) - Constructor for class org.objectweb.proactive.core.component.ControllerDescription
Constructor for ControllerDescription.
ControllerDescription(String, String, String) - Constructor for class org.objectweb.proactive.core.component.ControllerDescription
Constructor for ControllerDescription.
ControllerDescription(String, String, String, String) - Constructor for class org.objectweb.proactive.core.component.ControllerDescription
Constructor for ControllerDescription.
ControllerDescription(String, String, String, boolean) - Constructor for class org.objectweb.proactive.core.component.ControllerDescription
Constructor for ControllerDescription.
ControllerDescription(ControllerDescription) - Constructor for class org.objectweb.proactive.core.component.ControllerDescription
copy constructor (clones the object)
CopyProtocol - interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol.
Principal interface for implementing a CopyProtocol
Cube - class org.objectweb.proactive.core.group.topology.Cube.
This class represents a group by a three-dimensional topology.
Cube(Group, int, int, int) - Constructor for class org.objectweb.proactive.core.group.topology.Cube
Construtor.
canMigrateTo(String, String, String) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
captureView(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Gives a view of the group
certificate - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
 
certificate - Variable in class org.objectweb.proactive.ext.security.securityentity.Entity
 
certificateLocation - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
changeBodyAfterMigration(UniversalBody) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.BodyAdapter
Change the body referenced by this adapter.
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Change the body referenced by this adapter.
changeProxiedBody(UniqueID, Body) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
changeProxiedBody(Body) - Method in interface org.objectweb.proactive.core.body.RemoteBody
Change the body referenced by this adapter
changeProxiedBody(UniqueID, Body) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
changeProxiedBody(UniqueID, Body) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
changeProxiedBody(UniqueID, Body) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
changeSettings(JVMProcess) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
characters(char[], int, int) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter
Characters.
check() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Checks different things.
checkActiveHandler() - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
checkBindability(String, Interface) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
checkCertificateChain(X509Certificate, X509Certificate[]) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
Checks a X509 certificate for validity, expiration, and other problems.
checkClassIsReifiable(Class) - Static method in class org.objectweb.proactive.core.mop.MOP
 
checkClientInterfaceName(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
checkComposingVirtualNodesSyntax(String) - Static method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Checks the syntax of the given String of composing virtual nodes
checkExecution(LinkedList) - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Check if the tags given in parameter contains none of the tags of the current barriers
checkLifeCycleIsStopped() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
checkLocalFileExistance(FileTransfer) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
checkMethod(String) - Method in class org.objectweb.proactive.core.group.spmd.MethodBarrier
Tests if this barrier wait for the specified method.
checkMethod(CtMethod) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
checkMethod(Method) - Static method in class org.objectweb.proactive.core.mop.Utils
Checks if the given method can be reified.
checkNewLocation(UniqueID) - Method in interface org.objectweb.proactive.Body
Tries to find a local version of the body of id uniqueID.
checkNewLocation(UniqueID) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
checkNewLocation(UniqueID) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
checkNoArgsConstructor(Class) - Static method in class org.objectweb.proactive.core.mop.MOP
Checks if class c has a noargs constructor
checkNode(Node) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
checkNode(Node) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
checkNonEmpty(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
checkNonEmpty(String) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
checkNonEmpty(String) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
checkNumberOfThreads(int) - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Check wether the number of threads in this threadpool is sufficient compared to the number of members in the group
checkOption(String) - Method in class org.objectweb.proactive.core.node.StartNode
**For internal use only** Checks one given option from the arguments
checkOptions(String[], int) - Method in class org.objectweb.proactive.core.node.StartNode
**For internal use only** Checks options from the arguments
checkProperty(String) - Method in class org.objectweb.proactive.core.descriptor.data.RuntimeDeploymentProperties
 
checkProtocol() - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
checkProtocol() - Method in class org.objectweb.proactive.core.process.filetransfer.DummyCopyProtocol
 
checkProtocol() - Method in class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
checkProtocol(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
checkSignature(Object, PublicKey) - Method in class org.objectweb.proactive.ext.security.crypto.SigningEngine
 
checkStarted() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
checkUnbindability(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
checkUrl(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Checks if the given url is well-formed
checkingPeersUrl(Vector) - Static method in class org.objectweb.proactive.p2p.service.StartP2PService
Add acquisition method and port number to URL of peers.
checkpointIndex - Variable in class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
Index of the associated checkpoint
checkpointIndex - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
The index of the linked checkpoint
checkpointIndex - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
checkpointStorage - Variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
chooseNneighborsAndSendTheBalanceRequest(int, P2PService, double) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
chooseNneighborsAndStealTheirWork(int, double, String) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
ciphered - Variable in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
ciphered - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
cl - Variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
clCipherAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
clMacAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_aes_key - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_cipher - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_hmac_key - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_iv - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_mac - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_mac_enc - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_rand - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
cl_sec_key - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
classDataCache - Static variable in class org.objectweb.proactive.core.mop.MOPClassLoader
 
classGenerator - Variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
className - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
The name of the Class : all members of the group are "className" assignable
className - Variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
classServerHelper - Static variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
classServerHelper - Static variable in class org.objectweb.proactive.core.runtime.http.HttpRuntimeFactory
 
classServerHelper - Static variable in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
classServerHelper - Static variable in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
classname - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
classpath - Variable in class org.objectweb.proactive.core.node.StartNode
 
classpath - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
classpath - Variable in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
clean() - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Interrupts the thread in the pool
clean() - Static method in class org.objectweb.proactive.core.xml.XMLProperties
Call this static method to remove all XML properties.
clear() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
 
clear() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
clear() - Method in class org.objectweb.proactive.core.component.adl.Registry
empties the registry
clear() - Method in interface org.objectweb.proactive.core.component.adl.RegistryManager
Empties the registry
clear() - Method in class org.objectweb.proactive.core.component.adl.RegistryManagerImpl
 
clear() - Method in class org.objectweb.proactive.core.group.ExceptionListException
Removes all of the exceptions from this list.
clear() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Removes all of the elements from this group.
clear() - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
clogger - Static variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
clone() - Method in class org.objectweb.proactive.core.body.BodyMap
 
clone() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
 
clone() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
clone() - Method in class org.objectweb.proactive.core.component.ComponentParameters
overrides the clone method of Object
clone() - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
cloneTo(Node) - Method in interface org.objectweb.proactive.core.body.migration.Migratable
 
cloneTo(Node) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
close() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
close() - Method in interface org.objectweb.proactive.core.util.ThreadStore
Closes the store.
close() - Method in class org.objectweb.proactive.core.util.ThreadStoreImpl
 
close() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
close(InputStream, OutputStream, Socket) - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
close() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
close() - Method in class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
closeStream - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
closeStream() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
closeStream() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
closeStream() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
Closes Input, Output, Error stream just after forking this process
closeStream - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
codebase - Variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
codebase - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
column(int) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the column (one-dimensional topology group) with the specified number
column(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the column that contains the specified object
column(int) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the column (one-dimensional topology group) with the specified number
column(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the column that contains the specified object
command - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
command_buffer - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
command_path - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
command_path - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
commitHistory(HistoryUpdater) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
commitHistory(HistoryUpdater) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
 
commitHistory(HistoryUpdater) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
commitHistory(HistoryUpdater) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Add an history to a checkpoint.
communicationFailed(UniqueID, UniversalBody, Exception) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Common behavior when a communication with another active object failed.
communicationReply - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
communicationRequest - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
compactHistory() - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
Called to delete unusefull elements in this history.
compareTo(Object) - Method in class org.objectweb.proactive.branchnbound.core.Task
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
complete() - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Waits until the ThreadPool has no more job to execute (pending queue is empty).
componentFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
componentLogger - Static variable in class org.objectweb.proactive.core.mop.MethodCall
 
compose(String, ExportedVirtualNode[], VirtualNode) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesBuilder
Composes exported virtual nodes.
compose(String, ExportedVirtualNode[], VirtualNode) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesBuilderImpl
 
compose(String, String, String, String, boolean) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Links virtual nodes to composing nodes and to exporting node
compose(String, ExportedVirtualNode, ComposingVirtualNode, boolean) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Links virtual nodes to composing nodes and to exporting node
compute() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Launch the calculus
computeCommunication(Communication, Communication) - Static method in class org.objectweb.proactive.ext.security.Communication
Method computePolicy.
computePolicy(int[], int[]) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
confFileOption - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
config - Static variable in class org.objectweb.proactive.core.config.xml.MasterFileHandler
 
configFile - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
confirmLastUpdate() - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
Called when an update is confirmed.
connect() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
connect() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
connect(SocketAddress, int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
connect(SocketAddress, int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
connect(SocketAddress) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
construct(BodyAdapterForwarder, BodyAdapter, UniqueID) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
construct(RemoteBody) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
contains(ProActiveListener) - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Returns true if listener is a listener contained in the list.
contains(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
This method returns true if and only if this group contains at least one element e such that o.equals(e)
contains(Object) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
contains(String) - Method in class org.objectweb.proactive.core.util.ClassDataCache
Indicates whether the bytecode for the given class is already in cache.
contains(P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
Returns true if this collection contains the specified element.
containsAll(Collection) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Checks if this Group contains all of the elements in the specified collection.
containsBindingOn(String) - Method in class org.objectweb.proactive.core.component.Bindings
tests if binding exists on the given interface
containsBody(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyMap
 
containsKey(String) - Method in interface org.objectweb.proactive.core.group.Group
Returns true if this Group contains a mapping for the specified key.
containsKey(String) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns true if this Group contains a mapping for the specified key.
containsValue(Object) - Method in interface org.objectweb.proactive.core.group.Group
Returns true if this Group maps one or more keys to the specified value.
containsValue(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns true if this Group maps one or more keys to the specified value.
continuation - Variable in class org.objectweb.proactive.core.body.future.FutureProxy
To mark the proxy before sending this future by parameter or by result
continueStrategy(Body) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
controler - Variable in class org.objectweb.proactive.core.group.threadpool.ThreadPool
The controler that is looking for the end of jobs to perform.
convert(Object) - Static method in class org.objectweb.proactive.core.util.ObjectToByteConverter
 
convertClassNameToRepresentativeClassName(String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
convertClassNameToStubClassName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
convertJavaModifierToASM(int) - Static method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
convertStubClassNameToClassName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
copyProtocolFactory(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
This methods creates a CopyProtocol instance, given by it's name as a parameter.
count - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
count - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
countAwaited() - Method in class org.objectweb.proactive.ext.util.FutureList
Return the number of currently awaited futures in this list
counter - Static variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
counter - Static variable in class org.objectweb.proactive.core.group.threadpool.ThreadInThePool
 
create() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
create(String) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
createAuthorityKeyId(PublicKey, X509Name, int) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
createAuthorityKeyId(PublicKey) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
createBody(String, ConstructorCall, boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
This method is the basis for creating remote active objects.
createBody(String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
createBody(String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
createBody(UniqueRuntimeID, String, ConstructorCall, boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
createBody(UniqueRuntimeID, String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
createBody(String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
createBody(String, ConstructorCall, boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
createBody(UniqueRuntimeID, String, ConstructorCall, boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
createBody(String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
createBody(String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
createBody(UniqueRuntimeID, String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
createBody(String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
createClassGenerator() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createCollectiveClientInterface(String, String, Component) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns a generated interface reference, whose impl field is a group It is able to handle multiple bindings
createCollectiveClientInterface(String, String) - Static method in class org.objectweb.proactive.core.component.Fractive
Method createCollectiveClientInterface.
createComponent(String[]) - Static method in class org.objectweb.proactive.core.component.adl.Launcher
 
createComponent(Object, String, String, ControllerDescription, ContentDescription, VirtualNode, Map) - Method in interface org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilder
Allows the creation of a ProActive component on a given virtual node
createComponent(Object, String, String, Object, Object, Object) - Method in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
createComponent(Object, String, String, ControllerDescription, ContentDescription, VirtualNode, Map) - Method in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
createComponentConfigurationHandler(String) - Static method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
createComponentRepresentative(ComponentType, String, Proxy, String) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeFactory
Creates a component representative according to the type of the component (it also generates the required functional interfaces), and connects the representative to the given proxy.
createConfiguration() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
createConstructor() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createFcItfType(String, String, boolean, boolean, boolean) - Method in class org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
createFcType(InterfaceType[]) - Method in class org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
createFields() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createFileTransferDefinition(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
Creates a new FileTransfer definition, and maps this definition in the PAD internal mapping.
createGetAndSetProxyMethods() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createJKS(String, PrivateKey, String, X509Certificate, Certificate[]) - Static method in class org.objectweb.proactive.ext.security.KeyTools
Creates JKS-file that can be used with JDK.
createLocalBody(ConstructorCall, ConstructorCall, Node) - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Creates a new Node in the same VM as this ProActiveRuntime
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
createLocalNode(UniqueRuntimeID, String, boolean, ProActiveSecurityManager, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
createLocalNode(UniqueRuntimeID, String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
createLocalNode(UniqueRuntimeID, String, boolean, ProActiveSecurityManager, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
createLocalNode(UniqueRuntimeID, String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
createLocalNode(String, boolean, ProActiveSecurityManager, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
createMOPClassLoader() - Static method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
createMainDefinition(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Creates a new MainDefinition object and add it to the map
createMainDefinition(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
create a new mainDefintion with a unique id defined by the append of "mainDefinition:" + lastMainDefinitionID
createMasterFileHandler(String, ProActiveConfiguration) - Static method in class org.objectweb.proactive.core.config.xml.MasterFileHandler
Create a SAX parser on the specified file
createMasterFileHandler(String) - Static method in class org.objectweb.proactive.core.descriptor.xml.MasterPropertiesFileHandler
Create a SAX parser on the specified file
createMemberWithMultithread(String, Object[][], String[]) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Builds the members using the threads (of the threadpool).
createMemberWithMultithread(String, Object[], String[]) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Builds the members using the threads (of the threadpool).
createMessage() - Static method in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
createMethod(int, Method) - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createMethodGenerator(Method) - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createName(String) - Static method in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
createNode(String) - Static method in class org.objectweb.proactive.core.node.NodeFactory
Creates a new node on the local machine.
createNode(String, boolean, ProActiveSecurityManager, String) - Static method in class org.objectweb.proactive.core.node.NodeFactory
Creates a new node on the local machine.
createNode(String, boolean) - Method in class org.objectweb.proactive.core.node.StartNode
**For internal use only** Creates the node at the given URL with the rebind option
createNodeOnCurrentJvm(String) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Creates a node with the given protocol(or null) on the current jvm, ie the jvm that originates the creation of this VirtualNode.
createNodeOnCurrentJvm(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
createNodeOnCurrentJvm(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
createP12(String, PrivateKey, X509Certificate, X509Certificate) - Static method in class org.objectweb.proactive.ext.security.KeyTools
Creates PKCS12-file that can be imported in IE or Netscape.
createP12(String, PrivateKey, X509Certificate, Collection) - Static method in class org.objectweb.proactive.ext.security.KeyTools
Creates PKCS12-file that can be imported in IE or Netscape.
createP12(String, PrivateKey, X509Certificate, Certificate[]) - Static method in class org.objectweb.proactive.ext.security.KeyTools
Creates PKCS12-file that can be imported in IE or Netscape.
createPolicyServer(String) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
Creates ProActiveDescriptor object from XML Descriptor
createProActiveDescriptor(String) - Static method in class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
Creates ProActiveDescriptor object from XML Descriptor
createProActiveSecurityManager(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Creates the initial Security Manager associated to an application
createProActiveSecurityManager(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
Initialize application security policy
createProcess(String, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Creates an ExternalProcess of the given className with the specified ProcessID
createProcess(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns a new instance of ExternalProcess from processClassName
createProcess(String, String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
createProcess(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
createProcess() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
createProcess() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcessList
 
createProcess() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcessList
 
createProcess() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcessList
 
createProxyObject(String, Object[], ConstructorCall) - Static method in class org.objectweb.proactive.core.mop.MOP
 
createReifiedMethods(CtClass, CtMethod[], boolean) - Static method in class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
createReifiedMethods(CtClass, CtMethod[], boolean) - Static method in class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
 
createRemoteBody(ConstructorCall, Node) - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
createReply(Body, FutureResult) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
createReplyReceiver(UniversalBody, ReplyReceiver) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
createReplyReceiver(UniversalBody, ReplyReceiver) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
createReplyReceiver(UniversalBody, ReplyReceiver) - Method in class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
createReplyReceiver(UniversalBody, ReplyReceiver) - Method in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
createRequestReceiver(UniversalBody, RequestReceiver) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
createRequestReceiver(UniversalBody, RequestReceiver) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
createRequestReceiver(UniversalBody, RequestReceiver) - Method in class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
createRequestReceiver(UniversalBody, RequestReceiver) - Method in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
createReturnCode(CodeVisitor, Class) - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createRuntimeAdapter(RemoteProActiveRuntime) - Method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Creates an Adapter for the given RemoteProActiveRuntime
createRuntimeAdapter() - Method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Creates a new Adapter
createRuntimeAdapter() - Method in class org.objectweb.proactive.core.runtime.http.HttpRuntimeFactory
 
createRuntimeAdapter() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
createRuntimeAdapter() - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
createRuntimeAdapter() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
createRuntimeAdapter() - Method in class org.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory
 
createRuntimeAdapterForwarder() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
createRuntimeAdapterForwarder() - Method in class org.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory
 
createServerSocket(int) - Method in class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
createServerSocket(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshRMIServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
createServerSocket(int, InetAddress, boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
createServerSocket(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
createServerSocket(int, KeyStore) - Method in class org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory
 
createServerSocket(int) - Method in class org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory
 
createShortcut(Shortcut) - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
createShortcut(Shortcut) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
createShortcut(Shortcut) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
createShortcut(UniqueID, Shortcut) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
createShortcut(Shortcut) - Method in interface org.objectweb.proactive.core.body.UniversalBody
similar to the UniversalBody.updateLocation(org.objectweb.proactive.core.UniqueID, UniversalBody) method, it allows direct communication to the target of a functional call, accross membranes of composite components.
createShortcut(UniqueID, Shortcut) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
createShortcut(Shortcut) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
createShortcut(Shortcut) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
createShortcut(Shortcut) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
createSocket(String, int) - Method in class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
createSocket(String, int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory
 
createSocket(InetAddress, int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
createSocket(InetAddress, int, InetAddress, long) - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
createSocket(String, int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
createSocket(String, int) - Method in class org.objectweb.proactive.ext.security.ssl.RMISSLClientSocketFactory
 
createStaticInitializer() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createStaticInitializer(CtClass, CtMethod[], List) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
createStaticVariables() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createStreams() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
createStubObject(String, UniversalBody) - Static method in class org.objectweb.proactive.ProActive
 
createStubObjectMethods(CtClass) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
createSubjectKeyId(PublicKey) - Static method in class org.objectweb.proactive.ext.security.KeyTools
create the subject key identifier.
createSubjectKeyId(PublicKey) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
createThreads(int) - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Creates the needed threads for this ThreadPool
createTimer() - Static method in class org.objectweb.proactive.core.util.profiling.PAProfilerEngine
Create a profiler of default type
createTunnel(String, int) - Static method in class org.objectweb.proactive.core.ssh.SshTunnelFactory
 
createUnwrappingCode(CodeVisitor, Class) - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
createVM(UniversalProcess) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Creates a new ProActiveRuntime associated with a new VM on the host defined in the given process.
createVM(UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
createVM(UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
createVM(UniqueRuntimeID, UniversalProcess) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
createVM(UniqueRuntimeID, UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
createVM(UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
createVM(UniversalProcess) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
createVM(UniqueRuntimeID, UniversalProcess) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
createVM(UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
createVM(UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
createVM(UniqueRuntimeID, UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
createVM(UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
createVirtualMachine(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Creates a VirtualMachine of the given name
createVirtualMachine(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
createVirtualNode(String, boolean) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Creates a VirtualNode with the given name If the VirtualNode with the given name has previously been created, this method returns it.
createVirtualNode(String, boolean, boolean) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Creates a VirtualNode with the given name If the VirtualNode with the given name has previously been created, this method returns it.
createVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
createVirtualNode(String, boolean, boolean) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
createWrapper(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
createdNodeCount() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Deprecated. use VirtualNode.getNumberOfCurrentlyCreatedNodes() or VirtualNode.getNumberOfCreatedNodesAfterDeployment() instead
createdNodeCount() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Deprecated. use VirtualNodeImpl.getNumberOfCurrentlyCreatedNodes() or VirtualNodeImpl.getNumberOfCreatedNodesAfterDeployment() instead
createdNodeCount() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
Deprecated. use VirtualNodeLookup.getNumberOfCurrentlyCreatedNodes() or VirtualNodeLookup.getNumberOfCreatedNodesAfterDeployment() instead
creationActiveObjectFrom - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
creationActiveObjectTo - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
creationTime - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
creatorID - Variable in class org.objectweb.proactive.core.body.future.FutureProxy
UniqueID of the body which create this future
creatorID - Variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
creatorID - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
creatorID - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
crypt(ProActiveSecurityManager, UniversalBody) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
crypt(ProActiveSecurityManager, UniversalBody) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
crypt(ProActiveSecurityManager, UniversalBody) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
crypt(ProActiveSecurityManager, UniversalBody) - Method in interface org.objectweb.proactive.ext.security.Securizable
 
currentClassServer - Variable in class org.objectweb.proactive.core.rmi.ClassServerHelper
settings of the ClassServer
currentElapsed - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
currentHostNumber - Variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
currentTime() - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
 
currentTime() - Method in class org.objectweb.proactive.ext.locationserver.util.MicroTimer
 

D

DEFAULT - Static variable in class org.objectweb.proactive.core.mop.MethodCallMetadata
The default parameters, when the exception mechanism is not used.
DEFAULT_BJOBPATH - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
DEFAULT_BODY_CLASS - Static variable in interface org.objectweb.proactive.core.Constants
The explicit local body default class
DEFAULT_BODY_CLASS_NAME - Static variable in interface org.objectweb.proactive.core.Constants
The name of the explicit local body default class
DEFAULT_BODY_INTERFACE - Static variable in interface org.objectweb.proactive.core.Constants
The explicit local body default class
DEFAULT_BODY_INTERFACE_NAME - Static variable in interface org.objectweb.proactive.core.Constants
The name of the explicit local body default class
DEFAULT_BODY_PROXY_CLASS - Static variable in interface org.objectweb.proactive.core.Constants
The explicit local body default class
DEFAULT_BODY_PROXY_CLASS_NAME - Static variable in interface org.objectweb.proactive.core.Constants
The name of the explicit local body default class
DEFAULT_BOOKING_DURATION - Static variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
DEFAULT_BOOKING_DURATION - Static variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
DEFAULT_BOOKING_DURATION - Static variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
DEFAULT_BORDER_VALUE - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Default external border value
DEFAULT_BSUBPATH - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
DEFAULT_CLASSFILE_SERVER_PORT - Static variable in class org.objectweb.proactive.core.node.StartNode
 
DEFAULT_CLASSNAME - Static variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
DEFAULT_CLASSPATH - Static variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
DEFAULT_COMMAND_PATH - Static variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
DEFAULT_COMPONENT_CONFIG_FILE_LOCATION - Static variable in class org.objectweb.proactive.core.component.ControllerDescription
 
DEFAULT_CONFIG_FILE - Static variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
DEFAULT_FDETECT_SCAN_PERIOD - Static variable in class org.objectweb.proactive.core.body.ft.servers.FTServer
Period of the failure detector sanning (ms)
DEFAULT_FILE_LOCATION - Static variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
DEFAULT_FUTURE_PROXY_CLASS - Static variable in interface org.objectweb.proactive.core.Constants
The explicit local body default class
DEFAULT_FUTURE_PROXY_CLASS_NAME - Static variable in interface org.objectweb.proactive.core.Constants
The name of the explicit local body default class
DEFAULT_GC_PERIOD - Static variable in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
Period of the checkpoints garbage collection (ms)
DEFAULT_HEIGHT - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Default height value of a submatrix
DEFAULT_HOSTNAME - Static variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
DEFAULT_HOSTS_NUMBER - Static variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
DEFAULT_HOSTS_NUMBER - Static variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
DEFAULT_HOSTS_NUMBER - Static variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
DEFAULT_HOSTS_NUMBER - Static variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
DEFAULT_HOSTS_NUMBER - Static variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
DEFAULT_INPUT_FILE - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
DEFAULT_JAVAPATH - Static variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
DEFAULT_JVMPARAMETERS - Static variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
DEFAULT_LOG4J_FILE - Static variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
DEFAULT_LSFPATH - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
DEFAULT_NGPATH - Static variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
DEFAULT_OARGRIDSUBPATH - Static variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
DEFAULT_OARSUBPATH - Static variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
DEFAULT_PARALLEL_ENVIRONMENT - Static variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
DEFAULT_PARAM_LINE - Static variable in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
DEFAULT_POLICY_FILE - Static variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
DEFAULT_PORT - Static variable in class org.objectweb.proactive.core.body.ft.servers.FTServer
Default server port
DEFAULT_PORT - Static variable in class org.objectweb.proactive.core.node.StartNode
 
DEFAULT_PROCESSOR_NUMBER - Static variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
DEFAULT_PROCESSOR_NUMBER - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
DEFAULT_PROCESSOR_NUMBER - Static variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
DEFAULT_PROCESSOR_NUMBER - Static variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
DEFAULT_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
default protocol identifier
DEFAULT_PROXYFORGROUP_CLASS - Static variable in class org.objectweb.proactive.core.group.ProActiveGroup
The name of the default proxy for group communication
DEFAULT_PROXYFORGROUP_CLASS_NAME - Static variable in class org.objectweb.proactive.core.group.ProActiveGroup
The name of the default proxy for group communication
DEFAULT_PRUNPATH - Static variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
DEFAULT_QSUBPATH - Static variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
DEFAULT_QSUBPATH - Static variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
DEFAULT_QUEUE_NAME - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
DEFAULT_REGISTRY_PORT - Static variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
DEFAULT_RLOGINPATH - Static variable in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
DEFAULT_RSHPATH - Static variable in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
DEFAULT_RSH_COPYPROTOCOL - Static variable in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
DEFAULT_SCRIPT_LOCATION - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
DEFAULT_SERVER_BASE_PORT - Static variable in class org.objectweb.proactive.core.rmi.ClassServer
 
DEFAULT_SERVER_NAME - Static variable in class org.objectweb.proactive.core.body.ft.servers.FTServer
Default name of this server
DEFAULT_SERVER_PORT_INCREMENT - Static variable in class org.objectweb.proactive.core.rmi.ClassServer
 
DEFAULT_SSHPATH - Static variable in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
DEFAULT_SSH_COPYPROTOCOL - Static variable in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
DEFAULT_STDOUPUT - Static variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
DEFAULT_TTC_VALUE - Static variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This is the default value in ms of the checkpoint interval time
DEFAULT_USERNAME - Static variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
DEFAULT_WALLTIME - Static variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
DEFAULT_WEIGHT - Static variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
DEFAULT_WIDTH - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Default width value of a submatrix
DENIED - Static variable in class org.objectweb.proactive.ext.security.Communication
 
DEPLOY - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
DEPLOYMENT - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
DEPLOYMENT_LOG - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
DEPLOYMENT_PROCESS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
DEPLOYMENT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
DNS - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
DOCUMENTATION - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
DOMAdaptor - class org.objectweb.proactive.core.xml.io.DOMAdaptor.
Adaptor between a DOM and the XMLHandler
DOMAdaptor(XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.DOMAdaptor
 
DOMAdaptor.EmptyAttributesImpl - class org.objectweb.proactive.core.xml.io.DOMAdaptor.EmptyAttributesImpl.
 
DOMReader - class org.objectweb.proactive.core.xml.io.DOMReader.
Implement an XLMReader based on a existing DOM.
DOMReader(Element, XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.DOMReader
 
Daemon - class org.objectweb.proactive.p2p.daemon.Daemon.
 
DefaultEntity - class org.objectweb.proactive.ext.security.securityentity.DefaultEntity.
 
DefaultEntity() - Constructor for class org.objectweb.proactive.ext.security.securityentity.DefaultEntity
 
DefaultHandlerAdapter - class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.
Adaptor between the DefaultHandler from SAX API and the XMLHandler
DefaultHandlerAdapter(XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter
 
DefaultHandlerAdapter.AttributesImpl - class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.AttributesImpl.
 
DefaultHandlerAdapter.EmptyAttributesImpl - class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.EmptyAttributesImpl.
 
DefaultPolicyServer - class org.objectweb.proactive.ext.security.DefaultPolicyServer.
 
DefaultPolicyServer(String) - Constructor for class org.objectweb.proactive.ext.security.DefaultPolicyServer
 
DefaultProActiveSecurityManager - class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager.
 
DefaultProActiveSecurityManager() - Constructor for class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager
 
DefaultProActiveSecurityManager(String) - Constructor for class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager
 
Destination - interface org.objectweb.proactive.ext.migration.Destination.
 
Domain - class org.objectweb.proactive.ext.security.Domain.
 
Domain(String, PolicyServer) - Constructor for class org.objectweb.proactive.ext.security.Domain
 
DomainImpl - class org.objectweb.proactive.ext.security.domain.DomainImpl.
 
DomainImpl() - Constructor for class org.objectweb.proactive.ext.security.domain.DomainImpl
 
DomainImpl(String) - Constructor for class org.objectweb.proactive.ext.security.domain.DomainImpl
 
DoubleMutableWrapper - class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper.
An reifiable object for wrapping the primitive Java type double.
DoubleMutableWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
The no arguments constructor for ProActive.
DoubleMutableWrapper(double) - Constructor for class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
Construct an reifiable object for a double.
DoubleWrapper - class org.objectweb.proactive.core.util.wrapper.DoubleWrapper.
An reifiable object for wrapping the primitive Java type double.
DoubleWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.DoubleWrapper
The no arguments constructor for ProActive.
DoubleWrapper(double) - Constructor for class org.objectweb.proactive.core.util.wrapper.DoubleWrapper
Construct an reifiable object for a double.
DummyCopyProtocol - class org.objectweb.proactive.core.process.filetransfer.DummyCopyProtocol.
DummyProtocol for unkown default protocols.
DummyCopyProtocol(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.DummyCopyProtocol
 
decipherPrimitiveType(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
decodeCertificate(byte[]) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
decrease() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
 
decrypt(ProActiveSecurityManager) - Method in interface org.objectweb.proactive.core.body.reply.Reply
 
decrypt(ProActiveSecurityManager) - Method in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
decrypt(ProActiveSecurityManager) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
decrypt(ProActiveSecurityManager) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
decrypt(ProActiveSecurityManager) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
decrypt(long, byte[][], int) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method decrypt.
decrypt(ProActiveSecurityManager) - Method in interface org.objectweb.proactive.ext.security.Securizable
 
decrypt(Object, Key) - Method in class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
defaultNFEHandler(NonFunctionalException) - Static method in class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
defaultRmiRuntime - Static variable in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
defaultRmiRuntimeForwarder - Static variable in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
defaultRuntimeURL - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
defaultRuntimeURL - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
defineClass(String, byte[]) - Static method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
delDirectory(File) - Static method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
Delete recursively all files and directory
deploy(String, String, Object, String[]) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Deploy an active object as a web service
deployComponent(String, String, Component) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Deploy a component as a webservice.
depth - Variable in class org.objectweb.proactive.core.group.topology.Cube
depth of the three-dimensional topology group
depth - Variable in class org.objectweb.proactive.core.group.topology.TorusCube
depth of the three-dimensional topology group
destinationID - Variable in class org.objectweb.proactive.core.event.MessageEvent
 
destroy() - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Destroys this BlockingQueue by removing all its content, unblocking all thread waiting for a request and making sure that no thread will block again.
destroy() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
detail - Variable in class org.objectweb.proactive.core.mop.MOPException
 
detail - Variable in class org.objectweb.proactive.core.mop.MOPRuntimeException
 
difference(Group) - Method in interface org.objectweb.proactive.core.group.Group
Creates a new group with all members that belong to the group or to the group g, but not to both.
difference(Group) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Creates a new group with all members that belong to the group or to the group g, but not to both.
disableAC(Object) - Static method in class org.objectweb.proactive.ProActive
Disable the automatic continuation mechanism for this active object.
disableAC() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
disableAC() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
disableAC() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
disableAC(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
disableAC() - Method in interface org.objectweb.proactive.core.body.RemoteBody
Disables automatic continuation mechanism for this body
disableAC(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
disableAC() - Method in interface org.objectweb.proactive.core.body.UniversalBody
Disables automatic continuation mechanism for this body
disableAC(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
disableAC() - Method in class org.objectweb.proactive.core.body.future.FuturePool
To disable the automatic continuation behaviour for all futures in this FuturePool
disableAC() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
disableAC() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
disableAC(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
disableAC() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
disableAC() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
disableAC() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
disallowedMethods - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
discarded(DiscoveryEvent) - Method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
for multicast discover
discarded(DiscoveryEvent) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
disconnect() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
discovered(DiscoveryEvent) - Method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
for multicast discover
discovered(DiscoveryEvent) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
dispatching - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
Flag to deternime the semantic of communication (broadcast or dispatching)
display() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
To debug, display the size of the Group and all its members with there position
display(String) - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
display(String) - Method in class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
displayByte(byte[]) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
displayByte(byte[]) - Static method in class org.objectweb.proactive.ext.security.crypto.Session
 
displayTotal() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
displayTotal() - Method in class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
displayTotal() - Method in interface org.objectweb.proactive.ext.benchsocket.BenchStream
 
distantBody - Variable in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
distantOACertificate - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
distantOAPublicKey - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.objectweb.proactive.core.rmi.ClassServerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.objectweb.proactive.ext.webservices.soap.WsdlServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.objectweb.proactive.core.rmi.ClassServerServlet
 
doTheJob() - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryJob
 
doTheJob() - Method in interface org.objectweb.proactive.core.body.ft.servers.util.ActiveQueueJob
This method contains the main code of the job.
doTheJob() - Method in class org.objectweb.proactive.core.body.ft.servers.util.KillerJob
 
domain - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
doubleValue() - Method in class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
Return the value of the double.
doubleValue() - Method in class org.objectweb.proactive.core.util.wrapper.DoubleWrapper
Return the value of the double.
down(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the object at the down of the specified object in the three-dimensional topology group
down(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the object at the down of the specified object in the two-dimensional topology group
down(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the object at the down of the specified object in the two-dimensional topology group
down(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the object at the down of the specified object in the three-dimensional topology group
down() - Method in class org.objectweb.proactive.core.ssh.Semaphore
 
dstInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
dstInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
dump() - Method in class org.objectweb.proactive.core.util.profiling.PAProfilerEngine
Call dump on all profilers registered in this engine
dump() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
dump() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
dump() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
dump() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
dumpIntermediateResults() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
dumpIntermediateResults() - Method in class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
dumpIntermediateResults() - Method in interface org.objectweb.proactive.ext.benchsocket.BenchStream
 
dumpShortcutsTable() - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
Dumps the shortcut table to System.out
dumpStreamIntermediateResults() - Static method in class org.objectweb.proactive.ext.benchsocket.BenchFactory
 
dumpStreamIntermediateResults() - Static method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 

E

EMAIL - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
EMAIL1 - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
EMAIL2 - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
EMAIL3 - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
EMPTY_CLASS_ARRAY - Static variable in class org.objectweb.proactive.core.mop.MOP
Class array representing no parameters
EMPTY_COMPONENT_NAME - Static variable in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
EMPTY_COMPOSING_VIRTUAL_NODES - Static variable in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
EMPTY_OBJECT_ARRAY - Static variable in class org.objectweb.proactive.core.mop.MOP
Empty object array
EMPTY_VIRTUAL_NODE_NAME - Static variable in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
ENTITY_FROM_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
ENTITY_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
ENTITY_TO_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
ENTITY_TYPE_NODE - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
ENTITY_TYPE_OBJECT - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
ENTITY_TYPE_RUNTIME - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
ENVIRONMENT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ERROR_FILE - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
EVENTS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
EWMATimer - class org.objectweb.proactive.core.util.timer.EWMATimer.
A timer where we compute an exponentially weighted moving average i.e average(n)=average(n-1)*alpha+(1-alpha)*value(n)
EWMATimer(String, double) - Constructor for class org.objectweb.proactive.core.util.timer.EWMATimer
 
EXAMPLES - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
EXECUTABLE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
EXTENDED_JVM_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
EncryptedBody - class org.objectweb.proactive.ext.security.EncryptedBody.
 
EncryptedBody() - Constructor for class org.objectweb.proactive.ext.security.EncryptedBody
 
EncryptedBody(byte[], long) - Constructor for class org.objectweb.proactive.ext.security.EncryptedBody
 
EncryptionEngine - class org.objectweb.proactive.ext.security.crypto.EncryptionEngine.
 
EncryptionEngine() - Constructor for class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
EndActive - interface org.objectweb.proactive.EndActive.
EndActive is related to the finalization of an active object.
EndControler - class org.objectweb.proactive.core.group.threadpool.EndControler.
This object is used by a thread pool to control the termination of the jobs.
EndControler() - Constructor for class org.objectweb.proactive.core.group.threadpool.EndControler
 
Entity - class org.objectweb.proactive.ext.security.securityentity.Entity.
 
Entity() - Constructor for class org.objectweb.proactive.ext.security.securityentity.Entity
 
EntityCertificate - class org.objectweb.proactive.ext.security.securityentity.EntityCertificate.
 
EntityCertificate(X509Certificate, X509Certificate) - Constructor for class org.objectweb.proactive.ext.security.securityentity.EntityCertificate
 
EntityPolicy - interface org.objectweb.proactive.ext.security.securityentity.EntityPolicy.
 
EntityVirtualNode - class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode.
 
EntityVirtualNode() - Constructor for class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode
 
EntityVirtualNode(String, X509Certificate, X509Certificate) - Constructor for class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode
represent
ExceptionHandler - class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler.
 
ExceptionHandler() - Constructor for class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
ExceptionInGroup - exception org.objectweb.proactive.core.group.ExceptionInGroup.
This class represents an throwable occured in a group communication.
ExceptionInGroup(Object, int, Throwable) - Constructor for class org.objectweb.proactive.core.group.ExceptionInGroup
Built an ThrowableInGroup
ExceptionListException - exception org.objectweb.proactive.core.group.ExceptionListException.
An exception that contains a list of the ExceptionInGroup occured in a group.
ExceptionListException() - Constructor for class org.objectweb.proactive.core.group.ExceptionListException
Builds a new empty list of exception
ExceptionMaskLevel - class org.objectweb.proactive.core.exceptions.manager.ExceptionMaskLevel.
 
ExceptionMaskStack - class org.objectweb.proactive.core.exceptions.manager.ExceptionMaskStack.
 
ExceptionThrower - class org.objectweb.proactive.core.exceptions.manager.ExceptionThrower.
 
ExceptionThrower() - Constructor for class org.objectweb.proactive.core.exceptions.manager.ExceptionThrower
 
ExportedVirtualNode - interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNode.
An AST node interface to define an exported virtual node.
ExportedVirtualNodeContainer - interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodeContainer.
An AST node interface for nodes that can contain exported virtual nodes.
ExportedVirtualNodes - interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodes.
An AST node interface to define a set of exported virtual nodes.
ExportedVirtualNodesBuilder - interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesBuilder.
A builder interface for composing exported virtual nodes.
ExportedVirtualNodesBuilderImpl - class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesBuilderImpl.
An implementation of the ExportedVirtualNodesBuilder interface.
ExportedVirtualNodesBuilderImpl() - Constructor for class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesBuilderImpl
 
ExportedVirtualNodesCompiler - class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler.
A PrimitiveCompiler to compile ExportedVirtualNodes in definitions.
ExportedVirtualNodesCompiler() - Constructor for class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
ExportedVirtualNodesContainer - interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesContainer.
An AST node interface for nodes that can contain an exported virtual nodes element, which itself can contain a set of exported virtual node elements.
ExportedVirtualNodesList - class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList.
A static container of exported / composed virtual nodes.
ExternalProcess - interface org.objectweb.proactive.core.process.ExternalProcess.
A class implementing this interface is able to start a UniversalProcess and to connect its input/output to handlers or to close all streams.
ExternalProcessDecorator - interface org.objectweb.proactive.core.process.ExternalProcessDecorator.
A class implementing this interface is able to start an embedded ExternalProcess.
echo() - Method in class org.objectweb.proactive.core.UniqueID
for debug purpose
effectiveArguments - Variable in class org.objectweb.proactive.core.mop.ConstructorCallImpl
The array holding the arguments og the constructor
elementNames - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
The map : to name members of the group
elements - Variable in class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
Reception events, i.e. id of the senders
empty() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Empties the current composition
enableAC(Object) - Static method in class org.objectweb.proactive.ProActive
Enable the automatic continuation mechanism for this active object.
enableAC() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
enableAC() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
enableAC() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
enableAC(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
enableAC() - Method in interface org.objectweb.proactive.core.body.RemoteBody
Enables automatic continuation mechanism for this body
enableAC(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
enableAC() - Method in interface org.objectweb.proactive.core.body.UniversalBody
Enables automatic continuation mechanism for this body
enableAC(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
enableAC() - Method in class org.objectweb.proactive.core.body.future.FuturePool
To enable the automatic continuation behaviour for all futures in this FuturePool
enableAC() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
enableAC() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
enableAC(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
enableAC() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
enableAC() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
enableAC() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
encapsulated - Variable in class org.objectweb.proactive.core.mop.MethodCall.FixWrapper
 
encodedApplicationCertificate - Variable in class org.objectweb.proactive.ext.security.securityentity.Entity
 
encodedClCipherAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
encodedClMacAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
encodedKeyStore - Variable in class org.objectweb.proactive.ext.security.PolicyServer
 
encodedKeyStore - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
encodedKeyStore - Variable in class org.objectweb.proactive.ext.security.SerializableKeyStore
 
encodedSeCipherAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
encodedSeMacAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
encrypt(long, Object, int) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method encrypt.
encrypt(Serializable, Key) - Method in class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
encryptedBody - Variable in class org.objectweb.proactive.ext.security.EncryptedBody
 
encryptedResult - Variable in class org.objectweb.proactive.core.body.reply.ReplyImpl
the encrypted result
encryptedSessionKeyPart1 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
encryptedSessionKeyPart1 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
encryptedSessionKeyPart2 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
encryptedSessionKeyPart2 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
encrypted_key - Variable in class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
endActivity(Body) - Method in interface org.objectweb.proactive.EndActive
Finalized the active object after the activity has been stopped.
endActivity(Body) - Method in class org.objectweb.proactive.core.component.body.ComponentActivity
 
endActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Remove this nodes accessor from the waiting node accessors list in the local P2P service.
endActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
 
endComponentActivity(Body) - Method in interface org.objectweb.proactive.core.component.body.ComponentEndActive
 
endElement(String) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
endElement(String) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
endElement(String, String, String) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter
end element.
endElement(String) - Method in interface org.objectweb.proactive.core.xml.io.XMLHandler
Receives notification that the end of an XML element of given name has been read in the XML being deserialized
endIndex - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
endMeasure() - Static method in class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
endPrefixMapping(String) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
endPrefixMapping(String) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
endPrefixMapping(String) - Method in interface org.objectweb.proactive.core.xml.io.XMLHandler
Receives notification that the scope of an XML prefix has just ended
endTime2 - Variable in class org.objectweb.proactive.core.util.timer.MicroTimer
 
endTryWithCatch() - Static method in class org.objectweb.proactive.ProActive
This has to be called at the end of the try block.
endTryWithCatch() - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
ensureCapacity(int) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
enter() - Method in interface org.objectweb.proactive.core.util.ThreadStore
Signals that a thread wants to enter the store.
enter() - Method in class org.objectweb.proactive.core.util.ThreadStoreImpl
 
enterInThreadStore() - Method in interface org.objectweb.proactive.Body
Allows the calling thread to enter in the ThreadStore of this body.
enterInThreadStore() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
enterInThreadStore() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
entitiesFrom - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
entitiesTo - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
environment - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
equals(Object) - Method in class org.objectweb.proactive.core.UniqueID
Overrides equals to take into account the two part of this UniqueID.
equals(Object) - Method in class org.objectweb.proactive.core.UniqueRuntimeID
Overrides equals to take into account the two part of this UniqueRuntimeID.
equals(Object) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
equals(Object) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
equals(Object) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
equals(Object) - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
equals(Object) - Method in interface org.objectweb.proactive.core.component.identity.ProActiveComponent
comparison between components
equals(Object) - Method in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceID
 
equals(Object) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
The comparison of component references is actually a comparison of unique identifiers accross jvms.
equals(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Compares the specified object with this group for equality.
equals(FileTransfer) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
equals(Object) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
equals(Object) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
equals(Object) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory
 
equals(Object) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshRMIServerSocketFactory
 
equals(Object) - Method in class org.objectweb.proactive.core.util.MutableInteger
 
equals(Object) - Method in class org.objectweb.proactive.core.util.MutableLong
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
 
equals(Entity) - Method in class org.objectweb.proactive.ext.security.securityentity.DefaultEntity
 
equals(Entity) - Method in class org.objectweb.proactive.ext.security.securityentity.Entity
 
equals(Entity) - Method in class org.objectweb.proactive.ext.security.securityentity.EntityCertificate
 
equals(Entity) - Method in class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode
 
equals(Object) - Method in class org.objectweb.proactive.p2p.service.util.UniversalUniqueID
 
error(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
errorMessageLogger - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
eventListeners - Variable in class org.objectweb.proactive.core.event.AbstractEventProducer
the list of listeners.
everTried(String, int) - Method in class org.objectweb.proactive.core.ssh.TryCache
 
exchange() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Exchange the old values with the new
exclude(Group) - Method in interface org.objectweb.proactive.core.group.Group
Creates a new group with the members that belong to the group, but not to the group g.
exclude(Group) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Creates a new group with the members that belong to the group, but not to the group g.
excludeArray - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
executable_path - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
execute() - Method in class org.objectweb.proactive.branchnbound.core.Task
 
execute(Task) - Method in class org.objectweb.proactive.branchnbound.core.Worker
Start the computation of the given task.
execute(Object) - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
execute(Object) - Method in class org.objectweb.proactive.core.group.spmd.MethodCallBarrier
Execution of a barrier call is to block the service of request if the method is sent by the object itself.
execute(Object) - Method in class org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup
Executes the call.
execute() - Method in interface org.objectweb.proactive.core.mop.ConstructorCall
Performs the object construction that is reified vy this object
execute() - Method in class org.objectweb.proactive.core.mop.ConstructorCallImpl
Performs the object construction that is reified vy this object
execute(Object) - Method in class org.objectweb.proactive.core.mop.MethodCall
Executes the instance method call represented by this object.
execute(SecurityContext) - Method in interface org.objectweb.proactive.ext.security.Secure
 
executeMethodOnArrival(Body) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
executeMethodOnDeparture(Body) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
existsBinding(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
exit() - Method in interface org.objectweb.proactive.core.util.ThreadStore
Signals that a thread exited the store.
exit() - Method in class org.objectweb.proactive.core.util.ThreadStoreImpl
 
exitFromThreadStore() - Method in interface org.objectweb.proactive.Body
Allows the calling thread to exit from the ThreadStore of this body.
exitFromThreadStore() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
exitFromThreadStore() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
exploring(int, UniversalUniqueID, P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PService
Method automaticly forwarded by run activity if needed.
exposeAsWebService(Object, String, String, String[]) - Static method in class org.objectweb.proactive.ProActive
Expose an active object as a web service
exposeComponentAsWebService(Component, String, String) - Static method in class org.objectweb.proactive.ProActive
Deploy a component as a webservice.
externalProcess - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 

F

FAILED - Static variable in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Active objects possible states.
FAULT_TOLERANCE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
FAULT_TOLERANCE_CIC - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
FAULT_TOLERANCE_PML - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
FILETRANSFER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
FILE_SEPARATOR - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
FILE_TRANSFER_COPY_PROTOCOL_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_DEFAULT_PROTOCOL - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
FILE_TRANSFER_DEFINITIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_DEPLOY_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_DIR_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_DST_INFO_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_IMPLICT_KEYWORD - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_RETRIEVE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_SRC_INFO_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FILE_TRANSFER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FORWARDER_RUNTIME_REGISTERED - Static variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
FTManager - class org.objectweb.proactive.core.body.ft.protocols.FTManager.
Define all hook methods for the management of fault-tolerance.
FTManager() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
FTManagerCIC - class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC.
This class implements a Communication Induced Checkpointing protocol for ProActive.
FTManagerCIC() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
FTManagerFactory - interface org.objectweb.proactive.core.body.ft.protocols.FTManagerFactory.
Factory for creating Fault-tolerance manager
FTManagerPMLRB - class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB.
This class defines the fault-tolerance manager for the Pessimistic Message Logging protocol, Receiver Based approach.
FTManagerPMLRB() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
FTMessage - interface org.objectweb.proactive.core.body.ft.internalmsg.FTMessage.
A class implementing this interface is a non-fonctional message that can be handled by a FTManager.
FTServer - class org.objectweb.proactive.core.body.ft.servers.FTServer.
This server contains one instance of each needed servers for fault tolerance, and delegates each method call to the concerned subserver.
FTServer() - Constructor for class org.objectweb.proactive.core.body.ft.servers.FTServer
 
FT_CKPTSERVER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FT_CONFIG_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FT_GLOBALSERVER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FT_LOCSERVER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FT_PROTO_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FT_RECPROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FT_RESSERVER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FT_SERVICE_NAME - Static variable in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
FT_TTCVALUE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
FUTURE_PROXY_INTERFACE - Static variable in interface org.objectweb.proactive.core.Constants
The interface implemented by all proxies featuring 'future' semantics, depending on whether they are remoteBodyly-accessible or not
FactoryFactory - class org.objectweb.proactive.core.component.adl.FactoryFactory.
A ProActive factory customizing the Fractal ADL.
FailedGroupRendezVousException - exception org.objectweb.proactive.core.exceptions.proxy.FailedGroupRendezVousException.
 
FailedGroupRendezVousException(String, ExceptionListException, ProxyForGroup) - Constructor for class org.objectweb.proactive.core.exceptions.proxy.FailedGroupRendezVousException
 
FaultDetector - interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector.
An object implementing this interface provides methods to detect failed active objects by sending heartbeat messages.
FaultDetectorImpl - class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl.
An implementation of the FaultDetector
FaultDetectorImpl(FTServer, long) - Constructor for class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
FaultToleranceService - class org.objectweb.proactive.core.descriptor.services.FaultToleranceService.
This class represents the fault-tolerance configuration for a virtual node, i.e, url of ft servers and ft values such as ttc
FaultToleranceService() - Constructor for class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
FileDependant - interface org.objectweb.proactive.core.process.filetransfer.FileDependant.
 
FileProcess - class org.objectweb.proactive.core.rmi.FileProcess.
 
FileProcess(String, RequestInfo) - Constructor for class org.objectweb.proactive.core.rmi.FileProcess
 
FileTransfer - class org.objectweb.proactive.core.process.filetransfer.FileTransfer.
This class stores the FileTransfer Definition abstraction
FileTransfer(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
FileTransfer() - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
FileTransfer.DirectoryDescription - class org.objectweb.proactive.core.process.filetransfer.FileTransfer.DirectoryDescription.
 
FileTransfer.DirectoryDescription(String, String, String, String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransfer.DirectoryDescription
 
FileTransfer.FileDescription - class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription.
 
FileTransfer.FileDescription(String, String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription
 
FileTransferDefinitionsHandler - class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.
 
FileTransferDefinitionsHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler
 
FileTransferDefinitionsHandler.FileTransferHandler - class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.
 
FileTransferDefinitionsHandler.FileTransferHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler
 
FileTransferDefinitionsHandler.FileTransferHandler.DirHandler - class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.DirHandler.
 
FileTransferDefinitionsHandler.FileTransferHandler.DirHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.DirHandler
 
FileTransferDefinitionsHandler.FileTransferHandler.FileHandler - class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.FileHandler.
 
FileTransferDefinitionsHandler.FileTransferHandler.FileHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.FileHandler
 
FileTransferWorkShop - class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.
This class stores the FileTransfer arquitecture specific information.
FileTransferWorkShop(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
FileTransferWorkShop.StructureInformation - class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation.
 
FileTransferWorkShop.StructureInformation() - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
FloatMutableWrapper - class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper.
An reifiable object for wrapping the primitive Java type float.
FloatMutableWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
The no arguments constructor for ProActive.
FloatMutableWrapper(float) - Constructor for class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
Construct an reifiable object for a float.
FloatWrapper - class org.objectweb.proactive.core.util.wrapper.FloatWrapper.
An reifiable object for wrapping the primitive Java type float.
FloatWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.FloatWrapper
The no arguments constructor for ProActive.
FloatWrapper(float) - Constructor for class org.objectweb.proactive.core.util.wrapper.FloatWrapper
Construct an reifiable object for a float.
Fractive - class org.objectweb.proactive.core.component.Fractive.
This class is used for creating components.
Fractive() - Constructor for class org.objectweb.proactive.core.component.Fractive
no-arg constructor (used by Fractal to get a bootstrap component)
FunctionalInterfaceID - class org.objectweb.proactive.core.component.representative.FunctionalInterfaceID.
Identifies the functional interface of a component by its name and the id of the body of the component it belongs to.
FunctionalInterfaceID(String, UniqueID) - Constructor for class org.objectweb.proactive.core.component.representative.FunctionalInterfaceID
 
FunctionalInterfaceProxy - interface org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxy.
Associates a functional interface with the proxy to an active object.
FunctionalInterfaceProxyImpl - class org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxyImpl.
This class acts as a proxy between a representative interface and the actual destination of the invocation.
FunctionalInterfaceProxyImpl(Proxy, String) - Constructor for class org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxyImpl
 
Future - interface org.objectweb.proactive.core.body.future.Future.
An object implementing this interface if a place holder object for an upcomming result yet to come.
FutureCreationException - exception org.objectweb.proactive.core.exceptions.proxy.FutureCreationException.
 
FutureCreationException(String, Throwable) - Constructor for class org.objectweb.proactive.core.exceptions.proxy.FutureCreationException
 
FutureEvent - class org.objectweb.proactive.core.event.FutureEvent.
A FutureEvent occurs when a FuturProxy blocks the executing Thread because the result is not yet available.
FutureEvent(UniqueID, UniqueID, int) - Constructor for class org.objectweb.proactive.core.event.FutureEvent
Creates a new FutureEvent based on the given FutureProxy
FutureEventListener - interface org.objectweb.proactive.core.event.FutureEventListener.
A class implementating this interface is listener of FutureEvent.
FutureEventProducer - interface org.objectweb.proactive.core.body.future.FutureEventProducer.
 
FutureEventProducerImpl - class org.objectweb.proactive.core.body.future.FutureEventProducerImpl.
 
FutureEventProducerImpl() - Constructor for class org.objectweb.proactive.core.body.future.FutureEventProducerImpl
 
FutureList - class org.objectweb.proactive.ext.util.FutureList.
 
FutureList() - Constructor for class org.objectweb.proactive.ext.util.FutureList
 
FutureMap - class org.objectweb.proactive.core.body.future.FutureMap.
Data structure which stores futures and corresponding automatic continuation to do.
FutureMap() - Constructor for class org.objectweb.proactive.core.body.future.FutureMap
 
FuturePool - class org.objectweb.proactive.core.body.future.FuturePool.
 
FuturePool() - Constructor for class org.objectweb.proactive.core.body.future.FuturePool
 
FutureProxy - class org.objectweb.proactive.core.body.future.FutureProxy.
This proxy class manages the semantic of future objects
FutureProxy() - Constructor for class org.objectweb.proactive.core.body.future.FutureProxy
As this proxy does not create a reified object (as opposed to BodyProxy for example), it is the noargs constructor that is usually called.
FutureProxy(ConstructorCall, Object[]) - Constructor for class org.objectweb.proactive.core.body.future.FutureProxy
This constructor is provided for compatibility with other proxies.
FutureResult - class org.objectweb.proactive.core.body.future.FutureResult.
This class is a placeholder for the result of a method call, it can be an Object or a thrown Exception.
FutureResult(Object, Throwable, ProxyNonFunctionalException) - Constructor for class org.objectweb.proactive.core.body.future.FutureResult
 
FutureTimeoutException - exception org.objectweb.proactive.core.exceptions.proxy.FutureTimeoutException.
 
FutureTimeoutException(String, Throwable) - Constructor for class org.objectweb.proactive.core.exceptions.proxy.FutureTimeoutException
 
factory - Static variable in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
A custom socket Factory
factory - Static variable in class org.objectweb.proactive.core.body.jini.JiniRemoteBodyImpl
A custom socket Factory
failureDetected(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
failureDetected(UniqueID) - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Notify the recovery process that the body passed in paramater is suspected to be failed.
failureDetected(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
fakeRun - Variable in class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
fakeRun() - Method in class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
fatalError(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
fcParents - Variable in class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
fifoServing() - Method in class org.objectweb.proactive.Service
Invoke the default FIFO policy to pick up the requests from the request queue.
fileName - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
filePath - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
fileTransfer - Variable in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler
 
fileTransfer - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
fileTransferLogger - Static variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
fileTransferQueue - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
fileTransferStructure - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
fillShortcutsTable() - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
Fills the shortcuts table with all obvious entries.
finalize() - Method in class org.objectweb.proactive.ProActive
Clean the threadpool used by the newActiveInParallel
finalize() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
finalize() - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
finalize() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Explicit destructor : Interrupts the threads in the threadpool
finalize() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
finalize() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
finalize() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
findClass(String) - Method in class org.objectweb.proactive.core.classloader.ProActiveClassLoader
see ClassLoader.findClass(java.lang.String) Looks for the given class in parents, classpath, and if not found delegates the search to a ProActiveClassLoaderHelper
findClass(String) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
findLastProxy(Object) - Static method in class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
finishedFunctionalActivity() - Method in interface org.objectweb.proactive.core.component.body.ComponentBody
Flag setter
finishedFunctionalActivity() - Method in class org.objectweb.proactive.core.component.body.ComponentBodyImpl
 
fireBodyChanged(UniversalBody) - Method in class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
fireBodyCreated(UniversalBody) - Method in class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
fireBodyRemoved(UniversalBody) - Method in class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
fireNFE(UniqueID, NonFunctionalException) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.HalfBody
 
fireNFE(NonFunctionalException) - Method in interface org.objectweb.proactive.core.body.RemoteBody
 
fireNFE(UniqueID, NonFunctionalException) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
fireNFE(UniqueID, NonFunctionalException) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.proxy.AbstractProxy
 
fireNFE(UniqueID, NonFunctionalException) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.exceptions.manager.NFEListenerList
 
fireNFE(BodyNonFunctionalException, UniversalBody) - Static method in class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
fireNFE(ProxyNonFunctionalException, AbstractProxy) - Static method in class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
fireNFE(NonFunctionalException) - Method in interface org.objectweb.proactive.core.exceptions.manager.NFEProducer
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
firstContact(Vector) - Method in class org.objectweb.proactive.p2p.service.P2PService
Contact all specified peers to enter in the existing P2P network.
fixedName - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
floatValue() - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
Return the value of the float.
floatValue() - Method in class org.objectweb.proactive.core.util.wrapper.FloatWrapper
Return the value of the float.
flushAll() - Method in class org.objectweb.proactive.Service
Removes all request from the queue.
flushAll() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
flushAll() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
flushAll() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Empty the queue for a new computation.
flushMaybe(String, String, String, int) - Static method in class org.objectweb.proactive.core.ssh.JSchSingleton
 
flushingServeOldest() - Method in class org.objectweb.proactive.Service
Serves the oldest request and discard all other requests.
flushingServeOldest(String) - Method in class org.objectweb.proactive.Service
Serves the oldest request for the method named methodName and discards all the other requests of the same name.
flushingServeOldest(RequestFilter) - Method in class org.objectweb.proactive.Service
Serves the oldest request accepted by the given filter and discards all the other requests also accepted by this sasme filter.
flushingServeYoungest() - Method in class org.objectweb.proactive.Service
Serves the youngest request and discard all other requests.
flushingServeYoungest(String) - Method in class org.objectweb.proactive.Service
Serves the most recent request (youngest) for the method named methodName and discards all the other requests of the same name.
flushingServeYoungest(RequestFilter) - Method in class org.objectweb.proactive.Service
Serves the most recent request (youngest) accepted by the given filter and discards all the other requests also accepted by this sasme filter.
forName(String) - Static method in class org.objectweb.proactive.core.mop.MOP
Loads a class using standard classloader or a hashtable
forbid(String, String) - Method in interface org.objectweb.proactive.ext.implicit.Implicit
 
forbid(String, String) - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
Associates a shortcut with a blocking condition.
forceDetection() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
forceDetection() - Method in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
Force a failure detection even if the failure detector thread is waiting.
forceDetection() - Method in class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
forceSingleInstance() - Method in class org.objectweb.proactive.core.component.ContentDescription
 
from - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
fromHalfBody - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
ftService - Variable in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler
 
ftm - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
ftmanager linked to this message
ftmanager - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
ftmanagerFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
futureLength(Object) - Static method in class org.objectweb.proactive.core.body.future.FutureProxy
 
futureLevel - Variable in class org.objectweb.proactive.core.body.future.FutureProxy
This table is needed for the NFE mechanism
futureMaxDelay - Static variable in class org.objectweb.proactive.core.body.future.FutureProxy
Max timeout when waiting for a future Can be set with the property proactive.future.maxdelay

G

GENERATED_DEFAULT_PREFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
GENERIC_TYPE - Static variable in class org.objectweb.proactive.core.event.ProActiveEvent
 
GIVE_COMMAND_AS_PARAMETER - Static variable in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Composition in which the command of the target process is given as parameter of the command of this process.
GLITE_ARGUMENTS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_CONFIG_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_ENVIRONMENT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_INPUTDATA_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_INPUTSANDBOX_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_OUTPUTSANDBOX_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_PROCESS_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_RANK_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_REMOTE_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLITE_REQUIREMENTS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLOBUS_MAXTIME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLOBUS_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLOBUS_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GLiteJobAd - class org.objectweb.proactive.core.process.glite.GLiteJobAd.
This class allows to use a serializable version of JobAd class.
GLiteJobAd() - Constructor for class org.objectweb.proactive.core.process.glite.GLiteJobAd
 
GLiteJobAd(String) - Constructor for class org.objectweb.proactive.core.process.glite.GLiteJobAd
 
GLiteProcess - class org.objectweb.proactive.core.process.glite.GLiteProcess.
GLite Process implementation.
GLiteProcess() - Constructor for class org.objectweb.proactive.core.process.glite.GLiteProcess
Create a new GLiteProcess Used with XML Descriptors
GLiteProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.glite.GLiteProcess
Create a new GLiteProcess
GRID_ENGINE_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GRID_ENGINE_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
GROUP - Static variable in class org.objectweb.proactive.core.util.profiling.Profiling
 
GROUPS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
GenerationOfStubClassFailedException - exception org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException.
 
GenerationOfStubClassFailedException() - Constructor for class org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GenerationOfStubClassFailedException(String) - Constructor for class org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GenerationOfStubClassFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GenerationOfStubClassFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GlobalStateCompletion - class org.objectweb.proactive.core.body.ft.internalmsg.GlobalStateCompletion.
This event indicates to the receiver that a global state has been completed.
GlobalStateCompletion(int) - Constructor for class org.objectweb.proactive.core.body.ft.internalmsg.GlobalStateCompletion
Create a non-fonctional message.
GlobusProcess - class org.objectweb.proactive.core.process.globus.GlobusProcess.
Globus Process implementation.
GlobusProcess() - Constructor for class org.objectweb.proactive.core.process.globus.GlobusProcess
Creates a new instance of GlobusProcess
GlobusProcess(JVMProcess) - Constructor for class org.objectweb.proactive.core.process.globus.GlobusProcess
Creates a new instance of GlobusProcess.
GlobusRun(String) - Method in class org.objectweb.proactive.core.process.globus.GridJob
 
GridEngineSubProcess - class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess.
The GridEngineSubProcess class is able to start any class, of the ProActive library, on a cluster managed by Sun Grid Engine protocol.
GridEngineSubProcess() - Constructor for class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
GridEngineSubProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
GridEngineSubProcess.ParserMessageLogger - class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess.ParserMessageLogger.
Implementation of a RemoteProcessMessageLogger that look for the jobID of the launched job
GridEngineSubProcess.ParserMessageLogger() - Constructor for class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess.ParserMessageLogger
 
GridJob - class org.objectweb.proactive.core.process.globus.GridJob.
Java CoG Job submission class
GridJob(String, boolean) - Constructor for class org.objectweb.proactive.core.process.globus.GridJob
 
Group - interface org.objectweb.proactive.core.group.Group.
This interface presents the group abilities extending java.util.Collection.
gather(Result[]) - Method in class org.objectweb.proactive.branchnbound.core.Task
As defined by the user, it returns the best results.
genCert(String, long, String, PrivateKey, PublicKey, boolean, String, PrivateKey, PublicKey) - Static method in class org.objectweb.proactive.ext.security.CertTools
 
genCert(String, long, String, PrivateKey, PublicKey, boolean, String, PrivateKey, PublicKey) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
genKeys(int) - Static method in class org.objectweb.proactive.ext.security.KeyTools
Generates a keypair
genSelfCert(String, long, String, PrivateKey, PublicKey, boolean) - Static method in class org.objectweb.proactive.ext.security.CertTools
DOCUMENT ME!
generateCertificate(String, String, PrivateKey, PublicKey) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
generateClass(String, String) - Static method in class org.objectweb.proactive.ext.util.StubGenerator
 
generateControllerInterface(String, Component, InterfaceType) - Method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
generateEntityCertificate(String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
generateFunctionalInterface(String, Component, InterfaceType) - Method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
generateGenericCertificateSelfSigned() - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
generateInterface(String, Component, InterfaceType, boolean, boolean) - Method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
generateInterface(String, Component, InterfaceType, boolean, boolean) - Method in class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator
 
generateInterface(ProActiveInterface, List) - Method in class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
generateInterface(String, Component, InterfaceType, boolean, boolean) - Method in class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
generateInterface(String, Component, InterfaceType, boolean, boolean) - Method in class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
 
generateLong(int) - Method in class org.objectweb.proactive.ext.security.crypto.RandomLongGenerator
 
generateMD5Fingerprint(byte[]) - Static method in class org.objectweb.proactive.ext.security.CertTools
Generate a MD5 fingerprint from a byte array containing a X.509 certificate
generateSHA1Fingerprint(byte[]) - Static method in class org.objectweb.proactive.ext.security.CertTools
Generate a SHA1 fingerprint from a byte array containing a X.509 certificate
generateSessionKey() - Method in class org.objectweb.proactive.ext.security.crypto.SessionKeyFactory
 
generateSiblingCertificate(String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
generatedClassesCache - Static variable in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
get(String) - Method in class org.objectweb.proactive.core.component.Bindings
Method get.
get(int) - Method in interface org.objectweb.proactive.core.group.Group
Returns the object at the specified index.
get(Object, int) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Returns the member at the specified index of the object representing a Group.
get(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns the i-th member of the group.
get(int) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
get(int, int) - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Returns the value at the specified position
get(int) - Method in class org.objectweb.proactive.ext.util.FutureList
Return the element at the specified position in this List
getACState() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getAOCreation() - Method in class org.objectweb.proactive.ext.security.Communication
 
getAcquaintances() - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns all the ProActiveRuntime URL in which this runtime is registered
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getAcquaintances(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getAcquaintances(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getAcquaintances() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getAcquaintances(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getAcquaintances(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getAction() - Method in class org.objectweb.proactive.core.rmi.MSG
 
getActiveGroup() - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
getActiveObjectNodeUrl(Object) - Static method in class org.objectweb.proactive.ProActive
Return the URL of the remote activeObject.
getActiveObjects() - Method in interface org.objectweb.proactive.core.node.Node
Returns all activeObjects deployed on this Node
getActiveObjects(String) - Method in interface org.objectweb.proactive.core.node.Node
Returns all activeObjects with the given name deployed on this Node or null if such objects do not exist
getActiveObjects() - Method in class org.objectweb.proactive.core.node.NodeImpl
 
getActiveObjects(String) - Method in class org.objectweb.proactive.core.node.NodeImpl
 
getActiveObjects(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns all Active Objects deployed on the node with the given name on this ProActiveRuntime
getActiveObjects(String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns all Active Objects with the specified class name, deployed on the node with the given name on this ProActiveRuntime
getActiveObjects(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getActiveObjects(String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getActiveObjects(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getActiveObjects(String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getActiveObjects(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getActiveObjects(UniqueRuntimeID, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getActiveObjects(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getActiveObjects(UniqueRuntimeID, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getActiveObjects(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getActiveObjects(String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getActiveObjects(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getActiveObjects(String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getActiveObjects(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getActiveObjects(UniqueRuntimeID, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getActiveObjects(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getActiveObjects(String, String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getActiveObjects(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getActiveObjects(String, String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getActiveObjects(UniqueRuntimeID, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getActiveObjects(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getActiveObjects(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getActiveObjects(String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getActiveTimer() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
getActivity() - Method in class org.objectweb.proactive.core.component.ContentDescription
getter for the activity
getAddress() - Method in class org.objectweb.proactive.p2p.service.P2PService
For load balancing.
getAll() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getAllDirectories() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getAllFileTransferDefinitions() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
getAllFiles() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getAllLocations() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getAllLocations() - Method in interface org.objectweb.proactive.core.body.ft.servers.location.LocationServer
Return the list of locations of all registered bodies.
getAllLocations() - Method in class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
getAllNodes(String) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns all child nodes defined by the given path.
getAllNodes(String, Node) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns all child nodes defined by the given path.
getAllResults() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
getAllResults() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
getAllResults() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
getAndRemoveNodes() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
getApplicationCertificate() - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
getApplicationCertificate() - Method in class org.objectweb.proactive.ext.security.securityentity.Entity
 
getApplicationName() - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
getAttachedResourceServer() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getAttachedResourceServer() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getAuthorityKeyId(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Get the authority key identifier from a certificate extensions
getAutomaticContinuation(long, UniqueID) - Method in class org.objectweb.proactive.core.body.future.FutureMap
Return the list of ACs to (ie bodies destination) corresponding to (id,bodyID) if any, null otherwise.
getAverage() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
getAverage() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
return the average time measured so far
getAverage() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
return the average time of all the timers
getAverage() - Method in class org.objectweb.proactive.core.util.timer.EWMATimer
 
getAwaitedCalls() - Method in class org.objectweb.proactive.core.group.spmd.BarrierState
Returns the number of awaited calls to finish the barrier
getAwaitedSender() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
Return the id of the awaited sender
getBarrierStateFor(String) - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Return a BarrierState object representing the current state of a barrier.
getBarrierTags() - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
Control messages are never tagged
getBarrierTags() - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Return the list of barrier tags
getBarrierTags() - Method in class org.objectweb.proactive.core.mop.MethodCall
Get the tags for barrier to the method call (by copy)
getBestCurrentResult() - Method in class org.objectweb.proactive.branchnbound.core.Worker
 
getBestCurrentResult() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
getBinding(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
getBody(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyMap
 
getBody(UniqueID) - Static method in class org.objectweb.proactive.core.body.http.util.HttpUtils
Search a Body matching with a given unique ID
getBody() - Method in interface org.objectweb.proactive.core.body.proxy.BodyProxy
 
getBody() - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
getBody() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getBody() - Method in class org.objectweb.proactive.core.event.BodyEvent
Returns the body associated to this event
getBodyAdapterForwarder() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getBodyDestination() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
getBodyForwarder() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getBodyFromUrn(String) - Static method in class org.objectweb.proactive.core.body.http.HttpBodyAdapter
Gets a body from an urn in the table that mps urns and bodies
getBodyID() - Method in class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
 
getBodyID() - Method in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
getBodyID() - Method in interface org.objectweb.proactive.core.body.proxy.BodyProxy
 
getBodyID() - Method in class org.objectweb.proactive.core.event.FutureEvent
Returns the UniqueID of the body that is waiting
getBodyOnThis() - Static method in class org.objectweb.proactive.ProActive
When an active object is created, it is associated with a Body that takes care of all non fonctionnal properties.
getBodyProxy() - Method in interface org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxy
 
getBodyProxy() - Method in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxyImpl
 
getBookingDuration() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Return the booking duration of the cluster's nodes.
getBootClasspath() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns the boot classpath associated to this process
getBootClasspath() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getBootClasspath() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Returns the boot classpath of the target JVMProcess
getBootClasspath() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Returns the boot classpath of the target JVMProcess
getBytes() - Method in class org.objectweb.proactive.core.rmi.FileProcess
Returns an array of bytes containing the bytecodes for the class represented by the argument path.
getBytes() - Method in class org.objectweb.proactive.core.rmi.HTTPProcess
 
getBytesFromResource(String) - Static method in class org.objectweb.proactive.core.rmi.FileProcess
Returns an array of bytes containing the bytecodes for the class represented by the argument path.
getCRLfromByteArray(byte[]) - Static method in class org.objectweb.proactive.ext.security.CertTools
Creates X509CRL from byte[].
getCardinality() - Method in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
getter for the cardinality
getCertChain(KeyStore, String) - Static method in class org.objectweb.proactive.ext.security.KeyTools
Retrieves the certificate chain from a keystore.
getCertFingerprintAsString(byte[]) - Static method in class org.objectweb.proactive.ext.security.CertTools
Generate SHA1 fingerprint in string representation.
getCertfromByteArray(byte[]) - Static method in class org.objectweb.proactive.ext.security.CertTools
Creates X509Certificate from byte[].
getCertificatEncoded() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
getCertificate() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getCertificate() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getCertificate() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
entity certificate
getCertificate(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getCertificate(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getCertificate(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getCertificate() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getCertificate() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getCertificate(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getCertificate() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getCertificate(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getCertificate(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getCertificate() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getCertificate(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getCertificate(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getCertificate() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getCertificate() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getCertificate() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
getCertificate() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getCertificate() - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
entity certificate
getCertificate() - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getCertificate() - Method in class org.objectweb.proactive.ext.security.securityentity.Entity
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Entity's X509Certificate as byte array
getCertificateEncoded(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getCertificateEncoded(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getCertificateEncoded(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getCertificateEncoded(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getCertificateEncoded(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getCertificateEncoded(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getCertificateEncoded() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getCertificateEncoded(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getCertificateEncoded(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getCertificateEncoded() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getCertificateEncoded() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
getCertificateEncoded() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
This method returns the entity certificate as byte array.
getCertificateEncoded() - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
Entity's X509Certificate as byte array
getCertificateEncoded() - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getCertificateEncoded() - Method in interface org.objectweb.proactive.ext.security.domain.SecurityDomain
 
getCertificateFactory() - Static method in class org.objectweb.proactive.ext.security.CertTools
 
getCertificatePolicyId(X509Certificate, int) - Static method in class org.objectweb.proactive.ext.security.CertTools
Get a certificate policy ID from a certificate policies extension
getCertsFromPEM(String) - Static method in class org.objectweb.proactive.ext.security.CertTools
Reads a certificate in PEM-format from a file.
getCertsFromPEM(InputStream) - Static method in class org.objectweb.proactive.ext.security.CertTools
Reads a certificate in PEM-format from an InputStream.
getChannel() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getChannel() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getCheckpoint(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
getCheckpoint(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
Not implemented for this procotol.
getCheckpoint(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getCheckpoint(UniqueID, int) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Return a checkpoint of the object identified by id.
getCheckpointInfo() - Method in class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
 
getCheckpointServer() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getCheckpointServer() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getCheckpointServerURL() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getClassAnnotation(Class) - Method in class org.objectweb.proactive.core.classloader.ProActiveRMIClassLoaderSpi
 
getClassData(String) - Method in class org.objectweb.proactive.core.classloader.ProActiveClassLoaderHelper
Looks for the bytecode of the given class in different places : 1. cache 2. runtime parents 3. tries to generate it (stub, component interface representative, or component interface metaobject)
getClassData(String) - Static method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
retreives the bytecode associated to the generated class of the given name
getClassData(String) - Static method in class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
retreives the bytecode associated to the generated class of the given name
getClassData(String) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
Get the bytecode of a stub given its name.
getClassData(String) - Method in class org.objectweb.proactive.core.util.ClassDataCache
Returns the bytecode for a given class name
getClassDataFromParentRuntime(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Looks for class bytecode in the ancestors of the current runtime : first it tries in the father runtime, then in the grand-father etc...
getClassDataFromParentRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getClassDataFromParentRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getClassDataFromParentRuntime(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getClassDataFromParentRuntime(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getClassDataFromParentRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getClassDataFromParentRuntime(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getClassDataFromParentRuntime(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getClassDataFromParentRuntime(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getClassDataFromParentRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getClassDataFromParentRuntime(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getClassDataFromParentRuntime(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getClassDataFromThisRuntime(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Looks for class bytecode in the current runtime.
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getClassDataFromThisRuntime(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getClassDataFromThisRuntime(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getClassDataFromThisRuntime(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getClassDataFromThisRuntime(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getClassDataFromThisRuntime(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getClassFileName() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
getClassLoader(String) - Method in class org.objectweb.proactive.core.classloader.ProActiveRMIClassLoaderSpi
 
getClassName() - Method in class org.objectweb.proactive.core.component.ContentDescription
getter for the classname
getClassServerPortNumber() - Method in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
getClassname() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns the class name that this process is about to start
getClassname() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getClassname() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Returns the class name that the target JVMProcess is about to start
getClassname() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Returns the class name that the target JVMProcess is about to start
getClasspath() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns the classpath associated to this process
getClasspath() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getClasspath() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Returns the classpath associated to the target JVMProcess
getClasspath() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Returns the classpath associated to the target JVMProcess
getClasspath() - Method in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
getClientInterface() - Method in class org.objectweb.proactive.core.component.Binding
 
getClientInterfaceName() - Method in class org.objectweb.proactive.core.component.Binding
In the case of a collective interface, the names of each member of the collection can be different.
getClientInterfaceTypes() - Method in class org.objectweb.proactive.core.component.ComponentParameters
 
getClientInterfaceTypes(ComponentType) - Static method in class org.objectweb.proactive.core.component.Fractive
Helper method for extracting the types of client interfaces from the type of a component
getClusterFrontEndName() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
getClusterName() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
getCommand() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getCommand() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
getCommand() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the command that will be or has been execute by the process.
getCommandPath() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getCommandPath() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
getCommandPath() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the path of the command to be executed by this process
getCommandString() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getCommand_path() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getCommunication() - Method in class org.objectweb.proactive.ext.security.Communication
 
getCommunication() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
getCommunicationReply() - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
getCommunicationRequest() - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
getCompleteNameBeforeComposition() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
getComponent(String) - Method in class org.objectweb.proactive.core.component.adl.Registry
see @link org.objectweb.fractal.adl.RegistryManager#getComponent(java.lang.String)
getComponent(String) - Method in interface org.objectweb.proactive.core.component.adl.RegistryManager
Retreives an instance of a component according to the name (from its NameController controller)
getComponent(String) - Method in class org.objectweb.proactive.core.component.adl.RegistryManagerImpl
 
getComponent() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNode
 
getComponentBodyID() - Method in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceID
 
getComponentInterfaceName() - Method in class org.objectweb.proactive.core.mop.MethodCall
accessor for the name ot the invoked Fractal interface
getComponentMethodCall(Method, Object[], String, boolean, short) - Static method in class org.objectweb.proactive.core.mop.MethodCall
Returns a MethodCall object with extra info for component calls (the possible name of the functional interface invoked).
getComponentMethodCall(Method, Object[], String, boolean) - Static method in class org.objectweb.proactive.core.mop.MethodCall
 
getComponentParameters() - Method in interface org.objectweb.proactive.core.component.controller.ComponentParametersController
 
getComponentParameters() - Method in class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController
 
getComponentParameters() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getComponentParametersController(Component) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns the ContentController interface of the given component.
getComponentRepresentativeOnThis() - Static method in class org.objectweb.proactive.core.component.Fractive
Returns a component representative pointing to the component associated to the component whose active thread is calling this method.
getComponentType() - Method in class org.objectweb.proactive.core.component.ComponentParameters
Returns the componentType.
getComposedFrom() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposedFromContainer
 
getComposedFrom() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNode
 
getComposer() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
getComposingVirtualNodes() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposedFrom
 
getComposingVirtualNodes() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNodeContainer
 
getComposingVirtualNodes(String, String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Returns the list of composing virtual nodes for the given exported virtual node as a list of linked virtual nodes
getComposingVirtualNodes() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Getter for the composing virtual nodes
getComposingVirtualNodesAsString() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Returns a String representation of the composing virtual nodes
getCompositionType() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getCompositionType() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
getCompositionType() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getCompositionType() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
Returns the type of this process.
getConfigFile() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getConfiguration() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getConnectTimeout() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getConstructorParameters() - Method in class org.objectweb.proactive.core.component.ContentDescription
getter for the constructor parameters
getContentLength() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
getContentType() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
getControllerDescription() - Method in class org.objectweb.proactive.core.component.ComponentParameters
getter
getControllerRequestHandler() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getControllers() - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
getControllersConfigFileLocation() - Method in class org.objectweb.proactive.core.component.ControllerDescription
Method getControllersConfigFileLocation.
getCopyProtocols() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
This method returns an array of CopyProtocol instances.
getCount() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
Returns the count.
getCreationProtocolID() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getCreationProtocolID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getCreationProtocolID() - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Returns an Identifier for the process that originates this VM creation
getCreatorID() - Method in interface org.objectweb.proactive.core.body.future.Future
To get the creatorID.
getCreatorID() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
getCreatorID() - Method in class org.objectweb.proactive.core.event.FutureEvent
Returns the UniqueID of the body that created the corresponding Future
getCreatorID() - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
getCreatorId() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns the value of creatorId field.
getCreatorId() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
getCrlDistributionPoint(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Return the CRL distribution point URL form a certificate.
getCumulatedTime() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
getCumulatedTime() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
returns the total time measured so far
getCumulatedTime() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
getCumulatedTime() - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
Return the newly computed cumulated time as measured by this MicroTimer in microseconds
getCumulatedTime() - Method in interface org.objectweb.proactive.core.util.timer.Timeable
 
getCumulatedTime() - Method in class org.objectweb.proactive.ext.locationserver.util.MicroTimer
Return the newly computed cumulated time as measured by this MicroTimer in microseconds
getCurrenHostNumber() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
getCurrentDestination() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Returns the current Destination.
getCurrentTask() - Method in class org.objectweb.proactive.branchnbound.core.Worker
 
getCurrentThreadBody() - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Returns the body associated with the thread calling the method.
getCurrentVMID() - Static method in class org.objectweb.proactive.core.UniqueID
Returns the VMID of the current VM in which this class has been loaded.
getDefaultNode() - Static method in class org.objectweb.proactive.core.node.NodeFactory
Returns the reference to the default node associated to the current JVM If no default node yet exists, it creates a new one.
getDefaultRuntime() - Static method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Returns the reference of the only one instance of the default ProActiveRuntime associated with the local JVM.
getDefiningComponentName() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Returns the component that defined this linked virtual node
getDeployAllFilesAndDirectories() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getDepth() - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the height of the three-dimensional topology group (number of lines)
getDepth() - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the height of the three-dimensional topology group (number of Rings)
getDescriptor(String, boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
return the pad matching with the given url or parse it from the file system
getDescriptor(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getDescriptor(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getDescriptor(UniqueRuntimeID, String, boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getDescriptor(UniqueRuntimeID, String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getDescriptor(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getDescriptor(String, boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getDescriptor(UniqueRuntimeID, String, boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getDescriptor(String, boolean) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getDescriptor(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getDescriptor(UniqueRuntimeID, String, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getDescriptor(String, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getDestMoveCommand() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
Append the "mv" of the files to the desired destination.
getDestName() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription
 
getDestination() - Method in class org.objectweb.proactive.core.body.ft.message.ReplyLog
Return the destination of this reply
getDestination() - Method in class org.objectweb.proactive.core.body.ft.message.RequestLog
Return the destination of this request
getDestination() - Method in interface org.objectweb.proactive.ext.migration.Destination
Returns a string representing the destination
getDestination() - Method in class org.objectweb.proactive.ext.migration.NodeDestination
Returns a string representing the node
getDestinationBodyID() - Method in class org.objectweb.proactive.core.event.MessageEvent
Returns the id of the body receiver of the encapsulated message.
getDistantBody() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
getDistantHost() - Method in class org.objectweb.proactive.core.ssh.SshTunnel
 
getDistantOACertificate() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
getDistantOAPublicKey() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
getDistantPort() - Method in class org.objectweb.proactive.core.ssh.SshTunnel
 
getDomainName() - Method in class org.objectweb.proactive.ext.security.crypto.CertificateIdentity
 
getEmailFromDN(String) - Static method in class org.objectweb.proactive.ext.security.CertTools
Convenience method for getting an email address from a DN.
getEntities() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getEntities() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getEntities() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Retrieves all the entity's ID which contain this entity plus this entity ID.
getEntities(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getEntities(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getEntities(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getEntities() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getEntities() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getEntities(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getEntities() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getEntities() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getEntities() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getEntities(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getEntities(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getEntities(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getEntities(SecurityEntity) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
the runtime looks for a matching security entity whithin its nodes and active objects
getEntities() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getEntities() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getEntities(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getEntities() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getEntities() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getEntities(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getEntities() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getEntities() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getEntities() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getEntities() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
getEntities() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getEntities() - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
Retrieves all the entity's ID which contain this entity plus this entity ID.
getEntities() - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getEntities() - Method in interface org.objectweb.proactive.ext.security.domain.SecurityDomain
 
getEntitiesFrom() - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
getEntitiesFrom() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getEntitiesTo() - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
getEntitiesTo() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getEnvironment() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getEnvironment() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
getEnvironment() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the current environment for this process.
getErrorMessage(InputStream) - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
Note: this method will block if the stream is not closed!!!
getErrorMessageLogger() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getErrorMessageLogger() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getErrorMessageLogger() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
Returns the RemoteProcessMessageLogger handling the error stream of the process
getErrorStream() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getException() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
getExceptionLevel() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
getExceptionList() - Method in interface org.objectweb.proactive.core.group.Group
Returns an ExceptionListException containing all the throwables (exceptions and errors) occured when this group was built
getExceptionList() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns an ExceptionListException containing all the throwables (exceptions and errors) occured when this group was built
getExceptionToRaise() - Method in class org.objectweb.proactive.core.body.future.FutureResult
 
getExitAfterCommand() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
Returns the value of the boolean telling that the process will finished after rlogin command or will wait for another command to be pushed once logging on the remote host
getExportedVirtualNodeNameAfterComposition() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
getExportedVirtualNodeNameBeforeComposition() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
getExportedVirtualNodes() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodes
 
getExportedVirtualNodes() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesContainer
 
getExportedVirtualNodes(String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Builds a list of the exported (and only exported) linked virtual nodes for the component whose name is given
getExportedVirtualNodesAfterCompositionAsString(String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Returns a String representation of the exported virtual nodes for the named component.
getExportedVirtualNodesBeforeCompositionAsString(String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
getExternalClientBindings() - Method in class org.objectweb.proactive.core.component.Bindings
Returns the names of the external client bindings for this component.
getFTManager() - Method in class org.objectweb.proactive.core.body.AbstractBody
To get the FTManager of this body
getFTManager() - Method in interface org.objectweb.proactive.core.body.message.Message
Return the FTManager that have to treat this message
getFTManager() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
getFTManager() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getFTManager() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
getFTProtocol() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getFTState() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getFactory() - Method in class org.objectweb.proactive.core.component.ContentDescription
getter for the metaobjects factory
getFactory() - Static method in class org.objectweb.proactive.core.component.adl.FactoryFactory
Returns a factory for the ProActive ADL.
getFaultDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getFcContentDesc() - Method in class org.objectweb.proactive.core.component.Fractive
see Factory.getFcContentDesc()
getFcControllerDesc() - Method in class org.objectweb.proactive.core.component.Fractive
see Factory.getFcControllerDesc()
getFcFunctionalInterfaceName() - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
getFcInstanceType() - Method in class org.objectweb.proactive.core.component.Fractive
see Factory.getFcInstanceType()
getFcInterface(String) - Method in class org.objectweb.proactive.core.component.Fractive
see Component.getFcInterface(java.lang.String)
getFcInterface(String) - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getFcInterface(String) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getFcInterfaceType(String) - Method in class org.objectweb.proactive.core.component.type.ProActiveComponentType
 
getFcInterfaceTypes() - Method in class org.objectweb.proactive.core.component.type.ProActiveComponentType
 
getFcInterfaces() - Method in class org.objectweb.proactive.core.component.Fractive
see Component.getFcInterfaces()
getFcInterfaces() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getFcInterfaces() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getFcInternalInterface(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentController
 
getFcInternalInterfaces() - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentController
 
getFcItfImpl() - Method in interface org.objectweb.proactive.core.component.ProActiveInterface
getter
getFcItfImpl() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
getFcItfName() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
getFcItfName() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
getFcItfName() - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
getFcItfName() - Method in interface org.objectweb.proactive.core.component.controller.ProActiveController
 
getFcItfName() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
see Interface.getFcItfName()
getFcItfName() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
getFcItfOwner() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
getFcItfOwner() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
getFcItfOwner() - Method in interface org.objectweb.proactive.core.component.controller.ProActiveController
 
getFcItfOwner() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
see Interface.getFcItfOwner()
getFcItfSignature() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
getFcItfType() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
getFcItfType() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
getFcItfType() - Method in interface org.objectweb.proactive.core.component.controller.ProActiveController
 
getFcItfType() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
see Interface.getFcItfType()
getFcName() - Method in class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController
 
getFcName() - Method in class org.objectweb.proactive.core.component.controller.ProActiveNameController
 
getFcState(short) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveLifeCycleController
 
getFcState() - Method in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
getFcState(short) - Method in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
getFcSubComponents() - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentController
 
getFcSuperComponents() - Method in class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
getFcType() - Method in class org.objectweb.proactive.core.component.Fractive
see Component.getFcType()
getFcType() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getFcType() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getFileName() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getFileName(String) - Static method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
Finds the filename or dirname in the path, guessing the fileSep.
getFilePath() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getFileSep() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getFileSeparator() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
getFileTransfer(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Gets an instance of the FileTransfer description.
getFileTransfer(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getFileTransferDefaultCopyProtocol() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getFileTransferDefaultCopyProtocol() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
getFileTransferDefaultCopyProtocol() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
getFileTransferWorkShopDeploy() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getFileTransferWorkShopDeploy() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getFileTransferWorkShopDeploy() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
This method returns a single FileTransferStructure instance for this process.
getFileTransferWorkShopRetrieve() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getFileTransferWorkShopRetrieve() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getFileTransferWorkShopRetrieve() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
This method returns a single FileTransferStructure instance for this process.
getFileTransfertDefiniton() - Method in interface org.objectweb.proactive.core.process.filetransfer.FileDependant
 
getFileTransfertDefiniton() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
getFinalProcess() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the last process of the chain
getFinalProcess() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
getFingerprintAsString(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Generate SHA1 fingerprint of certificate in string representation.
getFingerprintAsString(X509CRL) - Static method in class org.objectweb.proactive.ext.security.CertTools
Generate SHA1 fingerprint of CRL in string representation.
getFirstIndexToRetreive() - Method in class org.objectweb.proactive.core.body.ft.internalmsg.OutputCommit
 
getForwarder(UniqueID) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Returns the forwarder belonging to this JVM whose ID is the one specified.
getFreeNode() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getFreeNode() - Method in interface org.objectweb.proactive.core.body.ft.servers.resource.ResourceServer
Return the next available node for recovery
getFreeNode() - Method in class org.objectweb.proactive.core.body.ft.servers.resource.ResourceServerImpl
 
getFunctionalInterfaceName() - Method in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceID
 
getFutureEventProducer() - Static method in class org.objectweb.proactive.core.body.future.FutureProxy
Returns the FutureEventProducer that is responsible for the FutureProxys of this VM.
getFuturePool() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getFuturePool() - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Returns the future pool of this body
getFuturePool() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getFutureProxy() - Static method in class org.objectweb.proactive.core.body.future.FutureProxy
 
getFutureResult() - Method in interface org.objectweb.proactive.core.body.future.Future
Get the encapsulation of the result and the potential exception.
getFutureResult() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
getFutureValue(Object) - Static method in class org.objectweb.proactive.ProActive
Return the object contains by the future (ie its target).
getFuturesToUpdate(long, UniqueID) - Method in class org.objectweb.proactive.core.body.future.FutureMap
Return the list of futures corresponding to (id,bodyID) if any, null otherwise.
getGlobalFTServer() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getGlobalServerURL() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getGroup() - Method in class org.objectweb.proactive.core.exceptions.proxy.FailedGroupRendezVousException
 
getGroup(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Returns the Group for typed group o.
getGroupByType() - Method in interface org.objectweb.proactive.core.group.Group
Returns an object representing the group, and assignable from the (upper) class of member.
getGroupByType() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns an Object (a typed group Object) representing the Group
getHalfBody(MetaObjectFactory) - Static method in class org.objectweb.proactive.core.body.HalfBody
 
getHalfBodyMetaObjectFactory() - Method in class org.objectweb.proactive.core.body.LocalBodyStore
 
getHandler(String) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
getHashMapReflect(Class) - Static method in class org.objectweb.proactive.core.body.http.util.messages.ReflectRequest
init the hashmap, that contains all the methods of ProActiveRuntimeImpl
getHeader(String) - Method in class org.objectweb.proactive.core.rmi.HTTPInputStream
 
getHeaderField(String) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getHeaderField(int) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getHeaderFieldKey(int) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getHeaderFields() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getHeight() - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the height of the three-dimensional topology group (number of lines)
getHeight() - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the height of the two-dimensional topology group (number of lines)
getHeight() - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the height of the two-dimensional topology group (number of Rings)
getHeight() - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the height of the three-dimensional topology group (number of Rings)
getHeteronymousAll() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
getHeteronymousDir() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getHeteronymousDirs() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
Note that for this only the dirname is considered, and not the dirpath.
getHeteronymousFile() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getHeteronymousFiles() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
Note that for this only the filename is considered, and not the filepath.
getHierarchicalProcess(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the process to deploy hierarchically
getHierarchicalProcess(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getHierarchicalProcess() - Method in interface org.objectweb.proactive.core.process.HierarchicalProcess
Get the Process to be deployed from the forwarder
getHierarchicalProcess() - Method in class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
getHierarchicalProcess() - Method in class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
getHierarchicalType() - Method in class org.objectweb.proactive.core.component.ComponentParameters
Returns the hierarchicalType.
getHierarchicalType() - Method in class org.objectweb.proactive.core.component.ControllerDescription
Returns the hierarchicalType.
getHierarchicalType() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
getHomonymousAll() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
getHomonymousDir() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getHomonymousDirs() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
Note that for this only the dirname is considered, and not the dirpath.
getHomonymousFile() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getHomonymousFiles() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
Note that for this only the filename is considered, and not the filepath.
getHostInfos(String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
getHostInfos(String, boolean) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
getHostList() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Returns the hostList value of this process.
getHostList() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Returns the hostList value of this process.
getHostList() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Returns the hostList value of this process.
getHostList() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Returns the hostList value of this process.
getHostList() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
getHostListAsArray() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
getHostName() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns the name of the machine where the process mapped to this virtual machine was launched.
getHostName() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
Returns the name of the machine where the process mapped to this virtual machine was launched.
getHostName() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getHostName() - Method in interface org.objectweb.proactive.core.node.NodeInformation
Returns the host where the node has been created
getHostName() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getHostName() - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Returns the host where the vm is located
getHostNameAndPortFromUrl(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Returns the name included in the url under the for hostname:port
getHostNameFromUrl(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
getHostNameorIP(InetAddress) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
getHostname() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getHostname() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
getHostname() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Return the hostname target of this process.
getHostname() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
getHostname() - Method in class org.objectweb.proactive.core.rmi.ClassServer
 
getHostsInfos() - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
getHostsNumber() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Returns the number of nodes requested when running the job
getHostsNumber() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Returns the number of hosts requested when running the job
getHostsNumber() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Returns the number of nodes requested for the job
getID() - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
getID() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getID() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
getID(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getID() - Method in interface org.objectweb.proactive.core.body.RemoteBody
Returns the UniqueID of this body This identifier is unique accross all JVMs
getID(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getID() - Method in interface org.objectweb.proactive.core.body.UniversalBody
Returns the UniqueID of this body This identifier is unique accross all JVMs
getID(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getID() - Method in interface org.objectweb.proactive.core.body.future.Future
To get the sequence id of this future.
getID() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
getID() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getID() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getID(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getID() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getID() - Method in interface org.objectweb.proactive.core.component.identity.ProActiveComponent
getter for a unique identifier
getID() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
see ProActiveComponent.getID()
getID() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
Only valid for a single element. return null for a group.
getID() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getID() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getIDName() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallBarrier
Returns the ID name of the barrier
getId() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
getIncarnation() - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
getIncarnation() - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
getIncomingFutures() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
getInconsistentExportedVirtualNodes() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
This method helps recognizing the exported virtual nodes causing problem in the composition
getIndex() - Method in class org.objectweb.proactive.core.body.ft.internalmsg.GlobalStateCompletion
 
getIndex() - Method in class org.objectweb.proactive.core.group.ExceptionInGroup
Returns the index of the object who throwns the Throwable
getInetAddress() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getInetAddress() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getInetAddress() - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Returns the InetAddress of the host where is the VM located
getInetAddress() - Method in class org.objectweb.proactive.core.ssh.SshTunnel
 
getInetAddress() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getInetAddress() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getInfoFromCheckpoint(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
getInfoFromCheckpoint(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
Not implemented for this protocol.
getInfoFromCheckpoint(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getInfoFromCheckpoint(UniqueID, int) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Return informations on the given checkpoint
getInputInterceptors() - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
getInputInterceptors() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getInputMessageLogger() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getInputMessageLogger() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getInputMessageLogger() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
Returns the RemoteProcessMessageLogger handling the input stream of the process
getInputStream() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getInputStream() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getInputStream() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getInstance() - Static method in class org.objectweb.proactive.core.body.LocalBodyStore
 
getInstance(String) - Static method in class org.objectweb.proactive.core.util.log.ProActiveLogger
This method overrides Category.getInstance(java.lang.String) by supplying its own factory type as a parameter.
getInterfaceTypes() - Method in class org.objectweb.proactive.core.component.ComponentParameters
getter
getInternalQueue() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Return the internal queue as a CircularArrayList
getInternalQueue() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
getIssuerDN(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Gets issuer DN in the format we are sure about (BouncyCastle),supporting UTF8.
getIssuerDN(X509CRL) - Static method in class org.objectweb.proactive.ext.security.CertTools
Gets issuer DN for CRL in the format we are sure about (BouncyCastle),supporting UTF8.
getJad() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJavaPath() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns the java path associated to this process.
getJavaPath() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getJavaPath() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Returns the java path associated the target JVMProcess
getJavaPath() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Returns the java path associated the target JVMProcess
getJobForThePendingQueue() - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Picks up new job to execute in the pending queue.
getJobID() - Method in interface org.objectweb.proactive.Job
 
getJobID() - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
getJobID() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getJobID() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
getJobID(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getJobID() - Method in class org.objectweb.proactive.core.body.HalfBody
 
getJobID() - Method in interface org.objectweb.proactive.core.body.RemoteBody
 
getJobID(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getJobID(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getJobID() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getJobID() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getJobID(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getJobID() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getJobID() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getJobID() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getJobID() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getJobID() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Returns the id of the job associated to this process
getJobID() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Returns the id of the job associated to this process
getJobID(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
 
getJobID(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getJobID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getJobID(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getJobID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getJobID(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getJobID(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getJobID(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getJobID(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getJobID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getJobID(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getJobID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getJobID(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getJobID(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getJobID(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getJobID(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getJobID() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getJobID(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getJobID(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getJobID() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getJobID() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getJobId() - Static method in class org.objectweb.proactive.ProActive
 
getJobName() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getJobname() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getJvmOptions() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns this jvm options
getJvmOptions() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getJvmOptions() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
getJvmOptions() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
getKeepAlive() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getKeepAlive() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getKeyFilePath() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getKeyPassword() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getKeyPassword() - Method in class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI
 
getKeyStore() - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
getKeyStore() - Method in class org.objectweb.proactive.ext.security.SerializableKeyStore
 
getKeyStore() - Method in class org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory
 
getLastCheckpoint(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
getLastCheckpoint(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
 
getLastCheckpoint(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getLastCheckpoint(UniqueID) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Return the latest checkpoint of the object identified by id
getLastCommited() - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
 
getLastIndexToRetreive() - Method in class org.objectweb.proactive.core.body.ft.internalmsg.OutputCommit
 
getLastRecoverable() - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
 
getLeafVirtualNode(String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
getLength() - Method in interface org.objectweb.proactive.core.xml.io.Attributes
Returns the number of attributes in the list.
getLength() - Method in class org.objectweb.proactive.core.xml.io.DOMAdaptor.EmptyAttributesImpl
 
getLength() - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.AttributesImpl
 
getLength() - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.EmptyAttributesImpl
 
getLine() - Method in class org.objectweb.proactive.core.rmi.HTTPInputStream
It is a reimplementation of readLine, renamed getLine since that method is final in DataOutputStream
getLinkedInterfaceID() - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
getList() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
getLocalAddress() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getLocalAddress() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getLocalBodies() - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Returns all local Bodies in a new BodyMap
getLocalBody(UniqueID) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Returns the body belonging to this JVM whose ID is the one specified.
getLocalHalfBodies() - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Returns all local HalfBodies in a new BodyMap
getLocalHalfBody(UniqueID) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Returns the halfbody belonging to this JVM whose ID is the one specified.
getLocalNodeNames() - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns the name of all nodes known by this ProActiveRuntime on this VM
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getLocalNodeNames(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getLocalNodeNames(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getLocalNodeNames() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getLocalNodeNames(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getLocalNodeNames(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getLocalPort() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getLocalPort() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getLocalSocketAddress() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getLocalSocketAddress() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getLocation(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getLocation(UniqueID) - Method in interface org.objectweb.proactive.core.body.ft.servers.location.LocationServer
Return the current known location of a registred body.
getLocation(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
getLocationServer() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getLocationServer() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getLocationServer() - Static method in class org.objectweb.proactive.ext.locationserver.LocationServerFactory
 
getLocationServer(UniqueID) - Static method in class org.objectweb.proactive.ext.locationserver.LocationServerFactory
Return the location server associated with the id
getLocationServerClass() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getLocationServerRmi() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getLocationServerURL() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getLog4jFile() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns the location of the log4j property file.
getLog4jFile() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getLog4jFile() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
getLog4jFile() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
getLogger(String) - Static method in class org.objectweb.proactive.core.util.log.ProActiveLogger
This method overrides Logger.getLogger(java.lang.String) by supplying its own factory type as a parameter.
getMAX() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
getMOPClassLoader() - Static method in class org.objectweb.proactive.core.mop.MOPClassLoader
Return the unique MOPClassLoader for the current JVM Create it if it does not exist
getMainClass() - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
return the fully qualified name of the class containing the main method
getMainDefinitionMapping() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the main definitions mapping
getMainDefinitionMapping() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
return the main definitions mapping
getMainDefinitions() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns a table containing all mainDefinitions conserving order
getMainDefinitions() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getMaxTime() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getMaximunNodes(String, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
Put in a P2PNodeLookup all available nodes during all the time where it is actived.
getMemberListSize() - Method in class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
getMemberListSize() - Method in class org.objectweb.proactive.core.group.ProcessForGroupCreation
 
getMemberListSize() - Method in class org.objectweb.proactive.core.util.ProcessForAoCreation
 
getMemory() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
return a copy of the memory of this timer
getMessage() - Method in class org.objectweb.proactive.core.mop.MOPException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class org.objectweb.proactive.core.mop.MOPRuntimeException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink
 
getMessage() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageSink
 
getMessage() - Method in interface org.objectweb.proactive.core.process.MessageSink
Returns a new message.
getMessage() - Method in class org.objectweb.proactive.core.rmi.MSG
 
getMessageInfo() - Method in interface org.objectweb.proactive.core.body.message.Message
Returns fault-tolerance infos piggybacked on this message
getMessageInfo() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
getMessageInfo() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getMessageInfo() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
getMetaObjectClassName(String, String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
getMetaObjectComponentRepresentativeClassName(String, String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
getMetadata() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getMetadataForCall(Method) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
getMethodCall() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getMethodCall() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
getMethodCall() - Method in interface org.objectweb.proactive.core.body.request.Request
Returns the MethodCall embedded in the request
getMethodCall() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
getMethodCall(Method, Object[], MethodCallMetadata) - Static method in class org.objectweb.proactive.core.mop.MethodCall
Factory method for getting MethodCall objects
getMethodCall(Method, Object[]) - Static method in class org.objectweb.proactive.core.mop.MethodCall
 
getMethodName() - Method in class org.objectweb.proactive.core.body.http.util.messages.BodyRequest
 
getMethodName() - Method in interface org.objectweb.proactive.core.body.message.Message
Returns the method name of the method call packed in this message
getMethodName() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
getMethodName() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getMethodName() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
getMethodName() - Method in class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
getMethodName() - Method in interface org.objectweb.proactive.ext.migration.Destination
Return the name of the Method
getMethodName() - Method in class org.objectweb.proactive.ext.migration.NodeDestination
Return the name of the Method
getMethodNames() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName
Returns the names of the awaited methods
getMigration() - Method in class org.objectweb.proactive.ext.security.Communication
 
getMigrationStrategy() - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategyManager
 
getMigrationStrategy() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
getMinNumberOfNodes() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the minimum number of nodes needed for this VirtualNode.
getMinNumberOfNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getMinNumberOfNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getMyCertificate() - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
getMyCertificateChain() - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
getMyCertificateChain() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getMyRank() - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Returns the rank (position) of the object in the Group
getMySPMDGroupSize() - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Returns the size of the SPMD group of this
getNFE() - Method in class org.objectweb.proactive.core.body.future.FutureResult
 
getName() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getName() - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Returns the name of this body that can be used for displaying information
getName() - Method in class org.objectweb.proactive.core.component.ComponentParameters
getter
getName() - Method in class org.objectweb.proactive.core.component.ControllerDescription
getter for the name
getName() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNode
 
getName() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNode
 
getName() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns the name of this VirtualMachine
getName() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
getName() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the name of this VirtualNode
getName() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getName() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getName() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallBarrier
Returns the name of the call
getName() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName
Returns the name of the method call
getName() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup
Returns the name of the call
getName() - Method in class org.objectweb.proactive.core.mop.MethodCall
Returns the name of the method
getName() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getName() - Method in interface org.objectweb.proactive.core.node.NodeInformation
Returns the name of the node
getName() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getName() - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Returns the given name (identifier) of this VM
getName() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
getName() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
getName() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getName() - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getName() - Method in interface org.objectweb.proactive.ext.security.domain.SecurityDomain
 
getName() - Method in class org.objectweb.proactive.ext.security.securityentity.DefaultEntity
 
getName() - Method in class org.objectweb.proactive.ext.security.securityentity.Entity
 
getName() - Method in class org.objectweb.proactive.ext.security.securityentity.EntityCertificate
 
getName() - Method in class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode
 
getNameFromUrl(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Returns the name included in the url
getNamedElement(String) - Method in interface org.objectweb.proactive.core.group.Group
Returns the Object to which this Group maps the specified key.
getNamedElement(String) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns the Object to which this Group maps the specified key.
getNetServer() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getNextExcept(String) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Returns the next destination in the migrationStrategy which is not s
getNextInt() - Static method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getNextValue() - Static method in class org.objectweb.proactive.core.group.threadpool.ThreadInThePool
 
getNode() - Method in class org.objectweb.proactive.core.component.ContentDescription
getter for the node
getNode(String, String, boolean) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Returns the linked virtual node corresponding to the given parameters.
getNode() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the first Node created among Nodes mapped to this VirtualNode in the XML Descriptor Another call to this method will return the following created node if any.
getNode(int) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the Node mapped to this VirtualNode with the specified index.
getNode(String) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the node of the given url among nodes mapped to this VirtualNode in the xml descriptor or null if such node does not exist.
getNode() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Returns the first Node created among Nodes mapped to this VirtualNode in the XML Descriptor Another call to this method will return the following created node if any.
getNode(int) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getNode(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getNode() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNode(int) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNode(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNode() - Method in class org.objectweb.proactive.core.event.NodeCreationEvent
 
getNode(String) - Static method in class org.objectweb.proactive.core.node.NodeFactory
Returns the reference to the node located at the given url.
getNode() - Method in class org.objectweb.proactive.p2p.service.node.P2PNode
 
getNodeCount() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the number of Nodes mapped to this VirtualNode in the XML Descriptor
getNodeCount() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Returns the number of Nodes mapped to this VirtualNode in the XML Descriptor
getNodeCount() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNodeCreated() - Method in class org.objectweb.proactive.core.event.NodeCreationEvent
 
getNodeInformation() - Method in interface org.objectweb.proactive.core.node.Node
Returns the node information as one object.
getNodeInformation() - Method in class org.objectweb.proactive.core.node.NodeImpl
 
getNodeManager() - Method in class org.objectweb.proactive.p2p.service.node.P2PNode
 
getNodeNumber() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns the number of nodes that will be created on this VirtualMachine
getNodeNumber() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
getNodeNumber() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
getNodeNumber() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the number of nodes targeted
getNodeNumber() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
getNodePolicyServer(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getNodeURL() - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
getNodeURL() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getNodeURL() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
getNodeURL(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getNodeURL() - Method in interface org.objectweb.proactive.core.body.RemoteBody
Returns the url of the node this body is associated to The url of the node can change if the active object migrates
getNodeURL(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getNodeURL() - Method in interface org.objectweb.proactive.core.body.UniversalBody
Returns the url of the node this body is associated to The url of the node can change if the active object migrates
getNodeURL(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getNodeURL() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getNodeURL() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getNodeURL(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getNodeURL() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getNodeURL() - Method in class org.objectweb.proactive.core.exceptions.NonFunctionalException
 
getNodeURL() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getNodeURL() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getNodes() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns all nodes mapped to this VirtualNode
getNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNodes() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
getNodes(int, String, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
Put in a P2PNodeLookup, the number of asked nodes.
getNodes(int, String, String, boolean) - Method in class org.objectweb.proactive.p2p.service.P2PService
 
getNodes() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Reurn all nodes asked.
getNodes(long) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Reurn all nodes asked until the timeout.
getNodesURL() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns all nodes url mapped to this VirualNode
getNodesURL() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getNodesURL() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNumberOfActiveObjects() - Method in interface org.objectweb.proactive.core.node.Node
 
getNumberOfActiveObjects() - Method in class org.objectweb.proactive.core.node.NodeImpl
 
getNumberOfCreatedNodesAfterDeployment() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the number of Nodes that could successfully be created at the end of the deployment
getNumberOfCreatedNodesAfterDeployment() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getNumberOfCreatedNodesAfterDeployment() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNumberOfCurrentlyCreatedNodes() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the number of Nodes already created (at the time of the reception of method call) among the Nodes mapped to this VirtualNode in the XML Descriptor
getNumberOfCurrentlyCreatedNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getNumberOfCurrentlyCreatedNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNumberOfParameter() - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
Returns the number of parmeters (0 for most of method call for group)
getNumberOfParameter() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup
This call has one parameter : the group to set as SPMD group.
getNumberOfParameter() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getNumberOfValues() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
getNumberOfValues() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
getNumberOfValues() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
getOOBInline() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getOOBInline() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getObject() - Method in class org.objectweb.proactive.core.group.ExceptionInGroup
Returns the object who throwns the Throwable
getOldest() - Method in class org.objectweb.proactive.Service
Returns the oldest request from the queue or null if the queue is empty The request queue is unchanged by this call
getOldest(String) - Method in class org.objectweb.proactive.Service
Returns the oldest request whose method name is s or null if no match The request queue is unchanged by this call
getOldest(RequestFilter) - Method in class org.objectweb.proactive.Service
Returns the oldest request that matches the criteria defined by the given filter The request queue is unchanged by this call
getOldest() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Returns the oldest request from the queue or null if the queue is empty Do not remove it from the queue
getOldest(String) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Returns the oldest request whose method name is s or null if no match Do not remove it from the queue
getOldest(RequestFilter) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Returns the oldest request that matches the criteria defined by the given filter Do not remove it from the request line
getOldest() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
getOldest(String) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
getOldest(RequestFilter) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
getOldestReadyRequest() - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
 
getOne() - Method in class org.objectweb.proactive.ext.util.FutureList
Returns a future available in this list.
getOpcodeOffset(Class) - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
Returns the offset which must be added to some opcodes to get an opcode of the given type.
getOpenedConnexion() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getOutputFile() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
getOutputInterceptorClassName(String, String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
getOutputInterceptors() - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
getOutputInterceptors() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getOutputMessageSink() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getOutputMessageSink() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getOutputMessageSink() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
Returns the MessageSink handling the output stream of the process
getOutputStream() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getOutputStream() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getOutputStream() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getOwnerBody() - Method in class org.objectweb.proactive.core.body.future.FuturePool
Getter of the ID of the body corresonding to this FuturePool
getOwnerID() - Method in class org.objectweb.proactive.core.event.RequestQueueEvent
Returns the id of the owner of the RequestQueue in which the event occured
getP2PAcquaintanceManager() - Method in class org.objectweb.proactive.p2p.service.P2PService
 
getP2PService() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
getP2PService() - Method in class org.objectweb.proactive.p2p.service.StartP2PService
 
getPEMFromCerts(Collection) - Static method in class org.objectweb.proactive.ext.security.CertTools
Returns a certificate in PEM-format.
getPackageName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
getPadURL() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
return the url of the proactive descriptor which created this VN
getParallelEnvironment() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Returns the parallel environmemnt for this GridEngineSubProcess
getParallelization() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
Returns the degree of parallelization of maprsh command (value of -n option)
getParameter(int) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getParameter(int) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
getParameter(int) - Method in interface org.objectweb.proactive.core.body.request.Request
Returns the parameter number index from the method call embedded in the request
getParameter(int) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
getParameter(int) - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getParameters() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
accessor to the parameters of the factory (object-based configurations)
getParameters() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
getter for the parameters of the factory (per-active-object config)
getParameters() - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
return a table of String containing all the parameters to apply to the main method
getParameters() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getParameters() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns parameters associated to the class that this process is going to start
getParameters() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getParameters() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Returns parameters associated to the class that the target JVMProcess is going to start
getParameters() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Returns parameters associated to the class that the target JVMProcess is going to start
getParameters() - Method in class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
getParent() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getPartFromDN(String, String) - Static method in class org.objectweb.proactive.ext.security.CertTools
Gets a specified part of a DN.
getPassphrase() - Method in class org.objectweb.proactive.core.ssh.UserInfoNone
 
getPassword() - Method in class org.objectweb.proactive.core.ssh.UserInfoNone
 
getPendingRequest() - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Ask the entity to fill the securityContext parameters with its own policy according to the communication details contained in the given securityContext
getPolicy(UniqueID, SecurityContext) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getPolicy(UniqueID, SecurityContext) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getPolicy(UniqueID, SecurityContext) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getPolicy(UniqueID, SecurityContext) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getPolicy(UniqueRuntimeID, SecurityContext) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getPolicy(UniqueRuntimeID, SecurityContext) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getPolicy(SecurityContext) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getPolicy(UniqueRuntimeID, SecurityContext) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getPolicy(UniqueRuntimeID, SecurityContext) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method getPolicyTo.
getPolicy(SecurityContext) - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
Ask the entity to fill the securityContext parameters with its own policy according to the communication details contained in the given securityContext
getPolicy(SecurityContext) - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getPolicy(SecurityContext) - Method in interface org.objectweb.proactive.ext.security.domain.SecurityDomain
 
getPolicyFile() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Returns the location (path) to the policy file
getPolicyFile() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getPolicyFile() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Returns the location (path) to the policy file for the target JVMProcess
getPolicyFile() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Returns the location (path) to the policy file for the target JVMProcess
getPolicyServer() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
getPolicyServer() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getPolicyServer() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getPolicyTo(X509Certificate) - Method in class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager
 
getPolicyTo(String, String, String) - Method in class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager
 
getPolicyTo(String, String, String) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getPolicyTo(String, String, String) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
getPolicyTo(String, String, String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method getPolicyTo.
getPolicyTo() - Method in interface org.objectweb.proactive.ext.security.securityentity.EntityPolicy
 
getPort(String, int) - Static method in class org.objectweb.proactive.core.node.StartNode
**For internal use only** Extracts the port number from the node URL
getPort() - Method in class org.objectweb.proactive.core.ssh.SshTunnel
This method returns the local port number which can be used to access this tunnel.
getPort() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getPort() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getPortFromUrl(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Returns port number included in the url or 1099 if no port is specified
getPrefix() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
getPrimitiveType(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
Performs the opposite operation as getWrapperClass
getPriority() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
getPriority() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
getPriority() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getPrivateKey() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getProActiveComponentImpl() - Method in interface org.objectweb.proactive.core.component.body.ComponentBody
 
getProActiveComponentImpl() - Method in class org.objectweb.proactive.core.component.body.ComponentBodyImpl
Returns the a reference on the Component meta object
getProActiveDescriptor() - Method in class org.objectweb.proactive.core.descriptor.Launcher
return the launcher's pad
getProActiveRuntime() - Method in interface org.objectweb.proactive.core.node.Node
Returns a reference to the ProActiveRuntime where the node has been created
getProActiveRuntime() - Method in class org.objectweb.proactive.core.node.NodeImpl
 
getProActiveRuntime(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns the ProActiveRuntime of specified name
getProActiveRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getProActiveRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getProActiveRuntime(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getProActiveRuntime(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getProActiveRuntime() - Static method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getProActiveRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getProActiveRuntime(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getProActiveRuntime(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getProActiveRuntime(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getProActiveRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getProActiveRuntime(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getProActiveRuntime(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getProActiveRuntimeMethod(String, ArrayList, Object) - Method in class org.objectweb.proactive.core.body.http.util.messages.ReflectRequest
Get
getProActiveRuntimes() - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns all the ProActiveRuntime registered on this ProActiveRuntime on this VM
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getProActiveRuntimes(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getProActiveRuntimes(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getProActiveRuntimes() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getProActiveRuntimes(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getProActiveRuntimes(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getProActiveSPMDGroupManager() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getProActiveSecurityManager() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates the ProActiveSecurityManager
getProActiveSecurityManager() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getProactiveDescriptor() - Static method in class org.objectweb.proactive.ProActive
Returns a ProActiveDescriptor that gives an object representation of the XML document located at the url given by proactive.pad system's property.
getProactiveDescriptor(String) - Static method in class org.objectweb.proactive.ProActive
Returns a ProActiveDescriptor that gives an object representation of the XML document located at the given url.
getProcess(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the Process of the given name
getProcess(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getProcess() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns the process mapped to this VirtualMachine
getProcess() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
getProcessId() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getProcessId() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getProcessId() - Method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
getProcessId() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the id of the process
getProcessId() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
GETTERS AND SETTERS *
getProcessId() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Ask proActiveRuntimeDist for the process with given ids: padURL, creatorID, vmName.
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getProcessToDeploy(UniqueRuntimeID, ProActiveRuntime, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getProcessToDeploy(UniqueRuntimeID, ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getProcessToDeploy(UniqueRuntimeID, ProActiveRuntime, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
getProcessToDeploy(UniqueRuntimeID, ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getProcessToDeploy(ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getProcessorNumber() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
Returns the number of processor requested for the job
getProcessorNumber() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Returns the number of processor requested for the job
getProcessorPerNodeNumber() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Returns the number of processor per node requested when running the job
getProcessorPerNodeNumber() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
getProperty() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the value of property attribute.
getProperty() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getProperty() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getProposedPolicy() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getProposedPolicyValidated() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getProtoSelector(String) - Static method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Return the selector value for a given protocol.
getProtocol() - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
getProtocol() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getProtocol() - Method in interface org.objectweb.proactive.core.node.NodeInformation
Returns the protocol of the node
getProtocol() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getProtocol() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiSshProActiveRuntimeForwarder
 
getProtocol() - Method in class org.objectweb.proactive.core.runtime.rmi.SshRmiProActiveRuntimeImpl
 
getProtocol(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Return the protocol specified in the string The same convention as in URL is used
getProtocolName() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
getProtocolName() - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
getProtocolSpecificRuntime(String) - Static method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Returns the reference of the only one instance of the ProActiveRuntime created with the given protocol, associated with the local JVM.
getProtocolSpecificRuntimeImpl() - Method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Returns the reference of the only one instance of the ProActiveRuntime associated with the local JVM.
getProtocolSpecificRuntimeImpl() - Method in class org.objectweb.proactive.core.runtime.http.HttpRuntimeFactory
 
getProtocolSpecificRuntimeImpl() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
getProtocolSpecificRuntimeImpl() - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
getProtocolSpecificRuntimeImpl() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
getProtocolType() - Method in interface org.objectweb.proactive.core.body.ft.message.MessageInfo
Return the protocol used by the sender of the attached message
getProtocolType() - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
getProtocolType() - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.MessageInfoPMLRB
 
getProtocolType() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getProxy() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getProxy() - Method in interface org.objectweb.proactive.core.mop.StubObject
 
getPublicKey() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getPublicKey() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getPublicKey() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
entity public key
getPublicKey(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getPublicKey(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getPublicKey(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getPublicKey() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getPublicKey() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
getPublicKey(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getPublicKey() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getPublicKey(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getPublicKey(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getPublicKey() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getPublicKey(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getPublicKey(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getPublicKey() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getPublicKey() - Method in class org.objectweb.proactive.ext.security.Domain
 
getPublicKey() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getPublicKey() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
getPublicKey() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method getPublicKey.
getPublicKey() - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
entity public key
getPublicKey() - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getQueue() - Method in class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
return the current queue of jobs to perform
getQueue() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getQueueName() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Returns the name of the queue where the job was launched
getQueueName() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Returns the name of the queue where the job was launched
getRaisedException() - Method in interface org.objectweb.proactive.core.body.future.Future
 
getRaisedException() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
Returns the result this future is for as an exception if an exception has been raised or null if the result is not an exception.
getReceiveBufferSize() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getReceiveBufferSize() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getReceiveReply() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getReceiveRequest() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getReceivedCalls() - Method in class org.objectweb.proactive.core.group.spmd.BarrierState
Returns the number of received calls to finish the barrier
getRecoverableHistory() - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
Called only on recovery of the system.
getRecoveryProcess() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getRecoveryProcessURL() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getRecoveryServer() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getRecycleMethodCallObject() - Static method in class org.objectweb.proactive.core.mop.MethodCall
Indicates if the recycling of MethodCall objects is currently running or not.
getReferenceOnBaseObject() - Method in interface org.objectweb.proactive.core.component.identity.ProActiveComponent
accessor to the base object : either a direct reference or a stub
getReferenceOnBaseObject() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
Returns the base object.
getReferenceOnBaseObject() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getRegisteredRuntime() - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
getRegistrationProtocol() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getRegistry() - Static method in class org.objectweb.proactive.core.rmi.RegistryHelper
 
getRegistryCreator() - Static method in class org.objectweb.proactive.core.rmi.RegistryHelper
 
getRegistryHelper() - Static method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
getRegistryHelper() - Static method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
getRegistryPortNumber() - Method in class org.objectweb.proactive.core.rmi.RegistryHelper
 
getReifiedClass() - Method in class org.objectweb.proactive.core.mop.ConstructorCallImpl
Returns a Class object representing the type of the object this reified constructor will build when reflected
getReifiedMethod() - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
getReifiedMethod() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getReifiedObject() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getReifiedObject() - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Returns the reified object that body is for The reified object is the object that has been turned active.
getReifiedObject() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getRelativePath(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
getRemoteAdapter() - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
getRemoteAdapter() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
getRemoteAdapter() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
getRemoteAdapter(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
getRemoteAdapter(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getRemoteAdapter() - Method in interface org.objectweb.proactive.core.body.UniversalBody
Returns the remote friendly version of this body
getRemoteAdapter(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getRemoteAdapter(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getRemoteAdapter() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getRemoteAdapter() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getRemoteBodyForwarder() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getRemoteFilePath() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getRemoteRuntimeImpl(String) - Method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Returns the reference to the proActiveRuntime located at s
getRemoteRuntimeImpl(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpRuntimeFactory
 
getRemoteRuntimeImpl(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
getRemoteRuntimeImpl(String) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
getRemoteRuntimeImpl(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
getRemoteRuntimeImpl(String) - Method in class org.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory
 
getRemoteSocketAddress() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getRemoteSocketAddress() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getReply() - Method in class org.objectweb.proactive.core.body.ft.message.ReplyLog
Return the logged reply.
getReplyLog() - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
getRepresentativeOnThis() - Method in interface org.objectweb.proactive.core.component.identity.ProActiveComponent
provides a reference to the current component
getRepresentativeOnThis() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
see ProActiveComponent.getRepresentativeOnThis()
getRepresentativeOnThis() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getRequest() - Method in class org.objectweb.proactive.core.body.ft.message.RequestLog
Return the logged request
getRequestCount() - Method in class org.objectweb.proactive.Service
Returns the number of request(s) in the queue
getRequestLog() - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
getRequestProperties() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getRequestProperty(String) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getRequestQueue() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getRequestQueue() - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Returns the request queue associated to this body
getRequestQueue() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getRequestQueueLength() - Method in class org.objectweb.proactive.core.event.MessageEvent
Returns the length of the request queue of the sending body or -1.
getRes_requirement() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getResource() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
getResourceServer() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getResponseCode() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
getResult() - Method in interface org.objectweb.proactive.core.body.future.Future
 
getResult() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
Returns the result this future is for.
getResult() - Method in class org.objectweb.proactive.core.body.future.FutureResult
 
getResult() - Method in interface org.objectweb.proactive.core.body.reply.Reply
 
getResult() - Method in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
getResultObject() - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler.ControllerHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.config.xml.MasterFileHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.config.xml.PropertiesHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.MasterPropertiesFileHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.PathHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
getResultObject() - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
getResultObject() - Method in class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
getResultObject() - Method in class org.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller
 
getResultObject() - Method in interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler
Returns the object resulting of the processing of the SAX events.
getResultObject() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
getReturnedObject() - Method in class org.objectweb.proactive.core.body.http.util.messages.BodyRequest
 
getReturnedObject() - Method in class org.objectweb.proactive.core.body.http.util.messages.HttpLookupMessage
Get the returned object.
getReturnedObject() - Method in class org.objectweb.proactive.core.body.http.util.messages.HttpReply
 
getReturnedObject() - Method in class org.objectweb.proactive.core.body.http.util.messages.HttpRequest
 
getReturnedObject() - Method in class org.objectweb.proactive.core.runtime.http.messages.RuntimeReply
 
getReturnedObject() - Method in class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
getReuseAddress() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getReuseAddress() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getRidOfAbstract(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
getRidOfNative(String) - Static method in class org.objectweb.proactive.core.mop.Utils
Removes the keyword 'native' from the String given as argument.
getRidOfNativeAndAbstract(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
getRootTaskFromBackup() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
getRootTaskFromBackup() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
getRootTaskFromBackup() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Restore the root task.
getRuntime(String, String) - Static method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Returns a reference to the ProActiveRuntime created with the given protocol and located at the given url.This url can be either local or remote
getSPMDGroup() - Method in class org.objectweb.proactive.core.body.AbstractBody
Returns the SPMD group of the active object
getSPMDGroup() - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Returns the SPMD group of the active object.
getSPMDGroup() - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Returns the SPMD group of this
getSPMDGroupSize() - Method in class org.objectweb.proactive.core.body.AbstractBody
Returns the size of of the SPMD group
getSchemaValidationState() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getScriptContent() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getScriptLocation() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getScriptLocation() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
Returns the value of scriptLocation
getSecondaryName(String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
getSecurityContext() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
getSecurityFilePath() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
getSecurityFilePath() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getSendBufferSize() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getSendBufferSize() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getSendReply() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getSendRequest() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getSender() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getSender() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
getSender() - Method in interface org.objectweb.proactive.core.body.request.Request
Returns the sender of this request
getSender() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
getSender() - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
getSequenceNumber() - Method in interface org.objectweb.proactive.core.body.message.Message
Returns a unique sequence number of this message
getSequenceNumber() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
getSequenceNumber() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getSequenceNumber() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
getServerCodebase() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getServerCodebase() - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Return the URL of the classServer linked to this checkpointServer.
getServerCodebase() - Method in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
getServerInterface() - Method in class org.objectweb.proactive.core.component.Binding
 
getServerInterfaceTypes() - Method in class org.objectweb.proactive.core.component.ComponentParameters
 
getServerSocketPort() - Static method in class org.objectweb.proactive.core.rmi.ClassServer
 
getService(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the Service of the given name
getService(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getService() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns the service mapped to this VirtualMachine
getService() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
getServiceName() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getServiceName() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
getServiceName() - Method in class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
 
getServiceName() - Method in interface org.objectweb.proactive.core.descriptor.services.UniversalService
Returns the name of the service.
getSession(String, String, String) - Static method in class org.objectweb.proactive.core.ssh.JSchSingleton
 
getSession(long) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getSessionID() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getSessionID() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
getSessionIDTo(X509Certificate) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getSessionId() - Method in interface org.objectweb.proactive.core.body.reply.Reply
 
getSessionId() - Method in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
getSessionId() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getSessionId() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
getSessionId() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
getSessionId() - Method in interface org.objectweb.proactive.ext.security.Securizable
 
getShortcut() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
getShortcut() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
getShortcut() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getShortcut(Method) - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
 
getShortcutInterfaceID() - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
getShortcutLength() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
getShortcutLength() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
getShortcutTargetBody(FunctionalInterfaceID) - Method in interface org.objectweb.proactive.Body
Returns the body that is the target of this shortcut for this component interface
getShortcutTargetBody(FunctionalInterfaceID) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getShortcutTargetBody() - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
getShortcutTargetBody(FunctionalInterfaceID) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getSimpleName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
Extracts the simple name of the class from its fully qualified name
getSingleInterfacesNames() - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
Returns the interfaces with cardinality equal to single
getSize(Serializable) - Method in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
getSize(Class) - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
Return the size of the given type.
getSoLinger() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getSoLinger() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getSoTimeout() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getSoTimeout() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getSolution() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
getSourceBodyID() - Method in interface org.objectweb.proactive.core.body.message.Message
Returns the id of the body source of this message
getSourceBodyID() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
getSourceBodyID() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getSourceBodyID() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
getSrcName() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription
 
getSshKeyDirectory() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getSshKnownHostsFile() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getSshPort() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getSshTunneling() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getSshUsername(String) - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getStandardDeviation() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
getStderr() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getStdout() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getStubClassFullName() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
getStubOnBaseObject() - Method in interface org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentative
 
getStubOnBaseObject() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getStubOnThis() - Static method in class org.objectweb.proactive.ProActive
Returns a Stub-Proxy couple pointing to the local body associated to the active object whose active thread is calling this method.
getSubjectDN(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Gets subject DN in the format we are sure about (BouncyCastle),supporting UTF8.
getSubjectKeyId(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Get the subject key identifier from a certificate extensions
getSystemSize() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getSystemSize() - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Return the size of the system, i.e. the number of registred bodies.
getSystemSize() - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
getTTCValue() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getTargetClass() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
getTargetClass() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
getTargetClassName() - Method in interface org.objectweb.proactive.core.mop.ConstructorCall
Return the name of the target class that constructor is for
getTargetClassName() - Method in class org.objectweb.proactive.core.mop.ConstructorCallImpl
Return the name of the target class that constructor is for
getTargetException() - Method in class org.objectweb.proactive.core.mop.MOPException
 
getTargetException() - Method in class org.objectweb.proactive.core.mop.MOPRuntimeException
 
getTargetProcess() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
getTargetProcess() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getTargetProcess() - Method in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Returns the process target of this process.
getTcpNoDelay() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getTcpNoDelay() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getThrowable() - Method in class org.objectweb.proactive.core.group.ExceptionInGroup
Returns the Throwable thrown
getTimeStamp() - Method in interface org.objectweb.proactive.core.body.message.Message
Returns the time this message was created or deserialized
getTimeStamp() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
getTimeStamp() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getTimeStamp() - Method in class org.objectweb.proactive.core.event.ProActiveEvent
Returns the time this event was created
getTimeout() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the timeout of this VirtualNode
getTimeout() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getTimeout() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getTotalHostNumber() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
getTrafficClass() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getTrafficClass() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getTryNormalFirst() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getTtcValue() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getTunnel() - Method in class org.objectweb.proactive.core.ssh.UnusedTunnel
 
getTunnelGCPeriod() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getType() - Method in class org.objectweb.proactive.core.event.ProActiveEvent
Returns the type of this event
getType() - Method in interface org.objectweb.proactive.core.group.Group
Returns the (upper) class of member.
getType(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Returns the name class of the typed group.
getType() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns the ("higher") Class of group's member.
getType() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getTypeName() - Method in interface org.objectweb.proactive.core.group.Group
Returns the name of the (upper) class of member.
getTypeName() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns the full name of ("higher") Class of group's member
getUID() - Method in class org.objectweb.proactive.core.UniqueID
Returns the UID part of this UniqueID.
getUPNAltName(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Gets the Microsoft specific UPN altName.
getURL() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getURL() - Method in interface org.objectweb.proactive.core.node.NodeInformation
Returns the complete URL of the node in the form protocol://host/nodeName
getURL() - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns the url of this ProActiveRuntime on the local or remote VM
getURL() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getURL() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getURL(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getURL(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getURL() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getURL() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getURL(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getURL() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getURL() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getURL() - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
getURL(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getURL() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getUnicoreDir() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getUniqueAO() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the unique active object created on the unique node mapped to this VirtualNode.
getUniqueAO() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getUniqueAO() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getUnit() - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
 
getUnit() - Method in interface org.objectweb.proactive.core.util.timer.Timeable
 
getUniversalBody() - Method in class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
getUrl() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the Url of the pad
getUrl() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getUrl() - Static method in class org.objectweb.proactive.core.rmi.ClassServer
 
getUrl() - Static method in class org.objectweb.proactive.core.rmi.ClassServerServlet
 
getUseTunnelGC() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getUsedMem() - Method in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
getUserClass() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
getUserClass() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getUserClass() - Method in interface org.objectweb.proactive.core.descriptor.services.ServiceUser
Returns the real class of the service user
getUserName(String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
getUsername() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getUsername() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
getUsername() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Return the username that will be used to run the command.
getUsername() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
getUsiteName() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getUsiteType() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getUsiteUrl() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getVMID() - Method in class org.objectweb.proactive.core.UniqueID
Returns the VMID of this UniqueID.
getVMID() - Method in class org.objectweb.proactive.core.UniqueRuntimeID
Returns the VMID of this UniqueID.
getVMID() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getVMID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getVMID() - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Returns the VMID of the VM the node belongs to
getVMInformation() - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns the JVM information as one object.
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getVMInformation(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getVMInformation(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getVMInformation() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getVMInformation(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getVMInformation(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getVMName() - Method in class org.objectweb.proactive.core.UniqueRuntimeID
Returns the vmName part of this UniqueID.
getVNName(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
 
getVNName(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getVNName(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getVNName(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getVNName(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getVNName(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getVNName(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getVNName(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getVNName(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getVNName(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getVNName(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getVNName(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getVNName() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getVNName() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getVNName() - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
getValue() - Method in class org.objectweb.proactive.core.util.MutableInteger
 
getValue() - Method in class org.objectweb.proactive.core.util.MutableLong
 
getValue(int) - Method in interface org.objectweb.proactive.core.xml.io.Attributes
Looks up an attribute's value by index.
getValue(String) - Method in interface org.objectweb.proactive.core.xml.io.Attributes
Looks up an attribute's value by XML 1.0 qualified name.
getValue(String, String) - Method in interface org.objectweb.proactive.core.xml.io.Attributes
Looks up the index of an attribute by Namespace name.
getValue(int) - Method in class org.objectweb.proactive.core.xml.io.DOMAdaptor.EmptyAttributesImpl
 
getValue(String) - Method in class org.objectweb.proactive.core.xml.io.DOMAdaptor.EmptyAttributesImpl
 
getValue(String, String) - Method in class org.objectweb.proactive.core.xml.io.DOMAdaptor.EmptyAttributesImpl
 
getValue(int) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.AttributesImpl
 
getValue(String) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.AttributesImpl
 
getValue(String, String) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.AttributesImpl
 
getValue(int) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.EmptyAttributesImpl
 
getValue(String) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.EmptyAttributesImpl
 
getValue(String, String) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.EmptyAttributesImpl
 
getValueAsInt(String, int) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns the value defined by the given path as an int.
getValueAsInt(String, Node, int) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns the value defined by the given path as a string.
getValueAsNode(String) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns the value defined by the given path as an int.
getValueAsNode(String, Node) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns the node defined by the given path.
getValueAsString(String) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns the value defined by the given path as a string.
getValueAsString(String, Node) - Method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Returns the value defined by the given path as a string.
getVariance() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
getVirtualMachine(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the VitualMachine of the given name
getVirtualMachine(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getVirtualMachine() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the virtualMachine entity linked to this VirtualNode or if cyclic, returns one of the VirtualMachines linked to this VirtualNode with a cyclic manner(internal count incremented each time this method is called).
getVirtualMachine() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getVirtualMachine() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getVirtualNode() - Method in class org.objectweb.proactive.core.component.ContentDescription
getter for the virtual node
getVirtualNode(int) - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
return the i-th virtual node of the list
getVirtualNode(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the specified VirtualNode
getVirtualNode(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getVirtualNode() - Method in class org.objectweb.proactive.core.event.NodeCreationEvent
 
getVirtualNode(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Returns the VirtualNode with the given name
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getVirtualNode(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getVirtualNode(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getVirtualNode(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getVirtualNode(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getVirtualNode(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getVirtualNodeList() - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
return the list of virtual nodes
getVirtualNodeMapping() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the virtual nodes mapping
getVirtualNodeMapping() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
return the virtual nodes mapping
getVirtualNodeMappingSize() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the size of virualNodeMapping HashMap
getVirtualNodeMappingSize() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
Returns the size of virualNodeMapping HashMap
getVirtualNodeName() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
getVirtualNodes() - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
return a table of virtual nodes
getVirtualNodes() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns all VirtualNodes described in the XML Descriptor
getVirtualNodes() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getVmName() - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
getVsiteMemory() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getVsiteName() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getVsiteNodes() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getVsitePriority() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getVsiteProcessors() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getVsiteRuntime() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getWSDL(Class, String, String, String, String[]) - Static method in class org.objectweb.proactive.ext.webservices.wsdl.WSDLGenerator
Generates the WSDL document associate with an active object exposed as a web service
getWallTime() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
getWeight() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
getWidth() - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the width of the three-dimensional topology group (number of cloumns)
getWidth() - Method in class org.objectweb.proactive.core.group.topology.Line
Return the max size of the line
getWidth() - Method in class org.objectweb.proactive.core.group.topology.Plan
Return the size of the lines
getWidth() - Method in class org.objectweb.proactive.core.group.topology.Ring
Return the max size of the Ring
getWidth() - Method in class org.objectweb.proactive.core.group.topology.Torus
Return the max size of the Ring
getWidth() - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the width of the three-dimensional topology group (number of cloumns)
getWrapped() - Method in class org.objectweb.proactive.core.mop.MethodCall.FixWrapper
Give back the original class
getWrapperClass(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
Returns the Class object that is a wrapper for the given cl class.
getX(Object) - Method in class org.objectweb.proactive.core.group.topology.Line
Returns the position of the specified object
getX(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the X-coordonate of the specified object
getX(Object) - Method in class org.objectweb.proactive.core.group.topology.Ring
Returns the position of the specified object
getX(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the X-coordonate of the specified object
getY(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the Y-coordonate of the specified object
getY(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the Y-coordonate of the specified object
getYoungest() - Method in class org.objectweb.proactive.Service
Returns the youngest request from the queue or null if the queue is empty The request queue is unchanged by this call
getYoungest(String) - Method in class org.objectweb.proactive.Service
Returns the youngest request whose method name is s or null if no match The request queue is unchanged by this call
getYoungest(RequestFilter) - Method in class org.objectweb.proactive.Service
Returns the youngest request that matches the criteria defined by the given filter The request queue is unchanged by this call
getYoungest() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Returns the youngest request from the queue or null if the queue is empty Do not remove it from the request line
getYoungest(String) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Returns the youngest request whose method name is s or null if no match Do not remove it from the request line
getYoungest(RequestFilter) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Returns the youngest request that matches the criteria defined by the given filter Do not remove it from the request line
getYoungest() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
getYoungest(String) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
getYoungest(RequestFilter) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
get_PrivateKey() - Static method in class org.objectweb.proactive.ext.security.crypto.CertificationAuthority
 
get_PublicKey() - Static method in class org.objectweb.proactive.ext.security.crypto.CertificationAuthority
 
get_deliveryDate() - Method in class org.objectweb.proactive.ext.security.crypto.CertificateProperty
 
get_expirationDate() - Method in class org.objectweb.proactive.ext.security.crypto.CertificateProperty
 
get_otherPublicCertificate(long) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
giveNode(Node, P2PNodeManager) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Receipt a reference to a shared node.
globalTimeOut - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
represents the sum of the timeout + current time in ms
goToNextBase(long) - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
This method is called when elements between base and nextBase are no more usefull : there a included in the state represented by the last recovery line.

H

HALF_BODY_EXCEPTION_MESSAGE - Static variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Error message when calling uncallable method on a halfbody
HEIGHT - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Number of lines of SubMatrix
HELLO - Static variable in class org.objectweb.proactive.ext.security.SessionConstants
 
HIDE_P2PNODE_MONITORING - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Enable or not the P2P Node monitoring with IC2D.
HIERARCHICAL_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
HIERARCHICIAL_REFERENCE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
HOSTS_NUMBER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
HOST_LIST_PROPERTY - Static variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
HOST_LIST_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
HOST_NUMBER_PROPERTY - Static variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
HTTPInputStream - class org.objectweb.proactive.core.rmi.HTTPInputStream.
 
HTTPInputStream(InputStream) - Constructor for class org.objectweb.proactive.core.rmi.HTTPInputStream
 
HTTPProcess - class org.objectweb.proactive.core.rmi.HTTPProcess.
 
HTTPProcess(DataInputStream, RequestInfo) - Constructor for class org.objectweb.proactive.core.rmi.HTTPProcess
 
HTTPRemoteException - exception org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException.
Exception raised when problems occur in HTTP communications
HTTPRemoteException() - Constructor for class org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException
 
HTTPRemoteException(String) - Constructor for class org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException
 
HTTPRemoteException(String, Throwable) - Constructor for class org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException
 
HTTPRequestHandler - class org.objectweb.proactive.core.rmi.HTTPRequestHandler.
 
HTTPRequestHandler(Socket, String) - Constructor for class org.objectweb.proactive.core.rmi.HTTPRequestHandler
 
HTTPRequestHandler(InputStream, OutputStream, RequestInfo, HttpServletResponse) - Constructor for class org.objectweb.proactive.core.rmi.HTTPRequestHandler
 
HTTPRequestHandler(InputStream, OutputStream, RequestInfo) - Constructor for class org.objectweb.proactive.core.rmi.HTTPRequestHandler
 
HTTPRequestHandler(InputStream, OutputStream) - Constructor for class org.objectweb.proactive.core.rmi.HTTPRequestHandler
 
HTTPUnexpectedException - exception org.objectweb.proactive.core.body.http.util.exceptions.HTTPUnexpectedException.
 
HTTPUnexpectedException(String) - Constructor for class org.objectweb.proactive.core.body.http.util.exceptions.HTTPUnexpectedException
 
HTTPUnexpectedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.body.http.util.exceptions.HTTPUnexpectedException
 
HTTP_TRANSPORT - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
HalfBody - class org.objectweb.proactive.core.body.HalfBody.
 
HalfFTManagerCIC - class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC.
This class implements a Communication Induced Checkpointing protocol for ProActive.
HalfFTManagerCIC() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
HalfFTManagerPMLRB - class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB.
This class implements a Pessimistic Message Logging protocol for ProActive.
HalfFTManagerPMLRB() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
Handler - class org.objectweb.proactive.core.ssh.httpssh.Handler.
 
Handler() - Constructor for class org.objectweb.proactive.core.ssh.httpssh.Handler
 
Heartbeat - class org.objectweb.proactive.core.body.ft.internalmsg.Heartbeat.
This class implements a simple heartbeat messages.
Heartbeat() - Constructor for class org.objectweb.proactive.core.body.ft.internalmsg.Heartbeat
Create a new heartbeat message.
HierarchicalProcess - interface org.objectweb.proactive.core.process.HierarchicalProcess.
A hierarchical process must implement this interface and override some methods from UniversalProcess isHierarchical: must return true getNodeNumber: must return the count of effective nodes (forwarders are not) StartProcess: must ensure that org.objectweb.proactive.core.runtime.StartHierarchical is launched on the forwarder Take a look at SSHHierarchicalProcess for an example of HierarchicalProcess implementation.
HistoryUpdater - class org.objectweb.proactive.core.body.ft.message.HistoryUpdater.
This structure defines a part of a reception history.
HistoryUpdater(List, long, long, UniqueID, int, int) - Constructor for class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
Create an history updater.
HostNameConsoleAppender - class org.objectweb.proactive.core.util.log.HostNameConsoleAppender.
 
HostNameConsoleAppender() - Constructor for class org.objectweb.proactive.core.util.log.HostNameConsoleAppender
 
HostsInfos - class org.objectweb.proactive.core.util.HostsInfos.
 
HttpBodyAdapter - class org.objectweb.proactive.core.body.http.HttpBodyAdapter.
An HTTP adapter for a RemoteBody.
HttpBodyAdapter() - Constructor for class org.objectweb.proactive.core.body.http.HttpBodyAdapter
 
HttpBodyAdapter(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.http.HttpBodyAdapter
 
HttpLookupMessage - class org.objectweb.proactive.core.body.http.util.messages.HttpLookupMessage.
This classes represents a HTTPMessage.
HttpLookupMessage(String, String, int) - Constructor for class org.objectweb.proactive.core.body.http.util.messages.HttpLookupMessage
Constructs an HTTP Message
HttpMarshaller - class org.objectweb.proactive.core.body.http.util.HttpMarshaller.
 
HttpMarshaller() - Constructor for class org.objectweb.proactive.core.body.http.util.HttpMarshaller
 
HttpMessage - class org.objectweb.proactive.core.body.http.util.HttpMessage.
This interface is used to encapsulate any kind of HTTP message.
HttpMessage(String) - Constructor for class org.objectweb.proactive.core.body.http.util.HttpMessage
 
HttpMessageSender - class org.objectweb.proactive.core.body.http.util.HttpMessageSender.
 
HttpMessageSender(String) - Constructor for class org.objectweb.proactive.core.body.http.util.HttpMessageSender
 
HttpProActiveRuntime - class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime.
An HTTP adapter for a ProActiveRuntime to be able to receive remote calls with HTTP.
HttpProActiveRuntime() - Constructor for class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
HttpProActiveRuntime(String) - Constructor for class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
HttpRemoteBodyImpl - class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl.
 
HttpRemoteBodyImpl(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
HttpReply - class org.objectweb.proactive.core.body.http.util.messages.HttpReply.
This kind of HTTP message isusefull to receive and send replies.
HttpReply(Reply, UniqueID, String) - Constructor for class org.objectweb.proactive.core.body.http.util.messages.HttpReply
Constructs an HTTP Message containing a ProActive Reply
HttpRequest - class org.objectweb.proactive.core.body.http.util.messages.HttpRequest.
 
HttpRequest(Request, UniqueID, String) - Constructor for class org.objectweb.proactive.core.body.http.util.messages.HttpRequest
 
HttpRuntimeFactory - class org.objectweb.proactive.core.runtime.http.HttpRuntimeFactory.
 
HttpRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.http.HttpRuntimeFactory
 
HttpSshUrlConnection - class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection.
 
HttpSshUrlConnection(URL) - Constructor for class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
HttpUtils - class org.objectweb.proactive.core.body.http.util.HttpUtils.
 
HttpUtils() - Constructor for class org.objectweb.proactive.core.body.http.util.HttpUtils
 
Hypercube - class org.objectweb.proactive.core.group.topology.Hypercube.
 
Hypercube(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Hypercube
 
handleCopyFile() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
handleError(BufferedReader) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
handleFTMessage(FTManager) - Method in interface org.objectweb.proactive.core.body.ft.internalmsg.FTMessage
DoubleDispatch pattern.
handleFTMessage(FTManager) - Method in class org.objectweb.proactive.core.body.ft.internalmsg.GlobalStateCompletion
 
handleFTMessage(FTManager) - Method in class org.objectweb.proactive.core.body.ft.internalmsg.Heartbeat
 
handleFTMessage(FTManager) - Method in class org.objectweb.proactive.core.body.ft.internalmsg.Killer
 
handleFTMessage(FTManager) - Method in class org.objectweb.proactive.core.body.ft.internalmsg.OutputCommit
 
handleFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called when a non fonctionnal fault-tolerance message is received
handleFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
handleFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
handleFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
handleFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
handleHBEvent(Heartbeat) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Heartbeat message.
handleInput(BufferedReader) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
handleNFE(NonFunctionalException) - Method in interface org.objectweb.proactive.core.exceptions.manager.NFEListener
 
handleNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.exceptions.manager.TypedNFEListener
 
handleOutput(BufferedWriter) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
handleOutput(BufferedWriter) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
handlePadding(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
handleProcess(BufferedReader, BufferedWriter, BufferedReader) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
handleRequest(ComponentRequest) - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
handleRequest(ComponentRequest) - Method in interface org.objectweb.proactive.core.component.controller.RequestHandler
If the current controller is suitable, the request is executed.
handlingGSCEEvent(GlobalStateCompletion) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
Commiting history because a new recovery line has occured
handlingOCEvent(OutputCommit) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
Commit history from fte.firstIndex up to the index fte.lastIndex because of an output commit.
hasBeenForwarded() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
hasBeenForwarded() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
hasBeenForwarded() - Method in interface org.objectweb.proactive.core.body.request.Request
Returns true if the request has been forwarded
hasBeenForwarded() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
hasInfos() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
hasJustMigrated - Variable in class org.objectweb.proactive.core.body.migration.MigratableBody
signal that the body has just migrated
hasListeners() - Method in class org.objectweb.proactive.core.event.AbstractEventProducer
Returns true is this event producer has at least one registered listener
hasMessage() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink
 
hasMessage() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageSink
 
hasMessage() - Method in interface org.objectweb.proactive.core.process.MessageSink
Returns true is and only if a message is ready to be consumed (the call to getMessage() won't block).
hasNext() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
hasNext() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
hasNext() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
hasProcess() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns true if this machine his mapped onto a process false if mapped onto a service
hasProcess() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
hasRequest(String) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
 
hasRequest(String) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
hasRequestToServe() - Method in class org.objectweb.proactive.Service
true if and only if at least one request is available
hasRequestToServe(String) - Method in class org.objectweb.proactive.Service
true if and only if at least one request with the given name is available
hashCode() - Method in class org.objectweb.proactive.core.UniqueID
Overrides hashCode to take into account the two part of this UniqueID.
hashCode() - Method in class org.objectweb.proactive.core.UniqueRuntimeID
Overrides hashCode.
hashCode() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
hashCode() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
hashCode() - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
hashCode() - Method in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceID
 
hashCode() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
hashCode() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns the hash code value for this Group.
hashCode() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
hashCode() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
hashCode() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory
 
hashCode() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshRMIServerSocketFactory
 
hashCode() - Method in class org.objectweb.proactive.core.util.MutableInteger
 
hashCode() - Method in class org.objectweb.proactive.core.util.MutableLong
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.p2p.service.util.UniversalUniqueID
 
head - Variable in class org.objectweb.proactive.core.util.CircularArrayList
 
heartBeat() - Method in class org.objectweb.proactive.p2p.service.P2PService
Just to test if the peer is alive.
height - Variable in class org.objectweb.proactive.core.group.topology.Plan
height of the two-dimensional topology group
height - Variable in class org.objectweb.proactive.core.group.topology.Torus
height of the two-dimensional topology group
history - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
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
historyIndex - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
hostList - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
hostList - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
hostList - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
hostList - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
hostList - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
hostList - Variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
hostListAsArray - Variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
hostNumber - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
hostNumber - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
hostNumber - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
hostname - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
hostname - Variable in class org.objectweb.proactive.core.rmi.ClassServer
 
hosts - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
howManyResults() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
howManyResults() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
howManyResults() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 

I

IBIS_DEFAULT_NAME_SERVER - Static variable in class org.objectweb.proactive.core.util.IbisProperties
 
IBIS_DEFAULT_NAME_SERVER_POOL - Static variable in class org.objectweb.proactive.core.util.IbisProperties
 
IBIS_DEFAULT_POOL_HOST_NUMBER - Static variable in class org.objectweb.proactive.core.util.IbisProperties
 
IBIS_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
 
IC2D - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
ID - Variable in class org.objectweb.proactive.core.body.future.FutureProxy
ID of the future In fact, the sequence number of the request that generate this future
IGNORED_MSG - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Value returned if the message is ignored
IMMEDIATE_PRIORITY - Static variable in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
IMMEDIATE_SERVICE - Static variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Value returned by an object if the recieved message is served as an immediate service (@see xxx)
IMPLEMENTATION_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
IMPLICIT_KEYWORD - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
IMPL_FIELD_NAME - Static variable in class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator
 
INC_VALUE - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Incarantion is not used for PML.
INFRASTRUCTURE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
INPUT_INTERCEPTOR_ATTRIBUTE - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
INTERFACE_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
IS_DEAD - Static variable in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
This value is return by a dead but reachable active object that receive a heartbeat message.
IS_WINDOWS_SYSTEM - Static variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
ITERATIONS - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Max number of iterations
IbisBodyAdapter - class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter.
An IBIS adapter for a RemoteBody.
IbisBodyAdapter() - Constructor for class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter
 
IbisBodyAdapter(IbisRemoteBody) - Constructor for class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter
 
IbisBodyAdapter(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter
 
IbisProActiveRuntime - interface org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntime.
An IBIS adapter for a ProActiveRuntime to be able to receive remote calls with IBIS.
IbisProActiveRuntimeImpl - class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl.
An adapter for a ProActiveRuntime to be able to receive remote calls.
IbisProActiveRuntimeImpl() - Constructor for class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
IbisProperties - class org.objectweb.proactive.core.util.IbisProperties.
 
IbisProperties() - Constructor for class org.objectweb.proactive.core.util.IbisProperties
 
IbisRemoteBody - interface org.objectweb.proactive.core.body.ibis.IbisRemoteBody.
An object implementing this interface provides the minimum service a body offers remotely through IBIS.
IbisRemoteBodyImpl - class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl.
 
IbisRemoteBodyImpl() - Constructor for class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
IbisRemoteBodyImpl(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
IbisRuntimeFactory - class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory.
 
IbisRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
IdentityServer - class org.objectweb.proactive.ext.security.IdentityServer.
 
IdentityServer() - Constructor for class org.objectweb.proactive.ext.security.IdentityServer
 
IdentityServer(KeyStore) - Constructor for class org.objectweb.proactive.ext.security.IdentityServer
 
ImStealingYou(double, String) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
ImStealingYou(double, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
This method is remotely called by an underloaded peer, looking for a balance.
Implicit - interface org.objectweb.proactive.ext.implicit.Implicit.
 
ImplicitService - class org.objectweb.proactive.ext.implicit.ImplicitService.
 
ImplicitService(UniqueID) - Constructor for class org.objectweb.proactive.ext.implicit.ImplicitService
 
IncompatiblePolicyException - exception org.objectweb.proactive.ext.security.IncompatiblePolicyException.
 
IncompatiblePolicyException() - Constructor for class org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
IncompatiblePolicyException(String) - Constructor for class org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
IncompatiblePolicyException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
IncompatiblePolicyException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
IncompatiblePolicyException - exception org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException.
 
IncompatiblePolicyException() - Constructor for class org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
IncompatiblePolicyException(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
IncompatiblePolicyException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
IncompatiblePolicyException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
InitActive - interface org.objectweb.proactive.InitActive.
InitActive is related to the initialization of the activity of an active object.
InitializationOfStubClassFailedException - exception org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException.
 
InitializationOfStubClassFailedException() - Constructor for class org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
InitializationOfStubClassFailedException(String) - Constructor for class org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
InitializationOfStubClassFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
InitializationOfStubClassFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
InputInterceptor - interface org.objectweb.proactive.core.component.interception.InputInterceptor.
This interface must be implemented by controllers that need to intercept incoming functional invocations.
IntMutableWrapper - class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper.
An reifiable object for wrapping the primitive Java type int.
IntMutableWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
The no arguments constructor for ProActive.
IntMutableWrapper(int) - Constructor for class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
Construct an reifiable object for a int.
IntWrapper - class org.objectweb.proactive.core.util.wrapper.IntWrapper.
An reifiable object for wrapping the primitive Java type int.
IntWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.IntWrapper
The no arguments constructor for ProActive.
IntWrapper(int) - Constructor for class org.objectweb.proactive.core.util.wrapper.IntWrapper
Construct an reifiable object for a int.
InterfaceGenerationFailedException - exception org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException.
This exception occurs when the generation of component interfaces fails.
InterfaceGenerationFailedException() - Constructor for class org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
InterfaceGenerationFailedException(String) - Constructor for class org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
InterfaceGenerationFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
InterfaceGenerationFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
InternalBodySecurity - class org.objectweb.proactive.ext.security.InternalBodySecurity.
This class is enabled when the body is a forwarder.
InternalBodySecurity(UniversalBody) - Constructor for class org.objectweb.proactive.ext.security.InternalBodySecurity
 
InternalException - exception org.objectweb.proactive.core.mop.InternalException.
 
InternalException() - Constructor for class org.objectweb.proactive.core.mop.InternalException
 
InternalException(String) - Constructor for class org.objectweb.proactive.core.mop.InternalException
 
InternalException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.InternalException
 
InternalException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.InternalException
 
InvalidAssociateDeclaration - exception org.objectweb.proactive.ext.implicit.InvalidAssociateDeclaration.
 
InvalidAssociateDeclaration(String) - Constructor for class org.objectweb.proactive.ext.implicit.InvalidAssociateDeclaration
 
InvalidAssociateDeclaration() - Constructor for class org.objectweb.proactive.ext.implicit.InvalidAssociateDeclaration
 
InvalidPolicyFile - exception org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile.
 
InvalidPolicyFile() - Constructor for class org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidPolicyFile(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidPolicyFile(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidPolicyFile(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidProxyClassException - exception org.objectweb.proactive.core.mop.InvalidProxyClassException.
 
InvalidProxyClassException() - Constructor for class org.objectweb.proactive.core.mop.InvalidProxyClassException
 
InvalidProxyClassException(String) - Constructor for class org.objectweb.proactive.core.mop.InvalidProxyClassException
 
InvalidProxyClassException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.InvalidProxyClassException
 
InvalidProxyClassException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.InvalidProxyClassException
 
ibisConvert(Object) - Static method in class org.objectweb.proactive.core.util.ObjectToByteConverter
 
id - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
id - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
identity - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
 
identity - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty
 
identity - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
identity - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
ignoreIt() - Method in interface org.objectweb.proactive.core.body.message.Message
Return true if this message must be ignored by the receiver
ignoreIt - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
true if this message can be ignored
ignoreIt() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
ignoreIt() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
ignoreIt() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
immediateStopComputation() - Method in class org.objectweb.proactive.branchnbound.core.Worker
Stop the current task computation.
immediateTerminate() - Method in class org.objectweb.proactive.branchnbound.core.Task
Terminate this task.
in - Variable in class org.objectweb.proactive.core.rmi.HTTPProcess
 
incarnation - Variable in class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
Incarnation number of the sender
incarnation - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
incrementReceivedCalls() - Method in class org.objectweb.proactive.core.group.spmd.BarrierState
Increments the number of received calls to finish the barrier
indexOf(Object) - Method in interface org.objectweb.proactive.core.group.Group
Returns the index in the group of the first occurence of the specified element, -1 if the list does not contain this element.
indexOf(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns the index of the first occurence of the specified Object obj.
indexOf(Object) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
info - Variable in class org.objectweb.proactive.core.rmi.FileProcess
 
info - Variable in class org.objectweb.proactive.core.rmi.HTTPProcess
 
informNewBestResult(Result) - Method in class org.objectweb.proactive.branchnbound.core.Worker
Broadcast the best new localy found solution to all task and to the task queue.
informNewBestResult(Result) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
***FOR INTERNAL USE ONLY*** Inform the queue of the best current solution.
init(AbstractBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Initialize the FTManager.
init(AbstractBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
init(AbstractBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
init(AbstractBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
FTManager initialization.
init(AbstractBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
FTManager initialization.
init(FaultDetector, LocationServer, RecoveryProcess, ResourceServer, CheckpointServer) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
Initialized server with each needed subservers
init() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
initActivity(Body) - Method in interface org.objectweb.proactive.InitActive
Initializes the activity of the active object.
initActivity(Body) - Method in class org.objectweb.proactive.branchnbound.core.Manager
Prepare everything for the computation.
initActivity(Body) - Method in class org.objectweb.proactive.core.component.body.ComponentActivity
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.P2PService
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
 
initComponentActivity(Body) - Method in interface org.objectweb.proactive.core.component.body.ComponentInitActive
See @see org.objectweb.proactive.InitActive#initActivity(Body)
initLowerBound - Variable in class org.objectweb.proactive.branchnbound.core.Task
 
initLowerBound() - Method in class org.objectweb.proactive.branchnbound.core.Task
Compute for the first time the problem lower bound.
initUpperBound - Variable in class org.objectweb.proactive.branchnbound.core.Task
 
initUpperBound() - Method in class org.objectweb.proactive.branchnbound.core.Task
Compute for the first time the problem upper bound.
initialize() - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
Reintialize the server.
initialize() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
initialize() - Method in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
Reinit the state of the fault detector
initialize() - Method in class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
initialize() - Method in interface org.objectweb.proactive.core.body.ft.servers.location.LocationServer
Reinit the state of the location server.
initialize() - Method in class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
initialize() - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Reinit the state of the recovery process.
initialize() - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
initialize() - Method in interface org.objectweb.proactive.core.body.ft.servers.resource.ResourceServer
Reinit the state of the resource server.
initialize() - Method in class org.objectweb.proactive.core.body.ft.servers.resource.ResourceServerImpl
 
initialize() - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Reinit the state of the location server.
initialize() - Method in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
initializeClassServer() - Method in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
initializeRegistry() - Method in class org.objectweb.proactive.core.rmi.RegistryHelper
 
initializeServiceLocator() - Method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
Initialise the service locator for this host
initiateSession(int, SecurityEntity) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method initiateSession.
inputFiles - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
inputMessageLogger - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
installBCProvider() - Static method in class org.objectweb.proactive.ext.security.CertTools
 
instance() - Static method in class org.objectweb.proactive.core.component.adl.Registry
Returns a single instance
instance() - Static method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Returns the unique instance
instance() - Static method in class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator
 
instance() - Static method in class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
instance() - Static method in class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
 
instance() - Static method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeFactory
returns the unique instance in the jvm
instance() - Static method in class org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
instance() - Static method in class org.objectweb.proactive.core.util.ClassDataCache
 
intValue() - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
Return the value of the int.
intValue() - Method in class org.objectweb.proactive.core.util.wrapper.IntWrapper
Return the value of the int.
interactive - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
interactive - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
interactive - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
interactive - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
interactive - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
interactive - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
internalBodySecurity - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.lsf.CNLSFProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
oargridsub is not able to receive env variables or parameters for a script we thus rely on the following trick, the command has the form echo "real command" | qsub -I ... oarStartRuntime.sh
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
oarsub is not able to receive env variables or parameters for a script we thus rely on the following trick, the command has the form echo "real command" | qsub -I ...
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
internalCompute() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Builds the central part of the new submatrix that does not require communication with other submatrix
internalFileTransferDefaultProtocol() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
This method should be redefined on every protocol that internaly implements the file transfer.
internalFileTransferDefaultProtocol() - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
internalFileTransferDefaultProtocol() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
internalMigrateTo(Node, boolean) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
internalReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.AbstractBody
Receives a reply in response to a former request.
internalReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.BodyImpl
Receives a reply in response to a former request.
internalReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.HalfBody
Receives a reply in response to a former request.
internalReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.AbstractBody
Receives a request for later processing.
internalReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.BodyImpl
Receives a request for later processing.
internalReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.HalfBody
Receives a request for later processing.
internalRecover(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
internalStartFileTransfer(FileTransferWorkShop) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
Try all the protocols until one is successful.
internalStartFileTransfer(FileTransferWorkShop) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
Starts the FileTransfer specified by the parameter.
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.lsf.CNLSFProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
internalStartProcess(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
internalStopProcess() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
internalStopProcess() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
internalWaitFor() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
internalWaitFor() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
intersection(Group) - Method in interface org.objectweb.proactive.core.group.Group
Creates a new group with all members that belong to the group and to the group g.
intersection(Group) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Creates a new group with all members that belong to the group and to the group g.
invoke(SOAPContext, SOAPContext) - Method in class org.objectweb.proactive.ext.webservices.soap.ProActiveProvider
This method is responsible to invoke the method on the targetObject First We invoke the method thanks to RPCRouter.invoke() method then we build an enveloppe that contains the response.
isACheckpoint() - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Return true if the owner is a checkpoint, i.e. during checkpointing, and on recovery when the owner is deserialized.
isActivated() - Method in class org.objectweb.proactive.core.descriptor.Launcher
return true if the launcher has ever been activated
isActivated() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns true is this VirtualNode is already activated, false otherwise
isActivated() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
isActivated() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
isActive() - Method in interface org.objectweb.proactive.Body
Returns whether the body is active or not.
isActive() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
isActive() - Method in class org.objectweb.proactive.core.component.body.ComponentBodyImpl
overrides the @link{Body#isActive()} method : when the process flow is inside a functional activity of a component, isActive corresponds to the started state in the lifecycle of the component, while !
isActive() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink
 
isActive() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageSink
 
isActive() - Method in interface org.objectweb.proactive.core.process.MessageSink
Returns true is and only if messages are still expected to be produced.
isActive() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
isActive() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Returns whether the node accessor is active or not.
isAlive() - Method in interface org.objectweb.proactive.Body
Returns whether the body is alive or not.
isAlive() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
isAlive() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
isAllowedProtocol(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
isAnException() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
isAocreation() - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
isAsynchronousCall(MethodCall) - Static method in class org.objectweb.proactive.core.body.proxy.AbstractProxy
Checks if the given Call object c can be processed with a future semantics, i-e if its returned object can be a future object.
isAsynchronousWayCall() - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
ControlCall for group never are asynchronous
isAsynchronousWayCall() - Method in class org.objectweb.proactive.core.mop.MethodCall
Checks if the Call object can be processed with a future semantics, i-e if its returned object can be a future object.
isAuthenticationEnabled() - Method in class org.objectweb.proactive.ext.security.Communication
Method isAuthenticationEnabled.
isAuthenticationForbidden() - Method in class org.objectweb.proactive.ext.security.Communication
Method isAuthenticationForbidden.
isAutomaticContinuation() - Method in interface org.objectweb.proactive.core.body.reply.Reply
 
isAutomaticContinuation() - Method in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
isAvailable() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
isAwaited(Object) - Static method in class org.objectweb.proactive.ProActive
Return false if the object future is available.
isAwaited() - Method in interface org.objectweb.proactive.core.body.future.Future
 
isAwaited(Object) - Static method in class org.objectweb.proactive.core.body.future.FutureProxy
Tests if the object obj is awaited or not.
isAwaited() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
Tests the status of the returned object
isBetterThan(Result) - Method in class org.objectweb.proactive.branchnbound.core.Result
Compare 2 results.
isBound() - Method in interface org.objectweb.proactive.core.component.controller.ProActiveBindingController
 
isBound() - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
isBound() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
isBound() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
isCiphered() - Method in interface org.objectweb.proactive.core.body.reply.Reply
 
isCiphered() - Method in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
isCiphered() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
isCiphered() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
isCiphered() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
isCiphered() - Method in interface org.objectweb.proactive.ext.security.Securizable
 
isClosed() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
isClosed() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
isCommunicationAllowed() - Method in class org.objectweb.proactive.ext.security.Communication
Method isCommunicationAllowed.
isComponent() - Method in interface org.objectweb.proactive.core.component.body.ComponentBody
 
isComponent() - Method in class org.objectweb.proactive.core.component.body.ComponentBodyImpl
 
isComponentControllerMethodCall() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
isComponentMethodCall() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
isComponentMethodCallOnComponent() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
isComposedFrom(String, String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
isComposite() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
isConfidentialityEnabled() - Method in class org.objectweb.proactive.ext.security.Communication
Method isConfidentialityEnabled.
isConfidentialityForbidden() - Method in class org.objectweb.proactive.ext.security.Communication
Method isConfidentialityForbidden.
isConnected() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
isConnected() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
isControllerInterface(String) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
isControllerRequest() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
tells whether the request is a call to a control interface
isControllerRequest() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
isCreationActiveObjectFrom() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
isCreationActiveObjectTo() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
isCurrentBarriersEmpty() - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Check if there is active barriers
isDefaultProtocol - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
isDefaultProtocol() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
isDefaultProtocol() - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
isDestroyed() - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Returns if this BlockingQueue is destroyed
isDestroyed() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
isDir() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer.DirectoryDescription
 
isDir() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription
 
isDispatchingOn() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Checks the semantic of communication of the Group.
isDummyProtocol() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
This method should only be modified in the dummy copy protocol class: DummyCopyProtocol
isDummyProtocol() - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
isDummyProtocol() - Method in class org.objectweb.proactive.core.process.filetransfer.DummyCopyProtocol
Always returns true for DummyProtocol.
isEmpty() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
 
isEmpty() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
isEmpty() - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Returns true if no listener is in the list.
isEmpty() - Method in class org.objectweb.proactive.core.group.ExceptionListException
Tests if this ExceptionListException has no ExceptionInGroup.
isEmpty() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Check if the group is empty.
isEmpty() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
isEmpty() - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
isEncrypted - Variable in class org.objectweb.proactive.ext.security.EncryptedBody
 
isEqual(byte[], byte[]) - Static method in class org.objectweb.proactive.ext.security.crypto.Session
 
isException(Object) - Static method in class org.objectweb.proactive.ProActive
Find out if the object contains an exception that should be thrown
isExceptionAsynchronously() - Method in class org.objectweb.proactive.core.mop.MethodCallMetadata
 
isExported() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Checks whether this virtual node is exported
isFcClientItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
isFcCollectionItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
isFcInternalItf() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
isFcInternalItf() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
isFcInternalItf() - Method in interface org.objectweb.proactive.core.component.controller.ProActiveController
 
isFcInternalItf() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
see Interface.isFcInternalItf()
isFcOptionalItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
isFcSubTypeOf(Type) - Method in class org.objectweb.proactive.core.component.type.ProActiveComponentType
 
isFcSubTypeOf(Type) - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
TODO : provide implementation for isFcSubTypeOf
isFinished() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isFinished - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isFinished() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isFinished() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns true if and only if this process has been stopped.
isFromHalfBody() - Method in interface org.objectweb.proactive.core.body.ft.message.MessageInfo
Return true if the attached message is sent from a halfbody
isFromHalfBody() - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
isFromHalfBody() - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.MessageInfoPMLRB
 
isGroup(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Checks if the object o is an object representing a Group (future or not).
isHierarchical() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isHierarchical() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns true if and only if this process is hierarchical
isHierarchical() - Method in class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
isHomonymous() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription
 
isHungry() - Method in class org.objectweb.proactive.branchnbound.core.Worker
 
isHungry() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
isHungry() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
isHungry() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
isID(long) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
isImplicit() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
isInputShutdown() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
isInputShutdown() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
isInsideABodyForwarder() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
isIntegrityEnabled() - Method in class org.objectweb.proactive.ext.security.Communication
Method isIntegrityEnabled.
isIntegrityForbidden() - Method in class org.objectweb.proactive.ext.security.Communication
Method isIntegrityForbidden.
isInteractive() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Returns true if this BsubProcess is lauched with -I option false otherwise
isInterfaceSecureImplemented - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
isJdlRemote() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
isLeaf() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
isLessThan(MutableLong) - Method in class org.objectweb.proactive.core.util.MutableLong
 
isLoaded - Static variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
isLocal - Variable in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
isLocal() - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
isLocalBody() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
isLocalReadable(String) - Static method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
isLocalizedOnAVirtualNode() - Method in class org.objectweb.proactive.core.component.ContentDescription
gives deployment information
isLookup() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
 
isLookup() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
isLookup() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
isMainDefined() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
return true if at least one mainDefinition is defined
isMainDefined() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
return true if at least one mainDefinition is defined
isMainVirtualNode() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
return true if the virtual node represents a node with a main method
isMigration() - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
isMigration() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
isMigrationTo() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
isMultiple() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Getter for cardinality
isMultiple() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
checks the cardinality of the virtual node (i.e. whether the node is mapped to several nodes or not)
isMultiple() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
isMultiple() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
isNodeLocal(Node) - Static method in class org.objectweb.proactive.core.node.NodeFactory
Returns true if the given node belongs to this JVM false else.
isNormalException(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
 
isOldEnough() - Method in class org.objectweb.proactive.core.ssh.UnusedTunnel
 
isOneWay() - Method in interface org.objectweb.proactive.core.body.message.Message
Returns true if the message will not generate a response message
isOneWay - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
 
isOneWay() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
isOneWay() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
isOneWay() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
isOneWay() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
isOneWayCall(MethodCall) - Static method in class org.objectweb.proactive.core.body.proxy.AbstractProxy
Returns a boolean saying whether the methode is one-way or not.
isOneWayCall() - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
ControlCall for group always are oneway
isOneWayCall() - Method in class org.objectweb.proactive.core.mop.MethodCall
Returns a boolean saying whether the method is one-way or not.
isOrphanFor - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
isOutputShutdown() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
isOutputShutdown() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
isOverloaded(Method, Class) - Static method in class org.objectweb.proactive.ext.implicit.ImplicitService
Tests if there is another method with the same simple name in the class
isParallel() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
isPortAlreadyBound(int) - Static method in class org.objectweb.proactive.core.rmi.ClassServer
 
isPrimitive() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
isPrimitive - Variable in class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator
 
isPrimitive - Variable in class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
 
isPrimitive - Variable in class org.objectweb.proactive.core.mop.MethodCall.FixWrapper
 
isPriority - Variable in class org.objectweb.proactive.core.body.request.BodyRequest
 
isRef - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
isReifiedObject(Object) - Static method in class org.objectweb.proactive.core.mop.MOP
Checks if an object is a stub object Being a stub object is equivalent to implementing the StubObject interface
isRemote(String) - Static method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
isResultValid - Variable in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
isResultValid - Variable in class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
isRuntimeExceptionHandled() - Method in class org.objectweb.proactive.core.mop.MethodCallMetadata
 
isRuntimeLocal(ProActiveRuntime) - Static method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Returns true if the given proActiveRuntime belongs to this JVM false else.
isSaveJob() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
isScatterGroupOn(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Checks the semantic of communication of the typed group ogroup.
isSecurityOn - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
isSelfExported() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
isSelfSigned(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Checks if a certificate is self signed by verifying if subject and issuer are the same.
isSessionValidated - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
isSessionValidated() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
isStartFcRequest() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
isStartFcRequest() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
isStarted() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isStarted - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isStarted() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isStarted() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns true if and only if this process has been started.
isStopFcRequest() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
isStopFcRequest() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
isStubClassName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
isSubComponent(Component) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentController
 
isSubmitJob() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
isSuperTypeInArray(String, Class[]) - Static method in class org.objectweb.proactive.core.mop.Utils
 
isSuperTypeInArray(Class, Class[]) - Static method in class org.objectweb.proactive.core.mop.Utils
 
isSynchronous() - Method in class org.objectweb.proactive.core.component.ControllerDescription
Method isSynchronous.
isTagsListEmpty() - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Check if the list of barrier tags is empty
isUnreachable(UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
isUnreachable(UniversalBody) - Method in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
The fault detector test the reachability of the active object body by sending a heartbeat message to body.
isUnreachable(UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
isWrapperClass(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
Tests if the class given as an argument is a wrapper class How can we be sure that all subclasses of java.lang.Number are wrappers ??
iterator() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Returns an iterator over all the requests in the request queue.
iterator() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
iterator() - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Returns an iterator on the listeners of the list
iterator() - Method in class org.objectweb.proactive.core.group.ExceptionListException
Returns an iterator over the exceptions in this list in proper sequence.
iterator() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns an Iterator of the member in the Group.

J

JAVA_LANG_BOOLEAN - Static variable in class org.objectweb.proactive.core.mop.Utils
 
JAVA_LANG_CHARACTER - Static variable in class org.objectweb.proactive.core.mop.Utils
 
JAVA_LANG_EXCEPTION - Static variable in class org.objectweb.proactive.core.mop.Utils
 
JAVA_LANG_NUMBER - Static variable in class org.objectweb.proactive.core.mop.Utils
Static variables
JAVA_LANG_RUNTIMEEXCEPTION - Static variable in class org.objectweb.proactive.core.mop.Utils
 
JAVA_LANG_THROWABLE - Static variable in class org.objectweb.proactive.core.mop.Utils
 
JAVA_LANG_VOID - Static variable in class org.objectweb.proactive.core.mop.Utils
 
JAVA_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
JAVA_PROPERTY - Static variable in interface org.objectweb.proactive.core.xml.XMLPropertiesType
 
JINI - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
JINI_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
jini protocol identifier
JSchSingleton - class org.objectweb.proactive.core.ssh.JSchSingleton.
 
JVMNodeProcess - class org.objectweb.proactive.core.process.JVMNodeProcess.
This class has the same functionalities than JVMProcess, except that the class associated with this process ie the class that this process will start when the startProcess() is called, is set automatically to org.objectweb.proactive.core.runtime.startRuntime.This class is mainly used with XML deployment descriptor.
JVMNodeProcess() - Constructor for class org.objectweb.proactive.core.process.JVMNodeProcess
Creates a new instance of JVMNodeProcess.
JVMNodeProcess(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.JVMNodeProcess
Creates a new instance of JVMNodeProcess
JVMNodeProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.JVMNodeProcess
Creates a new instance of JVMNodeProcess
JVMPARAMETERS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
JVMPARAMETER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
JVMProcess - interface org.objectweb.proactive.core.process.JVMProcess.
The JVMProcess class is able to start localy any class of the ProActive library by creating a Java Virtual Machine.
JVMProcessImpl - class org.objectweb.proactive.core.process.JVMProcessImpl.
The JVMProcess class is able to start localy any class of the ProActive library by creating a Java Virtual Machine.
JVMProcessImpl() - Constructor for class org.objectweb.proactive.core.process.JVMProcessImpl
Creates a new JVMProcess Used with XML Descriptor
JVMProcessImpl(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.JVMProcessImpl
Creates a new JVMProcess
JVMProcessImpl(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.JVMProcessImpl
Creates a new JVMProcess
JVMSET_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
JVMS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
JVM_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
JVM_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
Jacobi - class org.objectweb.proactive.ext.security.test.jacobi.Jacobi.
 
Jacobi() - Constructor for class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
 
JavassistByteCodeStubBuilder - class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder.
This class generates the bytecode for proactive stubs using Javassist.
JavassistByteCodeStubBuilder() - Constructor for class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
JiniBodyAdapter - class org.objectweb.proactive.core.body.jini.JiniBodyAdapter.
An JINI adapter for a RemoteBody.
JiniBodyAdapter() - Constructor for class org.objectweb.proactive.core.body.jini.JiniBodyAdapter
 
JiniBodyAdapter(RemoteBody) - Constructor for class org.objectweb.proactive.core.body.jini.JiniBodyAdapter
 
JiniBodyAdapter(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.jini.JiniBodyAdapter
 
JiniRemoteBodyImpl - class org.objectweb.proactive.core.body.jini.JiniRemoteBodyImpl.
An adapter for a LocalBody to be able to receive jini calls.
JiniRemoteBodyImpl() - Constructor for class org.objectweb.proactive.core.body.jini.JiniRemoteBodyImpl
 
JiniRemoteBodyImpl(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.jini.JiniRemoteBodyImpl
 
JiniRuntimeFactory - class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory.
 
JiniRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
JiniRuntimeImpl - class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl.
An adapter for a ProActiveRuntime to be able to receive remote calls.
JiniRuntimeImpl() - Constructor for class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
Job - interface org.objectweb.proactive.Job.
An object implemementing this Interface provides access to its jobID
JobBarrier - class org.objectweb.proactive.core.body.ft.servers.util.JobBarrier.
This class defines a barrier on a Job.
JobBarrier() - Constructor for class org.objectweb.proactive.core.body.ft.servers.util.JobBarrier
 
jad - Static variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
javaPath - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
jdlRemote - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jiniNodeMap - Variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
jiniRuntimeMap - Variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
jiniVirtualNodeMap - Variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
jobFinish() - Method in class org.objectweb.proactive.core.group.threadpool.EndControler
A ThreadInThePool object calls this method to indicate it has finished a job.
jobID - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
jobID - Variable in class org.objectweb.proactive.core.body.BodyAdapter
Cache the jobID locally for speed
jobID - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
jobID - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobID - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
jobID - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
jobID - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
jobID - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
jobID - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
jobID - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
jobID - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
jobStart() - Method in class org.objectweb.proactive.core.group.threadpool.EndControler
A ThreadInThePool object calls this method to indicate it has started a job.
jobname - Variable in class org.objectweb.proactive.core.process.lsf.CNLSFProcess
 
jobname - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
jobname - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
jvmParameters - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
jvmProcess - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
jvmProcess - Variable in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
jvmProcess - Variable in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 

K

KEEP - Static variable in interface org.objectweb.proactive.core.body.request.RequestProcessor
Constant indicating that the request shall be kept.
KEYSTORE_APPLICATION_PATH - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
KEYSTORE_ENTITY_PATH - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
KeyExchangeException - exception org.objectweb.proactive.ext.security.crypto.KeyExchangeException.
 
KeyExchangeException() - Constructor for class org.objectweb.proactive.ext.security.crypto.KeyExchangeException
 
KeyExchangeException(String) - Constructor for class org.objectweb.proactive.ext.security.crypto.KeyExchangeException
 
KeyTools - class org.objectweb.proactive.ext.security.KeyTools.
Tools to handle common key and keystore operations.
Killer - class org.objectweb.proactive.core.body.ft.internalmsg.Killer.
The vm is killed on reception of this message.
Killer() - Constructor for class org.objectweb.proactive.core.body.ft.internalmsg.Killer
 
KillerJob - class org.objectweb.proactive.core.body.ft.servers.util.KillerJob.
A job that kill a given active object
KillerJob(FTServer, UniversalBody, long) - Constructor for class org.objectweb.proactive.core.body.ft.servers.util.KillerJob
 
keepShortcut(Shortcut) - Method in class org.objectweb.proactive.core.component.body.ComponentBodyImpl
 
keyNegociationReceiverSide(ConfidentialityTicket, long) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
keyNegociationSenderSide(SecurityEntity, long) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method keyNegociationSenderSide. starts the challenge to negociate a session key.
keyPair(int) - Static method in class org.objectweb.proactive.ext.security.CertTools
 
keySet() - Method in interface org.objectweb.proactive.core.group.Group
Returns a set view of the keys contained in this Group.
keySet() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns a set view of the keys contained in this Group.
keyStore - Variable in class org.objectweb.proactive.ext.security.PolicyServer
 
keyStore - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
keyStore - Variable in class org.objectweb.proactive.ext.security.SerializableKeyStore
 
killAll(boolean) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Kills all nodes mapped to this VirtualNode.
killAll(boolean) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
killAll(boolean) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
killAllActiveObjects() - Method in interface org.objectweb.proactive.core.node.Node
Terminate body of all node's active objects.
killAllActiveObjects() - Method in class org.objectweb.proactive.core.node.NodeImpl
 
killAllNodes() - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Kills all Nodes in this ProActiveRuntime
killAllNodes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
killAllNodes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
killAllNodes(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
killAllNodes(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
killAllNodes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
killAllNodes() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
killAllNodes(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
killAllNodes() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
killAllNodes() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
killAllNodes() - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
killAllNodes(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
killAllNodes() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
killAllNodes() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Kill all received node.
killMe() - Method in class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
Stop the thread.
killNode(String) - Static method in class org.objectweb.proactive.core.node.NodeFactory
Kills the node of the given url
killNode(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Kills the Node of the given name and all Active Objects deployed on it.
killNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
killNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
killNode(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
killNode(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
killNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
killNode(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
killNode(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
killNode(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
killNode(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
killNode(String) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
killNode(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
killNode(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
killNode(String) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Kill the given node.
killNodes(boolean) - Static method in class org.objectweb.proactive.core.component.adl.Launcher
 
killRT(boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Kills this ProActiveRuntime and this VM
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
killRT(UniqueRuntimeID, boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
killRT(UniqueRuntimeID, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
killRT(boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
killRT(UniqueRuntimeID, boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
killRT(UniqueRuntimeID, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
killall(boolean) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Kills all Nodes and JVMs(local or remote) created when activating the descriptor
killall(boolean) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 

L

LIFECYCLE_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
LOAD_BALANCING - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
LOCALHOST - Static variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
LOG - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
LOG4J_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
LOOKUP_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
LSFBSubProcess - class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.
The LSFBSubProcess class is able to start any class, of the ProActive library, on a cluster managed by LSF prtocol.
LSFBSubProcess() - Constructor for class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Creates a new LSFBsubProcess Used with XML Descriptors
LSFBSubProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Creates a new LSFBsubProcess
LSFBSubProcess.ParserMessageLogger - class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.ParserMessageLogger.
Implementation of a RemoteProcessMessageLogger that look for the jobID of the launched job
LSFBSubProcess.ParserMessageLogger() - Constructor for class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.ParserMessageLogger
 
LargerQueueImpl - class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl.
This queue provides tasks in a Breath First Search order.
LargerQueueImpl() - Constructor for class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
The no args constructor for ProActive activate.
Launcher - class org.objectweb.proactive.core.component.adl.Launcher.
A class to launch a component from its definition from the command line.
Launcher - class org.objectweb.proactive.core.descriptor.Launcher.
This class provides the stuff useful to launch an application directly from a proactive descriptor XML file.
Launcher(String) - Constructor for class org.objectweb.proactive.core.descriptor.Launcher
Conctructor for a launcher parse a xml pad url
Launcher - class org.objectweb.proactive.core.mop.Launcher.
 
Launcher() - Constructor for class org.objectweb.proactive.core.mop.Launcher
 
Line - class org.objectweb.proactive.core.group.topology.Line.
This class represents a group by a one-dimensional topology.
Line(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Line
Construtor.
LinkedVirtualNode - class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode.
This class is a link of a chained list of virtual nodes.
LinkedVirtualNode(String, String) - Constructor for class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Constructor
LocalBodyStore - class org.objectweb.proactive.core.body.LocalBodyStore.
**For internal use only**
This class store all active bodies known in the current JVM.
LocalBodyStrategy - interface org.objectweb.proactive.core.body.LocalBodyStrategy.
An object implementing this interface is an implementation of one part of the local view of the body of an active object.
LocalFuture - interface org.objectweb.proactive.core.body.future.LocalFuture.
 
LocalProActiveRuntime - interface org.objectweb.proactive.core.runtime.LocalProActiveRuntime.
This interface provides a local view of the ProActiveRuntime.
LocationServer - interface org.objectweb.proactive.core.body.ft.servers.location.LocationServer.
An object implementing this interface provides location services.
LocationServer - interface org.objectweb.proactive.ext.locationserver.LocationServer.
 
LocationServerFactory - class org.objectweb.proactive.ext.locationserver.LocationServerFactory.
 
LocationServerFactory() - Constructor for class org.objectweb.proactive.ext.locationserver.LocationServerFactory
 
LocationServerImpl - class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl.
An implementation of the LocationServer
LocationServerImpl(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
LocationServerMetaObjectFactory - class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.
This class overrides the default Factory to provide Request and MigrationManager with location server.
LocationServerMetaObjectFactory() - Constructor for class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory
Constructor for LocationServerMetaObjectFactory.
LocationServerMetaObjectFactory.MigrationManagerFactoryImpl - class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.MigrationManagerFactoryImpl.
 
LocationServerMetaObjectFactory.MigrationManagerFactoryImpl() - Constructor for class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.MigrationManagerFactoryImpl
 
LocationServerMetaObjectFactory.RequestWithLocationServerFactory - class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.RequestWithLocationServerFactory.
 
LocationServerMetaObjectFactory.RequestWithLocationServerFactory() - Constructor for class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.RequestWithLocationServerFactory
 
Loggers - interface org.objectweb.proactive.core.util.log.Loggers.
This interfaces centralizes the names of the loggers.
LongMutableWrapper - class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper.
An reifiable object for wrapping the primitive Java type long.
LongMutableWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
The no arguments constructor for ProActive.
LongMutableWrapper(long) - Constructor for class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
Construct an reifiable object for a long.
LongWrapper - class org.objectweb.proactive.core.util.wrapper.LongWrapper.
An reifiable object for wrapping the primitive Java type long.
LongWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.LongWrapper
The no arguments constructor for ProActive.
LongWrapper(long) - Constructor for class org.objectweb.proactive.core.util.wrapper.LongWrapper
Construct an reifiable object for a long.
last - Variable in class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
Reception index of the last element
lastCommitedIndex - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
The index of the last element of the latest commited history
lastIndexOf(Object) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
lastRcvdRequestIndex - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
The reception index of the latest received request when the checkpoint has occured
lastRecovery - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
launchMain(String[]) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
launchMain(String, String[]) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
launch the main method of the main class with parameters
launchMain(String, String[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
launchMain(String, String[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
launchMain(UniqueRuntimeID, String, String[]) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
launchMain(UniqueRuntimeID, String, String[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
launchMain(String, String[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
launchMain(String, String[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
launchMain(UniqueRuntimeID, String, String[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
launchMain(String, String[]) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
launchMain(String, String[]) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
launchMain(UniqueRuntimeID, String, String[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
launchMain(String, String[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
leaseManager - Variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
leaveNode(Node, String) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
Leave the specified node.
left(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the object at the left of the specified object in the three-dimensional topology group
left(Object) - Method in class org.objectweb.proactive.core.group.topology.Line
Returns the object at the left of the specified object in the one-dimensional topology group
left(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the object at the left of the specified object in the two-dimensional topology group
left(Object) - Method in class org.objectweb.proactive.core.group.topology.Ring
Returns the object at the left of the specified object in the one-dimensional topology group
left(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the object at the left of the specified object in the two-dimensional topology group
left(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the object at the left of the specified object in the three-dimensional topology group
length() - Method in class org.objectweb.proactive.core.component.request.Shortcut
This method returns length of the shortcut, in other words the number of bindings it represents.
lengthOfType(Class) - Static method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
lifeCycleController - Variable in class org.objectweb.proactive.Service
 
lifoServing() - Method in class org.objectweb.proactive.Service
Invoke the LIFO policy to pick up the requests from the request queue.
line(int) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the line (one-dimensional topology group) with the specified number
line(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the line that contains the specified object
lineX(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the horizontal line (one-dimensional topology group) that contains the object
lineY(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the vertical line (kind of column)(one-dimensional topology group) that contains the object
lineZ(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the line in depth (one-dimensional topology group) that contains the object
list - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
listFc() - Method in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
listFc() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
listFc() - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
listIterator() - Method in interface org.objectweb.proactive.core.group.Group
Returns a list iterator of the members in this Group (in proper sequence).
listIterator() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns a list iterator of the members in this Group (in proper sequence).
load() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
Load the default configuration The default file is located in the same directory as the ProActiceConfiguration class with the name proacticeConfiguration It is obtained using Class.geressource If the property proactive.configuration is set then its value is used as the configuration file
load(String) - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
Load the configuration given in filename
load() - Static method in class org.objectweb.proactive.core.util.IbisProperties
 
load(String) - Static method in class org.objectweb.proactive.core.xml.XMLProperties
 
loadCertificateFile(File) - Method in class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI
 
loadClass(String) - Method in class org.objectweb.proactive.core.classloader.ProActiveClassLoader
 
loadClass(String, String, ClassLoader) - Method in class org.objectweb.proactive.core.classloader.ProActiveRMIClassLoaderSpi
see RMIClassLoaderSpi.loadClass(java.lang.String, java.lang.String, java.lang.ClassLoader) If the System ClassLoader is ProActiveClassLoader, this classLoader is given to the defaultProviderInstance as the default loader for this method.
loadClass(String) - Method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
loadClass(String) - Static method in class org.objectweb.proactive.core.mop.MOP
 
loadClass(String) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
loadClass(String, ClassLoader) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
loadClass(String, ClassLoader, boolean) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
loadComponentConfiguration(String) - Static method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
loadDefaultProperties() - Static method in class org.objectweb.proactive.core.util.IbisProperties
 
loadProvider() - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
Creates a new certificate with given subject and issuer DN, public key, for specified amount of time (from current time) and signs it with a given private key.
loadProxyClass(String, String[], ClassLoader) - Method in class org.objectweb.proactive.core.classloader.ProActiveRMIClassLoaderSpi
see RMIClassLoaderSpi.loadProxyClass(java.lang.String, java.lang.String[], java.lang.ClassLoader) If the System ClassLoader is ProActiveClassLoader, this classLoader is given to the defaultProviderInstance as the default loader for this method.
loadResults(InputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
loadResults(InputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
loadResults(InputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Restoring results from a backup.
loadTasks(InputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
loadTasks(InputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
loadTasks(InputStream) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Restoring all tasks from a previous backup.
loadXML(String) - Static method in class org.objectweb.proactive.core.xml.XMLProperties
 
loadedClass - Static variable in class org.objectweb.proactive.core.mop.MOP
As this class is center to the API, its static initializer is a good place to initialize general stuff.
loadedProperties - Variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
localBodyStrategy - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
locate(DeploymentDescriptor, Envelope, Call, String, String, SOAPContext) - Method in class org.objectweb.proactive.ext.webservices.soap.ProActiveProvider
This method is responsible for locating the active object.
location - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
A table containing a mapping from a UniqueID toward a Body.
location - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
locationServer - Variable in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
locatorChecked - Variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
log(String) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger
 
log(String) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.StandardOutputMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.StandardOutputMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.StandardOutputMessageLogger
 
log(String) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageLogger
 
log(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess.ParserMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess.ParserMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess.ParserMessageLogger
 
log(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.ParserMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.ParserMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess.ParserMessageLogger
 
log(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess.ParserMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess.ParserMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess.ParserMessageLogger
 
log(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess.ParserMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess.ParserMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess.ParserMessageLogger
 
log(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess.ParserMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess.ParserMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess.ParserMessageLogger
 
log(String) - Method in interface org.objectweb.proactive.core.util.MessageLogger
 
log(String, Throwable) - Method in interface org.objectweb.proactive.core.util.MessageLogger
 
log(Throwable) - Method in interface org.objectweb.proactive.core.util.MessageLogger
 
log4jFile - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
logBook - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
logger - Static variable in class org.objectweb.proactive.ProActive
 
logger - Static variable in class org.objectweb.proactive.branchnbound.core.Task
 
logger - Static variable in class org.objectweb.proactive.branchnbound.core.Worker
 
logger - Static variable in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
The logger.
logger - Static variable in class org.objectweb.proactive.core.UniqueID
 
logger - Static variable in class org.objectweb.proactive.core.body.ActiveBody
 
logger - Static variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.RecoveryProcessPMLRB
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.servers.resource.ResourceServerImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory
 
logger - Static variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.proxy.AbstractProxy
 
logger - Static variable in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
logger - Static variable in class org.objectweb.proactive.core.body.request.AwaitedRequest
Logger
logger - Static variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.request.RequestReceiverImpl
 
logger - Static variable in class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory
 
logger - Static variable in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
logger - Static variable in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
logger - Static variable in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
logger - Static variable in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxyImpl
 
logger - Static variable in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
logger - Static variable in class org.objectweb.proactive.core.component.request.Shortcut
 
logger - Static variable in class org.objectweb.proactive.core.component.request.SynchronousComponentRequestReceiver
 
logger - Static variable in class org.objectweb.proactive.core.component.type.ProActiveComponentType
 
logger - Static variable in class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
logger - Static variable in class org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
logger - Static variable in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
logger - Static variable in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
logger - Static variable in class org.objectweb.proactive.core.event.AbstractEventProducer
 
logger - Static variable in class org.objectweb.proactive.core.group.ProActiveComponentGroup
 
logger - Static variable in class org.objectweb.proactive.core.group.ProActiveGroup
The logger for the Class
logger - Static variable in class org.objectweb.proactive.core.group.ProxyForGroup
The logger for the Class
logger - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
logger - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
logger - Static variable in class org.objectweb.proactive.core.node.NodeFactory
 
logger - Static variable in interface org.objectweb.proactive.core.process.UniversalProcess
 
logger - Static variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
logger - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
logger - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
logger - Static variable in class org.objectweb.proactive.core.rmi.ClassServer
 
logger - Static variable in class org.objectweb.proactive.core.rmi.FileProcess
 
logger - Static variable in class org.objectweb.proactive.core.rmi.HTTPRequestHandler
 
logger - Static variable in interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler
 
loggerDeployment - Static variable in class org.objectweb.proactive.core.descriptor.services.ServiceThread
 
loggerGroup - Static variable in class org.objectweb.proactive.ProActive
 
loggerNFE - Static variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
longValue() - Method in class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
Return the value of the long.
longValue() - Method in class org.objectweb.proactive.core.util.wrapper.LongWrapper
Return the value of the long.
lookup(String) - Method in class org.objectweb.proactive.core.body.BodyAdapter
Looks-up an active object previously registered in a registry.
lookup(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
lookup(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Looks-up an active object previously registered in a registry.
lookup(UniqueID, String) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
lookup(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
lookup(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
lookup(String) - Method in class org.objectweb.proactive.core.body.http.HttpBodyAdapter
Looks-up an active object previously registered in the bodys table .
lookup(String) - Method in class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter
Looks-up an active object previously registered in a RMI registry.
lookup(String) - Method in class org.objectweb.proactive.core.body.jini.JiniBodyAdapter
Looks-up an active object previously registered in a RMI registry.
lookup(String) - Method in class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter
Looks-up an active object previously registered in a RMI registry.
lookup(UniqueID, String) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
lookup(String) - Method in class org.objectweb.proactive.core.body.rmi.SshRmiBodyAdapter
 
lookup - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
lookupActive(String, String) - Static method in class org.objectweb.proactive.ProActive
Looks-up an active object previously registered in a registry(RMI, IBIS, HTTP).
lookupFc(String) - Method in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
lookupFc(String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
lookupFc(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
see
lookupVirtualNode(String) - Static method in class org.objectweb.proactive.ProActive
Looks-up a VirtualNode previously registered in a registry(RMI or JINI or HTTP or IBIS) The registry where to look for is fully determined with the protocol included in the url
loop_MethodBarrier() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Loop METHODBARRIER
loop_NeighborBarrier() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Loop NEIGHBORBARRIER
loop_TotalBarrier() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Loop TOTAL BARRIER

M

MAIN_DEFINITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MAPPING_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MAPRSH_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MAP_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MAP_TO_VIRTUAL_NODE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MASTER_TAG - Static variable in interface org.objectweb.proactive.core.config.xml.MasterFileConstants
 
MAX - Static variable in class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
MAX_ACTIVE_QUEUES - Static variable in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
Maximum number of active queues
MAX_NODE - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
MAX_NODE: special number for asking nodes every times.
MAX_RETRY - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
MAX_RETRY - Static variable in class org.objectweb.proactive.core.node.StartNode
 
MAX_RETRY - Static variable in class org.objectweb.proactive.core.rmi.ClassServer
 
MAX_RETRY - Static variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
MAX_SESSION_VALIDATION_WAIT - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
MAX_WAIT - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
METHODCALL_TYPE - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
METHOD_ARRAY_TYPE - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
METHOD_TYPE - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
MIGRATION - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
MIGRATION_EXCEPTION - Static variable in class org.objectweb.proactive.core.event.MigrationEvent
 
MIGRATION_FROM - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
MIGRATION_TO - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
MINDIFF - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Min diff to stop
MOP - class org.objectweb.proactive.core.mop.MOP.
A place where static methods go
MOP() - Constructor for class org.objectweb.proactive.core.mop.MOP
 
MOP - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
MOPClassLoader - class org.objectweb.proactive.core.mop.MOPClassLoader.
 
MOPClassLoader() - Constructor for class org.objectweb.proactive.core.mop.MOPClassLoader
 
MOPException - exception org.objectweb.proactive.core.mop.MOPException.
 
MOPException() - Constructor for class org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with no specified detail message.
MOPException(String) - Constructor for class org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with the specified detail message.
MOPException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with the specified detail message and nested exception.
MOPException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with the specified detail message and nested exception.
MOPRuntimeException - exception org.objectweb.proactive.core.mop.MOPRuntimeException.
 
MOPRuntimeException() - Constructor for class org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveRuntimeException with no specified detail message.
MOPRuntimeException(String) - Constructor for class org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveRuntimeException with the specified detail message.
MOPRuntimeException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveRuntimeException with the specified detail message and nested exception.
MOPRuntimeException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveException with the specified detail message and nested exception.
MSG - class org.objectweb.proactive.core.rmi.MSG.
 
MSG(byte[], String) - Constructor for class org.objectweb.proactive.core.rmi.MSG
 
MULTICAST_LOCATOR_NAME - Static variable in class org.objectweb.proactive.core.node.StartNode
 
MULTIPLE - Static variable in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
 
MainDefinition - class org.objectweb.proactive.core.descriptor.data.MainDefinition.
A MainDefinition is an internal representation of XML mainDefinition element.
MainDefinition(String, List, List) - Constructor for class org.objectweb.proactive.core.descriptor.data.MainDefinition
 
MainDefinition(String) - Constructor for class org.objectweb.proactive.core.descriptor.data.MainDefinition
 
MainDefinition() - Constructor for class org.objectweb.proactive.core.descriptor.data.MainDefinition
 
Manager - class org.objectweb.proactive.branchnbound.core.Manager.
Manager() - Constructor for class org.objectweb.proactive.branchnbound.core.Manager
The no args constructor for ProActive.
Manager(Task, Node, Node[], String) - Constructor for class org.objectweb.proactive.branchnbound.core.Manager
Contruct a new Manager.
Manager(Task, Node, Node[][], String) - Constructor for class org.objectweb.proactive.branchnbound.core.Manager
Contruct a new Manager.
Manager(Task, Node, VirtualNode[], String) - Constructor for class org.objectweb.proactive.branchnbound.core.Manager
Contruct a new Manager.
MapRshProcess - class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess.
The MapRshProcess class is able to start any class, of the ProActive library, using maprsh.
MapRshProcess() - Constructor for class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
MapRshProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
MasterFileConstants - interface org.objectweb.proactive.core.config.xml.MasterFileConstants.
 
MasterFileHandler - class org.objectweb.proactive.core.config.xml.MasterFileHandler.
 
MasterFileHandler() - Constructor for class org.objectweb.proactive.core.config.xml.MasterFileHandler
 
MasterPropertiesFileHandler - class org.objectweb.proactive.core.descriptor.xml.MasterPropertiesFileHandler.
 
MasterPropertiesFileHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.MasterPropertiesFileHandler
 
Message - interface org.objectweb.proactive.core.body.message.Message.
A class implementing this interface is an object encapsulating a reified method call either the sending of the call with the arguments or the reply of the call with the result.
MessageEvent - class org.objectweb.proactive.core.event.MessageEvent.
A MessageEvent occurs when a Message get sent or received or when the treatment of a request begins or ends.
MessageEvent(Message, int, UniqueID, int) - Constructor for class org.objectweb.proactive.core.event.MessageEvent
Creates a new MessageEvent based on the message message and on the given action
MessageEventListener - interface org.objectweb.proactive.core.event.MessageEventListener.
A class implementating this interface is listener of MessageEvent.
MessageEventProducer - interface org.objectweb.proactive.core.body.message.MessageEventProducer.
 
MessageEventProducerImpl - class org.objectweb.proactive.core.body.message.MessageEventProducerImpl.
 
MessageEventProducerImpl() - Constructor for class org.objectweb.proactive.core.body.message.MessageEventProducerImpl
 
MessageImpl - class org.objectweb.proactive.core.body.message.MessageImpl.
Implements a simple message encapsulating a method call between two active objects.
MessageImpl(UniqueID, long, boolean, String) - Constructor for class org.objectweb.proactive.core.body.message.MessageImpl
Creates a new Message based on the given information.
MessageInfo - interface org.objectweb.proactive.core.body.ft.message.MessageInfo.
Interface for piggybacked informations on messages.
MessageInfoCIC - class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC.
 
MessageInfoCIC() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
MessageInfoPMLRB - class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.MessageInfoPMLRB.
Informations piggybacked on messages with the PMLRB protocol.
MessageInfoPMLRB() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.MessageInfoPMLRB
 
MessageLog - interface org.objectweb.proactive.core.body.ft.message.MessageLog.
Marker interface for message log.
MessageLogger - interface org.objectweb.proactive.core.util.MessageLogger.
 
MessageSink - interface org.objectweb.proactive.core.process.MessageSink.
 
MetaObjectFactory - interface org.objectweb.proactive.core.body.MetaObjectFactory.
A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
MetaObjectInterfaceClassGenerator - class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator.
Creates Interface implementations for the functional interfaces of the component metaobject.
MetaObjectInterfaceClassGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator
 
MethodBarrier - class org.objectweb.proactive.core.group.spmd.MethodBarrier.
This class describes the state of a method-based barrier.
MethodBarrier(String[]) - Constructor for class org.objectweb.proactive.core.group.spmd.MethodBarrier
Constructor
MethodCall - class org.objectweb.proactive.core.mop.MethodCall.
Instances of this class represent method calls performed on reified objects.
MethodCall(Method, Object[], MethodCallMetadata) - Constructor for class org.objectweb.proactive.core.mop.MethodCall
Builds a new MethodCall object.
MethodCall(Method, Object[]) - Constructor for class org.objectweb.proactive.core.mop.MethodCall
 
MethodCall(MethodCall) - Constructor for class org.objectweb.proactive.core.mop.MethodCall
Builds a new MethodCall object.
MethodCall() - Constructor for class org.objectweb.proactive.core.mop.MethodCall
Builds a new MethodCall object.
MethodCall.FixWrapper - class org.objectweb.proactive.core.mop.MethodCall.FixWrapper.
 
MethodCall.FixWrapper() - Constructor for class org.objectweb.proactive.core.mop.MethodCall.FixWrapper
 
MethodCall.FixWrapper(Class) - Constructor for class org.objectweb.proactive.core.mop.MethodCall.FixWrapper
Encapsulate primitives types into Class
MethodCallBarrier - class org.objectweb.proactive.core.group.spmd.MethodCallBarrier.
This class represents a call of strong synchronization between the member of a SPMD Group.
MethodCallBarrier(String) - Constructor for class org.objectweb.proactive.core.group.spmd.MethodCallBarrier
Constructor
MethodCallBarrierWithMethodName - class org.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName.
 
MethodCallBarrierWithMethodName(String[]) - Constructor for class org.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName
Constructor
MethodCallControlForGroup - class org.objectweb.proactive.core.group.MethodCallControlForGroup.
 
MethodCallControlForGroup() - Constructor for class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
MethodCallExecutionFailedException - exception org.objectweb.proactive.core.mop.MethodCallExecutionFailedException.
 
MethodCallExecutionFailedException() - Constructor for class org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallExecutionFailedException(String) - Constructor for class org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallExecutionFailedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallExecutionFailedException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallMetadata - class org.objectweb.proactive.core.mop.MethodCallMetadata.
 
MethodCallMetadata(boolean, boolean) - Constructor for class org.objectweb.proactive.core.mop.MethodCallMetadata
 
MethodCallSetSPMDGroup - class org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup.
 
MethodCallSetSPMDGroup(Object) - Constructor for class org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup
Builds a method call to set the SPMD group
MicroTimer - class org.objectweb.proactive.core.util.timer.MicroTimer.
 
MicroTimer() - Constructor for class org.objectweb.proactive.core.util.timer.MicroTimer
 
MicroTimer - class org.objectweb.proactive.ext.locationserver.util.MicroTimer.
 
MicroTimer() - Constructor for class org.objectweb.proactive.ext.locationserver.util.MicroTimer
 
Migratable - interface org.objectweb.proactive.core.body.migration.Migratable.
 
MigratableBody - class org.objectweb.proactive.core.body.migration.MigratableBody.
 
MigratableBody() - Constructor for class org.objectweb.proactive.core.body.migration.MigratableBody
 
MigratableBody(Object, String, MetaObjectFactory, String) - Constructor for class org.objectweb.proactive.core.body.migration.MigratableBody
 
MigrationEvent - class org.objectweb.proactive.core.event.MigrationEvent.
MigrationEvents occur during the migration of an active object.
MigrationEvent(Body, int) - Constructor for class org.objectweb.proactive.core.event.MigrationEvent
Creates a new MigrationEvent occuring during the migration of the active object linked to the given body.
MigrationEvent(MigrationException) - Constructor for class org.objectweb.proactive.core.event.MigrationEvent
Creates a new MigrationEvent based on an exception occuring during the process of migration.
MigrationEventListener - interface org.objectweb.proactive.core.event.MigrationEventListener.
A class implementating this interface is listener of MigrationEvent that occurs in the process of the migration of a body associated to an active object.
MigrationException - exception org.objectweb.proactive.core.body.migration.MigrationException.
 
MigrationException() - Constructor for class org.objectweb.proactive.core.body.migration.MigrationException
 
MigrationException(String) - Constructor for class org.objectweb.proactive.core.body.migration.MigrationException
 
MigrationException(String, Throwable) - Constructor for class org.objectweb.proactive.core.body.migration.MigrationException
 
MigrationException(Throwable) - Constructor for class org.objectweb.proactive.core.body.migration.MigrationException
 
MigrationManager - interface org.objectweb.proactive.core.body.migration.MigrationManager.
 
MigrationManagerFactory - interface org.objectweb.proactive.core.body.migration.MigrationManagerFactory.
A class implementing this interface is a factory of MigrationManager objects.
MigrationManagerImpl - class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.
 
MigrationManagerImpl() - Constructor for class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
MigrationManagerWithLocationServer - class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer.
 
MigrationManagerWithLocationServer() - Constructor for class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
MigrationManagerWithLocationServer(LocationServer) - Constructor for class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
MigrationManagerWithMixedLocation - class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation.
 
MigrationManagerWithMixedLocation() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
MigrationManagerWithMixedLocation(LocationServer) - Constructor for class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
MigrationStrategy - interface org.objectweb.proactive.ext.migration.MigrationStrategy.
 
MigrationStrategyImpl - class org.objectweb.proactive.ext.migration.MigrationStrategyImpl.
MigrationStrategyImpl contains destination.
MigrationStrategyImpl() - Constructor for class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Creates an empty MigrationStrategyImpl
MigrationStrategyImpl(String) - Constructor for class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Creates an itinary using a text-file.
MigrationStrategyManager - interface org.objectweb.proactive.ext.migration.MigrationStrategyManager.
 
MigrationStrategyManagerImpl - class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl.
 
MigrationStrategyManagerImpl() - Constructor for class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
MigrationStrategyManagerImpl(Migratable) - Constructor for class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
MixedLocationMetaObjectFactory - class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.
This class overrides the default Factory to provide Request and MigrationManager with a mixed location server.
MixedLocationMetaObjectFactory() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory
Constructor for LocationServerMetaObjectFactory.
MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl - class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl.
 
MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl
 
MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl - class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl.
 
MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl
 
MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl - class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl.
 
MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl
 
MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory - class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory.
 
MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory
 
MutableInteger - class org.objectweb.proactive.core.util.MutableInteger.
Defines a mutable, serializable and not final Integer.
MutableInteger() - Constructor for class org.objectweb.proactive.core.util.MutableInteger
 
MutableInteger(int) - Constructor for class org.objectweb.proactive.core.util.MutableInteger
 
MutableLong - class org.objectweb.proactive.core.util.MutableLong.
Defines a mutable, serializable and not final Long.
MutableLong() - Constructor for class org.objectweb.proactive.core.util.MutableLong
 
MutableLong(long) - Constructor for class org.objectweb.proactive.core.util.MutableLong
 
main(String[]) - Static method in class org.objectweb.proactive.core.body.ft.servers.StartFTServer
 
main(String[]) - Static method in class org.objectweb.proactive.core.component.adl.Launcher
 
main(String[]) - Static method in class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
main(String[]) - Static method in class org.objectweb.proactive.core.mop.Launcher
 
main(String[]) - Static method in class org.objectweb.proactive.core.node.StartNode
Starts a ProActive node on the localhost host usage: java org.objectweb.proactive.core.node.StartNode <node URL> [options]
where options are amongst
noClassServer : indicates not to create a ClassServer for JINI.
main(String[]) - Static method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.filetransfer.RemoteFileCopy
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI
 
main(String[]) - Static method in class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
Direct usage of client is discouraged.
main(String[]) - Static method in class org.objectweb.proactive.core.runtime.StartHierarchical
 
main(String[]) - Static method in class org.objectweb.proactive.core.runtime.StartRuntime
 
main(String[]) - Static method in class org.objectweb.proactive.core.util.CircularArrayList
 
main(String[]) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
main(String[]) - Static method in class org.objectweb.proactive.core.util.profiling.PAProfilerEngine
 
main(String[]) - Static method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
main(String[]) - Static method in class org.objectweb.proactive.core.util.timer.EWMATimer
 
main(String[]) - Static method in class org.objectweb.proactive.core.util.timer.MicroTimer
 
main(String[]) - Static method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
main(String[]) - Static method in class org.objectweb.proactive.ext.closedworldlauncher.NodeLauncher
 
main(String[]) - Static method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
main(String[]) - Static method in class org.objectweb.proactive.ext.locationserver.util.MicroTimer
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.crypto.CertificateReader
The main program for the CertificateReader class
main(String[]) - Static method in class org.objectweb.proactive.ext.security.crypto.CertificationAuthority
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.domain.StartDomain
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGenerator
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.gui.SecurityGui
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.gui.startSecurityGUI
 
main(String[]) - Static method in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
 
main(String[]) - Static method in class org.objectweb.proactive.ext.util.SimpleLocationServer
 
main(String[]) - Static method in class org.objectweb.proactive.ext.util.StubGenerator
 
main(String[]) - Static method in class org.objectweb.proactive.p2p.daemon.Daemon
 
main(String[]) - Static method in class org.objectweb.proactive.p2p.service.StartP2PService
Usage: java org.objectweb.proactive.p2p.service.StartP2PService [-acq acquisitionMethod] [-port portNumber] [-s Server ...]
mainDefinitionAddParameter(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Adds the parameter parameter to the parameters of the last defined mainDefinition
mainDefinitionAddParameter(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
add the parameter parameter to the parameters of the last defined mainDefinition
mainDefinitionAddVirtualNode(VirtualNode) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Adds a VirtualNode virtualNode to the last defined mainDefinition
mainDefinitionAddVirtualNode(VirtualNode) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
add a VirtualNode virtualNode to the last defined mainDefinition
mainDefinitionGetParameters(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns a table containing all the parameters of the last defined mainDefinition
mainDefinitionGetParameters(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
return an array that contains all the parameters of the last defined mainDefinition
mainDefinitionSetMainClass(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Sets the mainClass attribute of the last defined mainDefinition
mainDefinitionSetMainClass(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
set the mainClass attribute of the last defined mainDefinition
makeDeepCopy(Object) - Static method in class org.objectweb.proactive.core.mop.Utils
 
makeDeepCopyOfArguments() - Method in interface org.objectweb.proactive.core.mop.ConstructorCall
Makez a deep copy of all arguments of the constructor
makeDeepCopyOfArguments() - Method in class org.objectweb.proactive.core.mop.ConstructorCallImpl
Make a deep copy of all arguments of the constructor
makeDeepCopyOfArguments() - Method in class org.objectweb.proactive.core.mop.MethodCall
Make a deep copy of all arguments of the constructor
makeNewLoggerInstance(String) - Method in class org.objectweb.proactive.core.util.log.ProActiveLoggerFactory
Creates a new ProActiveLogger with Diagnostic Context information (hostname and runtime).
mapToExtendedJVM(JVMProcess, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Maps the given jvmProcess with the extended JVMProcess defined with processID.
mapToExtendedJVM(JVMProcess, String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
mark(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
markSupported() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
marshallObject(Object) - Static method in class org.objectweb.proactive.core.body.http.util.HttpMarshaller
 
maxTime - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
measure - Static variable in class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
memberList - Variable in class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
memberList - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
The list of member : it contains exclusively, StubObjects connected to Proxies, or Java Objects
memory - Variable in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
messageEventProducer - Variable in class org.objectweb.proactive.core.body.BodyImpl
 
messageInfos - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
all values piggybacked for fault tolerance stuff
messageLogger - Static variable in interface org.objectweb.proactive.core.util.RemoteProcessMessageLogger
 
methodCall - Variable in class org.objectweb.proactive.core.body.request.BodyRequest
 
methodCall - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
methodName - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
The name of the method called
methods - Variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
migrateTo(Object) - Static method in class org.objectweb.proactive.ProActive
Migrates the active object whose active thread is calling this method to the same location as the active object given in parameter.
migrateTo(String) - Static method in class org.objectweb.proactive.ProActive
Migrates the active object whose active thread is calling this method to the node caracterized by the given url.
migrateTo(Node) - Static method in class org.objectweb.proactive.ProActive
Migrates the active object whose active thread is calling this method to the given node.
migrateTo(Body, Object, boolean) - Static method in class org.objectweb.proactive.ProActive
Migrates the given body to the same location as the active object given in parameter.
migrateTo(Body, String, boolean) - Static method in class org.objectweb.proactive.ProActive
Migrates the given body to the node caracterized by the given url.
migrateTo(Body, Node, boolean) - Static method in class org.objectweb.proactive.ProActive
Migrates the body bodyToMigrate to the given node.
migrateTo(Node) - Method in interface org.objectweb.proactive.core.body.migration.Migratable
 
migrateTo(Node) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
migrateTo(Node, Body) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
migrateTo(Node, Body) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
migrateTo(Node, Body) - Method in class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
migratedBodyRestarted(MigrationEvent) - Method in interface org.objectweb.proactive.core.event.MigrationEventListener
Signals that the migrated body has restarted of the destination host side
migratedBodyRestarted(MigrationEvent) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
migration - Variable in class org.objectweb.proactive.core.body.future.FutureProxy
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
migration - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
migration - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
migrationAboutToStart(MigrationEvent) - Method in interface org.objectweb.proactive.core.event.MigrationEventListener
Signals that a migration is about to start
migrationAboutToStart(MigrationEvent) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
migrationCounter - Variable in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
migrationExceptionThrown(MigrationEvent) - Method in interface org.objectweb.proactive.core.event.MigrationEventListener
Signals that the migration failed with a exception detailed in the event.
migrationExceptionThrown(MigrationEvent) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
migrationFinished(MigrationEvent) - Method in interface org.objectweb.proactive.core.event.MigrationEventListener
Signals that the migration is finished on the originating host side
migrationFinished(MigrationEvent) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
migrationLogger - Static variable in class org.objectweb.proactive.core.body.migration.MigratableBody
 
migrationManager - Variable in class org.objectweb.proactive.core.body.migration.MigratableBody
The object responsible for the migration
migrationManagerFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
migrationTo - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
modifiedOptions - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
mopCl - Static variable in class org.objectweb.proactive.core.mop.MOPClassLoader
 
moveTo(String) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Migrate the P2P node lookup tyo a new node.
multicastLocator - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
multicastLocator - Variable in class org.objectweb.proactive.core.node.StartNode
 
mutualAuthenticationReceiverSide(AuthenticationTicket, long) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
mutualAuthenticationSenderSide(UniversalBody, X509Certificate) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
myBody - Variable in class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
myBody - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
myPool - Variable in class org.objectweb.proactive.core.group.threadpool.ThreadInThePool
The threadpool owner of this thread.

N

NAME - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
NAME_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
NFE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
NFEListener - interface org.objectweb.proactive.core.exceptions.manager.NFEListener.
 
NFEListenerList - class org.objectweb.proactive.core.exceptions.manager.NFEListenerList.
 
NFEListenerList() - Constructor for class org.objectweb.proactive.core.exceptions.manager.NFEListenerList
 
NFEManager - class org.objectweb.proactive.core.exceptions.manager.NFEManager.
 
NFEManager() - Constructor for class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
NFEProducer - interface org.objectweb.proactive.core.exceptions.manager.NFEProducer.
 
NFRequestFilterImpl - class org.objectweb.proactive.core.component.body.NFRequestFilterImpl.
This class is a filter for non functional component requests : it can separate component controller requests from component functional requests.
NFRequestFilterImpl() - Constructor for class org.objectweb.proactive.core.component.body.NFRequestFilterImpl
 
NGProcess - class org.objectweb.proactive.core.process.nordugrid.NGProcess.
NorduGrid Process implementation.
NGProcess() - Constructor for class org.objectweb.proactive.core.process.nordugrid.NGProcess
Creates a new instance of NGProcess
NG_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
NG_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
NODE_CREATED - Static variable in class org.objectweb.proactive.core.event.NodeCreationEvent
 
NON_FT - Static variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This value is sent by an active object that is not fault tolerant
NOOP_LISTENER - Static variable in interface org.objectweb.proactive.core.exceptions.manager.NFEListener
 
NO_CLASS_SERVER_OPTION_NAME - Static variable in class org.objectweb.proactive.core.node.StartNode
 
NO_COMPOSITION - Static variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
NO_REBIND_OPTION_NAME - Static variable in class org.objectweb.proactive.core.node.StartNode
 
NO_REGISTRY_OPTION_NAME - Static variable in class org.objectweb.proactive.core.node.StartNode
 
NewActiveFailedNFE - exception org.objectweb.proactive.core.exceptions.body.NewActiveFailedNFE.
Contrary to what Guillaume C. said.
NewActiveFailedNFE(String, Exception) - Constructor for class org.objectweb.proactive.core.exceptions.body.NewActiveFailedNFE
 
NoResultsException - exception org.objectweb.proactive.branchnbound.core.exception.NoResultsException.
This exception is used for signaling that a Result containts no solutions.
NoResultsException() - Constructor for class org.objectweb.proactive.branchnbound.core.exception.NoResultsException
Create a new Excpeiton.
NoResultsException(String) - Constructor for class org.objectweb.proactive.branchnbound.core.exception.NoResultsException
Create a new Excpetion with a given message.
NoSuchComponentException - exception org.objectweb.proactive.core.component.exceptions.NoSuchComponentException.
Exception thrown when a named component cannot be found
NoSuchComponentException() - Constructor for class org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
NoSuchComponentException(String) - Constructor for class org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
NoSuchComponentException(String, Throwable) - Constructor for class org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
NoSuchComponentException(Throwable) - Constructor for class org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
Node - interface org.objectweb.proactive.core.node.Node.
A Node offers a set of services needed by ProActive to work with remote JVM.
NodeCreationEvent - class org.objectweb.proactive.core.event.NodeCreationEvent.
Event sent when a Node is created for a given VirtualNode.
NodeCreationEvent(VirtualNode, int, Node, int) - Constructor for class org.objectweb.proactive.core.event.NodeCreationEvent
Creates a new NodeCreationEvent
NodeCreationEventListener - interface org.objectweb.proactive.core.event.NodeCreationEventListener.
A class implementating this interface is listener of NodeCreationEvent.
NodeCreationEventProducer - interface org.objectweb.proactive.core.event.NodeCreationEventProducer.
A class implementing this interface can produce NodeCreationEvent.
NodeCreationEventProducerImpl - class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl.
 
NodeCreationEventProducerImpl() - Constructor for class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl
 
NodeCreationListenerForAoCreation - class org.objectweb.proactive.core.util.NodeCreationListenerForAoCreation.
Creates an Active Object by the multi-tread pool when a node is created.
NodeCreationListenerForAoCreation(Vector, String, Object[], ThreadPool) - Constructor for class org.objectweb.proactive.core.util.NodeCreationListenerForAoCreation
 
NodeDestination - class org.objectweb.proactive.ext.migration.NodeDestination.
 
NodeDestination(String, String) - Constructor for class org.objectweb.proactive.ext.migration.NodeDestination
Construct a Roadmap with location l and methodName name.
NodeException - exception org.objectweb.proactive.core.node.NodeException.
The Node interface offers a generic interface over various implementations of the node such as RMI or JINI, this exception offer a way to wrap the various exceptions triggered by the implementation.
NodeException() - Constructor for class org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with no specified detail message.
NodeException(String) - Constructor for class org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with the specified detail message.
NodeException(String, Throwable) - Constructor for class org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with the specified detail message and nested exception.
NodeException(Throwable) - Constructor for class org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with the specified detail message and nested exception.
NodeFactory - class org.objectweb.proactive.core.node.NodeFactory.
The NodeFactory provides a generic way to create and lookup Node without protocol specific code (such as RMI or Jini).
NodeFactory() - Constructor for class org.objectweb.proactive.core.node.NodeFactory
 
NodeImpl - class org.objectweb.proactive.core.node.NodeImpl.
A Node offers a set of services needed by ProActive to work with remote JVM.
NodeImpl() - Constructor for class org.objectweb.proactive.core.node.NodeImpl
 
NodeImpl(ProActiveRuntime, String, String, String) - Constructor for class org.objectweb.proactive.core.node.NodeImpl
 
NodeImpl.NodeInformationImpl - class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl.
 
NodeImpl.NodeInformationImpl(String, String, String) - Constructor for class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
NodeInformation - interface org.objectweb.proactive.core.node.NodeInformation.
A class implementing this interface provides information about the node it is attached to.
NodeLauncher - class org.objectweb.proactive.ext.closedworldlauncher.NodeLauncher.
 
NodeLauncher() - Constructor for class org.objectweb.proactive.ext.closedworldlauncher.NodeLauncher
 
NonFunctionalException - exception org.objectweb.proactive.core.exceptions.NonFunctionalException.
The root class of non functional exceptions
NonFunctionalException(String, Throwable) - Constructor for class org.objectweb.proactive.core.exceptions.NonFunctionalException
 
NotImplementedException - exception org.objectweb.proactive.core.body.ft.exception.NotImplementedException.
 
NotImplementedException() - Constructor for class org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
NotImplementedException(String) - Constructor for class org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for class org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for class org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
nArrived(int) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Check if n nodes are arrived.
name - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
name - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
nameOfWrapper(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
 
nbrValues - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
needToTry(String, int) - Method in class org.objectweb.proactive.core.ssh.TryCache
Return true only if we need to try this host/port pair.
negociateKeyReceiverSide(ConfidentialityTicket, long) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
netServer - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
newActive(String, Object[]) - Static method in class org.objectweb.proactive.ProActive
Creates a new ActiveObject based on classname attached to a default node in the local JVM.
newActive(String, Object[], String) - Static method in class org.objectweb.proactive.ProActive
Creates a new ActiveObject based on classname attached to the node of the given URL.
newActive(String, Object[], Node) - Static method in class org.objectweb.proactive.ProActive
Creates a new ActiveObject based on classname attached to the given node or on a default node in the local JVM if the given node is null.
newActive(String, Object[], Node, Active, MetaObjectFactory) - Static method in class org.objectweb.proactive.ProActive
Creates a new ActiveObject based on classname attached to the given node or on a default node in the local JVM if the given node is null.
newActiveAsGroup(String, Object[], VirtualNode) - Static method in class org.objectweb.proactive.ProActive
Creates a new group of Active Objects.
newActiveAsGroup(String, Object[], VirtualNode, Active, MetaObjectFactory) - Static method in class org.objectweb.proactive.ProActive
Creates a new group of Active Objects.
newActiveComponent(String, Object[], Node, Active, MetaObjectFactory, ComponentParameters) - Static method in class org.objectweb.proactive.ProActive
Creates a new ProActive component over the specified base class, according to the given component parameters, and returns a reference on the component of type Component.
newActiveComponent(String, Object[], VirtualNode, ComponentParameters) - Static method in class org.objectweb.proactive.ProActive
Creates a new ProActive component over the specified base class, according to the given component parameters, and returns a reference on the component of type Component.
newActiveInParallel(String, Object[][], Node[]) - Static method in class org.objectweb.proactive.ProActive
Create a set of active objects with given construtor parameters.
newActiveInParallel(String, Object[], VirtualNode) - Static method in class org.objectweb.proactive.ProActive
Create a set of identical active objects on a given virtual node.
newBnB(Task, Node, Node[], String) - Static method in class org.objectweb.proactive.branchnbound.ProActiveBranchNBound
Create a new activate Manager with the given root task.
newBnB(Task, VirtualNode, String) - Static method in class org.objectweb.proactive.branchnbound.ProActiveBranchNBound
Create a new activate Manager with the given root task.
newBnB(Task, Node, Node[][], String) - Static method in class org.objectweb.proactive.branchnbound.ProActiveBranchNBound
Create a new activate Manager with the given root task.
newBnB(Task, VirtualNode[], String) - Static method in class org.objectweb.proactive.branchnbound.ProActiveBranchNBound
Create a new activate Manager with the given root task.
newComponentFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
creates a ProActiveComponentFactory
newComponentFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newComponentFactorySingleton(ComponentParameters) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newComponentIdentityFactory() - Method in interface org.objectweb.proactive.core.component.ComponentMetaObjectFactory
Creates or reuses a ProActiveComponentFactory
newComponentInterfaceGroup(InterfaceType, Component) - Static method in class org.objectweb.proactive.core.group.ProActiveComponentGroup
creates an empty group able to contain ProActiveInterfaceImpl objects of the given type..
newComponentRepresentativeGroup(ComponentParameters) - Static method in class org.objectweb.proactive.core.group.ProActiveComponentGroup
Creates an empty component stub+a group proxy.
newFTManager(int) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl
 
newFTManager(int) - Method in interface org.objectweb.proactive.core.body.ft.protocols.FTManagerFactory
Return a fault-tolerance manager for a body
newFTManagerFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates the fault-tolerance manager.
newFTManagerFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newFTManagerFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newFcInstance(Type, Object, Object) - Method in class org.objectweb.proactive.core.component.Fractive
see GenericFactory.newFcInstance(org.objectweb.fractal.api.Type, java.lang.Object, java.lang.Object)
newFcInstance() - Method in class org.objectweb.proactive.core.component.Fractive
see Factory.newFcInstance()
newGroup(String) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing an empty group specifying the upper class of members.
newGroup(String, Object[][]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members on the default node.
newGroup(String, Object[][], String) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates all members with params on the node.
newGroup(String, Object[][], String[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList.
newGroup(String, Object[][], Node) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates all members with params on the node.
newGroup(String, Object[][], Node[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList.
newGroup(String, Object[][], VirtualNode) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with params cycling on the nodes of the virtual node.
newGroup(String, Object[], Node[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList.
newGroup(String, Object[], VirtualNode) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList.
newGroup(String, Object[], Node) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates all members with the same params on the node.
newGroup(String, Object[], String) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates all members with the same params on the node.
newGroup(String, Object[], String[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList.
newGroupBuiltWithMultithreading(String, Object[][]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members on the default node.
newGroupBuiltWithMultithreading(String, Object[][], Node[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created.
newGroupBuiltWithMultithreading(String, Object[][], String[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members with params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created.
newGroupBuiltWithMultithreading(String, Object[][], VirtualNode) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members with params cycling on the nodes of the vitual node. Threads are used to build the group's members. This methods returns when all members were created.
newGroupBuiltWithMultithreading(String, Object[], String[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created.
newGroupBuiltWithMultithreading(String, Object[], Node[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList. Threads are used to build the group's members. This methods returns when all members were created.
newGroupBuiltWithMultithreading(String, Object[], VirtualNode) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Deprecated. use newGroupInParallel Creates an object representing a group (a typed group) and creates members with the same params cycling on the nodes of the vitual node. Threads are used to build the group's members. This methods returns when all members were created.
newGroupInParallel(String, Object[][]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members on the default node.
newGroupInParallel(String, Object[][], Node[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList.
newGroupInParallel(String, Object[][], String[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with params cycling on nodeList.
newGroupInParallel(String, Object[][], VirtualNode) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with params cycling on the nodes of the vitual node.
newGroupInParallel(String, Object[], String[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList.
newGroupInParallel(String, Object[], Node[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with the same params cycling on nodeList.
newGroupInParallel(String, Object[], VirtualNode) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Creates an object representing a group (a typed group) and creates members with the same params cycling on the nodes of the vitual node.
newHalfFTManager(int) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl
 
newHalfFTManager(int) - Method in interface org.objectweb.proactive.core.body.ft.protocols.FTManagerFactory
Return a fault-tolerance manager for a halfbody
newInstance() - Static method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newInstance(String, Object[], String, Object[]) - Static method in class org.objectweb.proactive.core.mop.MOP
Creates an instance of an object
newInstance(Class, Object[], String, Object[]) - Static method in class org.objectweb.proactive.core.mop.MOP
 
newInstance(String, String, Object[], String, Object[]) - Static method in class org.objectweb.proactive.core.mop.MOP
Creates an instance of an object
newInstance(Class, String, Object[], String, Object[]) - Static method in class org.objectweb.proactive.core.mop.MOP
 
newInstance() - Static method in class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory
 
newInstance() - Static method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory
 
newMain(String, String[], Node) - Static method in class org.objectweb.proactive.ProActive
Launches the main method of the main class through the node node
newMigrationManager() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.MigrationManagerFactoryImpl
 
newMigrationManager() - Method in interface org.objectweb.proactive.core.body.migration.MigrationManagerFactory
Creates or reuses a MigrationManager object
newMigrationManager() - Method in class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.MigrationManagerFactoryImpl
 
newMigrationManager() - Method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl
 
newMigrationManagerFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a MigrationManagerFactory
newMigrationManagerFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newMigrationManagerFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newMigrationManagerFactorySingleton() - Method in class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory
 
newMigrationManagerFactorySingleton() - Method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory
 
newProActiveComponent(Body) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl
 
newProActiveComponent(Body) - Method in interface org.objectweb.proactive.core.component.identity.ProActiveComponentFactory
Factory for ProActiveComponent
newProActiveSPMDGroupManager() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl
 
newProActiveSPMDGroupManager() - Method in interface org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManagerFactory
 
newProActiveSPMDGroupManagerFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a ProActiveGroupManagerFactory
newProActiveSPMDGroupManagerFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newProActiveSPMDGroupManagerFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newProActiveSecurityManager() - Method in interface org.objectweb.proactive.ext.security.ProActiveSecurityManagerFactory
 
newRemote(String, Node) - Static method in class org.objectweb.proactive.ProActive
Creates an instance of the remote class.
newRemote(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
construct a new instance remotly
newRemote(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
newRemote(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
newRemote(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
newRemote(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
newRemote(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
newRemote(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
newRemote(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
newRemote(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
newRemote(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
newRemote(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
newRemote(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
newRemoteBody(UniversalBody) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RemoteBodyFactoryImpl
 
newRemoteBody(UniversalBody) - Method in interface org.objectweb.proactive.core.body.RemoteBodyFactory
Creates or reuses a RequestReceiver object
newRemoteBody(UniversalBody) - Method in class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl
 
newRemoteBody(UniversalBody) - Method in class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl
 
newRemoteBody(UniversalBody) - Method in class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl
 
newRemoteBody(UniversalBody) - Method in class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl
 
newRemoteBody(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl
 
newRemoteBody(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl
 
newRemoteBodyFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a RemoteBodyFactory
newRemoteBodyFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRemoteBodyFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRemoteBodyFactorySingleton() - Method in class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory
 
newRemoteBodyFactorySingleton() - Method in class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory
 
newRemoteBodyFactorySingleton() - Method in class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory
 
newRemoteBodyFactorySingleton() - Method in class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory
 
newRemoteBodyFactorySingleton() - Method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory
 
newReplyReceiver() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl
 
newReplyReceiver() - Method in interface org.objectweb.proactive.core.body.reply.ReplyReceiverFactory
Creates or reuses a ReplyReceiver object
newReplyReceiverFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a ReplyReceiverFactory
newReplyReceiverFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newReplyReceiverFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRequest(MethodCall, UniversalBody, boolean, long) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestFactoryImpl
 
newRequest(MethodCall, UniversalBody, boolean, long) - Method in interface org.objectweb.proactive.core.body.request.RequestFactory
Creates a request object based on the given parameter
newRequest(MethodCall, UniversalBody, boolean, long) - Method in class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.RequestWithLocationServerFactory
 
newRequest(MethodCall, UniversalBody, boolean, long) - Method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory
 
newRequestFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a RequestFactory
newRequestFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRequestFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRequestFactorySingleton() - Method in class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory
 
newRequestFactorySingleton() - Method in class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory
 
newRequestQueue(UniqueID) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestQueueFactoryImpl
 
newRequestQueue(UniqueID) - Method in interface org.objectweb.proactive.core.body.request.RequestQueueFactory
Creates or reuses a RequestQueue object
newRequestQueueFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a RequestQueueFactory
newRequestQueueFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRequestQueueFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRequestReceiver() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestReceiverFactoryImpl
 
newRequestReceiver() - Method in interface org.objectweb.proactive.core.body.request.RequestReceiverFactory
Creates or reuses a RequestReceiver object
newRequestReceiverFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a RequestReceiverFactory
newRequestReceiverFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newRequestReceiverFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newSPMDGroup(String, Object[][], String) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Creates an object representing a spmd group (a typed group) and creates all members with params on the node.
newSPMDGroup(String, Object[][], String[]) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Creates an object representing a spmd group (a typed group) and creates members with params cycling on nodeList.
newSPMDGroup(String, Object[][], Node) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Creates an object representing a spmd group (a typed group) and creates all members with params on the node.
newSPMDGroup(String, Object[][], Node[]) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Creates an object representing a spmd group (a typed group) and creates members with params cycling on nodeList.
newSPMDGroup(String, Object[][], VirtualNode) - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Creates an object representing a spmd group (a typed group) and creates members with params cycling on the nodes of the virtual node.
newServiceID() - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
newState - Variable in class org.objectweb.proactive.core.body.future.FuturePool
 
newThreadStore() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ThreadStoreFactoryImpl
 
newThreadStore() - Method in interface org.objectweb.proactive.core.util.ThreadStoreFactory
Creates or reuses a ThreadStore object
newThreadStoreFactory() - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
Creates or reuses a ThreadStoreFactory
newThreadStoreFactory() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newThreadStoreFactorySingleton() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
next() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
next() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
next() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Return the next task to be computed, and remove it from the queue.
next() - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
next() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Returns the next destination on the list and increase index by one.
nextHandler() - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
nextHandler() - Method in interface org.objectweb.proactive.core.component.controller.RequestHandler
 
nfRequestsFilter - Variable in class org.objectweb.proactive.Service
 
noClassServer - Variable in class org.objectweb.proactive.core.node.StartNode
 
noMoreNodeNeeded(Node) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
Free a booked node.
noRebind - Variable in class org.objectweb.proactive.core.node.StartNode
 
noRegistry - Variable in class org.objectweb.proactive.core.node.StartNode
 
node - Variable in class org.objectweb.proactive.core.event.NodeCreationEvent
 
nodeCreated(NodeCreationEvent) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Use for p2p infrastructure to get nodes.
nodeCreated - Variable in class org.objectweb.proactive.core.event.NodeCreationEvent
 
nodeCreated(NodeCreationEvent) - Method in interface org.objectweb.proactive.core.event.NodeCreationEventListener
Signals that a node creation occured on the virtualNode encapsulated in the event
nodeCreated(NodeCreationEvent) - Method in class org.objectweb.proactive.core.util.NodeCreationListenerForAoCreation
 
nodeInformation - Variable in class org.objectweb.proactive.core.node.NodeImpl
 
nodeNumber - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
nodeNumber - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
nodeNumber - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
nodeURL - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
The URL of the node this body is attached to
nodeURL - Variable in class org.objectweb.proactive.core.node.StartNode
 
nodeURL - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
nodeURL - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
nodenumber - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
nodesArray - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
noneAwaited() - Method in class org.objectweb.proactive.ext.util.FutureList
Return true if none of the futures in the current list are awaited
normalizeURL(String) - Method in class org.objectweb.proactive.ext.util.SimpleLocationServer
 
notify(LeaseRenewalEvent) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
notifyAllListeners(ProActiveEvent) - Method in class org.objectweb.proactive.core.event.AbstractEventProducer
Notifies all registered listener with the event.
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler.ControllerHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
see AbstractUnmarshallerDecorator.notifyEndActiveHandler(java.lang.String, org.objectweb.proactive.core.xml.handler.UnmarshallerHandler)
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.config.xml.MasterFileHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.config.xml.PropertiesHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.MasterPropertiesFileHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.HierarchicalProcessHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MapRshProcessHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
notifyListeners(UniqueID, UniqueID, int) - Method in class org.objectweb.proactive.core.body.future.FutureEventProducerImpl
 
notifyListeners(Message, int, UniqueID, int) - Method in class org.objectweb.proactive.core.body.message.MessageEventProducerImpl
 
notifyListeners(Message, int, UniqueID) - Method in class org.objectweb.proactive.core.body.message.MessageEventProducerImpl
 
notifyListeners(VirtualNode, int, Node, int) - Method in class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl
 
notifyListeners(ProActiveRuntime, int, ProActiveRuntime, String, String, String) - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.body.BodyMap
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.body.future.FutureEventProducerImpl
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.body.message.MessageEventProducerImpl
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.event.AbstractEventProducer
Notifies one listener with the event.
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl
 
notifyOneListener(ProActiveListener, ProActiveEvent) - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl
 
notifyReception(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
notifyReception(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
notifyReception(UniversalBody) - Method in interface org.objectweb.proactive.core.body.request.Request
Notifies the request that it has been received by the destination.
notifyReception(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
notifyReception(UniversalBody) - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
notifyVirtualNode(ProActiveRuntime[]) - Method in class org.objectweb.proactive.core.descriptor.services.ServiceThread
 

O

OAID - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
OARGRIDSubProcess - class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.
The OARGRIDSubProcess class is able to start any class, of the ProActive library, on a cluster managed by OARGRID protocol.
OARGRIDSubProcess() - Constructor for class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
OARGRIDSubProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
OARGRIDSubProcess.OarSite - class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite.
 
OARGRIDSubProcess.OarSite(String) - Constructor for class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
OarSite constructor
OARGRIDSubProcess.OarSite(String, String) - Constructor for class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
OarSite constructor
OARGRID_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
OARGRID_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
OARGRID_WALLTIME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
OARSubProcess - class org.objectweb.proactive.core.process.oar.OARSubProcess.
The OARSubProcess class is able to start any class, of the ProActive library, on a cluster managed by OAR protocol.
OARSubProcess() - Constructor for class org.objectweb.proactive.core.process.oar.OARSubProcess
 
OARSubProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.oar.OARSubProcess
 
OARSubProcess.ParserMessageLogger - class org.objectweb.proactive.core.process.oar.OARSubProcess.ParserMessageLogger.
Implementation of a RemoteProcessMessageLogger that look for the jobID of the launched job
OARSubProcess.ParserMessageLogger() - Constructor for class org.objectweb.proactive.core.process.oar.OARSubProcess.ParserMessageLogger
 
OAR_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
OAR_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
OAR_RESOURCE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
OBJECT_ARRAY_TYPE - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
OBJECT_TYPE - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
OK - Static variable in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
This value is return by an alive and reachable active object that receive a heartbeat message.
OPTIONAL - Static variable in class org.objectweb.proactive.ext.security.Communication
 
ORPHAN_REPLY - Static variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Value returned by an object if the received message is orphan
OUTPUT_FILE - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
OUTPUT_INTERCEPTOR_ATTRIBUTE - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
OUTPUT_INTERCEPTOR_SUFFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
OVERRIDABLE_IN_PROG - Static variable in interface org.objectweb.proactive.core.xml.XMLPropertiesType
 
OVERRIDABLE_IN_XML - Static variable in interface org.objectweb.proactive.core.xml.XMLPropertiesType
 
ObjectForSynchro - class org.objectweb.proactive.ObjectForSynchro.
An object instance of this class is to be returned when a method of an active object wants to let the caller wait synchronously the end of the execution of the method.
ObjectForSynchro() - Constructor for class org.objectweb.proactive.ObjectForSynchro
No arg constructor for Serializable
ObjectForSynchronousCall - class org.objectweb.proactive.ObjectForSynchronousCall.
An object instance of this class is to be returned when a method of an active object needs to be called synchronously.
ObjectForSynchronousCall() - Constructor for class org.objectweb.proactive.ObjectForSynchronousCall
No arg constructor for Serializable
ObjectToByteConverter - class org.objectweb.proactive.core.util.ObjectToByteConverter.
This class acts as a wrapper to enable the use of different serialization code depending on the proactive configuration
ObjectToByteConverter() - Constructor for class org.objectweb.proactive.core.util.ObjectToByteConverter
 
OutputCommit - class org.objectweb.proactive.core.body.ft.internalmsg.OutputCommit.
This class defines a message send to all processes (by the server) when one of the process of the group is sending a message to the outside world (i.e. an external element or a process belonging to another group)
OutputCommit(long, long) - Constructor for class org.objectweb.proactive.core.body.ft.internalmsg.OutputCommit
Create an output commit message.
OutputInterceptor - interface org.objectweb.proactive.core.component.interception.OutputInterceptor.
This interface must be implemented by controllers that need to intercept outgoing functional invocations.
OutputInterceptorClassGenerator - class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator.
This class generates output interceptors for intercepting outgoing functional invocations.
OutputInterceptorClassGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
OutputInterceptorHelper - interface org.objectweb.proactive.core.component.gen.OutputInterceptorHelper.
This interface specifies a helper method for setting the list of output interceptors.
oarsite - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
onArrival(String) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategyManager
 
onArrival(String) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
onDeliverReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called after the future is updated by the reply.
onDeliverReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onDeliverReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onDeliverReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Message must be synchronously logged before being delivered.
onDeliverReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onDeliverRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called when a request is stored in the requestqueue
onDeliverRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onDeliverRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onDeliverRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Message must be synchronously logged before being delivered.
onDeliverRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onDeparture(String) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategyManager
 
onDeparture(String) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
onReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called when a reply is received.
onReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Message can be ignored if its index is l.t. lastestReceivedIndex[sender]
onReceiveReply(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called when a request is received.
onReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Message can be ignored if its index is l.t. lastestReceivedIndex[sender]
onReceiveRequest(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onSendReplyAfter(Reply, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called after the sending of a reply
onSendReplyAfter(Reply, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onSendReplyAfter(Reply, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onSendReplyAfter(Reply, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
onSendReplyAfter(Reply, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onSendReplyBefore(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called before the sending of a reply
onSendReplyBefore(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onSendReplyBefore(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onSendReplyBefore(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
onSendReplyBefore(Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onSendRequestAfter(Request, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called after the sending of a request
onSendRequestAfter(Request, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onSendRequestAfter(Request, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onSendRequestAfter(Request, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
onSendRequestAfter(Request, int, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onSendRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called before the sending of a request
onSendRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onSendRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onSendRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
onSendRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onServeRequestAfter(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called after the service of a request
onServeRequestAfter(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onServeRequestAfter(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onServeRequestAfter(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
onServeRequestAfter(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
onServeRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called before the service of a request
onServeRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
onServeRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.HalfFTManagerCIC
 
onServeRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
 
onServeRequestBefore(Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
oneWayCallOnGroup(MethodCall, ExceptionListException) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Launchs the threads for OneWay call of each member of the Group.
open() - Method in interface org.objectweb.proactive.core.util.ThreadStore
Opens the store.
open() - Method in class org.objectweb.proactive.core.util.ThreadStoreImpl
 
openConnection(URL) - Method in class org.objectweb.proactive.core.ssh.httpssh.Handler
 
openedSessions - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
optimize(MethodCallMetadata) - Static method in class org.objectweb.proactive.core.mop.MethodCallMetadata
 
org.objectweb.proactive - package org.objectweb.proactive
Provides the main classes for creating active objects and futures.
org.objectweb.proactive.branchnbound - package org.objectweb.proactive.branchnbound
The Branch and Bound (API) package.
org.objectweb.proactive.branchnbound.core - package org.objectweb.proactive.branchnbound.core
This is the core of the BnB API implementation.
org.objectweb.proactive.branchnbound.core.exception - package org.objectweb.proactive.branchnbound.core.exception
This package contains all Java exceptions used by the Branch and Bound API implementation.
org.objectweb.proactive.branchnbound.core.queue - package org.objectweb.proactive.branchnbound.core.queue
All task queues which are provided by the BnB API.
org.objectweb.proactive.core - package org.objectweb.proactive.core
Directly in this package are found some classes that are not specific to one part of ProActive but used in many places.
org.objectweb.proactive.core.body - package org.objectweb.proactive.core.body
Provides all classes used for implementing the active part of an active object.
org.objectweb.proactive.core.body.ft.checkpointing - package org.objectweb.proactive.core.body.ft.checkpointing
Defines the implementation of an active object checkpoint.
org.objectweb.proactive.core.body.ft.exception - package org.objectweb.proactive.core.body.ft.exception
Defines exceptions related to fault-tolerance.
org.objectweb.proactive.core.body.ft.internalmsg - package org.objectweb.proactive.core.body.ft.internalmsg
**For internal use only** Defines messages that are use to synchronize fault-tolerance mechanism on each active object.
org.objectweb.proactive.core.body.ft.message - package org.objectweb.proactive.core.body.ft.message
Defines message logs, i.e. messages that have to be resent after a recovery.
org.objectweb.proactive.core.body.ft.protocols - package org.objectweb.proactive.core.body.ft.protocols
Defines specific behavior for each implemented fault-tolerance protocol.
org.objectweb.proactive.core.body.ft.protocols.cic.infos - package org.objectweb.proactive.core.body.ft.protocols.cic.infos
Defines informations that have to be linked with checkpoints and messages for CIC protocol.
org.objectweb.proactive.core.body.ft.protocols.cic.managers - package org.objectweb.proactive.core.body.ft.protocols.cic.managers
Defines active object behavior for the CIC protocol.
org.objectweb.proactive.core.body.ft.protocols.cic.servers - package org.objectweb.proactive.core.body.ft.protocols.cic.servers
Defines the CIC protocol specific behavior of the fault-tolerance servers.
org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos - package org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos
Defines informations that have to be linked with checkpoints and messages for PML protocol.
org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers - package org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers
Defines active object behavior for the PML protocol.
org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers - package org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers
Defines the PML protocol specific behavior of the fault-tolerance servers.
org.objectweb.proactive.core.body.ft.servers - package org.objectweb.proactive.core.body.ft.servers
Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors.
org.objectweb.proactive.core.body.ft.servers.faultdetection - package org.objectweb.proactive.core.body.ft.servers.faultdetection
Defines fault-detection interface of the fault-tolerance server.
org.objectweb.proactive.core.body.ft.servers.location - package org.objectweb.proactive.core.body.ft.servers.location
Defines the location interface of fault-tolerance server, i.e. for retrieving a reference on a failed-and-restart active object.
org.objectweb.proactive.core.body.ft.servers.recovery - package org.objectweb.proactive.core.body.ft.servers.recovery
Defines recovery process interface, i.e. the process responsible for triggering the recovery.
org.objectweb.proactive.core.body.ft.servers.resource - package org.objectweb.proactive.core.body.ft.servers.resource
Defines resource interface of the fault-tolerance server, i.e. the server of nodes on which failed active object can be restarted.
org.objectweb.proactive.core.body.ft.servers.storage - package org.objectweb.proactive.core.body.ft.servers.storage
Defines the storage process interface of the fault-tolerance server, i.e. the checkpoints storage service.
org.objectweb.proactive.core.body.ft.servers.util - package org.objectweb.proactive.core.body.ft.servers.util
Defines util classes for fault-tolerance servers.
org.objectweb.proactive.core.body.future - package org.objectweb.proactive.core.body.future
Provides the definition and implementation of the future object.
org.objectweb.proactive.core.body.http - package org.objectweb.proactive.core.body.http
HTTP implementation of the remote Body org.objectweb.proactive.core.body.http.util - package org.objectweb.proactive.core.body.http.util
Provides Exceptions for HTTP communications org.objectweb.proactive.core.body.http.util.exceptions - package org.objectweb.proactive.core.body.http.util.exceptions
Provides Utility classes for HTTP Communications org.objectweb.proactive.core.body.http.util.messages - package org.objectweb.proactive.core.body.http.util.messages
Contains all types of messages usefull for HTTP communications org.objectweb.proactive.core.body.ibis - package org.objectweb.proactive.core.body.ibis
IBIS implementation of the remote Body org.objectweb.proactive.core.body.jini - package org.objectweb.proactive.core.body.jini
The body of an active object act as a hub of communication with other remote objects.
org.objectweb.proactive.core.body.message - package org.objectweb.proactive.core.body.message
**For internal use only** Defines the common message layer of Requests and Replies.
org.objectweb.proactive.core.body.migration - package org.objectweb.proactive.core.body.migration
Defines the migration primitive of ProActive.
org.objectweb.proactive.core.body.proxy - package org.objectweb.proactive.core.body.proxy
**For internal use only** Defines the proxy associated to any ProActive Stub of an active Object.
org.objectweb.proactive.core.body.reply - package org.objectweb.proactive.core.body.reply
Defines the reply messages based of the common message layer.
org.objectweb.proactive.core.body.request - package org.objectweb.proactive.core.body.request
Defines the request messages based of the common message layer.
org.objectweb.proactive.core.body.rmi - package org.objectweb.proactive.core.body.rmi
The body of an active object act as a hub of communication with other remote objects.
org.objectweb.proactive.core.classloader - package org.objectweb.proactive.core.classloader
This package holds most of the mechanism for dynamic classloading through ProActiveRuntimes.
org.objectweb.proactive.core.component - package org.objectweb.proactive.core.component
This package and sub-packages provide an implementation with ProActive of the Fractal 2.0 component model.
org.objectweb.proactive.core.component.adl - package org.objectweb.proactive.core.component.adl
This package and sub-packages provide a customization of the standard Fractal ADL for ProActive.
org.objectweb.proactive.core.component.adl.components - package org.objectweb.proactive.core.component.adl.components
A Fractal ADL module to define sub components.
org.objectweb.proactive.core.component.adl.implementations - package org.objectweb.proactive.core.component.adl.implementations
A Fractal ADL module to define component implementations.
org.objectweb.proactive.core.component.adl.nodes - package org.objectweb.proactive.core.component.adl.nodes
A Fractal ADL module for distributed component deployment.
org.objectweb.proactive.core.component.adl.vnexportation - package org.objectweb.proactive.core.component.adl.vnexportation
A Fractal ADL module to define the exportation of virtual nodes (which is actually a renaming of the virtual-nodes) in the ADL.
org.objectweb.proactive.core.component.body - package org.objectweb.proactive.core.component.body
Component meta-objects are created from the ComponentBody.
org.objectweb.proactive.core.component.config - package org.objectweb.proactive.core.component.config
This package contains the code that configures the membranes of the components : it configures the controllers and the interceptors.
org.objectweb.proactive.core.component.controller - package org.objectweb.proactive.core.component.controller
Implementations of the "membrane" of the Fractal components, i.e. the controllers that manage non-functional properties of a component.
org.objectweb.proactive.core.component.exceptions - package org.objectweb.proactive.core.component.exceptions
Exceptions specific to ProActive components.
org.objectweb.proactive.core.component.gen - package org.objectweb.proactive.core.component.gen
Contains the classes used for dynamically generating component interfaces (using bytecode generation).
org.objectweb.proactive.core.component.identity - package org.objectweb.proactive.core.component.identity
The ProActiveComponentIdentityImpl class is the base class for the component meta-objects.
org.objectweb.proactive.core.component.interception - package org.objectweb.proactive.core.component.interception
Contains code specific to interceptors.
org.objectweb.proactive.core.component.representative - package org.objectweb.proactive.core.component.representative
A representative is the reference on a ProActive component.
org.objectweb.proactive.core.component.request - package org.objectweb.proactive.core.component.request
This package contains classes related to component requests.
org.objectweb.proactive.core.component.type - package org.objectweb.proactive.core.component.type
Provides implementations of the org.objectweb.fractal.api.type interfaces.
org.objectweb.proactive.core.config - package org.objectweb.proactive.core.config
Provides classes to load System properties from the configuration file.
org.objectweb.proactive.core.config.xml - package org.objectweb.proactive.core.config.xml
Provides all classes needed for parsing XML configuration file, and loading related System properties org.objectweb.proactive.core.descriptor - package org.objectweb.proactive.core.descriptor
Provides all classes needed for using XML Deployment Descriptors org.objectweb.proactive.core.descriptor.data - package org.objectweb.proactive.core.descriptor.data
Provides all classes needed to create java objects related to XML Deployment Descriptor.
org.objectweb.proactive.core.descriptor.services - package org.objectweb.proactive.core.descriptor.services
Provides classes to start JVM acquisition services like RMI lookup service on a ProActiveRuntime, P2P ProActiveRuntime acquisition service, or Fault Tolerance service.
org.objectweb.proactive.core.descriptor.util - package org.objectweb.proactive.core.descriptor.util
Provides utility classes to manipulate java representation of XML Deployment Descriptor org.objectweb.proactive.core.descriptor.xml - package org.objectweb.proactive.core.descriptor.xml
Provides all classes needed for parsing XML Deployment Descriptor files, and building related java objects org.objectweb.proactive.core.event - package org.objectweb.proactive.core.event
The active object created with ProActive generated events on demand when a listener registers to one component of the active object.
org.objectweb.proactive.core.exceptions - package org.objectweb.proactive.core.exceptions
Functional exceptions with asynchronism and non functional exceptions.
org.objectweb.proactive.core.exceptions.body - package org.objectweb.proactive.core.exceptions.body
Non Functional exceptions occuring in a body.
org.objectweb.proactive.core.exceptions.manager - package org.objectweb.proactive.core.exceptions.manager
ProActive exceptions mechanism.
org.objectweb.proactive.core.exceptions.proxy - package org.objectweb.proactive.core.exceptions.proxy
Non Functional exceptions occuring in a proxy.
org.objectweb.proactive.core.group - package org.objectweb.proactive.core.group
Provides all classes needed to use group communications in ProActive.
org.objectweb.proactive.core.group.spmd - package org.objectweb.proactive.core.group.spmd
Provides classes needed to use SPMD model in ProActive.
org.objectweb.proactive.core.group.threadpool - package org.objectweb.proactive.core.group.threadpool
Provides a thread pool for the group communications in ProActive.
org.objectweb.proactive.core.group.topology - package org.objectweb.proactive.core.group.topology
Provides all classes to represent group by a topology (i.e. line, plan, ring, torus, ...)
org.objectweb.proactive.core.jini - package org.objectweb.proactive.core.jini
Provides helper classes to use with Jini.
org.objectweb.proactive.core.mop - package org.objectweb.proactive.core.mop
**For internal use only** Defines the Meta Object Protocol used in ProActive that allows the interception of a method call to an active object and its reification as a request sent to a body.
org.objectweb.proactive.core.node - package org.objectweb.proactive.core.node
Defines the generic Nodes used in ProActive.
org.objectweb.proactive.core.process - package org.objectweb.proactive.core.process
Defines services for spawning an external process from Java.
org.objectweb.proactive.core.process.filetransfer - package org.objectweb.proactive.core.process.filetransfer
Defines services for using File Transfer Tools org.objectweb.proactive.core.process.glite - package org.objectweb.proactive.core.process.glite
Defines services for creating a remote process using GLite.
org.objectweb.proactive.core.process.globus - package org.objectweb.proactive.core.process.globus
Defines services for creating a remote process using Globus.
org.objectweb.proactive.core.process.gridengine - package org.objectweb.proactive.core.process.gridengine
Defines services for creating a remote process using Sun Grid Engine for a cluster managed by SGE.
org.objectweb.proactive.core.process.lsf - package org.objectweb.proactive.core.process.lsf
Defines services for creating a remote process BSUB for a cluster using LSF protocol.
org.objectweb.proactive.core.process.nordugrid - package org.objectweb.proactive.core.process.nordugrid
Defines services for creating a remote process using ARC (NorduGrid).
org.objectweb.proactive.core.process.oar - package org.objectweb.proactive.core.process.oar
Defines services for creating a remote process using OAR for a cluster managed by OAR .
org.objectweb.proactive.core.process.pbs - package org.objectweb.proactive.core.process.pbs
Defines services for creating a remote process using PBS for a cluster managed by PBS.
org.objectweb.proactive.core.process.prun - package org.objectweb.proactive.core.process.prun
Defines services for creating a remote process using PRUN for a cluster managed by PBS.
org.objectweb.proactive.core.process.rlogin - package org.objectweb.proactive.core.process.rlogin
Defines services for creating a remote process using Rlogin.
org.objectweb.proactive.core.process.rsh - package org.objectweb.proactive.core.process.rsh
Defines services for creating a remote process using RSH.
org.objectweb.proactive.core.process.rsh.maprsh - package org.objectweb.proactive.core.process.rsh.maprsh
**For internal use only** Defines services for creating a remote process using maprsh.
org.objectweb.proactive.core.process.ssh - package org.objectweb.proactive.core.process.ssh
Defines services for creating a remote process using SSH.
org.objectweb.proactive.core.process.unicore - package org.objectweb.proactive.core.process.unicore
Defines services for creating a remote process using Unicore.
org.objectweb.proactive.core.rmi - package org.objectweb.proactive.core.rmi
**For internal use only** Helper classes used for the glue between ProActive and RMI.
org.objectweb.proactive.core.runtime - package org.objectweb.proactive.core.runtime
Defines all classes needed to build a ProActiveRuntime.
org.objectweb.proactive.core.runtime.http - package org.objectweb.proactive.core.runtime.http
HTTP implementation of ProActiveRuntime org.objectweb.proactive.core.runtime.http.messages - package org.objectweb.proactive.core.runtime.http.messages
Contains all types of message for HTTP communications with runtimes org.objectweb.proactive.core.runtime.ibis - package org.objectweb.proactive.core.runtime.ibis
Ibis implementation of ProActiveRuntime org.objectweb.proactive.core.runtime.jini - package org.objectweb.proactive.core.runtime.jini
JINI implementation of ProActiveRuntime.
org.objectweb.proactive.core.runtime.rmi - package org.objectweb.proactive.core.runtime.rmi
RMI implementation of ProActiveRuntime org.objectweb.proactive.core.ssh - package org.objectweb.proactive.core.ssh
Provides all classes to do ssh tunneling over RMI or HTTP.
org.objectweb.proactive.core.ssh.httpssh - package org.objectweb.proactive.core.ssh.httpssh
Provides all classes to do ssh tunneling over HTTP.
org.objectweb.proactive.core.ssh.rmissh - package org.objectweb.proactive.core.ssh.rmissh
Provides all classes to do ssh tunneling over RMI.
org.objectweb.proactive.core.util - package org.objectweb.proactive.core.util
**For internal use only** Contains accessory utility classes.
org.objectweb.proactive.core.util.log - package org.objectweb.proactive.core.util.log
Contains utility classes for logging.
org.objectweb.proactive.core.util.profiling - package org.objectweb.proactive.core.util.profiling
Contains utility classes for profiling.
org.objectweb.proactive.core.util.timer - package org.objectweb.proactive.core.util.timer
Contains utility classes for the timer.
org.objectweb.proactive.core.util.wrapper - package org.objectweb.proactive.core.util.wrapper
Provide some wrappers for Java primitives and non-reifiable java.lang objects. it is useful for asynchronous method calls.
org.objectweb.proactive.core.xml - package org.objectweb.proactive.core.xml
**For internal use only** Contains utility classes for parsing XML Deployment Descriptor.
org.objectweb.proactive.core.xml.handler - package org.objectweb.proactive.core.xml.handler
**For internal use only** Contains utility classes.
org.objectweb.proactive.core.xml.io - package org.objectweb.proactive.core.xml.io
**For internal use only** Contains utility classes.
org.objectweb.proactive.ext.benchsocket - package org.objectweb.proactive.ext.benchsocket
 
org.objectweb.proactive.ext.closedworldlauncher - package org.objectweb.proactive.ext.closedworldlauncher
 
org.objectweb.proactive.ext.implicit - package org.objectweb.proactive.ext.implicit
*under development* Defines an implicit way of programming the live method using declarations.
org.objectweb.proactive.ext.locationserver - package org.objectweb.proactive.ext.locationserver
Defines a Body associated with a location server able to give the location of one body on demand.
org.objectweb.proactive.ext.locationserver.util - package org.objectweb.proactive.ext.locationserver.util
Utility class: MicroTimer org.objectweb.proactive.ext.migration - package org.objectweb.proactive.ext.migration
Defines strategies of migration based on itinerary.
org.objectweb.proactive.ext.mixedlocation - package org.objectweb.proactive.ext.mixedlocation
 
org.objectweb.proactive.ext.security - package org.objectweb.proactive.ext.security
 
org.objectweb.proactive.ext.security.crypto - package org.objectweb.proactive.ext.security.crypto
**For internal use only** Provides the cryptographic services.
org.objectweb.proactive.ext.security.domain - package org.objectweb.proactive.ext.security.domain
 
org.objectweb.proactive.ext.security.exceptions - package org.objectweb.proactive.ext.security.exceptions
 
org.objectweb.proactive.ext.security.gui - package org.objectweb.proactive.ext.security.gui
 
org.objectweb.proactive.ext.security.securityentity - package org.objectweb.proactive.ext.security.securityentity
 
org.objectweb.proactive.ext.security.ssl - package org.objectweb.proactive.ext.security.ssl
 
org.objectweb.proactive.ext.security.test.jacobi - package org.objectweb.proactive.ext.security.test.jacobi
 
org.objectweb.proactive.ext.util - package org.objectweb.proactive.ext.util
Provides some utility classes for end user usage or used across the extension package.
org.objectweb.proactive.ext.webservices - package org.objectweb.proactive.ext.webservices
 
org.objectweb.proactive.ext.webservices.soap - package org.objectweb.proactive.ext.webservices.soap
 
org.objectweb.proactive.ext.webservices.utils - package org.objectweb.proactive.ext.webservices.utils
 
org.objectweb.proactive.ext.webservices.wsdl - package org.objectweb.proactive.ext.webservices.wsdl
 
org.objectweb.proactive.p2p.daemon - package org.objectweb.proactive.p2p.daemon
The Java code source part of the C P2P daemon.
org.objectweb.proactive.p2p.loadbalancer - package org.objectweb.proactive.p2p.loadbalancer
Load Balancing for the Peer-to-Peer Infrastructure.
org.objectweb.proactive.p2p.service - package org.objectweb.proactive.p2p.service
Peer-to-Peer Infrastructure.
org.objectweb.proactive.p2p.service.exception - package org.objectweb.proactive.p2p.service.exception
Useful exceptions for the Peer-to-Peer Infrastructure.
org.objectweb.proactive.p2p.service.node - package org.objectweb.proactive.p2p.service.node
All related classes for managing and using the sharing node mecanism.
org.objectweb.proactive.p2p.service.util - package org.objectweb.proactive.p2p.service.util
Some utils classes for the P2P infrastructure.
outputCommit(MessageInfo) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
outputCommit(MessageInfo) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
 
outputCommit(MessageInfo) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
outputCommit(MessageInfo) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
The state of the system must be commited before the sent of the message linked to the messageInfo mi.
outputFile - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
outputFile - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
outputFile - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
outputMessageSink - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
overwrite - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
This attributes is used when this jvm extends another one.
owner - Variable in class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
ID of the owner
owner - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
ownerID - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
ownerID - Variable in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
ownerID - Variable in class org.objectweb.proactive.core.event.RequestQueueEvent
id of the object owner of the Queue

P

P2P - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2PAcquaintanceManager - class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager.
Updating the group of exportAcquaintances of the P2P service.
P2PAcquaintanceManager() - Constructor for class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
The empty constructor for activating.
P2PAcquaintanceManager(P2PService) - Constructor for class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
Construct a new P2PAcquaintanceManager.
P2PConstants - interface org.objectweb.proactive.p2p.service.util.P2PConstants.
Java system properties name and P2P constants.
P2PDescriptorService - class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService.
This class represents a service to acquire ProActiveRuntime(JVMs) with the ProActive P2P infrastructure This service can be defined and used transparently when using XML Deployment descriptor
P2PDescriptorService() - Constructor for class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
P2PFirstContact - class org.objectweb.proactive.p2p.service.P2PFirstContact.
Activity to contact a first group of peers in parallel of the P2PService activity.
P2PFirstContact() - Constructor for class org.objectweb.proactive.p2p.service.P2PFirstContact
The empty constructor for ProActive.newActive().
P2PFirstContact(Vector, P2PAcquaintanceManager, P2PService) - Constructor for class org.objectweb.proactive.p2p.service.P2PFirstContact
Construct a new P2PFirstContact.
P2PLoadBalancer - class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer.
 
P2PLoadBalancer(P2PService) - Constructor for class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
P2PNode - class org.objectweb.proactive.p2p.service.node.P2PNode.
Used to return an available node or not from the node manager.
P2PNode(Node, P2PNodeManager) - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNode
Construct a new P2PNode with specified node or null.
P2PNodeAck - class org.objectweb.proactive.p2p.service.node.P2PNodeAck.
 
P2PNodeAck() - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeAck
The ProActive no arg constructor.
P2PNodeAck(boolean) - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeAck
Construct a new P2PNodeAck with the specified value.
P2PNodeLookup - class org.objectweb.proactive.p2p.service.node.P2PNodeLookup.
 
P2PNodeLookup() - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
P2PNodeLookup(Integer, P2PService, String, String) - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
P2PNodeLookup(Integer, P2PService, String, String, String) - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
P2PNodeManager - class org.objectweb.proactive.p2p.service.node.P2PNodeManager.
 
P2PNodeManager() - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeManager
Empty constructor for new active.
P2PNodeManager(P2PService) - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeManager
Construct a new P2PNodeManager.
P2POldMessageException - exception org.objectweb.proactive.p2p.service.exception.P2POldMessageException.
 
P2POldMessageException() - Constructor for class org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
P2POldMessageException(String) - Constructor for class org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
P2POldMessageException(String, Throwable) - Constructor for class org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
P2POldMessageException(Throwable) - Constructor for class org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
P2PService - class org.objectweb.proactive.p2p.service.P2PService.
ProActive Peer-to-Peer Service.
P2PService() - Constructor for class org.objectweb.proactive.p2p.service.P2PService
The empty constructor.
P2P_ACQUAINTANCES - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_DAEMON - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_DESC_SERV - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_FIRST_CONTACT - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_NODES - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_NODE_NAME - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
P2P_NODE_NAME: name of the p2pServiceNode where the P2P Service is running.
P2P_SERVICE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_SERVICE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
P2P_SKELETONS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_SKELETONS_MANAGER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_SKELETONS_WORKER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_STARTSERVICE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2P_VN - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
P2PloadBalance(Node) - Method in class org.objectweb.proactive.p2p.service.P2PService
This method is remotely called by an underloaded peer to start the load balancing.
PAObjectInputStream - class org.objectweb.proactive.core.mop.PAObjectInputStream.
 
PAObjectInputStream(InputStream) - Constructor for class org.objectweb.proactive.core.mop.PAObjectInputStream
 
PAObjectInputStream() - Constructor for class org.objectweb.proactive.core.mop.PAObjectInputStream
 
PAObjectOutputStream - class org.objectweb.proactive.core.mop.PAObjectOutputStream.
 
PAObjectOutputStream(OutputStream) - Constructor for class org.objectweb.proactive.core.mop.PAObjectOutputStream
 
PAObjectOutputStream() - Constructor for class org.objectweb.proactive.core.mop.PAObjectOutputStream
 
PAProfilerEngine - class org.objectweb.proactive.core.util.profiling.PAProfilerEngine.
The Engine used for profiling code It creates profilers on request and keep them on a list It also registers itself to run when the JVM shutdowns and dump the results of the profilers
PARALLEL - Static variable in interface org.objectweb.proactive.core.component.Constants
 
PARALLEL_ENVIRONMENT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PARAMETERS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PARAMS - Variable in class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
PA_WEBSERVICE - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
PBSSubProcess - class org.objectweb.proactive.core.process.pbs.PBSSubProcess.
The PBSSubProcess class is able to start any class, of the ProActive library, on a cluster managed by PBS protocol.
PBSSubProcess() - Constructor for class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
PBSSubProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
PBSSubProcess.ParserMessageLogger - class org.objectweb.proactive.core.process.pbs.PBSSubProcess.ParserMessageLogger.
Implementation of a RemoteProcessMessageLogger that look for the jobID of the launched job
PBSSubProcess.ParserMessageLogger() - Constructor for class org.objectweb.proactive.core.process.pbs.PBSSubProcess.ParserMessageLogger
 
PBS_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PBS_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PEERS_SET_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PEER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PKCS12_CERTIFICATE - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
POLICY_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PRIMITIVE - Static variable in interface org.objectweb.proactive.core.component.Constants
 
PRIVATE_KEY_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
PROACTIVE_BACKEND - Static variable in class org.objectweb.proactive.core.component.adl.FactoryFactory
 
PROACTIVE_DESCRIPTOR_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROACTIVE_FACTORY - Static variable in class org.objectweb.proactive.core.component.adl.FactoryFactory
 
PROACTIVE_PROPS_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROACTIVE_PROVIDER - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
PROACTIVE_SECURITY_TAG - Static variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
PROACTIVE_STUB - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
PROCESSDEFAULT_KEYWORD - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
PROCESSES_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROCESSOR_PER_NODE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROCESSOR_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROCESS_DEFINITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROCESS_LIST_BYHOST_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROCESS_LIST_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROCESS_REFERENCE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROGRAM_SET - Static variable in interface org.objectweb.proactive.core.xml.XMLPropertiesType
 
PROPERPY_XML_PATH - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Path of the xml deployment descriptor, for deploying shared nodes.
PROPERTIES_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROPERTIES_TAG - Static variable in interface org.objectweb.proactive.core.config.xml.MasterFileConstants
 
PROPERTY_ACQUISITION - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Acquisition method.
PROPERTY_EXPLORING_MSG - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Percentage of agree response.
PROPERTY_INFILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROPERTY_LOAD_BAL - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Boolean for using or not p2p load balanced.
PROPERTY_LOOKUP_FREQ - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Lookup frequency for nodes.
PROPERTY_MSG_MEMORY - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
List capacity of message sequence number.
PROPERTY_MULTI_PROC_NODES - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
If true deploying one shared nodes by CPU, else only one node is shared.
PROPERTY_NOA - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
NOA is in number of peers.
PROPERTY_NODES_ACQUISITION_T0 - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Timeout for node acquisition.
PROPERTY_NO_SHARING - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Boolean value for disable node sharing.
PROPERTY_PORT - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Port number.
PROPERTY_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PROPERTY_TTL - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
TTL is in hops.
PROPERTY_TTU - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
TTU is in minutes.
PROP_TAG - Static variable in interface org.objectweb.proactive.core.config.xml.MasterFileConstants
 
PROTO_CIC - Static variable in interface org.objectweb.proactive.core.body.ft.protocols.FTManagerFactory
Communication induced checkpointing protocol selector value.
PROTO_PML - Static variable in interface org.objectweb.proactive.core.body.ft.protocols.FTManagerFactory
Pessimistic message logging protocol selector value.
PROXY_CONSTRUCTOR_PARAMETERS_TYPES_ARRAY - Static variable in class org.objectweb.proactive.core.mop.MOP
Class array representing (Constructor Call, Object[])
PROXY_FIELD_NAME - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
PROXY_TYPE - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
PRUN_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PRUN_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PUBLIC_KEY_EXCHANGE - Static variable in class org.objectweb.proactive.ext.security.SessionConstants
 
ParallelComposite - class org.objectweb.proactive.core.component.type.ParallelComposite.
Dummy class, on top of which we build a parallel composite component.
ParallelComposite() - Constructor for class org.objectweb.proactive.core.component.type.ParallelComposite
empty constructor
PassiveCompositeUnmarshaller - class org.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller.
Receives SAX event and pass them on
PassiveCompositeUnmarshaller(boolean) - Constructor for class org.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller
 
PassiveCompositeUnmarshaller() - Constructor for class org.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller
 
PathHandler - class org.objectweb.proactive.core.descriptor.xml.PathHandler.
This class receives deployment events
PathHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.PathHandler
 
Plan - class org.objectweb.proactive.core.group.topology.Plan.
This class represents a group by a two-dimensional topology.
Plan(Group, int, int) - Constructor for class org.objectweb.proactive.core.group.topology.Plan
Construtor.
Plan(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Plan
Construtor.
PolicyRule - class org.objectweb.proactive.ext.security.PolicyRule.
 
PolicyRule() - Constructor for class org.objectweb.proactive.ext.security.PolicyRule
Default constructor, initialize a policy with communication attribute sets to allowed and authentication,confidentiality and integrity set to optional
PolicyServer - class org.objectweb.proactive.ext.security.PolicyServer.
The PolicyServer class contains entity's policy rules and application's certificate and private key
PolicyServer() - Constructor for class org.objectweb.proactive.ext.security.PolicyServer
 
PolicyServer(PolicyRule[]) - Constructor for class org.objectweb.proactive.ext.security.PolicyServer
 
PolicyServer(ArrayList) - Constructor for class org.objectweb.proactive.ext.security.PolicyServer
 
PolicyServer(KeyStore, ArrayList) - Constructor for class org.objectweb.proactive.ext.security.PolicyServer
 
PrioritizedComponentRequestFilter - class org.objectweb.proactive.core.component.body.PrioritizedComponentRequestFilter.
A request filter for prioritized component requests.
PrioritizedComponentRequestFilter() - Constructor for class org.objectweb.proactive.core.component.body.PrioritizedComponentRequestFilter
 
ProActive - class org.objectweb.proactive.ProActive.
Provides static methods to manipulate or use Active Objects(creation, exception handling, migration,...), futures, deployment descritpors, components, groups.
ProActiveBindingController - interface org.objectweb.proactive.core.component.controller.ProActiveBindingController.
 
ProActiveBindingControllerImpl - class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl.
Implementation of the BindingController interface.
ProActiveBindingControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
ProActiveBranchNBound - class org.objectweb.proactive.branchnbound.ProActiveBranchNBound.
This class contains all static methods to get Manager for solving the Branch and Bound porblem with a given root task.
ProActiveBranchNBound() - Constructor for class org.objectweb.proactive.branchnbound.ProActiveBranchNBound
 
ProActiveCertificateGenerator - class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGenerator.
 
ProActiveCertificateGenerator() - Constructor for class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGenerator
 
ProActiveCertificateGeneratorGUI - class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI.
 
ProActiveCertificateGeneratorGUI() - Constructor for class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI
This is the default constructor
ProActiveClassLoader - class org.objectweb.proactive.core.classloader.ProActiveClassLoader.
This class defines a class loader that can fetch classes from other referenced ProActive runtimes.
ProActiveClassLoader() - Constructor for class org.objectweb.proactive.core.classloader.ProActiveClassLoader
 
ProActiveClassLoader(ClassLoader) - Constructor for class org.objectweb.proactive.core.classloader.ProActiveClassLoader
see ClassLoader.ClassLoader(java.lang.ClassLoader) and ClassLoader.getSystemClassLoader()
ProActiveClassLoaderHelper - class org.objectweb.proactive.core.classloader.ProActiveClassLoaderHelper.
Instances of this class are created and used from the ProActiveClassLoader by reflection, in order to work in a dedicated namespace.
ProActiveClassLoaderHelper() - Constructor for class org.objectweb.proactive.core.classloader.ProActiveClassLoaderHelper
 
ProActiveComponent - interface org.objectweb.proactive.core.component.identity.ProActiveComponent.
This class extends Component, in order to provide access to some ProActive-specific features (reference on this component, reference on the base object, IDs)
ProActiveComponentBuilder - class org.objectweb.proactive.core.component.adl.components.ProActiveComponentBuilder.
A ProActive based implementation of the ComponentBuilder interface.
ProActiveComponentBuilder() - Constructor for class org.objectweb.proactive.core.component.adl.components.ProActiveComponentBuilder
 
ProActiveComponentFactory - interface org.objectweb.proactive.core.component.identity.ProActiveComponentFactory.
A factory for component meta-objects
ProActiveComponentGroup - class org.objectweb.proactive.core.group.ProActiveComponentGroup.
// TODO : change class name (interfaces only are grouped) A class for creating groups of interfaces Indeed, the standard mechanism cannot be used here, as we are referencing components through interfaces of component representatives.
ProActiveComponentGroup() - Constructor for class org.objectweb.proactive.core.group.ProActiveComponentGroup
 
ProActiveComponentImpl - class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl.
The base class for managing components.
ProActiveComponentImpl() - Constructor for class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
ProActiveComponentImpl(ComponentParameters, Body) - Constructor for class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
Constructor for ProActiveComponent.
ProActiveComponentParametersController - class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController.
This class defines a controller for accessing configuration parameters of the component.
ProActiveComponentParametersController(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController
Constructor
ProActiveComponentRepresentative - interface org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentative.
Implementations of this interface provide (remote) references to components.
ProActiveComponentRepresentativeFactory - class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeFactory.
This is a factory for component representatives.
ProActiveComponentRepresentativeImpl - class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl.
An object of type Component which is a remote reference on a component.
ProActiveComponentRepresentativeImpl(ComponentType, String, String) - Constructor for class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
ProActiveComponentType - class org.objectweb.proactive.core.component.type.ProActiveComponentType.
Implementation of ComponentType (@see org.objectweb.fractal.api.type.ComponentType)
ProActiveComponentType(InterfaceType[]) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveComponentType
Constructor for ProActiveComponentType.
ProActiveComponentType(ComponentType) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveComponentType
copy constructor
ProActiveConfiguration - class org.objectweb.proactive.core.config.ProActiveConfiguration.
 
ProActiveContentController - class org.objectweb.proactive.core.component.controller.ProActiveContentController.
Implementation of ContentController (@see org.objectweb.fractal.api.control.ContentController).
ProActiveContentController(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveContentController
Constructor for ProActiveContentController.
ProActiveController - interface org.objectweb.proactive.core.component.controller.ProActiveController.
This interface defines some basic services offered by a component controller in the ProActive implementation of the Fractal model.
ProActiveDeployer - class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer.
 
ProActiveDeployer() - Constructor for class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
 
ProActiveDescriptor - interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor.
A ProactiveDescriptor is an internal representation of XML Descriptor.
ProActiveDescriptorConstants - interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants.
Defines many constants useful across ProActive
ProActiveDescriptorHandler - class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler.
This class receives deployment events
ProActiveDescriptorHandler(String) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
ProActiveDescriptorImpl - class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl.
A ProactiveDescriptor is an internal representation of XML Descriptor.
ProActiveDescriptorImpl(String) - Constructor for class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
Contructs a new intance of ProActiveDescriptor
ProActiveEvent - class org.objectweb.proactive.core.event.ProActiveEvent.
Base class of all events occuring in ProActive.
ProActiveEvent(Object, int) - Constructor for class org.objectweb.proactive.core.event.ProActiveEvent
Creates a new ProActiveEvent based on the given object and type
ProActiveException - exception org.objectweb.proactive.core.ProActiveException.
Generic exception root of all non runtime custom exceptions in ProActive
ProActiveException() - Constructor for class org.objectweb.proactive.core.ProActiveException
 
ProActiveException(String) - Constructor for class org.objectweb.proactive.core.ProActiveException
 
ProActiveException(String, Throwable) - Constructor for class org.objectweb.proactive.core.ProActiveException
 
ProActiveException(Throwable) - Constructor for class org.objectweb.proactive.core.ProActiveException
 
ProActiveGroup - class org.objectweb.proactive.core.group.ProActiveGroup.
This class provides static methods to manage objects representing a Group (typed group).
ProActiveHttpMetaObjectFactory - class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory.
 
ProActiveHttpMetaObjectFactory() - Constructor for class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory
 
ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl - class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl.
 
ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl
 
ProActiveIbisMetaObjectFactory - class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory.
This class provides singleton instances of all default factories creating MetaObjects used in the Body.
ProActiveIbisMetaObjectFactory() - Constructor for class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory
 
ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl - class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl.
 
ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl
 
ProActiveImplementationBuilder - interface org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilder.
 
ProActiveImplementationBuilderImpl - class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl.
 
ProActiveImplementationBuilderImpl() - Constructor for class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
ProActiveImplementationCompiler - class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationCompiler.
 
ProActiveImplementationCompiler() - Constructor for class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationCompiler
 
ProActiveInterface - interface org.objectweb.proactive.core.component.ProActiveInterface.
Abstract implementation of the Interface interface of the Fractal api.
ProActiveInterfaceImpl - class org.objectweb.proactive.core.component.ProActiveInterfaceImpl.
Abstract implementation of the Interface interface of the Fractal api As functional interfaces are specified for each component, they are generated at instantiation time (bytecode generation), by subclassing this class.
ProActiveInterfaceImpl() - Constructor for class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
ProActiveInterfaceType - class org.objectweb.proactive.core.component.type.ProActiveInterfaceType.
Implementation of InterfaceType (@see org.objectweb.fractal.api.type.InterfaceType)
ProActiveInterfaceType() - Constructor for class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
Constructor for ProActiveInterfaceType.
ProActiveInterfaceType(InterfaceType) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
copy constructor
ProActiveInterfaceType(String, String, boolean, boolean, boolean) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveInterfaceType
Constructor for ProActiveInterfaceType.
ProActiveInternalObject - interface org.objectweb.proactive.ProActiveInternalObject.
This is a marker which must be implemented by all non functional active objects, e.g. load balancing objects, p2p objects, IC2D spy.
ProActiveJiniMetaObjectFactory - class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory.
This class provides singleton instances of all default factories creating MetaObjects used in the Body.
ProActiveJiniMetaObjectFactory() - Constructor for class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory
 
ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl - class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl.
 
ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl
 
ProActiveLifeCycleController - interface org.objectweb.proactive.core.component.controller.ProActiveLifeCycleController.
This interface defines an extension of the @see org.objectweb.fractal.api.control.LifeCycleController, which is able to handle prioritized requests.
ProActiveLifeCycleControllerImpl - class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl.
Implementation of the LifeCycleController interface.
ProActiveLifeCycleControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
ProActiveListener - interface org.objectweb.proactive.core.event.ProActiveListener.
An empty marker interface for all the listeners in ProActive
ProActiveLogger - class org.objectweb.proactive.core.util.log.ProActiveLogger.
 
ProActiveLogger(String) - Constructor for class org.objectweb.proactive.core.util.log.ProActiveLogger
Just calls the parent constuctor.
ProActiveLoggerFactory - class org.objectweb.proactive.core.util.log.ProActiveLoggerFactory.
 
ProActiveLoggerFactory() - Constructor for class org.objectweb.proactive.core.util.log.ProActiveLoggerFactory
 
ProActiveMetaObjectFactory - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.
THIS JAVADOC SHOULD BE REWRITTEN This class provides singleton instances of all default factories creating MetaObjects used in the Body.
ProActiveMetaObjectFactory() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
ProActiveMetaObjectFactory(Map) - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
Constructor with parameters It is used for per-active-object configurations of ProActive factories
ProActiveMetaObjectFactory.FTManagerFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl.
 
ProActiveMetaObjectFactory.FTManagerFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl
 
ProActiveMetaObjectFactory.MigrationManagerFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.MigrationManagerFactoryImpl.
 
ProActiveMetaObjectFactory.MigrationManagerFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.MigrationManagerFactoryImpl
 
ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl.
 
ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl(ComponentParameters) - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl
 
ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl.
 
ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl
 
ProActiveMetaObjectFactory.RemoteBodyFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RemoteBodyFactoryImpl.
 
ProActiveMetaObjectFactory.RemoteBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RemoteBodyFactoryImpl
 
ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl.
 
ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl
 
ProActiveMetaObjectFactory.RequestFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestFactoryImpl.
 
ProActiveMetaObjectFactory.RequestFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestFactoryImpl
 
ProActiveMetaObjectFactory.RequestQueueFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestQueueFactoryImpl.
 
ProActiveMetaObjectFactory.RequestQueueFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestQueueFactoryImpl
 
ProActiveMetaObjectFactory.RequestReceiverFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestReceiverFactoryImpl.
 
ProActiveMetaObjectFactory.RequestReceiverFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestReceiverFactoryImpl
 
ProActiveMetaObjectFactory.ThreadStoreFactoryImpl - class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ThreadStoreFactoryImpl.
 
ProActiveMetaObjectFactory.ThreadStoreFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ThreadStoreFactoryImpl
 
ProActiveNameController - class org.objectweb.proactive.core.component.controller.ProActiveNameController.
Implementation of the NameController
ProActiveNameController(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveNameController
 
ProActiveProvider - class org.objectweb.proactive.ext.webservices.soap.ProActiveProvider.
 
ProActiveProvider() - Constructor for class org.objectweb.proactive.ext.webservices.soap.ProActiveProvider
 
ProActiveRMIClassLoaderSpi - class org.objectweb.proactive.core.classloader.ProActiveRMIClassLoaderSpi.
This class allows dynamic remote downloading of classes from other proactive runtimes when using RMI as the communication protocol, or when streams are marshalled using the RMI mechanism.
ProActiveRMIClassLoaderSpi() - Constructor for class org.objectweb.proactive.core.classloader.ProActiveRMIClassLoaderSpi
 
ProActiveRmiMetaObjectFactory - class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory.
 
ProActiveRmiMetaObjectFactory() - Constructor for class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory
 
ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl - class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl.
 
ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl
 
ProActiveRuntime - interface org.objectweb.proactive.core.runtime.ProActiveRuntime.
A ProActiveRuntime offers a set of services needed by ProActive to work with remote JVM.
ProActiveRuntimeAdapter - class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapter.
An adapter for a RemoteProActiveRuntime.
ProActiveRuntimeAdapter() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapter
 
ProActiveRuntimeAdapterForwarderImpl - class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl.
An adapter for a RemoteProActiveRuntimeForwarder.
ProActiveRuntimeAdapterForwarderImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
ProActiveRuntimeAdapterForwarderImpl(RemoteProActiveRuntimeForwarder) - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
ProActiveRuntimeAdapterForwarderImpl(ProActiveRuntimeAdapterForwarderImpl, ProActiveRuntime) - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
ProActiveRuntimeAdapterImpl - class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl.
An adapter for a RemoteProActiveRuntime.
ProActiveRuntimeAdapterImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
ProActiveRuntimeAdapterImpl(RemoteProActiveRuntime) - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
ProActiveRuntimeException - exception org.objectweb.proactive.core.ProActiveRuntimeException.
Generic exception root of all runtime custom exceptions in ProActive
ProActiveRuntimeException() - Constructor for class org.objectweb.proactive.core.ProActiveRuntimeException
 
ProActiveRuntimeException(String) - Constructor for class org.objectweb.proactive.core.ProActiveRuntimeException
 
ProActiveRuntimeException(String, Throwable) - Constructor for class org.objectweb.proactive.core.ProActiveRuntimeException
 
ProActiveRuntimeException(Throwable) - Constructor for class org.objectweb.proactive.core.ProActiveRuntimeException
 
ProActiveRuntimeForwarder - interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder.
A ProActiveRuntimeForwarder is a ProActiveRuntime and a forwarder.
ProActiveRuntimeForwarderImpl - class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl.
Implementation of ProActiveRuntimeForwarder
ProActiveRuntimeForwarderImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
ProActiveRuntimeImpl - class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.
Implementation of ProActiveRuntime
ProActiveRuntimeImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
ProActiveRuntimeImpl.VMInformationImpl - class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl.
 
ProActiveRuntimeImpl.VMInformationImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
ProActiveSPMDGroupManager - class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager.
 
ProActiveSPMDGroupManager() - Constructor for class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
 
ProActiveSPMDGroupManagerFactory - interface org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManagerFactory.
 
ProActiveSecurity - class org.objectweb.proactive.ext.security.ProActiveSecurity.
 
ProActiveSecurity() - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurity
 
ProActiveSecurityDescriptorHandler - class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler.
 
ProActiveSecurityDescriptorHandler() - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
ProActiveSecurityManager - class org.objectweb.proactive.ext.security.ProActiveSecurityManager.
The ProActiveSecurityManager handles all security related actions for a given SecurityEntity.
ProActiveSecurityManager() - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurityManager
This a the default constructor to use with the ProActiveSecurityManager
ProActiveSecurityManager(String) - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
ProActiveSecurityManager(PolicyServer) - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
ProActiveSecurityManager(KeyStore, PolicyServer) - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
ProActiveSecurityManagerFactory - interface org.objectweb.proactive.ext.security.ProActiveSecurityManagerFactory.
 
ProActiveSuperController - interface org.objectweb.proactive.core.component.controller.ProActiveSuperController.
Implementation of the SuperController interface
ProActiveSuperControllerImpl - class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl.
An implementation of the SuperController interface.
ProActiveSuperControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
ProActiveTypeFactory - class org.objectweb.proactive.core.component.type.ProActiveTypeFactory.
Implementation of TypeFactory (@see org.objectweb.fractal.api.type.TypeFactory) Implements the Singleton pattern.
ProActiveWSUtils - class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils.
Web Services utilities
ProActiveWSUtils() - Constructor for class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
ProSPMD - class org.objectweb.proactive.core.group.spmd.ProSPMD.
This class provides a static method to build (an deploy) an 'SPMD' group of active objects with all references between them to communicate.
ProSPMD() - Constructor for class org.objectweb.proactive.core.group.spmd.ProSPMD
 
ProcessDefinitionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.
 
ProcessDefinitionHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
ProcessDefinitionHandler.BSubProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler.
 
ProcessDefinitionHandler.BSubProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler
 
ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler.
 
ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler
 
ProcessDefinitionHandler.GLiteProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.
 
ProcessDefinitionHandler.GLiteProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler.
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler.
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler.
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler
 
ProcessDefinitionHandler.GlobusProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler.
 
ProcessDefinitionHandler.GlobusProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler
 
ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler.
 
ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler
 
ProcessDefinitionHandler.GridEngineProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler.
 
ProcessDefinitionHandler.GridEngineProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler
 
ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler.
 
ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler
 
ProcessDefinitionHandler.HierarchicalProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.HierarchicalProcessHandler.
 
ProcessDefinitionHandler.HierarchicalProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.HierarchicalProcessHandler
 
ProcessDefinitionHandler.JVMProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler.
 
ProcessDefinitionHandler.JVMProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler
 
ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler.
 
ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler
 
ProcessDefinitionHandler.MapRshProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MapRshProcessHandler.
 
ProcessDefinitionHandler.MapRshProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MapRshProcessHandler
 
ProcessDefinitionHandler.NGProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler.
 
ProcessDefinitionHandler.NGProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler
 
ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler.
 
ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler
 
ProcessDefinitionHandler.OARGRIDProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler.
 
ProcessDefinitionHandler.OARGRIDProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler
 
ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler.
 
ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler
 
ProcessDefinitionHandler.OARProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler.
 
ProcessDefinitionHandler.OARProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler
 
ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler.
 
ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler
 
ProcessDefinitionHandler.PBSProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler.
 
ProcessDefinitionHandler.PBSProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler
 
ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler.
 
ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler
 
ProcessDefinitionHandler.ProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.
 
ProcessDefinitionHandler.ProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder.
 
ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder
 
ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler.
This class receives environment events
ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler(String) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler.
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler
 
ProcessDefinitionHandler.ProcessListHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessListHandler.
 
ProcessDefinitionHandler.ProcessListHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessListHandler
 
ProcessDefinitionHandler.PrunProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler.
 
ProcessDefinitionHandler.PrunProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler
 
ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler.
 
ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler
 
ProcessDefinitionHandler.RLoginProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.RLoginProcessHandler.
 
ProcessDefinitionHandler.RLoginProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.RLoginProcessHandler
 
ProcessDefinitionHandler.RSHProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.RSHProcessHandler.
 
ProcessDefinitionHandler.RSHProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.RSHProcessHandler
 
ProcessDefinitionHandler.SSHProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.SSHProcessHandler.
 
ProcessDefinitionHandler.SSHProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.SSHProcessHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.
 
ProcessDefinitionHandler.UnicoreProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler.
 
ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler.
 
ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler.
 
ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler
 
ProcessForAoCreation - class org.objectweb.proactive.core.util.ProcessForAoCreation.
This class provides multithreading for the creation of active objects.
ProcessForAoCreation(Vector, String, Object[], Node) - Constructor for class org.objectweb.proactive.core.util.ProcessForAoCreation
 
ProcessForAsyncCall - class org.objectweb.proactive.core.group.ProcessForAsyncCall.
This class provides multithreading for the (a)synchronous methodcall on a group.
ProcessForAsyncCall(ProxyForGroup, Vector, Vector, int, MethodCall, Body) - Constructor for class org.objectweb.proactive.core.group.ProcessForAsyncCall
 
ProcessForGroupCreation - class org.objectweb.proactive.core.group.ProcessForGroupCreation.
This class provides multithreading for the creation of active objects.
ProcessForGroupCreation(ProxyForGroup, String, Object[], String, int) - Constructor for class org.objectweb.proactive.core.group.ProcessForGroupCreation
 
ProcessForOneWayCall - class org.objectweb.proactive.core.group.ProcessForOneWayCall.
This class provides multithreading for the oneway methodcall on a group.
ProcessForOneWayCall(ProxyForGroup, Vector, int, MethodCall, Body, ExceptionListException) - Constructor for class org.objectweb.proactive.core.group.ProcessForOneWayCall
 
ProcessReferenceHandler - class org.objectweb.proactive.core.descriptor.xml.ProcessReferenceHandler.
This class receives deployment events
ProcessReferenceHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessReferenceHandler
 
Profiling - class org.objectweb.proactive.core.util.profiling.Profiling.
 
Profiling() - Constructor for class org.objectweb.proactive.core.util.profiling.Profiling
 
PropertiesFileHandler - class org.objectweb.proactive.core.descriptor.xml.PropertiesFileHandler.
 
PropertiesHandler - class org.objectweb.proactive.core.config.xml.PropertiesHandler.
 
PropertiesHandler(ProActiveConfiguration) - Constructor for class org.objectweb.proactive.core.config.xml.PropertiesHandler
 
PropertiesHandler - class org.objectweb.proactive.core.descriptor.xml.PropertiesHandler.
 
ProtocolErrorException - exception org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException.
For interbal use : This exceoption occurs if a inconsistency in the FT protocol occurs.
ProtocolErrorException() - Constructor for class org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
ProtocolErrorException(String) - Constructor for class org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
ProtocolErrorException(Throwable) - Constructor for class org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
ProtocolErrorException(String, Throwable) - Constructor for class org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
Proxy - interface org.objectweb.proactive.core.mop.Proxy.
The proxy interface This interface only defines one method.
ProxyForGroup - class org.objectweb.proactive.core.group.ProxyForGroup.
 
ProxyForGroup(String) - Constructor for class org.objectweb.proactive.core.group.ProxyForGroup
 
ProxyForGroup() - Constructor for class org.objectweb.proactive.core.group.ProxyForGroup
 
ProxyForGroup(ConstructorCall, Object[]) - Constructor for class org.objectweb.proactive.core.group.ProxyForGroup
 
ProxyNonFunctionalException - exception org.objectweb.proactive.core.exceptions.proxy.ProxyNonFunctionalException.
 
ProxyNonFunctionalException(String, Throwable) - Constructor for class org.objectweb.proactive.core.exceptions.proxy.ProxyNonFunctionalException
 
PrunSubProcess - class org.objectweb.proactive.core.process.prun.PrunSubProcess.
The PrunSubProcess class is able to start any class, of the ProActive library, on a cluster using prun on top of PBS.
PrunSubProcess() - Constructor for class org.objectweb.proactive.core.process.prun.PrunSubProcess
Creates a new PBSBsubProcess Used with XML Descriptors
PrunSubProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.prun.PrunSubProcess
Creates a new PBSBsubProcess
PrunSubProcess.ParserMessageLogger - class org.objectweb.proactive.core.process.prun.PrunSubProcess.ParserMessageLogger.
Implementation of a RemoteProcessMessageLogger that look for the jobID of the launched job
PrunSubProcess.ParserMessageLogger() - Constructor for class org.objectweb.proactive.core.process.prun.PrunSubProcess.ParserMessageLogger
 
p2pDescriptorService - Variable in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler
 
packageName - Variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
padURL - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
padding - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
parallelEnvironment - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
parameters - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
parameters - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
parent - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
parseArgs(String[]) - Static method in class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
 
parseFromURI(String) - Static method in class org.objectweb.proactive.core.xml.XMLPropertiesStore
Parses the XML data the given URI points to and returns the DOM Document representing that XML.
parseHeaders() - Method in class org.objectweb.proactive.core.rmi.HTTPInputStream
 
parseHostname(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
parseHostname(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
parses the hostname from a string.
parseHostname(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
parseHostname(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
return the list of the hostnames on which the job is running the message should be in the form : host1/processor ... hostn/processor
parseHostname(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
return the list of the hostnames on which the job is running the message should be in the form : host1/processor ... hostn/processor
parseJobID(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
parses a message in order to find the job id of the launched job.
paths - Variable in class org.objectweb.proactive.core.rmi.ClassServer
 
pause() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
pause() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
pause() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
pendingRequest - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
The pending request when the checkpoint has occured, This request must be first served on recovery from the linked checkpoint
pkcs12Keystore - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
planX(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the plan in X (two-dimensional topology group) that contains the object
planY(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the plan in Y (two-dimensional topology group) that contains the object
planZ(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the plan in Z (two-dimensional topology group) that contains the object
policyFile - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
policyRules - Variable in class org.objectweb.proactive.ext.security.PolicyServer
 
policyRules - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
policyRulesFileLocation - Variable in class org.objectweb.proactive.ext.security.PolicyServer
 
policyServer - Variable in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
policyServer - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
policyServer - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
pool - Static variable in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
port - Static variable in class org.objectweb.proactive.core.rmi.ClassServer
 
position - Variable in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
positionInHistory - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
printStackTrace(PrintStream) - Method in class org.objectweb.proactive.core.mop.MOPException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in class org.objectweb.proactive.core.mop.MOPException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in class org.objectweb.proactive.core.mop.MOPException
Prints the composite message and the embedded stack trace to the specified print writer pw.
printStackTrace(PrintStream) - Method in class org.objectweb.proactive.core.mop.MOPRuntimeException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in class org.objectweb.proactive.core.mop.MOPRuntimeException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in class org.objectweb.proactive.core.mop.MOPRuntimeException
Prints the composite message and the embedded stack trace to the specified print writer pw.
printUsage() - Static method in class org.objectweb.proactive.core.mop.Launcher
 
printUsageAndExit() - Static method in class org.objectweb.proactive.ext.util.StubGenerator
 
prioritizedNfRequestFilter - Variable in class org.objectweb.proactive.Service
 
priority - Variable in class org.objectweb.proactive.core.mop.MethodCall
 
privateKeyLocation - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.node.NodeImpl
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
proActiveRuntimeF - Variable in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
proActiveRuntimeImpl - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Reference on the local runtime
proActiveRuntimeURL - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
proActiveRuntimeURL - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
proActiveRuntimeURL - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
proActiveRuntimeURL - Variable in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
proActiveSPMDGroupManagerFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
proActiveSecurityManager - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
proactiveSecurityManager - Variable in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
security rules
processClassName(String) - Static method in class org.objectweb.proactive.ext.util.StubGenerator
Turn a file name into a class name if necessary.
processMessage() - Method in class org.objectweb.proactive.core.body.http.util.HttpMessage
Processes the message.
processMessage() - Method in class org.objectweb.proactive.core.body.http.util.messages.BodyRequest
This method process the request.
processMessage() - Method in class org.objectweb.proactive.core.body.http.util.messages.HttpLookupMessage
Performs the lookup
processMessage() - Method in class org.objectweb.proactive.core.body.http.util.messages.HttpReply
 
processMessage() - Method in class org.objectweb.proactive.core.body.http.util.messages.HttpRequest
 
processMessage() - Method in class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
processRequest(Request) - Method in class org.objectweb.proactive.Service.FlushingServeOldestRequestProcessor
Processes the request and returns true if the request can be discarded after processing.
processRequest(Request) - Method in class org.objectweb.proactive.Service.FlushingServeYoungestRequestProcessor
Processes the request and returns true if the request can be discarded after processing.
processRequest(Request) - Method in class org.objectweb.proactive.Service.ServingRequestProcessor
Processes the request and returns true if the request can be discarded after processing.
processRequest(Request) - Method in interface org.objectweb.proactive.core.body.request.RequestProcessor
Returns one of the constants indicating the desired treatment for the request.
processRequests(RequestProcessor, Body) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Processes all requests in the queue using the given RequestProcessor.
processRequests(RequestProcessor, Body) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
processes - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
processor - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
processor - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
processorPerNode - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
processorPerNode - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
promptPassphrase(String) - Method in class org.objectweb.proactive.core.ssh.UserInfoNone
 
promptPassword(String) - Method in class org.objectweb.proactive.core.ssh.UserInfoNone
 
promptYesNo(String) - Method in class org.objectweb.proactive.core.ssh.UserInfoNone
 
propertyFound(String, String) - Method in class org.objectweb.proactive.core.config.ProActiveConfiguration
Called by the parser when a property has been found
proposedPolicy - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
proposedPolicyValidated - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
protocol - Variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
protocolId - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
protocolId - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
proxiedRemoteBody - Variable in class org.objectweb.proactive.core.body.BodyAdapterForwarder
The encapsulated RmiRemoteBody Points to the BodyForwarder running on the forwarder.
proxiedRemoteBody - Variable in class org.objectweb.proactive.core.body.BodyAdapterImpl
The encapsulated RmiRemoteBody
proxyGroup - Variable in class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
proxyTable - Static variable in class org.objectweb.proactive.core.mop.MOP
A Hashtable to cache (proxy class, proxy class constructor) couples
psm - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
psm - Variable in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
exchange entity certificate and/or public key if certificate are not available
publicKeyExchange(UniqueID, long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
publicKeyExchange(UniqueID, long, byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
publicKeyExchange(UniqueID, long, byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
publicKeyExchange(UniqueID, long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
publicKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
publicKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
publicKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
publicKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
exchange entity certificate and/or public key if certificate are not available
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
purgeExceptionAndNull() - Method in interface org.objectweb.proactive.core.group.Group
Removes all exceptions and null references contained in the Group.
purgeExceptionAndNull() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Removes all exceptions and null references contained in the Group.
pushProcessAttributes(FileTransferWorkShop.StructureInformation) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
This method sets attributes into the FileTransferWorkshop.StructureInformation For now: : hostname, username If the attributes already exists then it remains unchanged.
putBody(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.BodyMap
add the set (id, node) in the idToBodyMap block if it already exists until it is removed

Q

QUEUE_NAME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
queryServer(UniqueID) - Method in class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer
 
queryServer(UniqueID) - Method in class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer
 
queryServer(UniqueID) - Method in class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
 
queue - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
queue - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
queueName - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
queueName - Variable in class org.objectweb.proactive.core.process.lsf.CNLSFProcess
 
queueName - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
queueName - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
queueName - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
queueName - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
queueName - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 

R

RECEIVED_FUTURE_RESULT - Static variable in class org.objectweb.proactive.core.event.FutureEvent
Created when a Thread continues
RECOVER - Static variable in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
Value returned by an object if the sender of the received message must recover asap
RECOVERING - Static variable in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
 
RECYCLE_POOL_SIZE - Static variable in class org.objectweb.proactive.core.body.future.FutureProxy
The size of the pool we use for recycling FutureProxy objects.
REGISTER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
REGISTRY_BINDING - Static variable in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
REL_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
REMOVE - Static variable in interface org.objectweb.proactive.core.body.request.RequestProcessor
Constant indicating that the request shall removed without being served.
REMOVE_AND_SERVE - Static variable in interface org.objectweb.proactive.core.body.request.RequestProcessor
Constant indicating that the request shall be removed and served.
REMOVE_REQUEST - Static variable in class org.objectweb.proactive.core.event.RequestQueueEvent
 
REPLY_RECEIVED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been received
REPLY_SENT - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been sent
REPRESENTATIVE_DEFAULT_SUFFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
REQUESTS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
REQUEST_RECEIVED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been received
REQUEST_SENT - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been sent
REQUIRED - Static variable in class org.objectweb.proactive.ext.security.Communication
 
RESEND_MESSAGE - Static variable in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
Value returned by an object if the recieved message must be send again
RESTARTING_AFTER_MIGRATING - Static variable in class org.objectweb.proactive.core.event.MigrationEvent
 
RES_REQ_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
REUSABLE_EXCEPTION - Static variable in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
RLOGIN_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
RLoginProcess - class org.objectweb.proactive.core.process.rlogin.RLoginProcess.
The RloginProcess class is able to start any class, of the ProActive library, using rlogin command.
RLoginProcess() - Constructor for class org.objectweb.proactive.core.process.rlogin.RLoginProcess
Creates a new RloginProcess Used with XML Descriptors
RLoginProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.rlogin.RLoginProcess
Creates a new RloginProcess
RLoginProcess(ExternalProcess, boolean) - Constructor for class org.objectweb.proactive.core.process.rlogin.RLoginProcess
Creates a new RloginProcess
RLoginProcessList - class org.objectweb.proactive.core.process.rlogin.RLoginProcessList.
This class contains a list of RSHProcess processes
RLoginProcessList() - Constructor for class org.objectweb.proactive.core.process.rlogin.RLoginProcessList
 
RMI - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
RMIRegistryLookupService - class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService.
This class represents a service to acquire with an RMI lookup a ProActiveRuntime(JVM) previously registered in a RMIRegistry on a local or remote host.
RMIRegistryLookupService(String) - Constructor for class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
 
RMISSH_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
rmi tunneling over ssh protocol identifier
RMISSLClientSocketFactory - class org.objectweb.proactive.ext.security.ssl.RMISSLClientSocketFactory.
 
RMISSLClientSocketFactory() - Constructor for class org.objectweb.proactive.ext.security.ssl.RMISSLClientSocketFactory
 
RMISSLServerSocketFactory - class org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory.
 
RMISSLServerSocketFactory() - Constructor for class org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory
 
RMI_LOOKUP_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
RMI_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
rmi protocol identifier
ROUTER - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
RSHHierarchicalProcess - class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess.
This process starts a forwarder defined by the target process using RSH.
RSHHierarchicalProcess() - Constructor for class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
RSHJVMProcess - class org.objectweb.proactive.core.process.rsh.RSHJVMProcess.
The RSHJVMProcess class is able to start any class, of the ProActive library, using rsh protocol.
RSHJVMProcess() - Constructor for class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Creates a new RSHJVMProcess Used with XML Descriptor
RSHJVMProcess(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Creates a new RSHJVMProcess
RSHJVMProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Creates a new RSHJVMProcess
RSHNodeProcess - class org.objectweb.proactive.core.process.rsh.RSHNodeProcess.
This class has the same functionalities than RSHJVMProcess, except that the class associated with the target JVMProcess ie the class that the target process will start is set automatically to org.objectweb.proactive.core.runtime.startRuntime.
RSHNodeProcess() - Constructor for class org.objectweb.proactive.core.process.rsh.RSHNodeProcess
Creates a new instance of RSHNodeProcess.
RSHNodeProcess(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.rsh.RSHNodeProcess
Creates a new instance of RSHNodeProcess.
RSHNodeProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.rsh.RSHNodeProcess
Creates a new instance of SSHNodeProcess.
RSHProcess - class org.objectweb.proactive.core.process.rsh.RSHProcess.
The RSHProcess class is able to start any class, of the ProActive library, using rsh protocol.
RSHProcess() - Constructor for class org.objectweb.proactive.core.process.rsh.RSHProcess
Creates a new RSHProcess Used with XML Descriptors
RSHProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.rsh.RSHProcess
Creates a new RSHProcess
RSHProcessList - class org.objectweb.proactive.core.process.rsh.RSHProcessList.
This class contains a list of RSHProcess processes
RSHProcessList() - Constructor for class org.objectweb.proactive.core.process.rsh.RSHProcessList
 
RSH_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
RT_URL - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
RULES_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_AOCREATION_AUTHORIZED - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_COMMUNICATION_AOCREATION_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_COMMUNICATION_ATTRIBUTES_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_COMMUNICATION_FROM_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_COMMUNICATION_MIGRATION_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_COMMUNICATION_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_COMMUNICATION_TO_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_MIGRATION_AUTHORIZED - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_MIGRATION_DENIED - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RULE_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
RUNNING - Static variable in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
 
RUNTIME - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
RUNTIME_ACQUIRED - Static variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
RUNTIME_REGISTERED - Static variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
constant for the registration
RUNTIME_UNREGISTERED - Static variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
RandomLongGenerator - class org.objectweb.proactive.ext.security.crypto.RandomLongGenerator.
 
RandomLongGenerator() - Constructor for class org.objectweb.proactive.ext.security.crypto.RandomLongGenerator
 
RandomPortSocketFactory - class org.objectweb.proactive.core.rmi.RandomPortSocketFactory.
This factory creates server socket with randomly choosen port number it tries 5 different ports before reporting a failure
RandomPortSocketFactory() - Constructor for class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
RandomPortSocketFactory(int, int) - Constructor for class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
ReceptionHistory - class org.objectweb.proactive.core.body.ft.message.ReceptionHistory.
This class represent an ordered list of reception events.
ReceptionHistory() - Constructor for class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
Create a new reception history
RecoveryJob - class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryJob.
Job for recovering an activity.
RecoveryJob(Checkpoint, int, Node) - Constructor for class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryJob
 
RecoveryProcess - interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess.
An object implementing this interface provides recovery methods.
RecoveryProcessCIC - class org.objectweb.proactive.core.body.ft.protocols.cic.servers.RecoveryProcessCIC.
Defines the recovery behavior for the CIC protocol.
RecoveryProcessCIC(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.servers.RecoveryProcessCIC
 
RecoveryProcessImpl - class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl.
 
RecoveryProcessImpl(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
RecoveryProcessPMLRB - class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.RecoveryProcessPMLRB.
This class defines a recovery process for PMLRB protocol.
RecoveryProcessPMLRB(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.RecoveryProcessPMLRB
Constructor.
RefactorPAD - class org.objectweb.proactive.core.descriptor.util.RefactorPAD.
This class provides static methods to manipulate the java representation of XML descriptors
RefactorPAD() - Constructor for class org.objectweb.proactive.core.descriptor.util.RefactorPAD
 
Reflect - interface org.objectweb.proactive.core.mop.Reflect.
This interface is used to tag an object and deosn't define any method
ReflectRequest - class org.objectweb.proactive.core.body.http.util.messages.ReflectRequest.
 
ReflectRequest(String) - Constructor for class org.objectweb.proactive.core.body.http.util.messages.ReflectRequest
 
Registry - class org.objectweb.proactive.core.component.adl.Registry.
This class is a static registry used for storing component instances according to their name.
RegistryHelper - class org.objectweb.proactive.core.rmi.RegistryHelper.
 
RegistryHelper() - Constructor for class org.objectweb.proactive.core.rmi.RegistryHelper
 
RegistryManager - interface org.objectweb.proactive.core.component.adl.RegistryManager.
This interface defines facilities for using a shared static registry storing component instances according to their name.
RegistryManagerImpl - class org.objectweb.proactive.core.component.adl.RegistryManagerImpl.
The implementation of a primitive component proposing the server interface RegistryManager.
RegistryManagerImpl() - Constructor for class org.objectweb.proactive.core.component.adl.RegistryManagerImpl
 
ReifiedCastException - exception org.objectweb.proactive.core.mop.ReifiedCastException.
 
ReifiedCastException() - Constructor for class org.objectweb.proactive.core.mop.ReifiedCastException
 
ReifiedCastException(String) - Constructor for class org.objectweb.proactive.core.mop.ReifiedCastException
 
ReifiedCastException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.ReifiedCastException
 
ReifiedCastException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.ReifiedCastException
 
RemoteBody - interface org.objectweb.proactive.core.body.RemoteBody.
An object implementing this interface provides the minimum service a body offers remotely.
RemoteBodyFactory - interface org.objectweb.proactive.core.body.RemoteBodyFactory.
A class implementing this interface is a factory of RequestReceiver objects.
RemoteBodyForwarder - interface org.objectweb.proactive.core.body.RemoteBodyForwarder.
An object implementing this interface provides the minimum service a body forwarder offers remotely.
RemoteFileCopy - class org.objectweb.proactive.core.process.filetransfer.RemoteFileCopy.
Remote File Copy (RCP) module.
RemoteFileCopy(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.RemoteFileCopy
 
RemoteProActiveRuntime - interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime.
An adapter for a ProActiveRuntime to be able to receive remote calls.
RemoteProActiveRuntimeForwarder - interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder.
An adapter for a ProActiveRuntimeForwarder to be able to receive remote calls.
RemoteProcessMessageLogger - interface org.objectweb.proactive.core.util.RemoteProcessMessageLogger.
 
RenegotiateSessionException - exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException.
 
RenegotiateSessionException() - Constructor for class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(UniversalBody) - Constructor for class org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
Reply - interface org.objectweb.proactive.core.body.reply.Reply.
 
ReplyImpl - class org.objectweb.proactive.core.body.reply.ReplyImpl.
 
ReplyImpl(UniqueID, long, String, FutureResult, ProActiveSecurityManager) - Constructor for class org.objectweb.proactive.core.body.reply.ReplyImpl
 
ReplyImpl(UniqueID, long, String, FutureResult, ProActiveSecurityManager, boolean) - Constructor for class org.objectweb.proactive.core.body.reply.ReplyImpl
 
ReplyLog - class org.objectweb.proactive.core.body.ft.message.ReplyLog.
This class is used for logging a reply.
ReplyLog(Reply, UniversalBody) - Constructor for class org.objectweb.proactive.core.body.ft.message.ReplyLog
Create a reply log.
ReplyReceiver - interface org.objectweb.proactive.core.body.reply.ReplyReceiver.
 
ReplyReceiverFactory - interface org.objectweb.proactive.core.body.reply.ReplyReceiverFactory.
A class implementing this interface is a factory of ReplyReceiver objects.
ReplyReceiverForwarder - class org.objectweb.proactive.core.body.reply.ReplyReceiverForwarder.
 
ReplyReceiverForwarder(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.reply.ReplyReceiverForwarder
 
ReplyReceiverImpl - class org.objectweb.proactive.core.body.reply.ReplyReceiverImpl.
 
ReplyReceiverImpl() - Constructor for class org.objectweb.proactive.core.body.reply.ReplyReceiverImpl
 
RepresentativeInterfaceClassGenerator - class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator.
This class generates representative interfaces objects, which are created on the client side along with the component representative object (@see org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl).
RepresentativeInterfaceClassGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
 
Request - interface org.objectweb.proactive.core.body.request.Request.
A class implementing this interface is an object encapsulating a reified method call.
RequestFactory - interface org.objectweb.proactive.core.body.request.RequestFactory.
A class implementing this interface is a factory of request objects.
RequestFilter - interface org.objectweb.proactive.core.body.request.RequestFilter.
A class implementing this interface can filter requests on some criteria.
RequestFilterOnComponentControllerClasses - class org.objectweb.proactive.core.component.body.RequestFilterOnComponentControllerClasses.
This class is a request filter for invocations on component controllers.
RequestFilterOnComponentControllerClasses() - Constructor for class org.objectweb.proactive.core.component.body.RequestFilterOnComponentControllerClasses
 
RequestHandler - interface org.objectweb.proactive.core.component.controller.RequestHandler.
A RequestHandler is able to control the flow of a component request in a chain of handlers.
RequestImpl - class org.objectweb.proactive.core.body.request.RequestImpl.
 
RequestImpl(MethodCall, UniversalBody, boolean, long) - Constructor for class org.objectweb.proactive.core.body.request.RequestImpl
 
RequestInfo - class org.objectweb.proactive.core.rmi.RequestInfo.
 
RequestInfo() - Constructor for class org.objectweb.proactive.core.rmi.RequestInfo
 
RequestLog - class org.objectweb.proactive.core.body.ft.message.RequestLog.
This class is used for logging a request.
RequestLog(Request, UniversalBody) - Constructor for class org.objectweb.proactive.core.body.ft.message.RequestLog
Create a request log.
RequestProcessor - interface org.objectweb.proactive.core.body.request.RequestProcessor.
A class implementing this interface can process requests.
RequestQueue - interface org.objectweb.proactive.core.body.request.RequestQueue.
 
RequestQueueEvent - class org.objectweb.proactive.core.event.RequestQueueEvent.
A RequestQueueEvent occurs when a RequestQueue get modified.
RequestQueueEvent(UniqueID, int) - Constructor for class org.objectweb.proactive.core.event.RequestQueueEvent
Creates a new RequestQueueEvent based on the given owner id and type
RequestQueueEventListener - interface org.objectweb.proactive.core.event.RequestQueueEventListener.
A class implementating this interface is listener of RequestQueueEvent.
RequestQueueFactory - interface org.objectweb.proactive.core.body.request.RequestQueueFactory.
A class implementing this interface is a factory of RequestQueue objects.
RequestQueueImpl - class org.objectweb.proactive.core.body.request.RequestQueueImpl.
 
RequestQueueImpl(UniqueID) - Constructor for class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
RequestQueueImpl.RequestFilterOnMethodName - class org.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName.
 
RequestQueueImpl.RequestFilterOnMethodName() - Constructor for class org.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName
 
RequestReceiver - interface org.objectweb.proactive.core.body.request.RequestReceiver.
 
RequestReceiverFactory - interface org.objectweb.proactive.core.body.request.RequestReceiverFactory.
A class implementing this interface is a factory of RequestReceiver objects.
RequestReceiverForwarder - class org.objectweb.proactive.core.body.request.RequestReceiverForwarder.
 
RequestReceiverForwarder(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.request.RequestReceiverForwarder
 
RequestReceiverImpl - class org.objectweb.proactive.core.body.request.RequestReceiverImpl.
 
RequestReceiverImpl() - Constructor for class org.objectweb.proactive.core.body.request.RequestReceiverImpl
 
RequestWithLocationServer - class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer.
 
RequestWithLocationServer(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer
 
RequestWithMixedLocation - class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation.
 
RequestWithMixedLocation(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
 
ResourceServer - interface org.objectweb.proactive.core.body.ft.servers.resource.ResourceServer.
An object implementing this interface provides services for storing and retreiving ProActive nodes.
ResourceServerImpl - class org.objectweb.proactive.core.body.ft.servers.resource.ResourceServerImpl.
 
ResourceServerImpl(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.servers.resource.ResourceServerImpl
 
ResourceServerImpl(FTServer, String) - Constructor for class org.objectweb.proactive.core.body.ft.servers.resource.ResourceServerImpl
 
Result - class org.objectweb.proactive.branchnbound.core.Result.
A wrapper for a solution.
Result() - Constructor for class org.objectweb.proactive.branchnbound.core.Result
Construct an empty result.
Result(Object) - Constructor for class org.objectweb.proactive.branchnbound.core.Result
Construct a new result with an attached value.
Result(Exception) - Constructor for class org.objectweb.proactive.branchnbound.core.Result
Construct a new result with an excpetion.
Ring - class org.objectweb.proactive.core.group.topology.Ring.
This class represents a group by a cycling one-dimensional topology.
Ring(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Ring
Construtor.
Ring(int) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the Ring (one-dimensional topology group) with the specified number
Ring(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the Ring that contains the specified object
RingX(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the horizontal Ring (one-dimensional topology group) that contains the object
RingY(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the vertical Ring (kind of column)(one-dimensional topology group) that contains the object
RingZ(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the Ring in depth (one-dimensional topology group) that contains the object
RmiBodyAdapter - class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter.
An RMI adapter for a RemoteBody.
RmiBodyAdapter() - Constructor for class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter
 
RmiBodyAdapter(RmiRemoteBody) - Constructor for class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter
 
RmiBodyAdapter(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter
 
RmiProActiveRuntime - interface org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntime.
An RMI/JINI adapter for a ProActiveRuntime to be able to receive remote calls with RMI.
RmiProActiveRuntimeForwarder - interface org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarder.
 
RmiProActiveRuntimeForwarderImpl - class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl.
 
RmiProActiveRuntimeForwarderImpl() - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
RmiProActiveRuntimeForwarderImpl(boolean) - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
RmiProActiveRuntimeForwarderImpl(RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
RmiProActiveRuntimeImpl - class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl.
An adapter for a ProActiveRuntime to be able to receive remote calls.
RmiProActiveRuntimeImpl() - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
RmiProActiveRuntimeImpl(RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
RmiProActiveRuntimeImpl(boolean) - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
RmiRemoteBody - interface org.objectweb.proactive.core.body.rmi.RmiRemoteBody.
An object implementing this interface provides the minimum service a body offers remotely through RMI.
RmiRemoteBodyForwarder - interface org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarder.
An object implementing this interface provides the minimum service a body forwarder offers remotely through RMI.
RmiRemoteBodyForwarderImpl - class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl.
An adapter for a LocalBody to be able to receive remote calls.
RmiRemoteBodyForwarderImpl() - Constructor for class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
RmiRemoteBodyForwarderImpl(UniversalBodyForwarder) - Constructor for class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
RmiRemoteBodyForwarderImpl(UniversalBodyForwarder, RMIServerSocketFactory, RMIClientSocketFactory) - Constructor for class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
RmiRemoteBodyImpl - class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl.
An adapter for a LocalBody to be able to receive remote calls.
RmiRemoteBodyImpl() - Constructor for class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
RmiRemoteBodyImpl(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
RmiRemoteBodyImpl(UniversalBody, RMIServerSocketFactory, RMIClientSocketFactory) - Constructor for class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
RmiRuntimeFactory - class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory.
 
RmiRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
RmiSshProActiveRuntimeForwarder - class org.objectweb.proactive.core.runtime.rmi.RmiSshProActiveRuntimeForwarder.
 
RmiSshProActiveRuntimeForwarder(RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiSshProActiveRuntimeForwarder
 
RuleCommunication - class org.objectweb.proactive.ext.security.gui.RuleCommunication.
 
RuleCommunication() - Constructor for class org.objectweb.proactive.ext.security.gui.RuleCommunication
This is the default constructor
RuleEditor - class org.objectweb.proactive.ext.security.gui.RuleEditor.
 
RuleEditor() - Constructor for class org.objectweb.proactive.ext.security.gui.RuleEditor
This is the default constructor
RunActive - interface org.objectweb.proactive.RunActive.
RunActive is related to the activity of an active object.
RuntimeDeploymentProperties - class org.objectweb.proactive.core.descriptor.data.RuntimeDeploymentProperties.
This class represents an array of properties that can be set at runtime when using XML deployment descriptor
RuntimeDeploymentProperties() - Constructor for class org.objectweb.proactive.core.descriptor.data.RuntimeDeploymentProperties
 
RuntimeFactory - class org.objectweb.proactive.core.runtime.RuntimeFactory.
The RuntimeFactory provides a generic way to create and lookup ProActiveRuntime without protocol specific code (such as RMI, HTTP, IBIS, RMI/SSH, JINI).
RuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.RuntimeFactory
 
RuntimeRegistrationEvent - class org.objectweb.proactive.core.event.RuntimeRegistrationEvent.
Event sent when a proActiveRuntime is registered in a Hashtable.
RuntimeRegistrationEvent(ProActiveRuntime, int, ProActiveRuntime, String, String, String) - Constructor for class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
Creates a new RuntimeRegistrationEvent
RuntimeRegistrationEventListener - interface org.objectweb.proactive.core.event.RuntimeRegistrationEventListener.
A class implementating this interface is listener of RuntimeRegistrationEvent.
RuntimeRegistrationEventProducer - interface org.objectweb.proactive.core.event.RuntimeRegistrationEventProducer.
 
RuntimeRegistrationEventProducerImpl - class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl.
 
RuntimeRegistrationEventProducerImpl() - Constructor for class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl
 
RuntimeReply - class org.objectweb.proactive.core.runtime.http.messages.RuntimeReply.
 
RuntimeReply() - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeReply
 
RuntimeReply(Object) - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeReply
 
RuntimeRequest - class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest.
 
RuntimeRequest(String, String) - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
RuntimeRequest(String, ArrayList, String) - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
RuntimeRequest(String, ArrayList, ArrayList, String) - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
ra - Variable in class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
random - Static variable in class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
random - Variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
random - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
 
random1 - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty
 
random1 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
random1 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
random2 - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty
 
random2 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
random2 - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
randomLongGenerator - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
randomUUID() - Static method in class org.objectweb.proactive.p2p.service.util.UniversalUniqueID
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Exchange random value between client and server entity
randomValue(UniqueID, long, byte[]) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
randomValue(UniqueID, long, byte[]) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
randomValue(UniqueID, long, byte[]) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
randomValue(UniqueID, long, byte[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
randomValue(UniqueRuntimeID, long, byte[]) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
randomValue(UniqueRuntimeID, long, byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
randomValue(long, byte[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
randomValue(UniqueRuntimeID, long, byte[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
randomValue(UniqueRuntimeID, long, byte[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
randomValue(long, byte[]) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
randomValue(long, byte[]) - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
Exchange random value between client and server entity
randomValue(long, byte[]) - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
range(int, int) - Method in interface org.objectweb.proactive.core.group.Group
Creates a new group with the members of the group begining at the index begin and ending at the index end.
range(int, int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Creates a new group with the members of the group begining at the index begin and ending at the index end.
range - Variable in class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
ratio(int) - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Modifies the number of members served by one thread
read(HttpServletRequest) - Method in class org.objectweb.proactive.core.rmi.RequestInfo
Extract the http request fields and fill the RequestInfo fields.
read(HTTPInputStream) - Method in class org.objectweb.proactive.core.rmi.RequestInfo
Read the InputStream, which points to the beginning of a HTTP Request, and extract the necessary information
read(Element) - Method in class org.objectweb.proactive.core.xml.io.DOMAdaptor
 
read() - Method in class org.objectweb.proactive.core.xml.io.DOMReader
 
read() - Method in class org.objectweb.proactive.core.xml.io.StreamReader
 
read() - Method in interface org.objectweb.proactive.core.xml.io.XMLReader
Triggers the read of the XML document and start firing events to the registered XMLDeserializer
read() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
read(byte[], int, int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
read(byte[]) - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
readClassPath(String[], int) - Method in class org.objectweb.proactive.core.node.StartNode
**For internal use only** Reads the classpath from the arguments
readExternal(ObjectInput) - Method in class org.objectweb.proactive.core.body.BodyMap
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.
readPDU(byte[], byte[], int) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
readResolve() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
readResolve() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
readTheObject(ObjectInputStream) - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
readTheObject(ObjectInputStream) - Method in class org.objectweb.proactive.core.mop.MethodCall
 
readValue(String) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
readValue(String) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
readValue(String) - Method in class org.objectweb.proactive.core.xml.handler.SingleValueUnmarshaller
The implementation of this method ensures that even though the element value is split into several chunks, we concatenate the chunks to build the actual value.
readValue(String) - Method in interface org.objectweb.proactive.core.xml.io.XMLHandler
Receives notification that an XML value has been read in the XML being deserialized
realClose() - Method in class org.objectweb.proactive.core.ssh.SshTunnel
 
receiveBody(String, Body) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
This method is the basis for migrating active objects.
receiveBody(String, Body) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
receiveBody(String, Body) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
receiveBody(UniqueRuntimeID, String, Body) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
receiveBody(UniqueRuntimeID, String, Body) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
receiveBody(String, Body) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
receiveBody(String, Body) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
receiveBody(UniqueRuntimeID, String, Body) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
receiveBody(String, Body) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
receiveBody(String, Body) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
receiveBody(UniqueRuntimeID, String, Body) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
receiveBody(String, Body) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
receiveCheckpoint(String, Checkpoint, int) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
The runtime recovers the body contained in the checkpoint ckpt.
receiveCheckpoint(String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
receiveCheckpoint(String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
receiveCheckpoint(UniqueRuntimeID, String, Checkpoint, int) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
receiveCheckpoint(UniqueRuntimeID, String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
receiveCheckpoint(String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
receiveCheckpoint(String, Checkpoint, int) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
receiveCheckpoint(UniqueRuntimeID, String, Checkpoint, int) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
receiveCheckpoint(String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
receiveCheckpoint(String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
receiveCheckpoint(UniqueRuntimeID, String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
receiveCheckpoint(String, Checkpoint, int) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
receiveFTMessage(UniqueID, FTMessage) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
receiveFTMessage(FTMessage) - Method in interface org.objectweb.proactive.core.body.RemoteBody
For sending a message to the FTManager linked to this object
receiveFTMessage(UniqueID, FTMessage) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
receiveFTMessage(FTMessage) - Method in interface org.objectweb.proactive.core.body.UniversalBody
For sending a non fonctional message to the FTManager linked to this object.
receiveFTMessage(UniqueID, FTMessage) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
STILL NOT IMPLEMENTED
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
receiveFTMessage(UniqueID, FTMessage) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
receiveFuture(Future) - Method in class org.objectweb.proactive.core.body.future.FutureMap
Add a future (id, creatorID) in the map.
receiveFuture(Future) - Method in class org.objectweb.proactive.core.body.future.FuturePool
To put a future in the FutureMap
receiveFutureValue(long, UniqueID, FutureResult, Reply) - Method in class org.objectweb.proactive.core.body.future.FuturePool
Method called when a reply is recevied, ie a value is available for a future.
receiveReply(Reply) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
receiveReply(Reply) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
receiveReply(Reply) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
receiveReply(UniqueID, Reply) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
receiveReply(Reply) - Method in interface org.objectweb.proactive.core.body.RemoteBody
Receives a reply in response to a former request.
receiveReply(UniqueID, Reply) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
receiveReply(Reply) - Method in interface org.objectweb.proactive.core.body.UniversalBody
Receives a reply in response to a former request.
receiveReply(UniqueID, Reply) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
receiveReply(FutureResult) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
Invoked by a thread of the skeleton that performed the service in order to tie the result object to the proxy.
receiveReply(FutureResult) - Method in interface org.objectweb.proactive.core.body.future.LocalFuture
 
receiveReply(Reply) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
receiveReply(Reply) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
receiveReply(Reply, Body, FuturePool) - Method in interface org.objectweb.proactive.core.body.reply.ReplyReceiver
 
receiveReply(Reply, Body, FuturePool) - Method in class org.objectweb.proactive.core.body.reply.ReplyReceiverForwarder
 
receiveReply(Reply, Body, FuturePool) - Method in class org.objectweb.proactive.core.body.reply.ReplyReceiverImpl
 
receiveReply(UniqueID, Reply) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
receiveReply(Reply) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
receiveReply(Reply) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
receiveReply(Reply) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
receiveReply - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
receiveRequest(Request) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
receiveRequest(Request) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
receiveRequest(Request) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
receiveRequest(UniqueID, Request) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
receiveRequest(Request) - Method in interface org.objectweb.proactive.core.body.RemoteBody
Receives a request for later processing.
receiveRequest(UniqueID, Request) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
receiveRequest(Request) - Method in interface org.objectweb.proactive.core.body.UniversalBody
Receives a request for later processing.
receiveRequest(UniqueID, Request) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
receiveRequest(Request) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
receiveRequest(Request) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
receiveRequest(Request, Body) - Method in interface org.objectweb.proactive.core.body.request.RequestReceiver
 
receiveRequest(Request, Body) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverForwarder
 
receiveRequest(Request, Body) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverImpl
 
receiveRequest(UniqueID, Request) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
receiveRequest(Request) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
receiveRequest(Request, Body) - Method in class org.objectweb.proactive.core.component.request.SynchronousComponentRequestReceiver
 
receiveRequest(Request, Body) - Method in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
receiveRequest(Request) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
receiveRequest(Request) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
receiveRequest(SecurityContext) - Method in interface org.objectweb.proactive.ext.security.Secure
 
receiveRequest - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
receivedFutureResult(FutureEvent) - Method in interface org.objectweb.proactive.core.event.FutureEventListener
Signals that a Thread finished waiting for a future result.
recordTryFailure(String, int) - Method in class org.objectweb.proactive.core.ssh.TryCache
 
recordTrySuccess(String, int) - Method in class org.objectweb.proactive.core.ssh.TryCache
 
recover() - Method in class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
Recovers an active object from this checkpoint.
recover(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.RecoveryProcessCIC
 
recover(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.RecoveryProcessPMLRB
 
recover(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
This method define the recovery behavior.
recovery - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
register(Object, String) - Static method in class org.objectweb.proactive.ProActive
Registers an active object into a registry(RMI or IBIS or HTTP, default is RMI).
register(String) - Method in class org.objectweb.proactive.core.body.BodyAdapter
Registers an active object into protocol-specific registry.
register(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
register(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Registers an active object into protocol-specific registry.
register(UniqueID, String) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
register(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
register(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
register(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
register(UniqueID) - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Register the calling AO.
register(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
register(String) - Method in class org.objectweb.proactive.core.body.http.HttpBodyAdapter
Registers an active object into the table of body.
register(String) - Method in class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter
Registers an active object into a RMI registry.
register(String) - Method in class org.objectweb.proactive.core.body.jini.JiniBodyAdapter
Registers an active object into a RMI registry.
register(String) - Method in class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter
Registers an active object into a RMI registry.
register(UniqueID, String) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
register(ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
**For internal use only** Allows this ProActiveRuntime on this VM to register another ProActiveRuntime
register(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
register(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
register(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
register(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
register(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
register(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
register(ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
register(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
register(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
register(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
register(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
register(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
register() - Method in class org.objectweb.proactive.ext.util.SimpleLocationServer
 
register(P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PService
Add the remote P2P service in the local acquaintances group if NOA is not yet reached.
registerBodyDestination(UniversalBody) - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
registerDescriptor(String, ProActiveDescriptor) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
registerDestination(UniversalBody) - Method in class org.objectweb.proactive.core.body.future.FuturePool
To register a destination before sending a reques or a reply Registration key is the calling thread.
registerForwarder(AbstractBody) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
 
registerHierarchicalProcess(HierarchicalProcess, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Registers the specified hierarchical process with the specified processID.
registerHierarchicalProcess(HierarchicalProcess, String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
registerIncomingFuture(Future) - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
registerIncomingFutures() - Method in class org.objectweb.proactive.core.body.AbstractBody
This method effectively register futures (ie in the futurePool) that arrive in this active object (by parameter or by result).
registerLocalVirtualNode(VirtualNode, String) - Method in interface org.objectweb.proactive.core.runtime.LocalProActiveRuntime
Register the given VirtualNode on this local ProActiveRuntime.
registerLocalVirtualNode(VirtualNode, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
registerProcess(VirtualMachine, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Maps the process given by the specified processID with the specified virtualMachine.
registerProcess(ExternalProcessDecorator, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Registers the specified composite process with the specified processID.
registerProcess(VirtualMachine, String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
registerProcess(ExternalProcessDecorator, String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
registerRessources(Node[]) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
Register all nodes in the RessourceServer.
registerService(ServiceUser, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Maps the service given by the specified serviceID with the specified virtualMachine.
registerService(ServiceUser, String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
registerTimer(Timer) - Static method in class org.objectweb.proactive.core.util.profiling.PAProfilerEngine
Add profilers to be managed by this profiler engine
registerVirtualNode(VirtualNode, String, boolean) - Static method in class org.objectweb.proactive.ProActive
Registers locally the given VirtualNode in a registry such RMIRegistry or JINI Lookup Service or HTTP registry.
registerVirtualNode(String, boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Registers the virtualNode of the given name in a registry such RMIRegistry or Jini Service Lookup
registerVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
registerVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
registerVirtualNode(UniqueRuntimeID, String, boolean) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
registerVirtualNode(UniqueRuntimeID, String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
registerVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
registerVirtualNode(String, boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
registerVirtualNode(UniqueRuntimeID, String, boolean) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
registerVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
registerVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
registerVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
registerVirtualNode(UniqueRuntimeID, String, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
registerVirtualNode(String, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
registeredRuntimeName - Variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
registeredRuntimes - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
All runtimes known by this forwarder
registrar - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
registrarsTable - Variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
registry - Variable in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
registry - Static variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
registryChecked - Variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
registryCreator - Static variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
registryHelper - Static variable in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
registryHelper - Static variable in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
registryPortNumber - Variable in class org.objectweb.proactive.core.node.StartNode
 
registryPortNumber - Variable in class org.objectweb.proactive.core.rmi.RegistryHelper
settings of the registry
reifiedConstructor - Variable in class org.objectweb.proactive.core.mop.ConstructorCallImpl
The corresponding constructor object
reify(MethodCall) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
Blocks until the future object is available, then executes Call c on the now-available object.
reify(MethodCall) - Method in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
Performs operations on the Call object created by the stub, thus changing the semantics of message-passing to asynchronous message-passing with future objects The semantics of message-passing implemented by this proxy class may be definied as follows : Asynchronous message-passing Creation of future objects where possible (which leads to wait-by-necessity).
reify(MethodCall) - Method in interface org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxy
 
reify(MethodCall) - Method in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxyImpl
 
reify(MethodCall) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
The proxy's method : implements the semantic of communication.
reify(MethodCall) - Method in interface org.objectweb.proactive.core.mop.Proxy
Reifies a method call invoked on the object
reifyAsAsynchronous(MethodCall) - Method in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
reifyAsOneWay(MethodCall) - Method in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
reifyAsSynchronous(MethodCall) - Method in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
reifyCall(String, String, Class[], Object[], short) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
releaseLock() - Static method in class org.objectweb.proactive.core.ssh.JSchSingleton
 
remoteBody - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
A remote version of this body that is used to send to remote peer
remoteBodyFactory - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
remoteBodyFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
remoteFilePath - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
remove(String) - Method in class org.objectweb.proactive.core.component.Bindings
removes the binding on the given client interface
remove(ProActiveListener) - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Removes the given listener
remove(int) - Method in interface org.objectweb.proactive.core.group.Group
Removes the object at the specified index.
remove(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Removes a single instance of the specified element from this Group, if it is present.
remove(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Removes the element at the specified position.
remove(String) - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Remove the informations (BarrierState and tag) of the specified barrier (invoked when the barrier is over).
remove(int) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
remove(Destination) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
remove(String, String) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
remove(String, String) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
 
remove(Destination) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
 
remove(Object) - Method in class org.objectweb.proactive.ext.util.FutureList
Remove the object from the FutureList Return true if successfull
remove(P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
removeAll(Collection) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Removes all this Group's elements that are also contained in the specified collection.
removeBinding(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
removeBody(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyMap
 
removeBodyDestination() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
removeBodyEventListener(BodyEventListener) - Method in class org.objectweb.proactive.core.body.BodyMap
 
removeBodyEventListener(BodyEventListener) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Removes a listener of body events.
removeBodyEventListener(BodyEventListener) - Method in class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
removeComposingVirtualNode(ComposingVirtualNode) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposedFrom
removes a composing virtual node
removeComposingVirtualNode(ComposingVirtualNode) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNodeContainer
 
removeDescriptor(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
removeDestination() - Method in class org.objectweb.proactive.core.body.future.FuturePool
To clear registred destination for the calling thread.
removeExportedVirtualNode(ExportedVirtualNode) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodes
 
removeExportedVirtualNode(String, String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Removes a virtual node from the composition
removeFcSubComponent(Component) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentController
 
removeFutureEventListener(FutureEventListener) - Method in interface org.objectweb.proactive.core.body.future.FutureEventProducer
Removes the FutureEventListener from this body.
removeFutureEventListener(FutureEventListener) - Method in class org.objectweb.proactive.core.body.future.FutureEventProducerImpl
 
removeFutures(long, UniqueID) - Method in class org.objectweb.proactive.core.body.future.FutureMap
Remove entry corresponding to (id, creatorID) in the futureMap.
removeImmediateService(Object, String, Class[]) - Static method in class org.objectweb.proactive.ProActive
Removes an immmediate execution for the active object obj, i.e. requests corresponding to the name and types of parameters will be executed by the calling thread, and not added in the request queue.
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
removeImmediateService(UniqueID, String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyImpl
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.HalfBody
 
removeImmediateService(String, Class[]) - Method in interface org.objectweb.proactive.core.body.RemoteBody
 
removeImmediateService(UniqueID, String, Class[]) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
removeImmediateService(String, Class[]) - Method in interface org.objectweb.proactive.core.body.UniversalBody
Removes an immediate service for this body An immediate service is a method that will bw excecuted by the calling thread.
removeImmediateService(UniqueID, String, Class[]) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
removeImmediateService(String, Class[]) - Method in interface org.objectweb.proactive.core.body.request.RequestReceiver
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverForwarder
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverImpl
 
removeImmediateService(UniqueID, String, Class[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
removeImmediateService(String, Class[]) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
removeIncomingFutures() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
removeJob() - Method in class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
Return the oldest job in queue and remove it from the queue
removeListener(ProActiveListener) - Method in class org.objectweb.proactive.core.event.AbstractEventProducer
Removes the given listener
removeMeFromBodyForwarders() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
removeMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.core.body.BodyImpl
 
removeMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.core.body.HalfBody
 
removeMessageEventListener(MessageEventListener) - Method in interface org.objectweb.proactive.core.body.message.MessageEventProducer
Removes the MessageEventListener from this body.
removeMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.core.body.message.MessageEventProducerImpl
 
removeMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
removeMessageEventListener(MessageEventListener) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
removeMigrationEventListener(MigrationEventListener) - Method in interface org.objectweb.proactive.core.body.migration.Migratable
 
removeMigrationEventListener(MigrationEventListener) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
removeMigrationEventListener(MigrationEventListener) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
removeMigrationEventListener(MigrationEventListener) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
removeNFEListener(UniqueID, NFEListener) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.HalfBody
 
removeNFEListener(NFEListener) - Method in interface org.objectweb.proactive.core.body.RemoteBody
 
removeNFEListener(UniqueID, NFEListener) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
removeNFEListener(UniqueID, NFEListener) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.proxy.AbstractProxy
 
removeNFEListener(UniqueID, NFEListener) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.exceptions.manager.NFEListenerList
 
removeNFEListener(NFEListener) - Static method in class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
removeNFEListener(NFEListener) - Method in interface org.objectweb.proactive.core.exceptions.manager.NFEProducer
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
removeNFEListenerOnAO(Object, NFEListener) - Static method in class org.objectweb.proactive.ProActive
Remove a listener for NFE reaching a given active object
removeNFEListenerOnGroup(Object, NFEListener) - Static method in class org.objectweb.proactive.ProActive
Remove a listener for NFE regarding a group.
removeNFEListenerOnJVM(NFEListener) - Static method in class org.objectweb.proactive.ProActive
Remove a listener for NFE reaching the local JVM
removeNFEListenerOnProxy(Object, NFEListener) - Static method in class org.objectweb.proactive.ProActive
Remove a listener for NFE reaching the client side of a given active object
removeNamedElement(String) - Method in interface org.objectweb.proactive.core.group.Group
Removes the mapping for this key from the group if it is present.
removeNamedElement(String) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Removes the named element of the group.
removeNativeAndAbstractModifiers(int) - Static method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
removeNodeCreationEventListener(NodeCreationEventListener) - Method in interface org.objectweb.proactive.core.event.NodeCreationEventProducer
Removes the NodeCreationEventListener.
removeNodeCreationEventListener(NodeCreationEventListener) - Method in class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl
 
removeOldest() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Removes the oldest request from the queue and returns it Null is returned is the queue is empty
removeOldest(String) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Removes the oldest request whose method name is s and returns it.
removeOldest(RequestFilter) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Removes the oldest request that matches the criteria defined by the given filter Null is returned is no match
removeOldest() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
removeOldest(String) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
removeOldest(RequestFilter) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
removeOne() - Method in class org.objectweb.proactive.ext.util.FutureList
Removes and returns a future available this list.
removeParent(Component) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveSuperController
 
removeParent(Component) - Method in class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
removePortFromHost(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
removeProtocol(String, String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Returns the url without protocol
removeRequestQueueEventListener(RequestQueueEventListener) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
 
removeRequestQueueEventListener(RequestQueueEventListener) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
removeRuntimeRegistrationEventListener(RuntimeRegistrationEventListener) - Method in interface org.objectweb.proactive.core.event.RuntimeRegistrationEventProducer
Removes the RuntimeRegistrationEventListener.
removeRuntimeRegistrationEventListener(RuntimeRegistrationEventListener) - Method in class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl
 
removeTimer(Timer) - Static method in class org.objectweb.proactive.core.util.profiling.PAProfilerEngine
Remove a profiler from this engine It's dump() method will thus never be called
removeTryWithCatch() - Static method in class org.objectweb.proactive.ProActive
This has to be called at the beginning of the finally block, so it requires one.
removeTryWithCatch() - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
removeUsername(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
removeVnSuffix(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
removeWaitingAccessor(P2PNodeLookup) - Method in class org.objectweb.proactive.p2p.service.P2PService
/** Remove a no more waiting nodes accessor.
removeYoungest() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Removes the youngest request from the queue and returns it Null is returned is the queue is empty
removeYoungest(String) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Removes the youngest request whose method name is s and returns it.
removeYoungest(RequestFilter) - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
Removes the youngest request that matches the criteria defined by the given filter Null is returned is no match
removeYoungest() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
removeYoungest(String) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
removeYoungest(RequestFilter) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
renegociateSessionIfNeeded(long) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
replaceObject(Object) - Method in class org.objectweb.proactive.ext.security.SecurityOutputStream
replaceObject is extended to check for instances of Remote that need to be serialized as proxy objects.
replyReceived(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that the reply encapsulated in the event event has been received
replyReceiver - Variable in class org.objectweb.proactive.core.body.BodyImpl
The component in charge of receiving reply
replyReceiverFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
replySent(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that the reply encapsulated in the event event has been sent
replyToResend - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
The logged replies, i.e. replies that have to be resend on recovery from the linked checkpoint
reportUnusedTunnel(SshTunnel) - Static method in class org.objectweb.proactive.core.ssh.SshTunnelFactory
 
requestFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
requestFilterOnMethodName - Variable in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
requestQueue - Variable in class org.objectweb.proactive.Service
 
requestQueue - Variable in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
requestQueueFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
requestQueueLength - Variable in class org.objectweb.proactive.core.event.MessageEvent
Length of the request queue of the body that sends this event or -1 if this message did not affect the request queue length.
requestQueueModified(RequestQueueEvent) - Method in interface org.objectweb.proactive.core.event.RequestQueueEventListener
Signals that the observed RequestQueue has been modified
requestReceived(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that the request encapsulated in the event event has been received
requestReceiver - Variable in class org.objectweb.proactive.core.body.BodyImpl
The component in charge of receiving request
requestReceiverFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
requestSent(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that the request encapsulated in the event event has been sent
requestToResend - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
The logged requests, i.e. requests that have to be resend on recovery from the linked checkpoint
res_requirement - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
reset() - Method in class org.objectweb.proactive.branchnbound.core.Worker
Reset the worker for a new computation.
reset() - Method in class org.objectweb.proactive.core.group.threadpool.EndControler
Resets the controler to its initial state (no job awake).
reset() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
reset() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
reset() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
reset() - Method in class org.objectweb.proactive.core.util.timer.EWMATimer
 
reset() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
reset() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
reset() - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategy
 
reset() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
 
resetParameters() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Reset to empty value parameters associated to the class that this process is going to start
resetParameters() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
resetParameters() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Reset to empty value parameters associated to the class that this process is going to start
resetParameters() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Reset to empty value parameters associated to the class that this process is going to start
resetSendCounter() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
resetSendCounter() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
resetSendCounter() - Method in interface org.objectweb.proactive.core.body.request.Request
Set the send counter to 0.
resetSendCounter() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
resolveClass(ObjectStreamClass) - Method in class org.objectweb.proactive.core.mop.PAObjectInputStream
 
resources - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
resources - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
result - Variable in class org.objectweb.proactive.core.body.reply.ReplyImpl
The hypothetic result
resultList - Variable in class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
resultObject - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler
 
resultObject - Variable in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
resultObject - Variable in class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
resume() - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Resumes the service of requests.
resume() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
Resumes the service of requests.
resume() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
resume() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
resume() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
retainAll(Collection) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Retains only the elements in this Group that are contained in the specified collection.
retrieveVNName(String) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
returnTheBest(Result) - Method in class org.objectweb.proactive.branchnbound.core.Result
Compare 2 results and return which is the best.
returnedObject - Variable in class org.objectweb.proactive.core.body.http.util.HttpMessage
 
right(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the object at the right of the specified object in the three-dimensional topology group
right(Object) - Method in class org.objectweb.proactive.core.group.topology.Line
Returns the object at the right of the specified object in the one-dimensional topology group
right(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the object at the right of the specified object in the two-dimensional topology group
right(Object) - Method in class org.objectweb.proactive.core.group.topology.Ring
Returns the object at the right of the specified object in the one-dimensional topology group
right(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the object at the right of the specified object in the two-dimensional topology group
right(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the object at the right of the specified object in the three-dimensional topology group
rmAcquaintance(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
**For internal use only** .
rmAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
rmAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
rmAcquaintance(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
rmAcquaintance(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
rmAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
rmAcquaintance(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
rmAcquaintance(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
rmAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
rmAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
rmAcquaintance(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
rmAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
rsa_eng - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
run() - Method in class org.objectweb.proactive.core.body.ActiveBody
The method executed by the active thread that will eventually launch the live method of the active object of the default live method of this body.
run() - Method in class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
The run method of the thread.
run() - Method in class org.objectweb.proactive.core.descriptor.services.ServiceThread
 
run() - Method in class org.objectweb.proactive.core.group.ProcessForAsyncCall
 
run() - Method in class org.objectweb.proactive.core.group.ProcessForGroupCreation
 
run() - Method in class org.objectweb.proactive.core.group.ProcessForOneWayCall
 
run() - Method in class org.objectweb.proactive.core.group.threadpool.ThreadInThePool
Looks for a pending job and executes it.
run() - Method in class org.objectweb.proactive.core.node.StartNode
**For internal use only** Run the complete creation of the node step by step by invoking the other helper methods
run() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.ProcessInputHandler
 
run() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.ProcessOutputHandler
 
run() - Method in class org.objectweb.proactive.core.rmi.ClassServer
The "listen" thread that accepts a connection to the server, parses the header to obtain the class file name and sends back the bytecodes for the class (or error if the class is not found or the response was malformed).
run() - Method in class org.objectweb.proactive.core.rmi.HTTPRequestHandler
 
run() - Method in class org.objectweb.proactive.core.util.ProcessForAoCreation
 
run() - Method in class org.objectweb.proactive.core.util.profiling.PAProfilerEngine
This method starts when a shutdown of the VM is initiated
run() - Method in class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
run(int) - Method in class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
Should be implemented to start the needed classes for the current node number
run() - Method in class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
 
run(int) - Method in class org.objectweb.proactive.ext.closedworldlauncher.NodeLauncher
 
run() - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
 
run() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
runActivity(Body) - Method in interface org.objectweb.proactive.RunActive
Runs the activity of the active object.
runActivity(Body) - Method in class org.objectweb.proactive.core.component.body.ComponentActivity
Runs the activity as defined in @see ComponentRunActive.
runActivity(Body) - Method in class org.objectweb.proactive.ext.util.SimpleLocationServer
First register with the specified url Then wait for request
runActivity(Body) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
runActivity(Body) - Method in class org.objectweb.proactive.p2p.service.P2PFirstContact
Sequancialy try to contact all peer and add them in the group of acquaintances.
runActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
runComponentActivity(Body) - Method in interface org.objectweb.proactive.core.component.body.ComponentRunActive
See @see org.objectweb.proactive.RunActive#runActivity(Body) One should use a requests filter for separating component controller requests from component functional requests, notably for managing the lifecycle of the component.
running - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
runtimeArray - Variable in class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
 
runtimeHostForLookup - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
runtimeLogger - Static variable in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
 
runtimeLogger - Static variable in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
runtimeLogger - Static variable in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
runtimeLogger - Static variable in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
runtimeLogger - Static variable in class org.objectweb.proactive.core.runtime.RuntimeFactory
 
runtimePortForLookup - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
runtimeProperties - Variable in class org.objectweb.proactive.core.descriptor.data.RuntimeDeploymentProperties
 
runtimeRegistered(RuntimeRegistrationEvent) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
runtimeRegistered(RuntimeRegistrationEvent) - Method in interface org.objectweb.proactive.core.event.RuntimeRegistrationEventListener
Signals that a registration occured on the runtime encapsulated in the event

S

SAXParserErrorHandler - class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler.
 
SAXParserErrorHandler() - Constructor for class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
SCRIPT_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
SECRET_EXCHANGE - Static variable in class org.objectweb.proactive.ext.security.SessionConstants
 
SECURITY - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY - Static variable in class org.objectweb.proactive.core.util.profiling.Profiling
 
SECURITY_BODY - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_CRYPTO - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_DOMAIN - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_MANAGER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_NODE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_POLICY - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_POLICYSERVER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_PSM - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_REQUEST - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_RUNTIME - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_SESSION - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SECURITY_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
SEND_ADD_REMOVE_EVENT - Static variable in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
SEND_TO_OUTPUT_STREAM_COMPOSITION - Static variable in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Composition in which the command of the target process is sent into the output stream of this process.
SERVICE - Static variable in class org.objectweb.proactive.core.util.profiling.Profiling
 
SERVICES_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
SERVICE_DEFINITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
SERVICE_REFERENCE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
SERVICE_REQUEST_CONTENT_TYPE - Static variable in class org.objectweb.proactive.core.body.http.util.HttpMessageSender
 
SERVICE_REQUEST_CONTENT_TYPE - Static variable in class org.objectweb.proactive.core.body.http.util.HttpUtils
 
SERVICE_REQUEST_URI - Static variable in class org.objectweb.proactive.core.body.http.util.HttpMessageSender
 
SERVICE_REQUEST_URI - Static variable in class org.objectweb.proactive.core.body.http.util.HttpUtils
 
SERVING_STARTED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating that the serving of the encapsulated request has started
SERVLET_NAME - Static variable in class org.objectweb.proactive.core.rmi.ClassServerServlet
 
SHARED_NODE_NAME - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
SHARED_NODE_NAME: name of the default shared node.
SHORTCUT - Static variable in class org.objectweb.proactive.core.component.request.SynchronousComponentRequestReceiver
 
SINGLE - Static variable in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
 
SSH - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SSHHierarchicalProcess - class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess.
This process starts a forwarder defined by the target process using SSH.
SSHHierarchicalProcess() - Constructor for class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
SSHJVMProcess - class org.objectweb.proactive.core.process.ssh.SSHJVMProcess.
The SSHJVMProcess class is able to start any class, of the ProActive library, using ssh protocol.
SSHJVMProcess() - Constructor for class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Creates a new SSHJVMProcess Used with XML Descriptor
SSHJVMProcess(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Creates a new SSHJVMProcess
SSHJVMProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Creates a new SSHJVMProcess
SSHNodeProcess - class org.objectweb.proactive.core.process.ssh.SSHNodeProcess.
This class has the same functionalities than SSHJVMProcess, except that the class associated with the target JVMProcess ie the class that the target process will start is set automatically to org.objectweb.proactive.core.runtime.startRuntime.
SSHNodeProcess() - Constructor for class org.objectweb.proactive.core.process.ssh.SSHNodeProcess
Creates a new instance of SSHNodeProcess.
SSHNodeProcess(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.ssh.SSHNodeProcess
Creates a new instance of SSHNodeProcess.
SSHNodeProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.core.process.ssh.SSHNodeProcess
Creates a new instance of SSHNodeProcess.
SSHProcess - class org.objectweb.proactive.core.process.ssh.SSHProcess.
The SSHProcess class is able to start any class, of the ProActive library, using ssh protocol.
SSHProcess() - Constructor for class org.objectweb.proactive.core.process.ssh.SSHProcess
Creates a new SSHProcess Used with XML Descriptor
SSHProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.ssh.SSHProcess
Creates a new SSHProcess
SSHProcessList - class org.objectweb.proactive.core.process.ssh.SSHProcessList.
This class contains a list of SSHProcess processes
SSHProcessList() - Constructor for class org.objectweb.proactive.core.process.ssh.SSHProcessList
 
SSH_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
STARTNODE - Static variable in class org.objectweb.proactive.core.util.profiling.Profiling
 
STRICT_FIFO_PRIORITY - Static variable in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
STUB_DEFAULT_PACKAGE - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
STUB_DEFAULT_PACKAGE - Static variable in class org.objectweb.proactive.core.mop.Utils
 
STUB_DEFAULT_PREFIX - Static variable in class org.objectweb.proactive.core.mop.Utils
 
STUB_GENERATION - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
STUB_INTERFACE_NAME - Static variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
STUB_OBJECT_INTERFACE - Static variable in class org.objectweb.proactive.core.mop.MOP
 
STUB_OBJECT_INTERFACE_NAME - Static variable in class org.objectweb.proactive.core.mop.MOP
The name of the interface that caracterizes all stub classes
SUPER_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
SYNCHRONOUS - Static variable in interface org.objectweb.proactive.core.component.Constants
 
SYNCHRONOUS_COMPOSITE_COMPONENT_KEY - Static variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
Secure - interface org.objectweb.proactive.ext.security.Secure.
 
SecureCopyProtocol - class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol.
Secure Copy Protocol module.
SecureCopyProtocol(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
SecurityConstants - interface org.objectweb.proactive.ext.security.SecurityConstants.
 
SecurityContext - class org.objectweb.proactive.ext.security.SecurityContext.
This classe represents a security context associated with a particular session
SecurityContext() - Constructor for class org.objectweb.proactive.ext.security.SecurityContext
 
SecurityContext(int, ArrayList, ArrayList) - Constructor for class org.objectweb.proactive.ext.security.SecurityContext
 
SecurityDomain - interface org.objectweb.proactive.ext.security.domain.SecurityDomain.
 
SecurityEntity - interface org.objectweb.proactive.ext.security.SecurityEntity.
SecureEntity defines all security related method a secure generic object must implement.
SecurityGui - class org.objectweb.proactive.ext.security.gui.SecurityGui.
 
SecurityGui() - Constructor for class org.objectweb.proactive.ext.security.gui.SecurityGui
This is the default constructor
SecurityMigrationException - exception org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException.
 
SecurityMigrationException() - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityMigrationException(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityMigrationException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityMigrationException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityNotAvailableException - exception org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException.
 
SecurityNotAvailableException() - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityNotAvailableException(String) - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityNotAvailableException(String, Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityNotAvailableException(Throwable) - Constructor for class org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityOutputStream - class org.objectweb.proactive.ext.security.SecurityOutputStream.
 
SecurityOutputStream(OutputStream) - Constructor for class org.objectweb.proactive.ext.security.SecurityOutputStream
 
SecurityOutputStream() - Constructor for class org.objectweb.proactive.ext.security.SecurityOutputStream
 
Securizable - interface org.objectweb.proactive.ext.security.Securizable.
A message implementing this interface can be handled by the security mechanism.
Semaphore - class org.objectweb.proactive.core.ssh.Semaphore.
 
Semaphore(int) - Constructor for class org.objectweb.proactive.core.ssh.Semaphore
 
SendReplyCommunicationException - exception org.objectweb.proactive.core.exceptions.body.SendReplyCommunicationException.
 
SendReplyCommunicationException(String, IOException) - Constructor for class org.objectweb.proactive.core.exceptions.body.SendReplyCommunicationException
 
SendRequestCommunicationException - exception org.objectweb.proactive.core.exceptions.proxy.SendRequestCommunicationException.
 
SendRequestCommunicationException(String, Exception) - Constructor for class org.objectweb.proactive.core.exceptions.proxy.SendRequestCommunicationException
 
SerializableKeyStore - class org.objectweb.proactive.ext.security.SerializableKeyStore.
 
SerializableKeyStore(KeyStore) - Constructor for class org.objectweb.proactive.ext.security.SerializableKeyStore
 
ServeException - exception org.objectweb.proactive.core.body.request.ServeException.
 
ServeException() - Constructor for class org.objectweb.proactive.core.body.request.ServeException
Constructs a ServeException with no specified detail message.
ServeException(String) - Constructor for class org.objectweb.proactive.core.body.request.ServeException
Constructs a CommunicationException with the specified detail message.
ServeException(String, Throwable) - Constructor for class org.objectweb.proactive.core.body.request.ServeException
Constructs a CommunicationException with the specified detail message and nested exception.
Service - class org.objectweb.proactive.Service.
Service is a utility class that provides many useful methods to serve requests.
Service(Body) - Constructor for class org.objectweb.proactive.Service
Creates a new intance of Service based on the given body.
Service.AcceptAllRequestFilter - class org.objectweb.proactive.Service.AcceptAllRequestFilter.
AcceptAllRequestFilter is a RequestFilter that matches any request
Service.AcceptAllRequestFilter() - Constructor for class org.objectweb.proactive.Service.AcceptAllRequestFilter
 
Service.FlushingServeOldestRequestProcessor - class org.objectweb.proactive.Service.FlushingServeOldestRequestProcessor.
FlushingServeOldestRequestProcessor is a RequestProcessor that serves only the oldest request accepted by the given RequestFilter and removes all other requests accepted by that same Filter
Service.FlushingServeOldestRequestProcessor(RequestFilter) - Constructor for class org.objectweb.proactive.Service.FlushingServeOldestRequestProcessor
 
Service.FlushingServeYoungestRequestProcessor - class org.objectweb.proactive.Service.FlushingServeYoungestRequestProcessor.
FlushingServeYoungestRequestProcessor is a RequestProcessor that serves only the youngest request accepted by the given RequestFilter and removes all other requests accepted by that same Filter
Service.FlushingServeYoungestRequestProcessor(RequestFilter) - Constructor for class org.objectweb.proactive.Service.FlushingServeYoungestRequestProcessor
 
Service.RequestFilterOnMethodName - class org.objectweb.proactive.Service.RequestFilterOnMethodName.
RequestFilterOnMethodName is a RequestFilter that matches only request of a given method name.
Service.RequestFilterOnMethodName(String) - Constructor for class org.objectweb.proactive.Service.RequestFilterOnMethodName
 
Service.ServingRequestProcessor - class org.objectweb.proactive.Service.ServingRequestProcessor.
ServingRequestProcessor is a simple RequestProcessor that serves and removes all requests accepted by a given RequestFilter
Service.ServingRequestProcessor(RequestFilter) - Constructor for class org.objectweb.proactive.Service.ServingRequestProcessor
 
ServiceDefinitionHandler - class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.
 
ServiceDefinitionHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler
 
ServiceDefinitionHandler.FaultToleranceHandler - class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler.
 
ServiceDefinitionHandler.FaultToleranceHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler
 
ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler - class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler.
 
ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler
 
ServiceDefinitionHandler.P2PServiceHandler - class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler.
 
ServiceDefinitionHandler.P2PServiceHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler
 
ServiceDefinitionHandler.RMILookupHandler - class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.RMILookupHandler.
 
ServiceDefinitionHandler.RMILookupHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.RMILookupHandler
 
ServiceFailedCalleeNFE - exception org.objectweb.proactive.core.exceptions.body.ServiceFailedCalleeNFE.
 
ServiceFailedCalleeNFE(String, ServeException, LocalBodyStrategy, Body) - Constructor for class org.objectweb.proactive.core.exceptions.body.ServiceFailedCalleeNFE
 
ServiceFailedCallerNFE - exception org.objectweb.proactive.core.exceptions.proxy.ServiceFailedCallerNFE.
 
ServiceFailedCallerNFE(String, ServeException) - Constructor for class org.objectweb.proactive.core.exceptions.proxy.ServiceFailedCallerNFE
 
ServiceLocatorHelper - class org.objectweb.proactive.core.jini.ServiceLocatorHelper.
The ServiceLocatorHelper is a utility class, that takes care of creating or discovering the Lookup Service when using JINI.
ServiceLocatorHelper() - Constructor for class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
ServiceThread - class org.objectweb.proactive.core.descriptor.services.ServiceThread.
 
ServiceThread(VirtualNode, VirtualMachine) - Constructor for class org.objectweb.proactive.core.descriptor.services.ServiceThread
 
ServiceUser - interface org.objectweb.proactive.core.descriptor.services.ServiceUser.
An object implementing this interface, contains an UniversalService
Session - class org.objectweb.proactive.ext.security.crypto.Session.
 
Session() - Constructor for class org.objectweb.proactive.ext.security.crypto.Session
 
Session(long, Communication) - Constructor for class org.objectweb.proactive.ext.security.crypto.Session
 
SessionConstants - class org.objectweb.proactive.ext.security.SessionConstants.
 
SessionConstants() - Constructor for class org.objectweb.proactive.ext.security.SessionConstants
 
SessionException - exception org.objectweb.proactive.ext.security.crypto.SessionException.
 
SessionException() - Constructor for class org.objectweb.proactive.ext.security.crypto.SessionException
 
SessionException(String) - Constructor for class org.objectweb.proactive.ext.security.crypto.SessionException
 
SessionKeyFactory - class org.objectweb.proactive.ext.security.crypto.SessionKeyFactory.
 
SessionKeyFactory() - Constructor for class org.objectweb.proactive.ext.security.crypto.SessionKeyFactory
 
SessionTicketProperty - class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty.
 
SessionTicketProperty() - Constructor for class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
Shortcut - class org.objectweb.proactive.core.component.request.Shortcut.
This class represents a shortcut.
Shortcut() - Constructor for class org.objectweb.proactive.core.component.request.Shortcut
 
Shortcut(String, UniversalBody, UniversalBody) - Constructor for class org.objectweb.proactive.core.component.request.Shortcut
 
ShutdownThread - class org.objectweb.proactive.ext.benchsocket.ShutdownThread.
 
ShutdownThread() - Constructor for class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
ShutdownThread(BenchStream) - Constructor for class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
SigningEngine - class org.objectweb.proactive.ext.security.crypto.SigningEngine.
 
SigningEngine() - Constructor for class org.objectweb.proactive.ext.security.crypto.SigningEngine
 
SimpleExternalProcess - class org.objectweb.proactive.core.process.SimpleExternalProcess.
The SimpleExternalProcess class is able to start any command line For instance ..............
SimpleExternalProcess(String) - Constructor for class org.objectweb.proactive.core.process.SimpleExternalProcess
Creates a new SimpleExternalProcess
SimpleExternalProcess(RemoteProcessMessageLogger, String) - Constructor for class org.objectweb.proactive.core.process.SimpleExternalProcess
Creates a new SimpleExternalProcess
SimpleExternalProcess(RemoteProcessMessageLogger, RemoteProcessMessageLogger, String) - Constructor for class org.objectweb.proactive.core.process.SimpleExternalProcess
Creates a new SimpleExternalProcess
SimpleLocationServer - class org.objectweb.proactive.ext.util.SimpleLocationServer.
An implementation of a Location Server
SimpleLocationServer() - Constructor for class org.objectweb.proactive.ext.util.SimpleLocationServer
 
SimpleLocationServer(String) - Constructor for class org.objectweb.proactive.ext.util.SimpleLocationServer
 
SingleValueUnmarshaller - class org.objectweb.proactive.core.xml.handler.SingleValueUnmarshaller.
A handler for reading values from simple elements, such as myValue
SingleValueUnmarshaller() - Constructor for class org.objectweb.proactive.core.xml.handler.SingleValueUnmarshaller
 
SshParameters - class org.objectweb.proactive.core.ssh.SshParameters.
This class contains all the parameters used by the ssh code.
SshParameters() - Constructor for class org.objectweb.proactive.core.ssh.SshParameters
 
SshRMIClientSocketFactory - class org.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory.
 
SshRMIClientSocketFactory() - Constructor for class org.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory
 
SshRMIServerSocketFactory - class org.objectweb.proactive.core.ssh.rmissh.SshRMIServerSocketFactory.
 
SshRMIServerSocketFactory() - Constructor for class org.objectweb.proactive.core.ssh.rmissh.SshRMIServerSocketFactory
 
SshRmiBodyAdapter - class org.objectweb.proactive.core.body.rmi.SshRmiBodyAdapter.
An RMISSH adapter for a RemoteBody.
SshRmiBodyAdapter() - Constructor for class org.objectweb.proactive.core.body.rmi.SshRmiBodyAdapter
 
SshRmiBodyAdapter(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.rmi.SshRmiBodyAdapter
 
SshRmiProActiveRuntimeImpl - class org.objectweb.proactive.core.runtime.rmi.SshRmiProActiveRuntimeImpl.
 
SshRmiProActiveRuntimeImpl(RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.objectweb.proactive.core.runtime.rmi.SshRmiProActiveRuntimeImpl
 
SshRmiRuntimeFactory - class org.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory.
 
SshRmiRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory
 
SshSocket - class org.objectweb.proactive.core.ssh.rmissh.SshSocket.
 
SshSocket(String, int) - Constructor for class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
SshTunnel - class org.objectweb.proactive.core.ssh.SshTunnel.
 
SshTunnel(String, int) - Constructor for class org.objectweb.proactive.core.ssh.SshTunnel
Authenticate with the ssh server on the distantHost if needed (authenticated connections are cached).
SshTunnelFactory - class org.objectweb.proactive.core.ssh.SshTunnelFactory.
 
StartDomain - class org.objectweb.proactive.ext.security.domain.StartDomain.
 
StartDomain() - Constructor for class org.objectweb.proactive.ext.security.domain.StartDomain
 
StartFTServer - class org.objectweb.proactive.core.body.ft.servers.StartFTServer.
This class is a main that creates and starts a ft.util.FTServer.
StartFTServer() - Constructor for class org.objectweb.proactive.core.body.ft.servers.StartFTServer
 
StartHierarchical - class org.objectweb.proactive.core.runtime.StartHierarchical.
**For internal use only**
This class is a utility class allowing to start a ProActiveRuntimeForwarder with a JVM.
StartHierarchical() - Constructor for class org.objectweb.proactive.core.runtime.StartHierarchical
 
StartNode - class org.objectweb.proactive.core.node.StartNode.
This class is a utility class allowing to start a ProActive node with a JVM.
StartNode() - Constructor for class org.objectweb.proactive.core.node.StartNode
 
StartP2PService - class org.objectweb.proactive.p2p.service.StartP2PService.
 
StartP2PService() - Constructor for class org.objectweb.proactive.p2p.service.StartP2PService
Construct a new StartP2PService .
StartP2PService(String) - Constructor for class org.objectweb.proactive.p2p.service.StartP2PService
Construct a new StartP2PService with a list of peers for first contact.
StartP2PService(Vector) - Constructor for class org.objectweb.proactive.p2p.service.StartP2PService
Construct a new StartP2PService with a list of peers for first contact.
StartRuntime - class org.objectweb.proactive.core.runtime.StartRuntime.
**For internal use only**
This class is a utility class allowing to start a ProActiveRuntime with a JVM.
StartRuntime() - Constructor for class org.objectweb.proactive.core.runtime.StartRuntime
 
StreamReader - class org.objectweb.proactive.core.xml.io.StreamReader.
Implement an XLMReader based on SAX reading from a stream
StreamReader(InputStream, XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.StreamReader
 
StreamReader(Reader, XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.StreamReader
 
StreamReader(InputSource, XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.StreamReader
 
StreamReader(InputSource, XMLHandler, File, ErrorHandler) - Constructor for class org.objectweb.proactive.core.xml.io.StreamReader
 
StringMutableWrapper - class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper.
An reifiable object for wrapping the Java type String.
StringMutableWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
The no arguments constructor for ProActive.
StringMutableWrapper(String) - Constructor for class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
Construct an reifiable object for a String.
StringWrapper - class org.objectweb.proactive.core.util.wrapper.StringWrapper.
An reifiable object for wrapping the Java type String.
StringWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.StringWrapper
The no arguments constructor for ProActive.
StringWrapper(String) - Constructor for class org.objectweb.proactive.core.util.wrapper.StringWrapper
Construct an reifiable object for a String.
StructuralException - exception org.objectweb.proactive.core.mop.StructuralException.
 
StructuralException() - Constructor for class org.objectweb.proactive.core.mop.StructuralException
 
StructuralException(String) - Constructor for class org.objectweb.proactive.core.mop.StructuralException
 
StructuralException(String, Throwable) - Constructor for class org.objectweb.proactive.core.mop.StructuralException
 
StructuralException(Throwable) - Constructor for class org.objectweb.proactive.core.mop.StructuralException
 
StubGenerator - class org.objectweb.proactive.ext.util.StubGenerator.
 
StubGenerator() - Constructor for class org.objectweb.proactive.ext.util.StubGenerator
 
StubObject - interface org.objectweb.proactive.core.mop.StubObject.
 
SubMatrix - class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix.
 
SubMatrix() - Constructor for class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Empty constructor
SubMatrix(String) - Constructor for class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
 
SubMatrix(int, int) - Constructor for class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Constructor
SynchronousComponentRequestReceiver - class org.objectweb.proactive.core.component.request.SynchronousComponentRequestReceiver.
This is an extension of the RequestReceiverImpl class, which allows the shortcutting of functional requests : when crossing a composite component that has such a request receiver, a shortcut notification is sent to the emitter, and the request is directly transferred to the following linked interface.
SynchronousComponentRequestReceiver() - Constructor for class org.objectweb.proactive.core.component.request.SynchronousComponentRequestReceiver
 
sNodeNumber - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
saveJob() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
Saves the current Job to disc.
scriptLocation - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
scriptLocation - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
scriptLocation - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
scriptLocation - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
scriptLocation - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
scriptLocation - Variable in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
seCipherAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
seMacAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_aes_key - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_cipher - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_hmac_key - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_iv - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_mac - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_mac_enc - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_rand - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
se_sec_key - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
searchObject(UniqueID, UniversalBody, UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
searchObject(UniqueID, UniversalBody, UniqueID) - Method in interface org.objectweb.proactive.core.body.ft.servers.location.LocationServer
Return the current location of object id.
searchObject(UniqueID, UniversalBody, UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
searchObject(UniqueID) - Method in interface org.objectweb.proactive.ext.locationserver.LocationServer
 
searchObject(UniqueID) - Method in class org.objectweb.proactive.ext.util.SimpleLocationServer
Return a reference to the remote body if available.
sec_rand - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
secondProxyTable - Static variable in class org.objectweb.proactive.core.mop.MOP
A Hashtable to cache (Class name, proxy class name) couples this is meant for class-based reification
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
this method sends encoded secret parameters to the target entity
secretKeyExchange(UniqueID, long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
secretKeyExchange(UniqueID, long, byte[], byte[], byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
secretKeyExchange(UniqueID, long, byte[], byte[], byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
secretKeyExchange(UniqueID, long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
secretKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
secretKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
secretKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
secretKeyExchange(UniqueRuntimeID, long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method secretKeyExchange. exchange secret between objects
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
this method sends encoded secret parameters to the target entity
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
securityContext - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
securityFile - Variable in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
securityFile - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
send() - Method in class org.objectweb.proactive.core.body.http.util.HttpMessage
 
send(UniversalBody) - Method in interface org.objectweb.proactive.core.body.reply.Reply
Sends this reply to the body destination
send(UniversalBody) - Method in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
send(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
send(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
send(UniversalBody) - Method in interface org.objectweb.proactive.core.body.request.Request
Sends this request to the body destination
send(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
sendBordersToNeighbors() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Sends the border values to the corresponding neighbors
sendCounter - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
Indicates if the method has been sent through a forwarder
sendJobDetailsCommand() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
sendJobDetailsCommand() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
sendMessage(HttpMessage) - Method in class org.objectweb.proactive.core.body.http.util.HttpMessageSender
 
sendMessage(String, SOAPMessage) - Static method in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
sendReply(Reply, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Fault-tolerant sending: this send notices fault tolerance servers if the destination is unreachable and resent the message until destination is reachable.
sendReply - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
sendRequest(MethodCall, Future, UniversalBody) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
sendRequest(MethodCall, Future, UniversalBody) - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Sends the request request with the future future to the local body body.
sendRequest(Request, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Fault-tolerant sending: this send notices fault tolerance servers if the destination is unreachable and resent the message until destination is reachable.
sendRequest(MethodCall, Future) - Method in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
sendRequest(MethodCall, Future, Body) - Method in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
sendRequest(MethodCall, Future) - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
sendRequest(MethodCall, Future, Body) - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
sendRequest(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
sendRequest(UniversalBody) - Method in class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer
 
sendRequest(UniversalBody) - Method in class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer
 
sendRequest(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
 
sendRequest(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation
 
sendRequest(MethodCall, Future, UniversalBody) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
sendRequest - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
sendRequestInternal(MethodCall, Future, Body) - Method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
sendSubTasksToTheManager(Vector) - Method in class org.objectweb.proactive.branchnbound.core.Worker
Add a set of sub-task to the task queue.
sendUrgentData(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
sendUrgentData(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
sender - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
transient because we deal with the serialization of this variable in a custom manner. see writeObject method
senderID - Variable in class org.objectweb.proactive.core.body.future.FutureProxy
Unique ID of the sender (in case of automatic continuation).
sentSequenceNumber - Variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.MessageInfoPMLRB
 
separateCommandFromOptions(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
sequenceNumber - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
The unique sequence number for the message
serve(Request) - Method in class org.objectweb.proactive.Service
Serves the request given in parameter
serve(Request) - Method in class org.objectweb.proactive.core.body.AbstractBody
Serves the request.
serve(Request) - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Serves the request request by the invoking the targeted method on the reified object.
serve(Body) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
Serve the request.
serve(Body) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
serve(Body) - Method in interface org.objectweb.proactive.core.body.request.Request
Serves this request by executing the embedded method call using the given targetBody.
serve(Body) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
serve(Body) - Method in class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer
 
serve(Body) - Method in class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer
 
serve(Request) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
serveAll(String) - Method in class org.objectweb.proactive.Service
Serves all requests for the method named methodName.
serveAll(RequestFilter) - Method in class org.objectweb.proactive.Service
Serves all requests accepted by the given filter.
serveAlternate(Body, ProxyNonFunctionalException) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
serveAlternate(Body, ProxyNonFunctionalException) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
serveAlternate(Body, ProxyNonFunctionalException) - Method in interface org.objectweb.proactive.core.body.request.Request
Create a fake but valid reply by encapsulating a non functional exception instead of a result
serveAlternate(Body, ProxyNonFunctionalException) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
serveInternal(Body) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
serveInternal(Body) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
serveInternal(Body) - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
redirects the call to the adequate component metaobject : either to a controller, through the chain of controllers, to a functional interface in the case of a composite (no preprocessing in that case), or directly executes the invocation on the base object if this component is a primitive component and the invocation is a functional invocation.
serveOldest() - Method in class org.objectweb.proactive.Service
Serves the oldest request in the request queue.
serveOldest(String) - Method in class org.objectweb.proactive.Service
Serves the oldest request for a method of name methodName.
serveOldest(RequestFilter) - Method in class org.objectweb.proactive.Service
Serves the oldest request matching the criteria given be the filter.
serveOldestThatIsNot(String) - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
 
serveYoungest() - Method in class org.objectweb.proactive.Service
Serves the youngest request in the request queue.
serveYoungest(String) - Method in class org.objectweb.proactive.Service
Serves the youngest request for a method of name methodName.
serveYoungest(RequestFilter) - Method in class org.objectweb.proactive.Service
Serves the youngest request matching the criteria given be the filter.
server - Variable in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
server - Variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
server - Variable in class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
 
server - Variable in class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation
 
serviceId - Variable in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler
 
serviceLocatorHelper - Static variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
serviceName - Static variable in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
serviceName - Static variable in class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
 
serviceP2P - Variable in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
servingStarted(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that serving of the request encapsulated in the event event has started
sessionID - Variable in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
sessionID - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
sessionID - Variable in class org.objectweb.proactive.ext.security.EncryptedBody
 
sessionID - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
sessionID - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
sessions - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
set(int, Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Sets an object to the specified position in the Group
set(int, Object) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
setAOCreation(int) - Method in class org.objectweb.proactive.ext.security.Communication
 
setAccessProtocol(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
Sets the protocol to access booked nodes.
setAccessProtocol(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
Sets the protocol to access booked nodes.
setAcq(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Specify P2P service acquisition method, as such rmi, http, etc.
setAction(String) - Method in class org.objectweb.proactive.core.rmi.MSG
 
setAdditionalThread(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Modifies the number of additional threads to serve members
setAllIndex(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setAocreation(boolean) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setApplicationName(String) - Method in class org.objectweb.proactive.ext.security.PolicyServer
Set application name
setAttachedResourceServer(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setAwaitedBarrierCalls(String, int) - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Set the number of awaited barrier calls to release the specified barrier
setAwaitedCalls(int) - Method in class org.objectweb.proactive.core.group.spmd.BarrierState
Sets the number of calls need to finish the barrier
setAwaitedRequest(Request) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
Update this awaited request with a received request from the awaited sender.
setBarrierTags(LinkedList) - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
This method does nothing, because control messages are not subject to be bloqued by barriers
setBarrierTags(LinkedList) - Method in class org.objectweb.proactive.core.mop.MethodCall
Set the tags for barrier to the method call (by copy)
setBestCurrentResult(Result) - Method in class org.objectweb.proactive.branchnbound.core.Worker
Update the best local result with the new one.
setBestKnownSolution(Object) - Method in class org.objectweb.proactive.branchnbound.core.Task
***FOR INTERNAL USE ONLY*** Push the best current solution which is broadcasted in this task.
setBody(UniversalBody) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
setBodyID(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
 
setBodyProxy(Proxy) - Method in interface org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxy
 
setBodyProxy(Proxy) - Method in class org.objectweb.proactive.core.component.representative.FunctionalInterfaceProxyImpl
 
setBookingDuration(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Set the booking duration of the cluster's nodes.
setBookingDuration(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Set the booking duration of the cluster's nodes.
setBookingDuration(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Set the booking duration of the cluster's nodes.
setBooleanValue(boolean) - Method in class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
Set the value with a new one.
setBootClasspath(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the boot classpath associated to this process
setBootClasspath(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setBootClasspath(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Sets the boot classpath for the target JVMProcess
setBootClasspath(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Sets the boot classpath for the target JVMProcess
setCardinality(String) - Method in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
setter for the cardinality
setCheckpointInfo(CheckpointInfo) - Method in class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
 
setCheckpointServer(CheckpointServer) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
setCheckpointServerURL(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setCheckpointTag(boolean) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Set the current state of the owner as a checkpoint.
setClassServerClasspath(String) - Static method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
setClassServerClasspath(String) - Static method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
setClassname(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the value of the class to start for this process
setClassname(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setClassname(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Sets the value of the class to start for the target JVMProcess
setClassname(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Sets the value of the class to start for the target JVMProcess
setClasspath(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the classpath for this process
setClasspath(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setClasspath(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Sets the classpath for the target JVMProcess
setClasspath(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Sets the classpath for the target JVMProcess
setClasspath(String) - Method in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
setClusterFrontEndName(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
setClusterName(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
setCommandPath(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setCommandPath(String) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
setCommandPath(String) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Sets the path of the command to be executed by this process
setCommand_path(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setCommunication(int) - Method in class org.objectweb.proactive.ext.security.Communication
 
setCommunicationRules(Communication[]) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setCommunicationRulesReply(Communication) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setCommunicationRulesRequest(Communication) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setComponent(String) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNode
 
setComponentInterfaceName(String) - Method in class org.objectweb.proactive.core.mop.MethodCall
setter for the functional name of the invoked Fractal interface
setComponentParameters(ComponentParameters) - Method in interface org.objectweb.proactive.core.component.controller.ComponentParametersController
 
setComponentParameters(ComponentParameters) - Method in class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController
 
setComponentType(ComponentType) - Method in class org.objectweb.proactive.core.component.ComponentParameters
setter
setComposedFrom(ComposedFrom) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposedFromContainer
 
setComposingVirtualNodes(String, String, String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Sets the composing virtual nodes for a given exported virtual node
setCompositionType(int) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
setCompositionType(int) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setCompositionType(int) - Method in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Sets the type of composition that occurs between the commands of two processes.
setConfigFile(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setConfigFileOption(boolean) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setContinuationTag() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentController
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveNameController
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
setCount(String) - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
Sets the count.
setCount(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
setCreationActiveObjectFrom(boolean) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setCreationActiveObjectTo(boolean) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setCreationProtocolID(String) - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
setCreationProtocolID(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
setCreationProtocolID(String) - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Sets an Identifier for the process that originates this VM creation
setCreatorID(UniqueID) - Method in interface org.objectweb.proactive.core.body.future.Future
To set the creatorID, ie the UniqueID of the body which create this future
setCreatorID(UniqueID) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setCreatorId(String) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Sets the creatorId field to the given value
setCreatorId(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
setCurrentThreadBody(Body) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Associates the body with the thread calling the method.
setDefaultNodeVirtualNodeName(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
setDefaultProtocol(boolean) - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
setDefaultProtocol(boolean) - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
setDescriptorVariable(String, String, String) - Static method in class org.objectweb.proactive.core.xml.XMLProperties
Static method to add a property.
setDispatchingOff() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Allows the Group to broadcast parameters.
setDispatchingOn() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Allows the Group to dispatch parameters.
setDistantBody(UniversalBody) - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
setDistantOACertificate(X509Certificate) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
setDistantOAPublicKey(PublicKey) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
setDoubleValue(double) - Method in class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
Set the value with a new one.
setDstInfo(FileTransferWorkShop.StructureInformation) - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
setDstInfo(FileTransferWorkShop.StructureInformation) - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
setEastBorder(double[]) - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Set the east border
setEffectiveArguments(Object[]) - Method in class org.objectweb.proactive.core.mop.MethodCall
 
setEntitiesFrom(ArrayList) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setEntitiesFrom(ArrayList) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setEntitiesTo(ArrayList) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setEntitiesTo(ArrayList) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setEnvironment(String[]) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setEnvironment(String[]) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
setEnvironment(String[]) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Set the environment for this process.
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in interface org.objectweb.proactive.core.process.ExternalProcess
sets the RemoteProcessMessageLogger handling the error stream of the process
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
setExceptionLevel(ExceptionMaskLevel) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setExecutable(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
setExitAfterCommand(boolean) - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
Method setExitAfterCommand
setExportedVirtualNodes(ExportedVirtualNodes) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesContainer
 
setExtendedJVM(JVMProcessImpl) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Allows this JVMProcess to extend another JVMProcessImpl.
setExtendedJVM(JVMProcessImpl) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setExtendedJVM(JVMProcessImpl) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
setExtendedJVM(JVMProcessImpl) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
setFTManager(FTManager) - Method in class org.objectweb.proactive.core.body.AbstractBody
To set the FTManager of this body
setFTManager(FTManager) - Method in interface org.objectweb.proactive.core.body.message.Message
Set the FTManager that have to treat this message
setFTManager(FTManager) - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
setFTManager(FTManager) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
setFTManager(FTManager) - Method in class org.objectweb.proactive.core.event.MessageEvent
 
setFactory(MetaObjectFactory) - Method in class org.objectweb.proactive.core.component.ContentDescription
setter (visibility is reduced)
setFactory(String, String) - Static method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Associates the factory of class factoryClassName as the factory to create proactiveRuntime for the given protocol.
setFactory(String, RuntimeFactory) - Static method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Associates the factory of class factoryClassName as the factory to create proactiveRuntime for the given protocol.
setFaultDetector(FaultDetector) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
setFcIsInternal(boolean) - Method in interface org.objectweb.proactive.core.component.ProActiveInterface
Sets the isInternal.
setFcIsInternal(boolean) - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
setFcItfImpl(Object) - Method in interface org.objectweb.proactive.core.component.ProActiveInterface
Sets the object to which this interface reference object should delegate method calls.
setFcItfImpl(Object) - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
setFcItfName(String) - Method in interface org.objectweb.proactive.core.component.ProActiveInterface
Sets the name.
setFcItfName(String) - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
setFcItfOwner(Component) - Method in interface org.objectweb.proactive.core.component.ProActiveInterface
Sets the owner.
setFcItfOwner(Component) - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
setFcName(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveComponentParametersController
 
setFcName(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveNameController
 
setFcType(Type) - Method in interface org.objectweb.proactive.core.component.ProActiveInterface
Sets the type.
setFcType(Type) - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
setFileName(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setFilePath(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setFileSeparator(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setFileTransferCopyProtocol(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
setFileTransferDefinitions(FileTransfer[]) - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
setFileTransferDefinitions(FileTransfer[]) - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
setFileTransferStructureDstInfo(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Sets the destination information for a given Queue (Deploy, Retrieve).
setFileTransferStructureSrcInfo(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Sets the source information for a given Queue (Deploy, Retrieve).
setFloatValue(float) - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
Set the value with a new one.
setGlobalServerURL(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setHalfBodyMetaObjectFactory(MetaObjectFactory) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
 
setHierarchicalProcess(ExternalProcess) - Method in interface org.objectweb.proactive.core.process.HierarchicalProcess
Set the Process to be deployed from the forwarder
setHierarchicalProcess(ExternalProcess) - Method in class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
setHierarchicalProcess(ExternalProcess) - Method in class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
setHierarchicalType(String) - Method in class org.objectweb.proactive.core.component.ComponentParameters
setter
setHierarchicalType(String) - Method in class org.objectweb.proactive.core.component.ControllerDescription
setter for hierarchical type
setHostConfig(String, String, String, int) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setHostList(String, String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setHostList(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Sets the value of the hostList parameter with the given value Not yet included in the sge command
setHostList(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Sets the value of the hostList parameter with the given value
setHostList(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Sets the value of the hostList parameter with the given value Not yet included in the oar command
setHostList(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Sets the value of the hostList parameter with the given value
setHostname(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setHostname(String) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
setHostname(String) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Set the hostname target of this process.
setHostname(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setHostsNumber(String) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Sets the number of nodes that will be created on this VirtualMachine.
setHostsNumber(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
setHostsNumber(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Sets the number of nodes requested when running the job
setHostsNumber(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Sets the number of nodes requested when running the job
setHostsNumber(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Sets the number of nodes requested when running the job
setHungryLevel(int) - Method in class org.objectweb.proactive.branchnbound.core.Manager
Set the hungry level of the task queue.
setHungryLevel(int) - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
setHungryLevel(int) - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
setHungryLevel(int) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
Set the hungry level for this queue.
setID(long) - Method in interface org.objectweb.proactive.core.body.future.Future
To set the sequence id of this future.
setID(long) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setId(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
setIgnoreIt(boolean) - Method in interface org.objectweb.proactive.core.body.message.Message
Set or unset the ignore tag.
setIgnoreIt(boolean) - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
setIgnoreIt(boolean) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
setIgnoreIt(boolean) - Method in class org.objectweb.proactive.core.event.MessageEvent
 
setImmediateService(Object, String) - Static method in class org.objectweb.proactive.ProActive
Set an immediate execution for the target active object obj of the method String, ie request of name methodName will be executed right away upon arrival at the target AO context.
setImmediateService(Object, String, Class[]) - Static method in class org.objectweb.proactive.ProActive
Set an immediate execution for the target active object obj of the method String, ie request of name methodName will be executed right away upon arrival at the target AO context.
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
setImmediateService(UniqueID, String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
setImmediateService(UniqueID, String) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.BodyImpl
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.BodyImpl
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.HalfBody
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.HalfBody
 
setImmediateService(String) - Method in interface org.objectweb.proactive.core.body.RemoteBody
For setting an immediate service for this body.
setImmediateService(String, Class[]) - Method in interface org.objectweb.proactive.core.body.RemoteBody
 
setImmediateService(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
setImmediateService(UniqueID, String, Class[]) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
setImmediateService(String) - Method in interface org.objectweb.proactive.core.body.UniversalBody
For setting an immediate service for this body.
setImmediateService(String, Class[]) - Method in interface org.objectweb.proactive.core.body.UniversalBody
Adds an immediate service for this body An immediate service is a method that will bw excecuted by the calling thread.
setImmediateService(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
setImmediateService(UniqueID, String, Class[]) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
setImmediateService(String) - Method in interface org.objectweb.proactive.core.body.request.RequestReceiver
 
setImmediateService(String, Class[]) - Method in interface org.objectweb.proactive.core.body.request.RequestReceiver
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverForwarder
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverForwarder
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverImpl
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.request.RequestReceiverImpl
 
setImmediateService(UniqueID, String) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
setImmediateService(UniqueID, String, Class[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
setImmediateService(String) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
setImmediateService(String) - Method in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
setImmediateService(String) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
setImmediateService(String) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
setImmediateService(String, Class[]) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
setImplicit(boolean) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
setInfoParameter(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setInfos() - Method in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
This method is called by the constructor
setInputMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
setInputMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setInputMessageLogger(RemoteProcessMessageLogger) - Method in interface org.objectweb.proactive.core.process.ExternalProcess
sets the RemoteProcessMessageLogger handling the input stream of the process
setInputMessageLogger(RemoteProcessMessageLogger) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
setInstanceFollowRedirects(boolean) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
setIntValue(int) - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
Set the value with a new one.
setInteractive(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Allows to launch this GridEngineSubProcess with -I (interactive option) Not yet included in the sge command
setInteractive(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Allows to launch this BsubProcess with -I (interactive option)
setInteractive(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
Allows to launch this OARSubProcess with -I (interactive option) Not yet included in the oar command
setInteractive(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Allows to launch this PBSubProcess with -I (interactive option)
setInteractive(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Allows to launch this BsubProcess with -I (interactive option)
setIsLeaf() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
setIsMainVirtualNode(boolean) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
set tha main property of this VN
setItfType(InterfaceType) - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
setJavaPath(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the java path for this process
setJavaPath(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setJavaPath(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Sets the java path for the target JVMProcess
setJavaPath(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Sets the java path for the target JVMProcess
setJdlRemote(boolean) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobID(String) - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
Change the Job ID of this node.
setJobID(String) - Method in interface org.objectweb.proactive.core.node.NodeInformation
Change the Job ID of this node.
setJobName(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setJobname(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
setJobname(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
setJvmOptions(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the options of the jvm to start For instance: jvmProcess.set JvmOptions("-verbose -Xms300M -Xmx300m");
setJvmOptions(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setJvmOptions(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Sets the parameters of the jvm to start with the given parameters for the target JVMProcess
setJvmOptions(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Sets the parameters of the jvm to start with the given parameters for the target JVMProcess
setKeepAlive(boolean) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setKeepAlive(boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setKeyFilePath(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setKeyPassword(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setKeyPassword(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI
 
setKeyStore(KeyStore) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
setKeyStore(KeyStore) - Method in class org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory
 
setLocalBodyImpl(LocalBodyStrategy) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
setLocationServer(LocationServer) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
setLocationServerURL(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setLog4jFile(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the location of the log4j property file.
setLog4jFile(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setLog4jFile(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
setLog4jFile(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
setLongValue(long) - Method in class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
Set the value with a new one.
setLookupInformations(String, String, String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
setMainClass(String) - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
set the main class attribute
setMainDefined(boolean) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
setMainDefined(boolean) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
setMainDefinitionMapping(HashMap) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
setMainDefinitionMapping(HashMap) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
setMaxTime(String) - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
setMessage(String) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess.SimpleMessageSink
 
setMessage(String) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator.CompositeMessageSink
 
setMessage(String) - Method in interface org.objectweb.proactive.core.process.MessageSink
Set a new message to be consumed be getMessage.
setMessage(byte[]) - Method in class org.objectweb.proactive.core.rmi.MSG
 
setMessageInfo(MessageInfo) - Method in interface org.objectweb.proactive.core.body.message.Message
Set fault-tolerance infos piggybacked on this message
setMessageInfo(MessageInfo) - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
setMessageInfo(MessageInfo) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
setMessageInfo(MessageInfo) - Method in class org.objectweb.proactive.core.event.MessageEvent
 
setMethodCall(MethodCall) - Static method in class org.objectweb.proactive.core.mop.MethodCall
Tells the recyclying process that the MethodCall object passed as parameter is ready for recycling.
setMethodName(String) - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName
 
setMigration(int) - Method in class org.objectweb.proactive.ext.security.Communication
 
setMigration(boolean) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setMigration(boolean) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setMigrationStrategy(MigrationStrategy) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategyManager
 
setMigrationStrategy(MigrationStrategy) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
setMigrationTag() - Method in class org.objectweb.proactive.core.body.future.FutureMap
Set the migration tag in all futures of the map.
setMigrationTag() - Method in class org.objectweb.proactive.core.body.future.FuturePool
 
setMigrationTag() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setMigrationTo(boolean) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setMinNumberOfNodes(int) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Sets the minimal number of nodes this VirtualNode needs to be suitable for the application.
setMultiProcNodes(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Sharing 1 node /cpu or only 1 node.
setMulticastLocator(boolean) - Method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
true if you want a multicast service Locator false if you want a unicast service Locator
setMulticastLocator(boolean) - Static method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
setMultiple(boolean) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Setter for cardinality
setName(String) - Method in class org.objectweb.proactive.core.component.ComponentParameters
setter for the name
setName(String) - Method in class org.objectweb.proactive.core.component.ControllerDescription
setter for the name
setName(String) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNode
 
setName(String) - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNode
 
setName(String) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Sets the name of this VirtualMachine
setName(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
setName(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Sets the name of this VirtualNode
setName(String) - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
setName(String) - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
setNetServer(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setNewInstance(MetaObjectFactory) - Static method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
setNextHandler(RequestHandler) - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
setNextHandler(RequestHandler) - Method in interface org.objectweb.proactive.core.component.controller.RequestHandler
Sets the next handler in the chain of handlers.
setNoa(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Specify NOA parameter for the P2P service.
setNode(Node) - Method in class org.objectweb.proactive.core.component.ContentDescription
setter (one can only change the node BEFORE instantiating the component)
setNodeNumber(int) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Sets the number of nodes to be acquired with this P2P service
setNodeNumberToMAX() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Sets the number of nodes to be acquired to 10000(Max Value) This method is usefull to acquire an undefined number of nodes.
setNodes(int) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
setNorthBorder(double[]) - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Set the north border
setOOBInline(boolean) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setOOBInline(boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setOriginatingProxy(AbstractProxy) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setOutputFile(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Set the output file to be passed to sge Not yet included in the sge command
setOutputFile(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Set the output file to be passed to pbs using the -o option
setOutputFile(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Set the output file to be passed to prun using the -o option
setOutputInterceptors(List) - Method in interface org.objectweb.proactive.core.component.gen.OutputInterceptorHelper
 
setOutputMessageSink(MessageSink) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
setOutputMessageSink(MessageSink) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setOutputMessageSink(MessageSink) - Method in interface org.objectweb.proactive.core.process.ExternalProcess
sets the MessageSink handling the output stream of the process
setOutputMessageSink(MessageSink) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
setOutputMessageSink(MessageSink) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
setOutputMessageSink(MessageSink) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
setOutputMessageSink(MessageSink) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
setOutputMessageSink(MessageSink) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
setOverwrite(boolean) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the overwrite attribute with the given value
setOverwrite(boolean) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setOverwrite(boolean) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
setOverwrite(boolean) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
setOwnerBody(UniqueID) - Method in class org.objectweb.proactive.core.body.future.FuturePool
Setter of the ID of the body corresonding to this FuturePool
setPKCS12Keystore(String) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
setPadURL(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
set the url of the pad
setParallelEnvironment(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Sets the parallel environmemnt for this GridEngineSubProcess
setParallelization(String) - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
Set the -n option with the given parameter for the maprsh command
setParameter(String, String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setParameters(List) - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
set the list of parameters
setParameters(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the parameters of the class to start with the given value
setParameters(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setParameters(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Sets the parameters of the class to start with the given value for the target JVMProcess
setParameters(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Sets the parameters of the class to start with the given value for the target JVMProcess
setParent(ProActiveRuntime) - Method in interface org.objectweb.proactive.core.runtime.LocalProActiveRuntime
This method adds a reference to the runtime that created this runtime.
setParent(ProActiveRuntime) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
setParent(ProActiveRuntime) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
setParent(SecurityEntity) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
setPeerList(String[]) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
setPolicies(ArrayList) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
setPolicy(PolicyRule) - Method in class org.objectweb.proactive.ext.security.crypto.Session
Method setPolicy.
setPolicyFile(String) - Method in interface org.objectweb.proactive.core.process.JVMProcess
Sets the location of the policy file
setPolicyFile(String) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
setPolicyFile(String) - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
Sets the location of the policy file for the target JVMProcess
setPolicyFile(String) - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
Sets the location of the policy file for the target JVMProcess
setPolicyRulesFileLocation(String) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
setPolicyServer(PolicyServer) - Method in interface org.objectweb.proactive.Body
set the policy server of the active object
setPolicyServer(PolicyServer) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
setPolicyServer(PolicyServer) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
setPolicyServer(PolicyServer) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Set entity policy server
setPort(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Specify which port the P2P service will listen.
setPrefix(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setProActiveSecurityManager(ProActiveSecurityManager) - Method in interface org.objectweb.proactive.core.body.MetaObjectFactory
 
setProActiveSecurityManager(ProActiveSecurityManager) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
setProActiveSecurityManager(ProActiveSecurityManager) - Static method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
set the runtime security manager
setProcess(ExternalProcess) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Sets the process mapped to this VirtualMachine to the given process
setProcess(ExternalProcess) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
setProcessesToDeploy(String, String, ExternalProcess) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
Add process to process list to be hierarchically deployed, if we launched a forwarder it will ask for it using register().
setProcessorNumber(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Sets the number of processor requested when running the job
setProcessorPerNodeNumber(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Sets the number of processor per node requested when running the job
setProcessorPerNodeNumber(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Sets the number of nodes requested when running the job
setProperty(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Sets the property attribute to the given value
setProposedPolicy(Communication) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setProposedPolicyValidated(int) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setProtocolName(String) - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
setProtocolName(String) - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
setProtocolType(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setProxy(Proxy) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
setProxy(Proxy) - Method in interface org.objectweb.proactive.core.mop.StubObject
 
setQueue(String) - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
setQueue(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
setQueueName(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Sets the value of the queue where the job will be launched.
setQueueName(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
Sets the value of the queue where the job will be launched.
setQueueName(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
Sets the value of the queue where the job will be launched.
setQueueName(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
Sets the value of the queue where the job will be launched.
setQueueName(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Sets the value of the queue where the job will be launched.
setQueueName(String) - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
Sets the value of the queue where the job will be launched.
setRatioMemberToThread(int) - Method in interface org.objectweb.proactive.core.group.Group
Modifies the number of members served by one thread
setRatioMemberToThread(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Modifies the number of members served by one thread
setReceiveBufferSize(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setReceiveBufferSize(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setReceiveReply(Communication) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setReceiveRequest(Communication) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setRecoveryProcess(RecoveryProcess) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
setRecoveryProcessURL(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setRecycleMethodCallObject(boolean) - Static method in class org.objectweb.proactive.core.mop.MethodCall
Sets recycling of MethodCall objects on/off.
setRegistrationProtocol(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
setRegistryPortNumber(int) - Method in class org.objectweb.proactive.core.rmi.RegistryHelper
 
setRegistryPortNumber(int) - Static method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
setRegistryPortNumber(int) - Static method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
setRemoteFilePath(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setReplyLog(List) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
setRequestLog(List) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
setRequestMethod(String) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
setRequestProperty(String, String) - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
setRes_requirement(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
setResource(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
Sets de resources on this object
setResourceServer(ResourceServer) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
setResources(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
Set the resource option in the OARGRID command.
setResources(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
Set the resource option in the OAR command.
setResult(Object) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setResultObject(Object) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler
 
setResultObject(Object) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
setResultObject(Object) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
setReuseAddress(boolean) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setReuseAddress(boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setRuntimeInformations(String, String) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Allows to set runtime informations for this VirtualNode activation.
setRuntimeInformations(String, String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
setRuntimeInformations(String, String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
setSPMDGroup(Object) - Method in class org.objectweb.proactive.core.body.AbstractBody
Set the SPMD group for the active object
setSPMDGroup(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Communicates the SPMD Group to members
setSPMDGroup(Object) - Method in class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
Set the SPMD group for the active object.
setSaveJob(boolean) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setSaveJob(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setScatterGroup(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Allows the typed group to dispatch parameters
setScriptContent(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setScriptContent(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
Before calling the build() method, this function sets the desired script content to be executed on the unicore server.
setScriptLocation(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Sets the location of the script on the remote host
setScriptLocation(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
setScriptLocation(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
Set the script location on the remote host *
setScriptLocation(String) - Method in class org.objectweb.proactive.core.process.oar.OARSubProcess
Sets the location of the script on the remote host
setScriptLocation(String) - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
Sets the location of the script on the remote host
setScriptLocation(String) - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
Sets the variable scriptLocation with the given location
setSecondaryName(String, String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
setSecurityContext(SecurityContext) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
setSendBufferSize(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setSendBufferSize(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setSendReply(Communication) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setSendRequest(Communication) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setSender(UniversalBody) - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
setSenderID(UniqueID) - Method in interface org.objectweb.proactive.core.body.future.Future
To set the senderID, ie the UniqueID of the body that will send this future, in case of automatic continuation.
setSenderID(UniqueID) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setService(UniversalService) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Sets the service mapped to this VirtualMachine to the given service
setService(UniversalService) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
setService(UniversalService) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
setService(UniversalService) - Method in interface org.objectweb.proactive.core.descriptor.services.ServiceUser
Sets the given service
setSessionID(long) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setSessionValidated(boolean) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
setShortcutsTable() - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
 
setShouldCreateClassServer(boolean) - Method in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
setShouldCreateClassServer(boolean) - Static method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
setShouldCreateClassServer(boolean) - Static method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
setShouldCreateRegistry(boolean) - Method in class org.objectweb.proactive.core.rmi.RegistryHelper
 
setShouldCreateRegistry(boolean) - Static method in class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
setShouldCreateRegistry(boolean) - Static method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
setShouldCreateServiceLocator(boolean) - Method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
setSoLinger(boolean, int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setSoLinger(boolean, int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setSoTimeout(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setSoTimeout(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setSolution(Object) - Method in class org.objectweb.proactive.branchnbound.core.Result
Attach a value to this result.
setSouthBorder(double[]) - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Set the south border
setSrcInfo(FileTransferWorkShop.StructureInformation) - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
setSrcInfo(FileTransferWorkShop.StructureInformation) - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
setStderr(String) - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
setStderr(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
setStdout(String) - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
setStdout(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
setStringValue(String) - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
Set the value with a new one.
setStubOnBaseObject(StubObject) - Method in interface org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentative
 
setStubOnBaseObject(StubObject) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
setSubmitJob(boolean) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setSubmitJob(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setTargetProcess(ExternalProcess) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
setTargetProcess(ExternalProcess) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setTargetProcess(ExternalProcess) - Method in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Sets the process target of this process.
setTcpNoDelay(boolean) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setTcpNoDelay(boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setTimeout(long, boolean) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Sets the timeout variable to the given value.
setTimer(String) - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
setTrafficClass(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setTrafficClass(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setTtcValue(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setTtl(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Specify TTL parameter for the P2P service.
setTtu(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Specify TTU parameter for the P2P service.
setType(int) - Method in class org.objectweb.proactive.ext.security.SecurityContext
set the type of the interaction (migration, request, reply)
setUnicoreDir(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setUniqueSerialization(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Allows the typed group to make an unique serialization of parameters when a broadcast call occurs.
setUniqueSerializationOff() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Removes the ability of the Group to make an unique serialization of parameters..
setUniqueSerializationOn() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Allows the Group to make an unique serialization of parameters.
setUserName(String, String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
setUsername(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setUsername(String) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
setUsername(String) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Set the username that will be used to run the command.
setUsername(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setUsiteName(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setUsiteType(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setUsiteUrl(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVNName(String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
allows to set the name of the current virtual node
setValue(int) - Method in class org.objectweb.proactive.core.util.MutableInteger
 
setValue(long) - Method in class org.objectweb.proactive.core.util.MutableLong
 
setVariableValue(String, String, String) - Static method in class org.objectweb.proactive.core.xml.XMLProperties
Static method to add a new program set property.
setVariableValue(HashMap, String) - Static method in class org.objectweb.proactive.core.xml.XMLProperties
Static method to add a table of program set properties.
setVirtualNode(VirtualNode) - Method in class org.objectweb.proactive.core.component.ContentDescription
setter (one can only change the virtual node BEFORE instantiating the component)
setVirtualNodeList(List) - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
set the list of virtual nodes
setVirtualNodeMapping(HashMap) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
setVirtualNodeMapping(HashMap) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
setVsiteMemory(int) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteMemory(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteName(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteNodes(int) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteNodes(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsitePriority(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteProcessors(int) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteProcessors(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteRuntime(int) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setVsiteRuntime(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setWallTime(String) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
setWeight(int) - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
setWestBorder(double[]) - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Set the west border
setWorker(Worker) - Method in class org.objectweb.proactive.branchnbound.core.Task
Associate a worker to this task.
setWorkerGroup(Worker) - Method in class org.objectweb.proactive.branchnbound.core.Worker
Set the group of this worker.
setXmlPath(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
For sharing nodes which are deployed from xml.
set_deliveryDate(long) - Method in class org.objectweb.proactive.ext.security.crypto.CertificateProperty
 
set_domainName(String) - Method in class org.objectweb.proactive.ext.security.crypto.CertificateIdentity
 
set_expirationDate(long) - Method in class org.objectweb.proactive.ext.security.crypto.CertificateProperty
 
shortcut - Variable in class org.objectweb.proactive.core.mop.MethodCall
 
shortcutNotification(UniversalBody, UniversalBody) - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
Indicates a possible shortcut, because a functional request has been transferred between the sender and the intermediate component.
shortcutNotification(UniversalBody, UniversalBody) - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
shortcutNotification(UniversalBody, UniversalBody) - Method in class org.objectweb.proactive.core.mop.MethodCall
 
shortcuts - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
shortcuts - Variable in class org.objectweb.proactive.ext.implicit.ImplicitService
The Hashtable for caching (shortcut/Methods) for this reified object
shortcutsTables - Static variable in class org.objectweb.proactive.ext.implicit.ImplicitService
The Hashtable for caching (name of class / shortcuts table) associations
shouldCreateClassServer - Variable in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
shouldCreateClassServer() - Method in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
shouldCreateRegistry - Variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
shouldCreateRegistry() - Method in class org.objectweb.proactive.core.rmi.RegistryHelper
 
shouldCreateServiceLocator - Variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
settings of the service locator
shouldCreateServiceLocator() - Method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
shouldSerializeListeners - Variable in class org.objectweb.proactive.core.event.AbstractEventProducer
flag specifying if the list of listeners should be serialized
shouldWait - Variable in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
showMessage(String) - Method in class org.objectweb.proactive.core.ssh.UserInfoNone
 
shutdownInput() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
shutdownInput() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
shutdownOutput() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
shutdownOutput() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
signObject(Serializable, PrivateKey) - Method in class org.objectweb.proactive.ext.security.crypto.SigningEngine
 
signalJobCompletion() - Method in class org.objectweb.proactive.core.body.ft.servers.util.JobBarrier
Called when the corresponding job is finished.
signedAuthenticationTicketProperty - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
 
signedConfidentialityTicketProperty - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
singleton - Static variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
singleton - Static variable in class org.objectweb.proactive.core.mop.MOP
 
size() - Method in class org.objectweb.proactive.branchnbound.core.queue.BasicQueueImpl
 
size() - Method in class org.objectweb.proactive.branchnbound.core.queue.LargerQueueImpl
 
size() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
size() - Method in class org.objectweb.proactive.core.body.BodyMap
 
size() - Method in interface org.objectweb.proactive.core.body.request.RequestQueue
 
size() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
size() - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Returns the number of listeners in the list.
size() - Method in class org.objectweb.proactive.core.group.ExceptionListException
Returns the number of exceptions in this list.
size(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Returns the number of members of the object representing a Group.
size() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns the number of member in this Group.
size - Variable in class org.objectweb.proactive.core.util.CircularArrayList
 
size() - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
size() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
 
size() - Method in class org.objectweb.proactive.ext.util.FutureList
Return the number of future in the List
size() - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
Returns the number of elements in this group.
skip(long) - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
sourceID - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
The UniqueID of the body sending the message
sourceLikeForm(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
Returns a String representing the'source code style' declaration of the Class object representing an array type given as argument.
split() - Method in class org.objectweb.proactive.branchnbound.core.Task
Split this task in sub-tasks.
spmdManager - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
srcInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
srcInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
standardConvert(Object) - Static method in class org.objectweb.proactive.core.util.ObjectToByteConverter
 
start() - Method in class org.objectweb.proactive.branchnbound.core.Manager
Start the computation.
start(Task) - Method in class org.objectweb.proactive.branchnbound.core.Manager
Start the computation with a new root task.
start(InputStream, InputStream) - Method in class org.objectweb.proactive.branchnbound.core.Manager
Start a computation from a previous backup.
start() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
start() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
start() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
start() - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
 
start() - Method in interface org.objectweb.proactive.core.util.timer.Timeable
 
start() - Method in class org.objectweb.proactive.ext.locationserver.util.MicroTimer
 
start() - Method in class org.objectweb.proactive.p2p.service.StartP2PService
Start a new active ProActive P2P service.
startACThread() - Method in class org.objectweb.proactive.core.body.future.FuturePool
Start the AC thread if Automatic continuation mechanism is enable
startBalancing() - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
This method use the P2P infrastructure to search nodes which can receive its active objects.
startBody() - Method in class org.objectweb.proactive.core.body.ActiveBody
Creates the active thread and start it using this runnable body.
startComponent(Object, Object) - Method in class org.objectweb.proactive.core.component.adl.components.ProActiveComponentBuilder
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler.ControllerHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
see UnmarshallerHandler.startContextElement(java.lang.String, org.objectweb.proactive.core.xml.io.Attributes)
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.config.xml.MasterFileHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.config.xml.PropertiesHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.DirHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.FileHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.MasterPropertiesFileHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.PathHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.HierarchicalProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MapRshProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessListHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessReferenceHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.PropertiesFileHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.PropertiesHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.RMILookupHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.VariablesHandler.PropertiesHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.xml.handler.PassiveCompositeUnmarshaller
 
startContextElement(String, Attributes) - Method in interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler
Receives notification that the XML element of given name and attributes has been read in the XML being deserialized.
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
startDefaultProActiveSecurityManager() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
startElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
 
startElement(String, Attributes) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
startElement(String, Attributes) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
startElement(String, String, String, Attributes) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter
Start element.
startElement(String, Attributes) - Method in interface org.objectweb.proactive.core.xml.io.XMLHandler
Receives notification that an XML element of given name and attributes has been read in the XML being deserialized
startFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
startFailureDetector() - Method in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
Start the tread that periodically test the reachability of objects that are registred in the location server ls.
startFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
startFc(short) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveLifeCycleController
 
startFc() - Method in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
startFc(short) - Method in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
startFileTransfer() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
startFileTransfer() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
startFileTransfer() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Starts the FileTransfer if defined for this process.
startFileTransfer() - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
startFileTransfer() - Method in class org.objectweb.proactive.core.process.filetransfer.DummyCopyProtocol
 
startFileTransfer() - Method in class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
startMeasure() - Static method in class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
start an unvalidated empty session
startNewSession(UniqueID, Communication) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
startNewSession(UniqueID, Communication) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
startNewSession(UniqueID, Communication) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
startNewSession(UniqueID, Communication) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
startNewSession(UniqueRuntimeID, Communication) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
startNewSession(UniqueRuntimeID, Communication) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
startNewSession(Communication) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
startNewSession(UniqueRuntimeID, Communication) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
startNewSession(UniqueRuntimeID, Communication) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
startNewSession(Communication) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
startNewSession(Communication) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
startNewSession(Communication) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
startNewSession(Communication) - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
startNewSession(Communication) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
startNewSession(Communication) - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
start an unvalidated empty session
startNewSession(Communication) - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
startPrefixMapping(String, String) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
startPrefixMapping(String, String) - Method in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
startPrefixMapping(String, String) - Method in interface org.objectweb.proactive.core.xml.io.XMLHandler
Receives notification that an XML prefix has just been defined
startProcess() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
startProcess() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
startProcess() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Starts the process by executing the command.
startProcess() - Method in class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
startProcess() - Method in class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
startSecurityGUI - class org.objectweb.proactive.ext.security.gui.startSecurityGUI.
 
startSecurityGUI() - Constructor for class org.objectweb.proactive.ext.security.gui.startSecurityGUI
 
startService() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
startService() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
startService() - Method in class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
 
startService() - Method in interface org.objectweb.proactive.core.descriptor.services.UniversalService
Starts this Service
startStealingNeighbors(double, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
This method is called by the LoadBalancer object in order to start the work stealing
startStrategy(Body) - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategyManager
 
startStrategy(Body) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
startTime - Variable in class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer
the number of time we try before reporting a failure
startTime - Variable in class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation
 
startTime2 - Variable in class org.objectweb.proactive.core.util.timer.MicroTimer
 
startingAfterMigration(Body) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
startingAfterMigration(Body) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
startingAfterMigration(Body) - Method in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
startingFunctionalActivity() - Method in interface org.objectweb.proactive.core.component.body.ComponentBody
Flag setter
startingFunctionalActivity() - Method in class org.objectweb.proactive.core.component.body.ComponentBodyImpl
 
statusChanged(GramJob) - Method in class org.objectweb.proactive.core.process.globus.GridJob
 
stdOutput - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
stderr - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
stderr - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
stdout - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
stdout - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
stealWork() - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
This method use the P2P infrastructure to search nodes which I can steal work.
step - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
stop() - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
stop() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
stop the timer and use the cumulated time to compute the average
stop() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
stop() - Method in class org.objectweb.proactive.core.util.timer.EWMATimer
 
stop() - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
Stop the timer and returns the cumulated time
stop() - Method in interface org.objectweb.proactive.core.util.timer.Timeable
 
stop() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
stop() - Method in class org.objectweb.proactive.ext.locationserver.util.MicroTimer
Stop the timer and returns the cumulated time
stop - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
stop() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Stops the submatrix
stopFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
stopFailureDetector() - Method in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
Stop the the failure detector thread.
stopFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
stopFc(short) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveLifeCycleController
 
stopFc() - Method in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
stopFc(short) - Method in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
stopProcess() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
stopProcess() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
stopProcess() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Stops the running process.
stopProcess() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
storage - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
storeCheckpoint(Checkpoint, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
 
storeCheckpoint(Checkpoint, int) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
 
storeCheckpoint(Checkpoint, int) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
storeCheckpoint(Checkpoint, int) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
Store a checkpoint in the checkpoint server.
storeReply(UniqueID, Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
Not implemented for the CIC protocol
storeReply(UniqueID, Reply) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
 
storeReply(UniqueID, Reply) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
storeReply(UniqueID, Reply) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
The reply passed in paramter must be synchronously logged on the server.
storeRequest(UniqueID, Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
Not implemented for the CIC protocol
storeRequest(UniqueID, Request) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers.CheckpointServerPMLRB
 
storeRequest(UniqueID, Request) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
storeRequest(UniqueID, Request) - Method in interface org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServer
The request passed in paramter must be synchronously logged on the server.
stream - Variable in class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
streamList - Static variable in class org.objectweb.proactive.ext.benchsocket.BenchFactory
 
streamList - Static variable in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
stringToArray(String) - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
Divide a string into elements separated by a blank space
stringToBCDNString(String) - Static method in class org.objectweb.proactive.ext.security.CertTools
Every DN-string should look the same.
stringToBcX509Name(String) - Static method in class org.objectweb.proactive.ext.security.CertTools
Creates a (Bouncycastle) X509Name object from a string with a DN.
stringValue() - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
Return the value of the String.
stringValue() - Method in class org.objectweb.proactive.core.util.wrapper.StringWrapper
Return the value of the String.
stripProtocol(String) - Static method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
stub - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
The stub of the typed group
stubClassFullName - Variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
stubClassSimpleName - Variable in class org.objectweb.proactive.core.mop.ASMBytecodeStubBuilder
 
stubTable - Static variable in class org.objectweb.proactive.core.mop.MOP
A Hashtable to cache (reified class, stub class constructor) couples.
submitJob(ActiveQueueJob) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
submitJob(ActiveQueueJob) - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
to submit a job to recovery process
submitJob(ActiveQueueJob) - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
Submit an ActiveQueueJob to the active queue of the recovery process.
submitJob() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
Submits the current Job to the Unicore Server.
submitJobWithBarrier(ActiveQueueJob) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
submitJobWithBarrier(ActiveQueueJob) - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
to submit a job to recovery process, with a barrier for waiting its completion
submitJobWithBarrier(ActiveQueueJob) - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
Submit an ActiveQueueJob to the active queue of the recovery process.
supportedTypes - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
suspend() - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the service of requests.
suspend() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
Blocks the service of requests.
suspendFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
suspendFailureDetector() - Method in interface org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetector
Temporarily suspend the failure detector thread.
suspendFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
sync - Variable in class org.objectweb.proactive.ext.implicit.ImplicitService
A hashtable to hold 'forbid' declarations
synchronizationObject - Static variable in class org.objectweb.proactive.ext.security.crypto.Session
 

T

TIME_TO_RESEND - Static variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Time to wait between a send and a resend in ms
TOTAL_HOSTS_NUMBER_PROPERTY - Static variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
TRUSTED_CERTIFICATION_AUTHORITY_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
Task - class org.objectweb.proactive.branchnbound.core.Task.
This is the root class of all our API Task classes.
Task() - Constructor for class org.objectweb.proactive.branchnbound.core.Task
The no arg constructor for ProActive.
TaskQueue - class org.objectweb.proactive.branchnbound.core.queue.TaskQueue.
This class must be extended by all task queues.
TaskQueue() - Constructor for class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
Tetrahedron - class org.objectweb.proactive.core.group.topology.Tetrahedron.
This one is specialy dedicaced to Fabrice ;)
Tetrahedron(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Tetrahedron
 
ThreadInThePool - class org.objectweb.proactive.core.group.threadpool.ThreadInThePool.
The threads that compose a thread pool.
ThreadInThePool(ThreadPool) - Constructor for class org.objectweb.proactive.core.group.threadpool.ThreadInThePool
The constructor associates the thread with a thread pool.
ThreadPool - class org.objectweb.proactive.core.group.threadpool.ThreadPool.
A thread pool is a set of threads waiting for jobs.
ThreadPool() - Constructor for class org.objectweb.proactive.core.group.threadpool.ThreadPool
Builds a ThreadPool.
ThreadPool(int) - Constructor for class org.objectweb.proactive.core.group.threadpool.ThreadPool
Builds a ThreadPool, specifying the number of thread to create.
ThreadStore - interface org.objectweb.proactive.core.util.ThreadStore.
A class implementing this interface provides a sort of store where threads like customers can enter and exit.
ThreadStoreFactory - interface org.objectweb.proactive.core.util.ThreadStoreFactory.
A class implementing this interface is a factory of ThreadStore objects.
ThreadStoreImpl - class org.objectweb.proactive.core.util.ThreadStoreImpl.
A straightford implementation of the threadstore interface.
ThreadStoreImpl() - Constructor for class org.objectweb.proactive.core.util.ThreadStoreImpl
Creates a new ThreadStore that is opened after creation.
ThreadStoreImpl(boolean) - Constructor for class org.objectweb.proactive.core.util.ThreadStoreImpl
Constructor for ThreadStoreImpl.
Timeable - interface org.objectweb.proactive.core.util.timer.Timeable.
 
TimedRequestWithLocationServer - class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer.
 
TimedRequestWithLocationServer(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer
 
TimedRequestWithMixedLocation - class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation.
 
TimedRequestWithMixedLocation(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation
 
Timer - interface org.objectweb.proactive.core.util.profiling.Timer.
 
TimerWithMemory - class org.objectweb.proactive.core.util.timer.TimerWithMemory.
A timer which retains the values measured in addition to calculating the average
TimerWithMemory() - Constructor for class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
TimerWithMemory(String) - Constructor for class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
TopologyGroup - class org.objectweb.proactive.core.group.topology.TopologyGroup.
Topologies are groups.
TopologyGroup(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.TopologyGroup
Constructor : a Topology is build with a group with the specified size
Torus - class org.objectweb.proactive.core.group.topology.Torus.
This class represents a group by a cycling two-dimensional topology.
Torus(Group, int, int) - Constructor for class org.objectweb.proactive.core.group.topology.Torus
Construtor.
Torus(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Torus
Construtor.
TorusCube - class org.objectweb.proactive.core.group.topology.TorusCube.
This class represents a group by a cycling three-dimensional topology.
TorusCube(Group, int, int, int) - Constructor for class org.objectweb.proactive.core.group.topology.TorusCube
Construtor.
TorusX(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the Torus in X (two-dimensional topology group) that contains the object
TorusY(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the Torus in Y (two-dimensional topology group) that contains the object
TorusZ(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the Torus in Z (two-dimensional topology group) that contains the object
TryCache - class org.objectweb.proactive.core.ssh.TryCache.
 
TryCache() - Constructor for class org.objectweb.proactive.core.ssh.TryCache
 
TypedNFEListener - class org.objectweb.proactive.core.exceptions.manager.TypedNFEListener.
 
TypedNFEListener(Class, NFEListener) - Constructor for class org.objectweb.proactive.core.exceptions.manager.TypedNFEListener
 
ta - Variable in class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
tail - Variable in class org.objectweb.proactive.core.util.CircularArrayList
 
target - Variable in class org.objectweb.proactive.core.body.future.FutureProxy
The object the proxy sends calls to
targetClass - Variable in class org.objectweb.proactive.core.xml.handler.CollectionUnmarshaller
 
targetHandler - Variable in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter
 
targetProcess - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
targetProcess - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
tellToMyNeighborsThatIWantToShareActiveObjects(double) - Method in class org.objectweb.proactive.p2p.service.P2PService
This method is called by the LoadBalancer object in order to send the balance request to its neighbors
terminate() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
terminate() - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
terminate() - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
terminate(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
terminate() - Method in interface org.objectweb.proactive.core.body.RemoteBody
Terminate the body.
terminate(UniqueID) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
terminate() - Method in interface org.objectweb.proactive.core.body.UniversalBody
Terminate the body.
terminate(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
terminate() - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
terminate() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
terminate(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
terminate() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
terminate() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
terminate() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
terminateSession(long) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
terminateSession(long) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
terminateSession(long) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
terminate a given session
terminateSession(UniqueID, long) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
terminateSession(UniqueID, long) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
terminateSession(UniqueID, long) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
terminateSession(long) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
terminateSession(long) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
terminateSession(UniqueID, long) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
terminateSession(long) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
terminateSession(long) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
terminateSession(long) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
terminateSession(UniqueRuntimeID, long) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
terminateSession(UniqueRuntimeID, long) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
terminateSession(long) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
terminateSession(long) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
terminateSession(UniqueRuntimeID, long) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
terminateSession(long) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
terminateSession(long) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
terminateSession(UniqueRuntimeID, long) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
terminateSession(long) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
terminateSession(long) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
terminateSession(long) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
terminateSession(long) - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
terminateSession(UniversalBody, long) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
terminateSession(long) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
terminateSession(long) - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
terminate a given session
terminateSession(long) - Method in class org.objectweb.proactive.ext.security.domain.DomainImpl
 
termination() - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Unregister this activity from the fault-tolerance mechanism.
test() - Method in class org.objectweb.proactive.p2p.daemon.Daemon
 
thread(int) - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Modifies the number of additional threads to serve members
threadCount() - Method in interface org.objectweb.proactive.core.util.ThreadStore
Returns how many threads are in the store.
threadCount() - Method in class org.objectweb.proactive.core.util.ThreadStoreImpl
 
threadStore - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
threadStoreFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
throwArrivedException() - Static method in class org.objectweb.proactive.ProActive
This can be used to query a potential returned exception, and throw it if it exists.
throwArrivedException() - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
throwException(Throwable) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
time - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
timeStamp - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
the time the message has been issued or deserialized
timeStamp - Variable in class org.objectweb.proactive.core.event.ProActiveEvent
The timestamp
timeout - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
represents the timeout in ms
timer - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
timestamp - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
timestamp - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
tmp_executable - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
to - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
toArray() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns an array containing all of the elements in this Group in the correct order.
toArray(Object[]) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
toArray(Object[]) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
toString() - Method in class org.objectweb.proactive.Service
 
toString() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
toString() - Method in class org.objectweb.proactive.core.UniqueID
Returns a string representation of this UniqueID.
toString() - Method in class org.objectweb.proactive.core.UniqueRuntimeID
Returns a string representation of this UniqueID.
toString() - Method in class org.objectweb.proactive.core.body.AbstractBody
Returns a string representation of this object.
toString() - Method in class org.objectweb.proactive.core.body.BodyMap
 
toString() - Method in class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
Pretty printing
toString() - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
"Pretty" printing
toString() - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
toString() - Method in class org.objectweb.proactive.core.body.future.FutureResult
 
toString() - Method in class org.objectweb.proactive.core.body.message.MessageImpl
 
toString() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
toString() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
toString() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
toString() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
toString() - Method in class org.objectweb.proactive.core.event.FutureEvent
 
toString() - Method in class org.objectweb.proactive.core.event.MessageEvent
Returns a string representation of this event
toString() - Method in class org.objectweb.proactive.core.event.ProActiveEvent
 
toString() - Method in class org.objectweb.proactive.core.exceptions.NonFunctionalException
 
toString() - Method in class org.objectweb.proactive.core.mop.ConstructorCallImpl
 
toString() - Method in class org.objectweb.proactive.core.mop.MethodCall.FixWrapper
 
toString() - Method in class org.objectweb.proactive.core.mop.MethodCallMetadata
 
toString(StringBuffer) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
toString() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
toString(StringBuffer) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer.DirectoryDescription
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer.FileDescription
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransfer
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
toString() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
toString() - Method in class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
toString() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
toString() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
toString() - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
toString() - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
toString() - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.BooleanWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.DoubleWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.FloatWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.IntWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.LongWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
 
toString() - Method in class org.objectweb.proactive.core.util.wrapper.StringWrapper
 
toString() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
toString() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
toString() - Method in class org.objectweb.proactive.ext.security.Communication
 
toString() - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
toString() - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
toString() - Method in class org.objectweb.proactive.ext.security.crypto.AuthenticationException
 
toString() - Method in class org.objectweb.proactive.ext.security.crypto.KeyExchangeException
 
toString() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
toString() - Method in class org.objectweb.proactive.ext.security.crypto.SessionException
 
toString() - Method in class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode
 
toString() - Method in class org.objectweb.proactive.p2p.service.util.UniversalUniqueID
 
toVector() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Return a java.util.Vector made of strings representing the destinations
total - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
totalHostsNumber - Variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
transform(String) - Static method in class org.objectweb.proactive.core.xml.XMLProperties
Static method to transform a string with properties to decoded version.
transformEffectiveArgumentsIntoByteArray() - Method in class org.objectweb.proactive.core.mop.MethodCall
transform the effectiveArguments into a byte[]
tryWithCatch(Class) - Static method in class org.objectweb.proactive.ProActive
This has to be called just before a try block for a single exception.
tryWithCatch(Class[]) - Static method in class org.objectweb.proactive.ProActive
This has to be called just before a try block for many exceptions.
tryWithCatch(Class[]) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
ttc - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
turnActive(Object) - Static method in class org.objectweb.proactive.ProActive
Turns the target object into an ActiveObject attached to a default node in the local JVM.
turnActive(Object, String) - Static method in class org.objectweb.proactive.ProActive
Turns the target object into an Active Object and send it to the Node identified by the given url.
turnActive(Object, Node) - Static method in class org.objectweb.proactive.ProActive
Turns the target object into an Active Object and send it to the given Node or to a default node in the local JVM if the given node is null.
turnActive(Object, Node, Active, MetaObjectFactory) - Static method in class org.objectweb.proactive.ProActive
Turns the target object into an Active Object and send it to the given Node or to a default node in the local JVM if the given node is null.
turnActive(Object, String, Node) - Static method in class org.objectweb.proactive.ProActive
Turns a Java object into an Active Object and send it to a remote Node or to a local node if the given node is null.
turnActive(Object, String, Node, Active, MetaObjectFactory) - Static method in class org.objectweb.proactive.ProActive
Turns a Java object into an Active Object and send it to a remote Node or to a local node if the given node is null.
turnActiveAsGroup(Object, String, VirtualNode) - Static method in class org.objectweb.proactive.ProActive
Turns a Java object into a group of Active Objects and sends the elements of the group to remote Nodes mapped to the given virtualnode in the XML deployment descriptor.
turnActiveGroup(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Turns the target object (a typed group) into an ActiveObject (an active typed group) attached to a default node in the local JVM.
turnActiveGroup(Object, Node) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Turns the target object (a typed group) into an ActiveObject (an active typed group) attached to a specified node.
turnActiveGroup(Object, String) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Turns the target object (a typed group) into an ActiveObject (an active typed group) attached to a specified node.
turnReified(String, Object[], Object) - Static method in class org.objectweb.proactive.core.mop.MOP
Reifies an object
turnReified(String, String, Object[], Object) - Static method in class org.objectweb.proactive.core.mop.MOP
Reifies an object
type - Variable in class org.objectweb.proactive.core.event.ProActiveEvent
type of the message
type - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
type - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 

U

UNDEPLOY - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
UNICORE_DIR_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
UNICORE_KEYFILE_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
UNICORE_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
UNICORE_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
UNICORE_USITE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
UNICORE_VSITE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
UNKNOWN_NODE_NUMBER - Static variable in interface org.objectweb.proactive.core.process.UniversalProcess
 
UPN - Static variable in class org.objectweb.proactive.ext.security.CertTools
Microsoft altName for windows smart card logon
UPN_OBJECTID - Static variable in class org.objectweb.proactive.ext.security.CertTools
ObjectID for upn altName for windows smart card logon
URI - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
URI1 - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
URLPROTOCOLS - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
URL_PUBLICATION - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
URN - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
UTIL - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
UnicoreParameters - class org.objectweb.proactive.core.process.unicore.UnicoreParameters.
 
UnicoreParameters() - Constructor for class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
UnicorePasswordGUI - class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI.
 
UnicorePasswordGUI() - Constructor for class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI
 
UnicoreProActiveClient - class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient.
 
UnicoreProActiveClient(UnicoreParameters) - Constructor for class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
 
UnicoreProcess - class org.objectweb.proactive.core.process.unicore.UnicoreProcess.
Unicore Process implementation.
UnicoreProcess() - Constructor for class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
UnicoreProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
UniqueID - class org.objectweb.proactive.core.UniqueID.
UniqueID is a unique object identifier across all jvm.
UniqueID() - Constructor for class org.objectweb.proactive.core.UniqueID
Creates a new UniqueID
UniqueRuntimeID - class org.objectweb.proactive.core.UniqueRuntimeID.
UniqueRuntimeID is a unique runtime identifier across all jvm.
UniqueRuntimeID() - Constructor for class org.objectweb.proactive.core.UniqueRuntimeID
Creates a new UniqueRuntimeID
UniqueRuntimeID(String) - Constructor for class org.objectweb.proactive.core.UniqueRuntimeID
 
UniqueRuntimeID(String, VMID) - Constructor for class org.objectweb.proactive.core.UniqueRuntimeID
 
UniversalBody - interface org.objectweb.proactive.core.body.UniversalBody.
An object implementing this interface provides the minimum service a body offers remotely or locally.
UniversalBodyForwarder - interface org.objectweb.proactive.core.body.UniversalBodyForwarder.
 
UniversalBodyProxy - class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy.
 
UniversalBodyProxy() - Constructor for class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
Empty, no args constructor
UniversalBodyProxy(ConstructorCall, Object[]) - Constructor for class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
Instantiates an object of class BodyProxy, creates a body object (referenced either via the instance variable localBody or remoteBody) and passes the ConstructorCall object c to the body, which will then handle the creation of the reified object (That's it !).
UniversalBodyWrapper - class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper.
 
UniversalBodyWrapper(UniversalBody, long) - Constructor for class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
Create a time-limited wrapper around a UniversalBody
UniversalProcess - interface org.objectweb.proactive.core.process.UniversalProcess.
A class implementing this interface is able to start a process based on a command to execute.
UniversalService - interface org.objectweb.proactive.core.descriptor.services.UniversalService.
A class implementing this interface represents a service to acquire JVMs
UniversalUniqueID - class org.objectweb.proactive.p2p.service.util.UniversalUniqueID.
 
UniversalUniqueID(String) - Constructor for class org.objectweb.proactive.p2p.service.util.UniversalUniqueID
 
UnmarshallerHandler - interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler.
Receives SAX event and pass them on
UnreachableGroupException - exception org.objectweb.proactive.core.group.UnreachableGroupException.
This Exception occurs when a reference on a group is requiered and a null value is returned.
UnreachableGroupException() - Constructor for class org.objectweb.proactive.core.group.UnreachableGroupException
 
UnusedTunnel - class org.objectweb.proactive.core.ssh.UnusedTunnel.
 
UnusedTunnel(SshTunnel) - Constructor for class org.objectweb.proactive.core.ssh.UnusedTunnel
 
UrlBuilder - class org.objectweb.proactive.core.util.UrlBuilder.
This class is a utility class to perform modifications and operations on urls.
UrlBuilder() - Constructor for class org.objectweb.proactive.core.util.UrlBuilder
 
UserInfoNone - class org.objectweb.proactive.core.ssh.UserInfoNone.
 
UserInfoNone() - Constructor for class org.objectweb.proactive.core.ssh.UserInfoNone
 
Utils - class org.objectweb.proactive.core.component.gen.Utils.
Utility class for bytecode generation operations.
Utils() - Constructor for class org.objectweb.proactive.core.component.gen.Utils
 
Utils - class org.objectweb.proactive.core.mop.Utils.
This class contains static convenience and utility methods
Utils() - Constructor for class org.objectweb.proactive.core.mop.Utils
 
uParam - Variable in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
unExposeAsWebService(String, String) - Static method in class org.objectweb.proactive.ProActive
Delete the service on a web server
unExposeComponentAsWebService(String, String, Component) - Static method in class org.objectweb.proactive.ProActive
Undeploy component interfaces on a web server
unbindFc(String) - Method in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
unbindFc(String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
unbindFc(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
undeploy(String, String) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Undeploy a service on a web server
undeployComponent(String, String, Component) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Undeploy component interfaces on a web server
unilateralAuthenticationReceiverSide(long, long, String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
unilateralAuthenticationSenderSide(UniversalBody) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
union(Group) - Method in interface org.objectweb.proactive.core.group.Group
Creates a new group with all members of the group and all the members of the group g
union(Group) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Creates a new group with all members of the group and all the members of the group g
uniqueInstance() - Method in class org.objectweb.proactive.core.component.ContentDescription
Method uniqueInstance.
uniqueSerialization - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
Flag to deternime the semantic of communication (unique serialization of parameters or not)
universalBody - Variable in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
unmarshallObject(byte[]) - Static method in class org.objectweb.proactive.core.body.http.util.HttpMarshaller
 
unreferenced() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
unreferenced() - Method in class org.objectweb.proactive.core.body.jini.JiniRemoteBodyImpl
 
unreferenced(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
unreferenced() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
unregister(String) - Static method in class org.objectweb.proactive.ProActive
Unregisters an active object previously registered into a registry.
unregister(String) - Method in class org.objectweb.proactive.core.body.BodyAdapter
Unregisters an active object previously registered into a registry.
unregister(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
unregister(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
Unregisters an active object previously registered into a registry.
unregister(UniqueID, String) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
unregister(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
unregister(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
unregister(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
unregister(UniqueID) - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Unregister the AO identified by id.
unregister(UniqueID) - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
unregister(String) - Method in class org.objectweb.proactive.core.body.http.HttpBodyAdapter
Unregisters an active object previously registered into the bodys table
unregister(String) - Method in class org.objectweb.proactive.core.body.ibis.IbisBodyAdapter
Unregisters an active object previously registered into a RMI registry.
unregister(String) - Method in class org.objectweb.proactive.core.body.jini.JiniBodyAdapter
Unregisters an active object previously registered into a RMI registry.
unregister(String) - Method in class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter
Unregisters an active object previously registered into a RMI registry.
unregister(UniqueID, String) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
unregister(ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
**For internal use only** Allows this ProactiveRuntime on this VM to unregister an already resigesterd ProActiveRuntime.
unregister(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
unregister(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
unregister(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
unregister(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
unregister(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
unregister(ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
unregister(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
unregister(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
unregister(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
unregister(UniqueRuntimeID, ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
unregister(ProActiveRuntime, String, String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
unregisterAllVirtualNodes() - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Unregisters all VirtualNodes from the local runtime
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
unregisterAllVirtualNodes(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
unregisterAllVirtualNodes(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
unregisterAllVirtualNodes() - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
unregisterAllVirtualNodes(UniqueRuntimeID) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
unregisterAllVirtualNodes(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
unregisterForwarder(AbstractBody) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
 
unregisterVirtualNode(VirtualNode) - Static method in class org.objectweb.proactive.ProActive
Unregisters the virtualNode previoulsy registered in a registry such as JINI or RMI.
unregisterVirtualNode(String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Unregisters the VirtualNode of the given name from the local runtime.
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
unregisterVirtualNode(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
unregisterVirtualNode(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
unregisterVirtualNode(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
unregisterVirtualNode(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
unregisterVirtualNode(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
unsetContinuationTag() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
unsetMigrationTag() - Method in class org.objectweb.proactive.core.body.future.FutureMap
 
unsetMigrationTag() - Method in class org.objectweb.proactive.core.body.future.FuturePool
 
unsetMigrationTag() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
unsetScatterGroup(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Allows the typed group to broadcast parameters
unsetUniqueSerialization(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Removes the ability of a typed group to make an unique serialization
up(Object) - Method in class org.objectweb.proactive.core.group.topology.Cube
Returns the object at the up of the specified object in the three-dimensional topology group
up(Object) - Method in class org.objectweb.proactive.core.group.topology.Plan
Returns the object at the up of the specified object in the two-dimensional topology group
up(Object) - Method in class org.objectweb.proactive.core.group.topology.Torus
Returns the object at the up of the specified object in the two-dimensional topology group
up(Object) - Method in class org.objectweb.proactive.core.group.topology.TorusCube
Returns the object at the up of the specified object in the three-dimensional topology group
up() - Method in class org.objectweb.proactive.core.ssh.Semaphore
 
updateBody(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.BodyMap
add the set (id, node) in the idToBodyMap erase any previous entry
updateCumulatedTime(long[], long[]) - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
 
updateCumulatedTime(long[], long[]) - Method in class org.objectweb.proactive.ext.locationserver.util.MicroTimer
 
updateDestination(UniversalBody) - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
updateHistory(HistoryUpdater) - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
Update this history up to last;
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
updateLocation(UniqueID, UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
 
updateLocation(UniqueID, UniversalBody) - Method in interface org.objectweb.proactive.core.body.RemoteBody
Signals to this body that the body identified by id is now to a new remote location.
updateLocation(UniqueID, UniqueID, UniversalBody) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
updateLocation(UniqueID, UniversalBody) - Method in interface org.objectweb.proactive.core.body.UniversalBody
Signals to this body that the body identified by id is now to a new remote location.
updateLocation(UniqueID, UniqueID, UniversalBody) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
updateLocation(UniqueID, UniversalBody) - Method in interface org.objectweb.proactive.core.body.ft.servers.location.LocationServer
Set the new location of the active object identified by id.
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
updateLocation(UniqueID, UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
updateLocation(UniqueID, UniversalBody) - Method in interface org.objectweb.proactive.ext.locationserver.LocationServer
 
updateLocation(Body) - Method in class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
update our location on the Location Server
updateLocation(Body) - Method in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.ext.util.SimpleLocationServer
Update the location for the mobile object s with id
updateNodeURL(String) - Method in interface org.objectweb.proactive.Body
Set the nodeURL of this body
updateNodeURL(String) - Method in class org.objectweb.proactive.core.body.BodyImpl
 
updateNodeURL(String) - Method in class org.objectweb.proactive.core.body.HalfBody
 
updateNodeURL(String) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
updateServer() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
updateState(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
updateState(UniqueID, int) - Method in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Update the current state of the active object id.
updateState(UniqueID, int) - Method in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
url - Variable in class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
lookup url
urnBodys - Static variable in class org.objectweb.proactive.core.body.http.HttpBodyAdapter
an Hashtable containing all the http adapters registered.
username - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
usingProxy() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 

V

VARIABLES_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VIRTUAL_NODES_ACQUISITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VIRTUAL_NODES_DEFINITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VIRTUAL_NODE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VMInformation - interface org.objectweb.proactive.core.runtime.VMInformation.
A class implementing this interface provides information about the VM it is attached to.
VMNAME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VNName - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
VN_NAME - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
VN_NAME - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
VN_NAME: name of the virtual node.
VOID_REQUEST_SERVED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated request without reply has been served
Validate_POLICY - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
VariablesHandler - class org.objectweb.proactive.core.descriptor.xml.VariablesHandler.
 
VariablesHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.VariablesHandler
 
VariablesHandler.PropertiesHandler - class org.objectweb.proactive.core.descriptor.xml.VariablesHandler.PropertiesHandler.
 
VirtualMachine - interface org.objectweb.proactive.core.descriptor.data.VirtualMachine.
A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
VirtualMachineImpl - class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl.
A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
VirtualNode - interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode.
This interface adds a cardinality attribute to the virtual node (compared to the VirtualNode interface from the standard Fractal ADL).
VirtualNode - interface org.objectweb.proactive.core.descriptor.data.VirtualNode.
A VirtualNode is a conceptual entity that represents one or several nodes.
VirtualNodeImpl - class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl.
A VirtualNode is a conceptual entity that represents one or several nodes.
VirtualNodeLookup - class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup.
A VirtualNode represents a conceptual entity.
VirtualNodeLookup(String) - Constructor for class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
vectorClock - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
verifyCertificates(X509Certificate[], boolean) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
Verifies a chain of X509 certificates (checks signatures) Optionally, can also check for vadility, expiration of individual certificates.
virtualNodeName - Variable in class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode
 
vmInformation - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapter
 
vmInformation - Variable in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
vmName - Variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
vmName - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
vmName - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
vn - Variable in class org.objectweb.proactive.core.event.NodeCreationEvent
 
vnLogger - Static variable in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
 
vnName - Variable in class org.objectweb.proactive.core.node.NodeImpl
 
vnNodesArray - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
voidRequestServed(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that the request encapsulated in the event event has been served without needing a reply

W

WAIT_BY_NECESSITY - Static variable in class org.objectweb.proactive.core.event.FutureEvent
Created when a Thread is blocked.
WAIT_FOR_REQUEST - Static variable in class org.objectweb.proactive.core.event.RequestQueueEvent
 
WIDTH - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Number of columns of SubMatrix
WSConstants - class org.objectweb.proactive.ext.webservices.WSConstants.
 
WSConstants() - Constructor for class org.objectweb.proactive.ext.webservices.WSConstants
 
WSDL - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
WSDLGenerator - class org.objectweb.proactive.ext.webservices.wsdl.WSDLGenerator.
 
WSDLGenerator() - Constructor for class org.objectweb.proactive.ext.webservices.wsdl.WSDLGenerator
 
WSDL_FILE - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
Worker - class org.objectweb.proactive.branchnbound.core.Worker.
***FOR INTERNAL USE ONLY
Worker() - Constructor for class org.objectweb.proactive.branchnbound.core.Worker
The active object empty constructor.
Worker(TaskQueue) - Constructor for class org.objectweb.proactive.branchnbound.core.Worker
Construct a new worker with a reference on a task queue.
WorldInfo - class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo.
 
WorldInfo() - Constructor for class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
WsdlServlet - class org.objectweb.proactive.ext.webservices.soap.WsdlServlet.
This servlet return a WSDL document whn called with the urn of the service
WsdlServlet() - Constructor for class org.objectweb.proactive.ext.webservices.soap.WsdlServlet
 
waitAll() - Method in interface org.objectweb.proactive.core.group.Group
Waits that all the members are arrived.
waitAll(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waits for all the futures are arrived.
waitAll() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for all members are arrived.
waitAll() - Method in class org.objectweb.proactive.ext.util.FutureList
 
waitAndGetOne() - Method in interface org.objectweb.proactive.core.group.Group
Waits that at least one member is arrived and returns it.
waitAndGetOne(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waits for one future is arrived and get it.
waitAndGetOne() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for at least one member is arrived and returns it.
waitAndGetOne() - Method in class org.objectweb.proactive.ext.util.FutureList
 
waitAndGetOneThenRemoveIt() - Method in interface org.objectweb.proactive.core.group.Group
Waits one future is arrived and returns it (removes it from the group).
waitAndGetOneThenRemoveIt(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waits for one future is arrived and returns it (removes it from the typed group).
waitAndGetOneThenRemoveIt() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for one future is arrived and returns it (removes it from the group).
waitAndGetTheNth(int) - Method in interface org.objectweb.proactive.core.group.Group
Waits that the member at the specified rank is arrived and returns it.
waitAndGetTheNth(Object, int) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waits for the N-th future is arrived and get it.
waitAndGetTheNth(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for the member at the specified rank is arrived and returns it.
waitAndGetTheNth(int) - Method in class org.objectweb.proactive.ext.util.FutureList
 
waitAndRemoveOne() - Method in class org.objectweb.proactive.ext.util.FutureList
 
waitDone() - Method in class org.objectweb.proactive.core.group.threadpool.EndControler
Suspends the current thread until all the pending jobs in the ThreadPool are done.
waitFor(Object) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until the object future is available.
waitFor(Object, long) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until the object future is available or until the timeout expires.
waitFor(long) - Method in interface org.objectweb.proactive.core.body.future.Future
Blocks the calling thread until the future object is available or the timeout expires
waitFor() - Method in interface org.objectweb.proactive.core.body.future.Future
Blocks the calling thread until the future object is available.
waitFor() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
Blocks the calling thread until the future object is available.
waitFor(long) - Method in class org.objectweb.proactive.core.body.future.FutureProxy
Blocks the calling thread until the future object is available or the timeout expires
waitFor() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
waitFor() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
waitFor() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Causes the current thread to wait until this Process has terminated.
waitForAll(Vector) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until all futures in the vector are available.
waitForAll(Vector, long) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until all futures in the vector are available or until the timeout expires.
waitForAllNodesCreation() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Waits until all Nodes mapped to this VirtualNode in the XML Descriptor are created
waitForAny(Vector) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until one of the futures in the vector is available.
waitForAny(Vector, long) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until one of the futures in the vector is available or until the timeout expires.
waitForJobCompletion() - Method in class org.objectweb.proactive.core.body.ft.servers.util.JobBarrier
Wait until the completion of the corresponding job.
waitForPotentialException() - Static method in class org.objectweb.proactive.ProActive
This is used to wait for the return of every call, so that we know the execution can continue safely with no pending exception.
waitForPotentialException() - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
waitForReply(long) - Method in class org.objectweb.proactive.core.body.future.FuturePool
 
waitForRequest() - Method in class org.objectweb.proactive.Service
blocks until a request is available or until the body terminate
waitForRequest() - Method in interface org.objectweb.proactive.core.body.request.BlockingRequestQueue
Blocks the calling thread until there is a request available.
waitForRequest() - Method in class org.objectweb.proactive.core.body.request.BlockingRequestQueueImpl
 
waitForTheNth(Vector, int) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until the N-th of the futures in the vector is available.
waitForTheNth(Vector, int, long) - Static method in class org.objectweb.proactive.ProActive
Blocks the calling thread until the N-th of the futures in the vector is available.
waitN(int) - Method in interface org.objectweb.proactive.core.group.Group
Waits that at least n members are arrived.
waitN(Object, int) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waits n futures are arrived.
waitN(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for at least n members are arrived.
waitN(int) - Method in class org.objectweb.proactive.ext.util.FutureList
 
waitOne() - Method in interface org.objectweb.proactive.core.group.Group
Waits that at least one member is arrived.
waitOne(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waits for (at least) one future is arrived.
waitOne() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for at least one member is arrived.
waitOne() - Method in class org.objectweb.proactive.ext.util.FutureList
 
waitOneAndGetIndex() - Method in interface org.objectweb.proactive.core.group.Group
Waits that at least one member is arrived and returns its index.
waitOneAndGetIndex(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waits that at least one member is arrived and returns its index.
waitOneAndGetIndex() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for at least one member is arrived and returns its index.
waitTheNth(int) - Method in interface org.objectweb.proactive.core.group.Group
Waits that the member at the specified rank is arrived.
waitTheNth(Object, int) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Waitd for the N-th future in the list is arrived.
waitTheNth(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Waits for the member at the specified rank is arrived.
waitTheNth(int) - Method in class org.objectweb.proactive.ext.util.FutureList
 
waited - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
Number of awaited methodcall on the group's member.
waitingForFuture(FutureEvent) - Method in interface org.objectweb.proactive.core.event.FutureEventListener
Signals that a Thread was forced to wait for a future result.
wakeUp() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Wake up the active object, to send asking node message.
walltime - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
warning(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
wasSent() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
weight - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
wi - Variable in class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
 
width - Variable in class org.objectweb.proactive.core.group.topology.Line
size of the one-dimensional topology group
width - Variable in class org.objectweb.proactive.core.group.topology.Ring
size of the one-dimensional topology group
worker - Variable in class org.objectweb.proactive.branchnbound.core.Task
 
wrapPrimitiveParameter(CtClass, String) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
wrappedBody - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
wrapper - Variable in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
write(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
write(byte[], int, int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
write(byte[]) - Method in class org.objectweb.proactive.ext.benchsocket.BenchOutputStream
 
writeExternal(ObjectOutput) - Method in class org.objectweb.proactive.core.body.BodyMap
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.
writeKeys() - Static method in class org.objectweb.proactive.ext.security.crypto.CertificationAuthority
 
writePDU(byte[], int) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
writeTheObject(ObjectOutputStream) - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
writeTheObject(ObjectOutputStream) - Method in class org.objectweb.proactive.core.mop.MethodCall
 

X

XML - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
XMLHTTP_ENABLED - Static variable in class org.objectweb.proactive.core.runtime.RuntimeFactory
 
XMLHTTP_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
xml-http protocol identifier
XMLHandler - interface org.objectweb.proactive.core.xml.io.XMLHandler.
Receives SAX event and pass them on
XMLProperties - class org.objectweb.proactive.core.xml.XMLProperties.
 
XMLPropertiesStore - class org.objectweb.proactive.core.xml.XMLPropertiesStore.
This class implements a XML based preferences store.
XMLPropertiesStore(String) - Constructor for class org.objectweb.proactive.core.xml.XMLPropertiesStore
Contructs a new intance of XMLPropertiesStore based on th given URI pointing to XML data.
XMLPropertiesType - interface org.objectweb.proactive.core.xml.XMLPropertiesType.
 
XMLReader - interface org.objectweb.proactive.core.xml.io.XMLReader.
A class implementing this interface is able to read XML data
XML_CERTIFICATE - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
XML_CERTIFICATION_AUTHORITY_CERTIFICATE - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
XML_PRIVATE_KEY - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 
XML_TRUSTED_CERTIFICATION_AUTHORITY - Static variable in interface org.objectweb.proactive.ext.security.SecurityConstants
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright 2001-2005 INRIA All Rights Reserved.