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

ABORT - Static variable in class org.objectweb.proactive.ext.scilab.SciResult
 
ABORTED - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
ABS_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
AbstractBody - Class in org.objectweb.proactive.core.body
**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 in org.objectweb.proactive.core.body.proxy
 
AbstractBodyProxy() - Constructor for class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
AbstractBodyProxy.VoidFuture - Class in org.objectweb.proactive.core.body.proxy
 
AbstractBodyProxy.VoidFuture() - Constructor for class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy.VoidFuture
 
AbstractCollectiveInterfaceController - Class in org.objectweb.proactive.core.component.controller
Abstract parent class for controllers of collective interfaces
AbstractCollectiveInterfaceController(Component) - Constructor for class org.objectweb.proactive.core.component.controller.AbstractCollectiveInterfaceController
 
AbstractCopyProtocol - Class in org.objectweb.proactive.core.process.filetransfer
AbstractCopyProtocol implements default behaviour of methods in CopyProtocol
AbstractCopyProtocol(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
AbstractDataObject - Class in org.objectweb.proactive.ic2d.data
Holder class for the host data representation
AbstractDataObject(AbstractDataObject, String) - Constructor for class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
AbstractDataObject(AbstractDataObject) - Constructor for class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
AbstractDataObject() - Constructor for class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
abstractDataObjectName - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
AbstractDataObjectPanel - Class in org.objectweb.proactive.ic2d.gui.data
A panel for the representation of a DataObject
AbstractDataObjectPanel(Frame, ActiveObjectFilter, IC2DGUIController, ActiveObjectWatcher, String, String) - Constructor for class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
AbstractDataObjectPanel(AbstractDataObjectPanel, String, String) - Constructor for class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
AbstractDataObjectPanel.DataObjectInfoPanel - Class in org.objectweb.proactive.ic2d.gui.data
 
AbstractDataObjectPanel.DataObjectInfoPanel() - Constructor for class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel.DataObjectInfoPanel
 
AbstractDataObjectPanel.PanelPopupMenu - Class in org.objectweb.proactive.ic2d.gui.data
 
AbstractDataObjectPanel.PanelPopupMenu(String) - Constructor for class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel.PanelPopupMenu
 
AbstractEventProducer - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
A class implementing this interface provide a minimum set of methods to support the addition and removal of listener.
AbstractExecuteCommand - Class in org.objectweb.proactive.calcium.examples.blast
 
AbstractExecuteCommand() - Constructor for class org.objectweb.proactive.calcium.examples.blast.AbstractExecuteCommand
 
AbstractExternalProcess - Class in org.objectweb.proactive.core.process
 
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 in org.objectweb.proactive.core.process
Implementation of a RemoteProcessMessageLogger that discard all output
AbstractExternalProcess.NullMessageLogger() - Constructor for class org.objectweb.proactive.core.process.AbstractExternalProcess.NullMessageLogger
 
AbstractExternalProcess.ProcessInputHandler - Class in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.process
 
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 in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.component.gen
This class is the parent of classes for generating component interfaces.
AbstractInterfaceClassGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
AbstractLauncher - Class in org.objectweb.proactive.ext.closedworldlauncher
 
AbstractLauncher() - Constructor for class org.objectweb.proactive.ext.closedworldlauncher.AbstractLauncher
 
AbstractListProcessDecorator - Class in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.event
 
AbstractNodeCreationEventListener(VirtualNode) - Constructor for class org.objectweb.proactive.core.event.AbstractNodeCreationEventListener
 
AbstractPolicy - Class in org.objectweb.proactive.scheduler.policy
This is an abstract class that contains all the essential tools for the job managers to run.
AbstractPolicy() - Constructor for class org.objectweb.proactive.scheduler.policy.AbstractPolicy
 
AbstractPolicy(RessourceManager) - Constructor for class org.objectweb.proactive.scheduler.policy.AbstractPolicy
This is the main constructor for the creation of the job manager object.
AbstractProActiveController - Class in org.objectweb.proactive.core.component.controller
Base class for all component controllers.
AbstractProActiveController(Component) - Constructor for class org.objectweb.proactive.core.component.controller.AbstractProActiveController
Constructor for AbstractProActiveController.
AbstractProActiveManager - Class in org.objectweb.proactive.calcium.proactive
 
AbstractProActiveManager(Node[]) - Constructor for class org.objectweb.proactive.calcium.proactive.AbstractProActiveManager
 
AbstractProActiveManager(VirtualNode) - Constructor for class org.objectweb.proactive.calcium.proactive.AbstractProActiveManager
 
AbstractProActiveManager(String, String) - Constructor for class org.objectweb.proactive.calcium.proactive.AbstractProActiveManager
 
AbstractProcessForGroup - Class in org.objectweb.proactive.core.group
 
AbstractProcessForGroup() - Constructor for class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
AbstractProxy - Class in org.objectweb.proactive.core.body.proxy
 
AbstractProxy() - Constructor for class org.objectweb.proactive.core.body.proxy.AbstractProxy
 
AbstractRequestHandler - Class in org.objectweb.proactive.core.component.controller
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
 
AbstractSequentialListProcessDecorator - Class in org.objectweb.proactive.core.process
This class contains a list of ExternalProcess processes that have to be executed sequentially
AbstractSequentialListProcessDecorator() - Constructor for class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
AbstractUniversalBody - Class in org.objectweb.proactive.core.body
**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 in org.objectweb.proactive.core.process
 
AbstractUniversalProcess() - Constructor for class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
AbstractUnmarshallerDecorator - Class in org.objectweb.proactive.core.xml.handler
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
 
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.calcium.proactive.ActiveObjectSkernel.RequestFilterOnAllowedMethods
 
acceptRequest(Request) - Method in class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor.ImmediateNFRequestFilter
 
acceptRequest(Request) - Method in class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor.NoPriorityNFRequestFilter
 
acceptRequest(Request) - Method in class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor.PriorityNFRequestFilter
 
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(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
 
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
 
accessProtocol - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
accessProtocol - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
Ack - Class in org.objectweb.proactive.mpi.control
 
Ack() - Constructor for class org.objectweb.proactive.mpi.control.Ack
 
acquaintances - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
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.
ACQUISITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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
 
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
 
actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI
 
actionPerformed(SciEvent) - Method in interface org.objectweb.proactive.ext.scilab.monitor.SciEventListener
 
actionPerformed(SciEvent) - Method in class org.objectweb.proactive.ext.scilab.util.MandelbrotEventListener
 
actionPerformed(SciEvent) - Method in class org.objectweb.proactive.ext.scilab.util.MultEventListener
 
actionPerformed(SciEvent) - Method in class org.objectweb.proactive.ext.scilab.util.PiEventListener
 
actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI
 
actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView.ProActiveButtonListener
 
actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.components.menu.control.ProActiveOpenAction
 
actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.dialog.NewGlobusHostDialog
 
activate() - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
Do not activate any counter
activate(TimerCounter[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
 
activate(EventObserver[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
 
activate(TimerCounter[], EventObserver[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
Activate only some TimerCounters and EventObservers
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
 
activate() - Method in class org.objectweb.proactive.core.descriptor.Launcher
activate all main nodes and launch the main classes
activate() - Method in class org.objectweb.proactive.ext.scilab.SciEngine
Activate a new JVM to wrap a worker
activate(MetricFactory) - Static method in class org.objectweb.proactive.loadbalancing.LoadBalancing
 
activateCounters(TimerCounter[], TimItReductor) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Invoked by TimIt to activate only specified counters
activateDebug(TimerCounter[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
 
activateDebug(EventObserver[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
 
activateDebug(TimerCounter[], EventObserver[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
Active only some counters.
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
 
activateOn(Node[], MetricFactory) - Static method in class org.objectweb.proactive.loadbalancing.LoadBalancing
 
activation() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItStore
 
Activator - Class in org.objectweb.proactive.osgi
 
Activator() - Constructor for class org.objectweb.proactive.osgi.Activator
 
Active - Interface in org.objectweb.proactive
Active is the root of the all interfaces related to the activity of an active object.
ActiveBody - Class in org.objectweb.proactive.core.body
 
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
ActiveExecuter - Class in org.objectweb.proactive.scheduler
 
ActiveExecuter() - Constructor for class org.objectweb.proactive.scheduler.ActiveExecuter
 
ActiveExecuter(ProActiveTask) - Constructor for class org.objectweb.proactive.scheduler.ActiveExecuter
 
ActiveObject - Class in org.objectweb.proactive.ic2d.data
Holder class for the host data representation
ActiveObject(NodeObject, UniqueID, String, boolean) - Constructor for class org.objectweb.proactive.ic2d.data.ActiveObject
 
activeObjectAdded(ActiveObject) - Method in class org.objectweb.proactive.ic2d.data.IC2DObject
 
activeObjectAdded(ActiveObject) - Method in interface org.objectweb.proactive.ic2d.event.IC2DObjectListener
 
activeObjectAdded(ActiveObject) - Method in interface org.objectweb.proactive.ic2d.event.NodeObjectListener
 
activeObjectAdded(UniqueID, String, String, boolean) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
activeObjectAdded(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
activeObjectAdded(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
activeObjectAddedToFilter() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
activeObjectAddedToFilter() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
activeObjectChanged(UniqueID, boolean, boolean) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
ActiveObjectCommunicationRecorder - Class in org.objectweb.proactive.ic2d.gui
This class is responsible for drawing the communications in IC2D using arrows.
ActiveObjectCommunicationRecorder() - Constructor for class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
ActiveObjectCreationException - Exception in org.objectweb.proactive
An exception thrown when a problem occurs during the creation of an ActiveObject see active object creation documentation
ActiveObjectCreationException() - Constructor for exception org.objectweb.proactive.ActiveObjectCreationException
Constructs a ProActiveException with no specified detail message.
ActiveObjectCreationException(String) - Constructor for exception org.objectweb.proactive.ActiveObjectCreationException
Constructs a ActiveObjectCreationException with the specified detail message.
ActiveObjectCreationException(String, Throwable) - Constructor for exception org.objectweb.proactive.ActiveObjectCreationException
Constructs a ActiveObjectCreationException with the specified detail message and nested exception.
ActiveObjectCreationException(Throwable) - Constructor for exception org.objectweb.proactive.ActiveObjectCreationException
Constructs a ActiveObjectCreationException with the specified detail message and nested exception.
activeObjectFilter - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
ActiveObjectFilter - Class in org.objectweb.proactive.ic2d.util
 
ActiveObjectFilter() - Constructor for class org.objectweb.proactive.ic2d.util.ActiveObjectFilter
 
ActiveObjectInterpreter - Class in org.objectweb.proactive.calcium.proactive
 
ActiveObjectInterpreter() - Constructor for class org.objectweb.proactive.calcium.proactive.ActiveObjectInterpreter
 
ActiveObjectListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from ActiveObject
activeObjectNotResponding() - Method in interface org.objectweb.proactive.ic2d.event.ActiveObjectListener
 
activeObjectNotResponding() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
ActiveObjectPanel - Class in org.objectweb.proactive.ic2d.gui.data
 
ActiveObjectPanel(AbstractDataObjectPanel, ActiveObject) - Constructor for class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
activeObjectRemoved(ActiveObject) - Method in class org.objectweb.proactive.ic2d.data.IC2DObject
 
activeObjectRemoved(ActiveObject) - Method in interface org.objectweb.proactive.ic2d.event.IC2DObjectListener
 
activeObjectRemoved(ActiveObject) - Method in interface org.objectweb.proactive.ic2d.event.NodeObjectListener
 
activeObjectRemoved(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
activeObjectRemoved(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
activeObjectRemovedFromFilter() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
activeObjectRemovedFromFilter() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
activeObjects - Variable in class org.objectweb.proactive.ic2d.data.NodeObject
 
ActiveObjectSkernel<T> - Class in org.objectweb.proactive.calcium.proactive
 
ActiveObjectSkernel() - Constructor for class org.objectweb.proactive.calcium.proactive.ActiveObjectSkernel
 
ActiveObjectSkernel(Skernel) - Constructor for class org.objectweb.proactive.calcium.proactive.ActiveObjectSkernel
 
ActiveObjectSkernel.RequestFilterOnAllowedMethods - Class in org.objectweb.proactive.calcium.proactive
 
ActiveObjectSkernel.RequestFilterOnAllowedMethods(String) - Constructor for class org.objectweb.proactive.calcium.proactive.ActiveObjectSkernel.RequestFilterOnAllowedMethods
 
ActiveObjectWatcher - Interface in org.objectweb.proactive.ic2d.gui
An object implementing this interface is able to watch some ActiveObject in order to monitor their state partially or fully and to display it in some from
activeObjectWatcher - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
ActiveQueue - Class in org.objectweb.proactive.core.body.ft.servers.util
This class is a generic job queue.
ActiveQueue(String) - Constructor for class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
 
ActiveQueueJob - Interface in org.objectweb.proactive.core.body.ft.servers.util
This interface must be implemented by jobs submitted to an ActiveQueue.
activeSpyListener - Variable in class org.objectweb.proactive.ic2d.data.VMObject
 
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.
actualFont - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
add(BodyAdapter) - 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 exception 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(int, Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
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(SciData) - Method in class org.objectweb.proactive.ext.scilab.SciResult
add an Out data
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(FileTransferRequest) - Method in class org.objectweb.proactive.filetransfer.FileVector
 
add(Vector) - Method in class org.objectweb.proactive.filetransfer.FileVector
 
add(FileVector) - Method in class org.objectweb.proactive.filetransfer.FileVector
 
add(Object) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel.BoundedCircularArrayList
 
add(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
add(P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
Add a peer in the group of acquaintancesActived.
ADD_REQUEST - Static variable in class org.objectweb.proactive.core.event.RequestQueueEvent
 
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(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(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
addAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
addActiveObject(String, UniqueID, boolean) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
addActiveObject(ActiveObject) - Method in interface org.objectweb.proactive.ic2d.gui.ActiveObjectWatcher
 
addActiveObject(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
addAJob(AbstractProcessForGroup) - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Adds a job to the pending queue of the thread pool.
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(int, Collection) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
addAll(Collection) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
addAll(int, Collection) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
addAll(Collection) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel.BoundedCircularArrayList
 
addAll(MonitoredObjectSet) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
addAllActiveObjectsToWatcher() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
addAllActiveObjectsToWatcher() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
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
 
addAttribute(String, String) - Method in class org.objectweb.proactive.benchmarks.timit.config.Tag
Extend current tag with new attributes values
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
 
addChild(AbstractDataObject, AbstractDataObjectPanel) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
add Child
addChild(BasicMonitoredObject, BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
addChildStats(StatsImpl) - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
addClass(String) - Method in class org.objectweb.proactive.ic2d.util.ActiveObjectFilter
 
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(Object, Object, String, Object) - Method in class org.objectweb.proactive.core.component.adl.components.ProActiveComponentBuilder
 
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
 
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
addComputationTime(long) - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
addcreatedBody(UniqueID) - Method in class org.objectweb.proactive.core.body.BodyForwarderImpl
Add id to the collection of body created through this forwarder
addDataIn(SciData) - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
addDataOut(SciData) - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
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.FileTransferDefinition
 
addDir(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
addedBindingOnServerItf(String, ProActiveComponent, String) - Method in interface org.objectweb.proactive.core.component.controller.GathercastController
Notifies this component that a binding has been performed to one of its gathercast interfaces
addedBindingOnServerItf(String, ProActiveComponent, String) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
addedProperties - Variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
addEntityFrom(Entity) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
addEntityTo(Entity) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
addEventListenerEngine(SciEventListener) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
addEventListenerTask(SciEventListener) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
addEventObserver(EventObserver) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItStore
 
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.
addExportedVirtualNode(String, String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
addExportedVirtualNode(String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
addExportedVirtualNodesCompositionButtonClicked() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.control.ProActiveDialogController
 
addExportedVirtualNodesCompositionButtonClicked() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogViewListener
 
addFcSubComponent(List<Component>) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveContentController
Adds a list of sub components, possibly in parallel.
addFcSubComponent(Component) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
 
addFcSubComponent(List<Component>) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
 
addFile(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
addFileTransfer(FileTransferDefinition) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Adds a File Transfer Definition to the FTW.
addFileTransferDeploy(FileTransferDefinition) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
addFileTransferRetrieve(FileTransferDefinition) - 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
 
addFutureForGatheredRequest(FutureResult) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
addGenericMenu() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel.PanelPopupMenu
 
addHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.xml.handler.AbstractUnmarshallerDecorator
 
addHostObject(BasicMonitoredObject, MonitoredObjectSet) - Method in class org.objectweb.proactive.ic2d.data.WorldObject
 
addHostsObject(HostObject) - Method in class org.objectweb.proactive.ic2d.data.WorldObject
 
addIllegalContentException(Component, IllegalContentException) - Method in exception org.objectweb.proactive.core.component.exceptions.ContentControllerExceptionListException
 
addIllegalLifeCycleException(Component, IllegalLifeCycleException) - Method in exception org.objectweb.proactive.core.component.exceptions.ContentControllerExceptionListException
 
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
addInputSBEntry(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
addInstance(HierarchicalTimer) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Adds a HierarchicalTimer instance to the arrayList.
additionalCodebase - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
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
addMainParameter(String) - Method in class org.objectweb.proactive.scheduler.GenericJob
appends the mainParameter to the curently existing list of mainParameters
addMeAsBodyForwarder() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
addMenuOptions() - Method in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
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
 
addMessageEventListener(UniqueID) - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
addMessageEventListener(Body) - Method in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
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
 
addMonitoredHost(String, int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
addMonitoredHost(String, String) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
add a host to monitor
addMonitoredHost(String, int, String) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
add a host to monitor, represented by the host name, a port and a protocol
addMonitoredHost(MonitoredHost) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
add a monitored host
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).
addNewBalancer(LoadBalancer) - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
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
 
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 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(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 class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
addNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
addNFEListener(UniqueID, NFEListener) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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
addNode(Node) - Static method in class org.objectweb.proactive.loadbalancing.LoadBalancing
 
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
 
addNodeObject(Node) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
addObjectToSkip(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
addObjectToSkip(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
add an monitored object to the skip objects list
addObserver(EventObserver) - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addObserver(EventObserver) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addObserver(EventObserver) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOutputSBEntry(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
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
 
addProcessToList(ExternalProcess) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
Add a process to the processes queue
addProcessToList(int, ExternalProcess) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
Add a process to the processes queue at index rank
addProcessToList(ExternalProcess) - Method in class org.objectweb.proactive.core.process.DependentListProcess
Add a process to the processes queue - first process is not a dependent process unlike the others
addProcessToSequenceList(AbstractSequentialListProcessDecorator, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Add the process given by the specified processID in the list of sequential processes.
addProcessToSequenceList(AbstractSequentialListProcessDecorator, String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
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
addProxy(UniversalBodyProxy) - Method in class org.objectweb.proactive.core.gc.GarbageCollector
 
addReadyChild(Task<T>) - Method in class org.objectweb.proactive.calcium.Task
Adds a subtask ready for execution.
addReference(MonitoredObjectSet) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
addRefreshDisplayItem() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel.PanelPopupMenu
 
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(ComponentRequest) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueues
Adds a request into the corresponding queue
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(BenchmarkStatistics, String) - Method in class org.objectweb.proactive.benchmarks.timit.result.BenchmarkResultWriter
Add a new result to write to the file.
addResult(Element, String, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.result.SerieResultWriter
Add a new result to write to the file.
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
 
addSciEventListener(SciEventListener) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEventSource
 
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
 
addServiceToList(UniversalService) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
Add a service to the processes queue
addServiceToList(int, UniversalService) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
Add a service to the processes queue at index rank
addServiceToSequenceList(AbstractSequentialListProcessDecorator, String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Add the service given by the specified processID in the list of sequential services.
addServiceToSequenceList(AbstractSequentialListProcessDecorator, String) - 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<Class>) - 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<Class>) - 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.
addTechnicalService(TechnicalServiceXmlType) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Add a technical service.
addTechnicalService(TechnicalServiceXmlType) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
addTechnicalService(TechnicalService) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
addTimerCounter(TimerCounter) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItStore
 
addToBalanceList(int) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
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
addToNFRequestsQueue(Request) - Method in class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor
Add a non functional request in the queue according to its priority.
addToRanking(double) - Method in class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURanking
 
addToStealList(int) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
addValue(int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
addValue(int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
addValue(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Add a specific time value (in milliseconds) to the counter.
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
addVMObject(Node) - Method in class org.objectweb.proactive.ic2d.data.HostObject
Register the node
AFTER_MIGRATION - Static variable in class org.objectweb.proactive.core.event.MigrationEvent
 
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.
Agent - Class in org.objectweb.proactive.scheduler
 
Agent() - Constructor for class org.objectweb.proactive.scheduler.Agent
 
Agent(HashMap) - Constructor for class org.objectweb.proactive.scheduler.Agent
 
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
alignLayout - Variable in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
alignLayout(String) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
alignLayout(String) - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
alignLayoutChild(String) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
alignLayoutChild(String) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
Change the layout Set the dirty flag to true
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() - 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
allAwaited(Vector) - Static method in class org.objectweb.proactive.ProActive
Return false if one object of futures is available.
allEventsProcessed() - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
allEventsProcessed() - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
allEventsProcessed() - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
allEventsProcessed() - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
allEventsProcessed() - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
allocLocalPort() - Method in class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
ALLOWED - Static variable in class org.objectweb.proactive.ext.security.Communication
 
allSendToMpi(int, ProActiveMPIData) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
alpha - Variable in class org.objectweb.proactive.core.util.timer.EWMATimer
 
alreadykilled - Variable in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
alreadykilled - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
alreadykilled - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
annotateClass(Class) - Method in class org.objectweb.proactive.core.mop.PAObjectOutputStream
 
AO - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
aocreation - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
append(LoggingEvent) - Method in class org.objectweb.proactive.core.util.log.HostNameConsoleAppender
 
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.
appendVnSuffix(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
APPLICATION_NAME_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
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
 
apply(Node) - Method in interface org.objectweb.proactive.core.descriptor.services.TechnicalService
Initialize the given node with the Technical Service.
apply(Node) - Method in class org.objectweb.proactive.core.descriptor.services.TechnicalServiceWrapper
 
apply(Node) - Method in class org.objectweb.proactive.loadbalancing.LoadBalancingTS
 
aquire() - Method in class org.objectweb.proactive.core.xml.VariableContract.Lock
Call this method to get the lock on the XMLProperty object instance.
ARG_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
args - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
array - Variable in class org.objectweb.proactive.core.util.CircularArrayList
 
askedNodes - Variable in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
askedNodes - Variable in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
askingAllNodes(String) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
 
askingNode(String) - 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
 
askingNode(int, UUID, P2PService, int, P2PNodeLookup, String, String, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
Method automaticly forwarded by run activity if needed.
asleepThread() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
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.component.group.ProxyForComponentInterfaceGroup
 
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
 
ATTRIBUTE_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
Attributes - Interface in org.objectweb.proactive.core.xml.io
A class implementing this interface is a wrapper of the attribute of an XML element.
augmentException(StackTraceElement[]) - Method in class org.objectweb.proactive.core.body.future.FutureResult
 
AuthenticationException - Exception in org.objectweb.proactive.ext.security.crypto
 
AuthenticationException(String) - Constructor for exception org.objectweb.proactive.ext.security.crypto.AuthenticationException
 
AuthenticationException() - Constructor for exception org.objectweb.proactive.ext.security.crypto.AuthenticationException
 
AuthenticationTicket - Class in org.objectweb.proactive.ext.security.crypto
 
AuthenticationTicket() - Constructor for class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
 
AuthenticationTicketProperty - Class in org.objectweb.proactive.ext.security.crypto
 
AuthenticationTicketProperty() - Constructor for class org.objectweb.proactive.ext.security.crypto.AuthenticationTicketProperty
 
AUTO_GROUP_PURGE - Static variable in exception org.objectweb.proactive.core.exceptions.proxy.FailedGroupRendezVousException
 
available() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
AVERAGE - Static variable in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
average - Variable in class org.objectweb.proactive.core.util.timer.EWMATimer
 
AverageMicroTimer - Class in org.objectweb.proactive.core.util.timer
 
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 in org.objectweb.proactive.core.body.request
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.

B

B - Variable in class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
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.core.body.reply.ReplyImpl
Try to send the reply after obtaining a position from the location server
backupSolution(UniversalBody) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
Implements the backup solution
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.
BALANCE_FACTOR - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
BALANCE_FACTOR: Used to avoid similar CPUs rejections in load balancing.
balancerName - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
balancerName - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
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
 
BarrierState - Class in org.objectweb.proactive.core.group.spmd
This class describes the state of a barrier.
BarrierState() - Constructor for class org.objectweb.proactive.core.group.spmd.BarrierState
 
base - Variable in class org.objectweb.proactive.core.body.ft.message.HistoryUpdater
Reception index of the first element
baseNode - Variable in class org.objectweb.proactive.ic2d.data.VMObject
 
basePort - Variable in class org.objectweb.proactive.core.rmi.RandomPortSocketFactory
 
baseProcess - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
BasicMonitoredObject - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
BasicMonitoredObject(int, String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
BasicMonitoredObject(int, String, String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
BasicQueueImpl - Class in org.objectweb.proactive.branchnbound.core.queue
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 in org.objectweb.proactive.core.xml.handler
Receives SAX event and pass them on
BasicUnmarshaller() - Constructor for class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
BasicUnmarshallerDecorator - Class in org.objectweb.proactive.core.xml.handler
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
 
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
 
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.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.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.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
 
BehavioralException - Exception in org.objectweb.proactive.core.mop
 
BehavioralException() - Constructor for exception org.objectweb.proactive.core.mop.BehavioralException
 
BehavioralException(String) - Constructor for exception org.objectweb.proactive.core.mop.BehavioralException
 
BehavioralException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.BehavioralException
 
BehavioralException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.BehavioralException
 
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
BenchClientSocket - Class in org.objectweb.proactive.ext.benchsocket
 
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 in org.objectweb.proactive.ext.benchsocket
 
BenchFactory() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchFactory
 
BenchFactoryInterface - Interface in org.objectweb.proactive.ext.benchsocket
 
BenchIbisSocketFactory - Class in org.objectweb.proactive.ext.benchsocket
 
BenchIbisSocketFactory() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchIbisSocketFactory
 
BenchInputStream - Class in org.objectweb.proactive.ext.benchsocket
 
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
 
Benchmark - Class in org.objectweb.proactive.benchmarks.timit.config
 
Benchmark(Element) - Constructor for class org.objectweb.proactive.benchmarks.timit.config.Benchmark
 
BenchmarkResultWriter - Class in org.objectweb.proactive.benchmarks.timit.result
This class generate benchmark statistics result files from values given by the TimIt reductor.
BenchmarkResultWriter(String) - Constructor for class org.objectweb.proactive.benchmarks.timit.result.BenchmarkResultWriter
Construct a new BenchmarkResultWriter from his filename
BenchmarkStatistics - Class in org.objectweb.proactive.benchmarks.timit.util
This class represents a set of statistics for one run.
BenchmarkStatistics() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
 
BenchmarkStatistics(HierarchicalTimerStatistics, EventStatistics, String) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
 
BenchOutputStream - Class in org.objectweb.proactive.ext.benchsocket
 
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 in org.objectweb.proactive.ext.benchsocket
 
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 in org.objectweb.proactive.ext.benchsocket
 
BenchSocketFactory() - Constructor for class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
BenchStream - Interface in org.objectweb.proactive.ext.benchsocket
 
bestKnownSolution - Variable in class org.objectweb.proactive.branchnbound.core.Task
 
BIG_FONT - Static variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
bind(SocketAddress) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
bind(SocketAddress) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
bind(HttpService) - Method in class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
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)
bindFc(String, Object) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView
 
bindFc(String, Object) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
bindFcMulticast(String, ProActiveInterface) - Method in interface org.objectweb.proactive.core.component.controller.MulticastController
Performs a binding between a multicast client interface and a server interface
bindFcMulticast(String, ProActiveInterface) - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
Binding - Class in org.objectweb.proactive.core.component
Stores a binding between a client interface and a server interface.
Binding(Interface, String, Interface) - Constructor for class org.objectweb.proactive.core.component.Binding
 
BINDING_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
Bindings - Class in org.objectweb.proactive.core.component
A bindings container.
Bindings() - Constructor for class org.objectweb.proactive.core.component.Bindings
 
bindProActiveService(ProActiveService) - Method in class org.objectweb.proactive.osgi.Activator
 
Blast - Class in org.objectweb.proactive.calcium.examples.blast
 
Blast() - Constructor for class org.objectweb.proactive.calcium.examples.blast.Blast
 
BlastParameters - Class in org.objectweb.proactive.calcium.examples.blast
 
BlastParameters(File, File, boolean, long) - Constructor for class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
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 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
 
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.
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
 
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.
BlockingRequestQueue - Interface in org.objectweb.proactive.core.body.request
 
BlockingRequestQueueImpl - Class in org.objectweb.proactive.core.body.request
 
BlockingRequestQueueImpl(UniqueID) - Constructor for 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.
Board - Class in org.objectweb.proactive.calcium.examples.nqueens
 
Board(int, int) - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.Board
 
Board(int, int, int, int, int, int, int) - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.Board
 
board - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
BoardBT1 - Class in org.objectweb.proactive.calcium.examples.nqueens.bt1
 
BoardBT1(int, int, int, int, int, int, int, int[]) - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.bt1.BoardBT1
Constructor for backtrac1 boards
BoardBT2 - Class in org.objectweb.proactive.calcium.examples.nqueens.bt2
 
BoardBT2(int, int, int, int, int, int, int, int, int, int, int, int, int, int[]) - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.bt2.BoardBT2
Constructor descriptor de tarea tipo backtrack2.
bodies - Variable in class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
bodiesIterator() - Method in class org.objectweb.proactive.core.body.BodyMap
 
Body - Interface in org.objectweb.proactive
An object implementing this interface is an implementation of the non fonctionnal part of an ActiveObject.
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.migration.MigrationManagerImpl.MaxTimeOnSiteTimerTask
 
body - Variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.TimeToLiveTimerTask
 
body - Variable in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
A custom socket Factory
body - Variable in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
The encapsulated local body transient to deal with custom serialization of requests.
BODY - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
body - Variable in exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
body - Variable in class org.objectweb.proactive.Service
 
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_CREATION_EVENT_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
BODY_DESTROYED - Static variable in class org.objectweb.proactive.core.event.BodyEvent
constant for the deletion of a body
BODY_EVENT_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
BodyAdapter - Class in org.objectweb.proactive.core.body
An adapter for a RemoteBody.
BodyAdapter() - Constructor for class org.objectweb.proactive.core.body.BodyAdapter
 
BodyAdapterForwarder - Class in org.objectweb.proactive.core.body
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 in org.objectweb.proactive.core.body
An adapter for a RemoteBody.
BodyAdapterImpl() - Constructor for class org.objectweb.proactive.core.body.BodyAdapterImpl
 
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
BodyCreationSpyEvent - Class in org.objectweb.proactive.ic2d.spy
 
BodyCreationSpyEvent(UniqueID, String, String) - Constructor for class org.objectweb.proactive.ic2d.spy.BodyCreationSpyEvent
 
BodyCreationSpyEvent(UniqueID, String, String, boolean) - Constructor for class org.objectweb.proactive.ic2d.spy.BodyCreationSpyEvent
 
bodyDestroyed(BodyEvent) - Method in interface org.objectweb.proactive.core.event.BodyEventListener
Signals that the body encapsulated in the event event has been destroyed
BodyEvent - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
A class implementating this interface is listener of BodyEvent.
bodyEventListener - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
BodyEventProducerImpl - Class in org.objectweb.proactive.core.event
 
BodyEventProducerImpl() - Constructor for class org.objectweb.proactive.core.event.BodyEventProducerImpl
 
BodyForwarderImpl - Class in org.objectweb.proactive.core.body
A BodyForwarderImpl is not a Body but a forwarder.
BodyForwarderImpl() - Constructor for class org.objectweb.proactive.core.body.BodyForwarderImpl
 
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
 
bodyID - Variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
The id of the object
BodyImpl - Class in org.objectweb.proactive.core.body
**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.
bodyLogger - Static variable in class org.objectweb.proactive.core.body.migration.MigratableBody
 
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
 
BodyMap - Class in org.objectweb.proactive.core.body
**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 in org.objectweb.proactive.core.exceptions.body
 
BodyNonFunctionalException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.exceptions.body.BodyNonFunctionalException
 
BodyProxy - Interface in org.objectweb.proactive.core.body.proxy
 
BodyRequest - Class in org.objectweb.proactive.core.body.http.util.messages
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 in org.objectweb.proactive.core.body.request
 
BodyRequest(Body, String, Class[], Object[], boolean) - Constructor for class org.objectweb.proactive.core.body.request.BodyRequest
 
BodyRequest(Body, String, Class[], Object[], boolean, int) - Constructor for class org.objectweb.proactive.core.body.request.BodyRequest
 
BodySpyEvent - Class in org.objectweb.proactive.ic2d.spy
 
BodySpyEvent(UniqueID) - Constructor for class org.objectweb.proactive.ic2d.spy.BodySpyEvent
 
BodySpyEvent(UniqueID, boolean) - Constructor for class org.objectweb.proactive.ic2d.spy.BodySpyEvent
 
BodySpyEvent(UniqueID, boolean, boolean) - Constructor for class org.objectweb.proactive.ic2d.spy.BodySpyEvent
 
BodySpyEvent(int, UniqueID, boolean, boolean) - Constructor for class org.objectweb.proactive.ic2d.spy.BodySpyEvent
 
BOOKING_DURATION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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
 
BooleanMutableWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
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.
BooleanWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
boot() - Method in class org.objectweb.proactive.calcium.Calcium
 
boot(Skernel) - Method in class org.objectweb.proactive.calcium.Facade
 
boot(Skernel) - Method in class org.objectweb.proactive.calcium.MonoThreadedManager
 
boot(Skernel) - Method in class org.objectweb.proactive.calcium.MultiThreadedManager
 
boot(Skernel) - Method in class org.objectweb.proactive.calcium.proactive.ProActiveManager
 
boot(Skernel) - Method in class org.objectweb.proactive.calcium.proactive.ProActiveThreadedManager
 
boot(Skernel) - Method in class org.objectweb.proactive.calcium.ResourceManager
 
BOOT_CLASSPATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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.
borrowFuturesHandler() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandlerPool
 
boudaryValue - Static variable in class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
BouncingRequestReceiver - Class in org.objectweb.proactive.ext.locationserver
 
BouncingRequestReceiver() - Constructor for class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
bound1 - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
Branch - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
Branch(int) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
browseButton_actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
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
 
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.gridengine.GridEngineSubProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
buildCommand() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
buildCommand() - Method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
buildEnvironmentCommand() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
buildEnvironmentCommand() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
BUILDER_BINDING - Static variable in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
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
Create jdl file Mandatory attributes : Requirements, rank'
buildHostsFile(Node[]) - Method in class org.objectweb.proactive.core.process.mpi.MPIDependentProcess
 
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
 
buildMPICommand() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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
buildNodeURL(String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
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
buildParamsLine() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
Build the java properties sequence corresponding to the set values.
buildResourceString() - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
buildResourceString() - Method in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
buildRLoginCommand() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
buildRSHCommand() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
buildSSHCommand() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
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
 
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
 
BYTE_CODE_MANIPULATOR - Static variable in class org.objectweb.proactive.core.mop.MOPClassLoader
 
BYTE_LEN - Static variable in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
 
bytesToDouble(byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given an array of bytes, convert it to a double, least significant byte is stored in the beginning.
bytesToFloat(byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given a byte array, restore it as an float
bytesToInt(byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given a byte array, restore it as an int
bytesToLong(byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given an array of bytes, convert it to a long, least significant byte is stored in the beginning.
bytesToShort(byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given a byte array, restore it as a short
bytesToString(byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given a byte array, restore a String out of it.

C

cachedHashCode - Variable in class org.objectweb.proactive.core.body.proxy.AbstractBodyProxy
 
Calcium - Class in org.objectweb.proactive.calcium
This class corresponds to the entry point of the skeleton framework.
Calcium(ResourceManager) - Constructor for class org.objectweb.proactive.calcium.Calcium
 
calculateBarWidth(CategoryPlot, Rectangle2D, int, CategoryItemRendererState) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
Calculates the bar width and stores it in the renderer state.
calculateLoad() - Method in class org.objectweb.proactive.loadbalancing.LoadMonitorLinux
 
call() - Method in class org.objectweb.proactive.calcium.MultiThreadedManager.CallableInterpreter
 
call() - Method in class org.objectweb.proactive.calcium.proactive.ProActiveThreadedManager.ProActiveCallableInterpreter
 
calMandelbrot(ScilabService, String, int, int, double, double, double, double, int, int) - Static method in class org.objectweb.proactive.ext.scilab.util.GridMatrix
Mandelbrot set calculation
calPi(ScilabService, String, int, int) - Static method in class org.objectweb.proactive.ext.scilab.util.GridMatrix
Pi calculation
CANCEL - Static variable in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
CANCELLED - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
cancelMigration() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
cancelTask(String) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
Cancel a pending task
canChangeExportedVirtualNode(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.admin.model.ProActiveAdminModel
 
canChangeExportedVirtualNode(ProActiveComponent, String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveVetoableConfigurationListener
 
canChangeVirtualNode(Component, String) - Method in class org.objectweb.proactive.ic2d.gui.components.admin.model.ProActiveAdminModel
 
canChangeVirtualNode(Component, String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveVetoableConfigurationListener
 
CanMigrateTo(X509Certificate) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
canMigrateTo(String, String, String) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
CannotFindClassException - Exception in org.objectweb.proactive.core.mop
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 exception org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotFindClassException(String) - Constructor for exception org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotFindClassException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotFindClassException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.CannotFindClassException
 
CannotGuessProxyNameException - Exception in org.objectweb.proactive.core.mop
 
CannotGuessProxyNameException() - Constructor for exception org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
CannotGuessProxyNameException(String) - Constructor for exception org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
CannotGuessProxyNameException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
CannotGuessProxyNameException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.CannotGuessProxyNameException
 
canRead(File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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
 
canWrite(File, boolean) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
captureView(Object) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
Gives a view of the group
center() - Method in class org.objectweb.proactive.ext.scilab.gui.WelcomeDialog
 
certificate - Variable in class org.objectweb.proactive.ext.security.crypto.AuthenticationTicket
 
certificate - Variable in class org.objectweb.proactive.ext.security.securityentity.Entity
 
CERTIFICATE_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
CertificateException - Exception in org.objectweb.proactive.ext.security.exceptions
 
CertificateException() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateException(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CertificateException
 
CertificateIdentity - Class in org.objectweb.proactive.ext.security.crypto
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
certificateLocation - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
CertificateProperty - Class in org.objectweb.proactive.ext.security.crypto
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 in org.objectweb.proactive.ext.security.crypto
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 in org.objectweb.proactive.ext.security.crypto
 
CertificationAuthority() - Constructor for class org.objectweb.proactive.ext.security.crypto.CertificationAuthority
 
CertTools - Class in org.objectweb.proactive.ext.security
Tools to handle common certificate operations.
ChallengeDivide - Class in org.objectweb.proactive.calcium.examples.findprimes
 
ChallengeDivide() - Constructor for class org.objectweb.proactive.calcium.examples.findprimes.ChallengeDivide
 
ChallengeDivideCondition - Class in org.objectweb.proactive.calcium.examples.findprimes
 
ChallengeDivideCondition() - Constructor for class org.objectweb.proactive.calcium.examples.findprimes.ChallengeDivideCondition
 
changeBodyAfterMigration(MigratableBody, UniversalBody) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
changeBodyAfterMigration(MigratableBody, UniversalBody) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
Called by the MigratableBody after a succeded migration it changes the body into a forwarder or terminate it if we don't forwarders
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 class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
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 class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
changeProxiedBody(Body) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
changeProxiedBody(UniqueID, Body) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
changeSettings(JVMProcess) - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
changeTtr(long) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
change the time to refresh and restart the refresher.
characters(char[], int, int) - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter
Characters.
Chart - Interface in org.objectweb.proactive.benchmarks.timit.util.charts
This class represent a chart to generate with specific legend format and scale mode.
Chart.LegendFormat - Enum in org.objectweb.proactive.benchmarks.timit.util.charts
The values in legend can be formated with different style : DEFAULT is chart's dependant NONE will operate no change on the value.
Chart.Scale - Enum in org.objectweb.proactive.benchmarks.timit.util.charts
The chart can have a specific scale: DEFAULT is chart's dependant LINEAR create a chart with a linear scale LOGARITHMIC create a chart with a logarithmic scale
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
 
checkBinding(Binding, Interface, Interface, Map) - Method in class org.objectweb.proactive.core.component.adl.bindings.ProActiveTypeBindingLoader
 
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
checkConsistencyOfExportedVirtualNodes(boolean) - Static method in class org.objectweb.proactive.ic2d.gui.components.util.Verifier
 
checkContract() - Method in class org.objectweb.proactive.core.xml.VariableContract
Checks if there are empty values in the contract.
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
checkExportedVirtualNodesCompositionButtonClicked() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.control.ProActiveDialogController
 
checkExportedVirtualNodesCompositionButtonClicked() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogViewListener
 
checkingPeersUrl(Vector) - Static method in class org.objectweb.proactive.p2p.service.StartP2PService
Add acquisition method and port number to URL of peers.
checkInterfaceContainer(InterfaceContainer, boolean, Map) - Method in class org.objectweb.proactive.core.component.adl.types.ProActiveTypeLoader
 
checkLifeCycleIsStopped() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
checkLocalFileExistance(FileTransferDefinition) - 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
 
checkNode(Object, Map) - Method in class org.objectweb.proactive.core.component.adl.bindings.ProActiveTypeBindingLoader
 
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
 
Checkpoint - Class in org.objectweb.proactive.core.body.ft.checkpointing
This class defines a checkpoint object.
Checkpoint(Body, String) - Constructor for class org.objectweb.proactive.core.body.ft.checkpointing.Checkpoint
Create a checkpoint.
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
 
CheckpointInfo - Interface in org.objectweb.proactive.core.body.ft.checkpointing
Marker interface for informations on a checkpoint.
CheckpointInfoCIC - Class in org.objectweb.proactive.core.body.ft.protocols.cic.infos
This class contains several informations about a checkpoint.
CheckpointInfoCIC() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.infos.CheckpointInfoCIC
 
CheckpointInfoPMLRB - Class in org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos
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 in org.objectweb.proactive.core.body.ft.servers.storage
An object implementiong this interface provides services for storing and retreiving checkpoints and checkpointInfos.
CheckpointServerCIC - Class in org.objectweb.proactive.core.body.ft.protocols.cic.servers
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 in org.objectweb.proactive.core.body.ft.servers.storage
 
CheckpointServerImpl(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
CheckpointServerPMLRB - Class in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers
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.
checkpointStorage - Variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
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
 
checkReservation(String) - Method in class org.objectweb.proactive.scheduler.RessourceManager
 
checkRunningTasks() - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
Check the list of the running jobs to find out if there is one that's finished so that we can free the allocated ressources.
checkSignature(Object, PublicKey) - Method in class org.objectweb.proactive.ext.security.crypto.SigningEngine
 
checkStarted() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
checkSum(File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
Gets a checksum on the specified file
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
childsIterator() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
childsIterator() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
ciphered - Variable in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
ciphered - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
CircularArrayList - Class in org.objectweb.proactive.core.util
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
 
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
 
ClassDataCache - Class in org.objectweb.proactive.core.util
A cache for classes bytecode.
ClassDispatchMetadata - Annotation Type in org.objectweb.proactive.core.component.type.annotations.multicast
Annotation used for specifying the dispatch mode for all parameters of all methods of the annotated interface
CLASSLOADING - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
className - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
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.process.JVMProcessImpl
 
className - Variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
className - Variable in class org.objectweb.proactive.ic2d.spy.BodyCreationSpyEvent
The name of the class
CLASSNAME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ClassNotReifiableException - Exception in org.objectweb.proactive.core.mop
 
ClassNotReifiableException() - Constructor for exception org.objectweb.proactive.core.mop.ClassNotReifiableException
 
ClassNotReifiableException(String) - Constructor for exception org.objectweb.proactive.core.mop.ClassNotReifiableException
 
ClassNotReifiableException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ClassNotReifiableException
 
ClassNotReifiableException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ClassNotReifiableException
 
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
 
CLASSPATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ClassServer - Class in org.objectweb.proactive.core.rmi
 
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 - Static variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
ClassServerHelper - Class in org.objectweb.proactive.core.rmi
 
ClassServerHelper() - Constructor for class org.objectweb.proactive.core.rmi.ClassServerHelper
 
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
 
ClassServerServlet - Class in org.objectweb.proactive.core.rmi
 
ClassServerServlet(int) - Constructor for class org.objectweb.proactive.core.rmi.ClassServerServlet
 
clCipherAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
clean() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
Invoked by TimIt beteween each run
clean() - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Interrupts the thread in the pool
CleanBlast - Class in org.objectweb.proactive.calcium.examples.blast
 
CleanBlast() - Constructor for class org.objectweb.proactive.calcium.examples.blast.CleanBlast
 
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 exception 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
 
clear() - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
Clear the recorder Set the current drawing to dirty
clear() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
clearAll() - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
clearChanged() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearChanged() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearChanged() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearChilds() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
clear Child
clearChilds() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
clear Child
clearDeleted() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
clearDeleted() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
ClientConnector - Class in org.objectweb.proactive.jmx.client
This class creates a JMX client connector whose communication protocol is ProActive
ClientConnector(String) - Constructor for class org.objectweb.proactive.jmx.client.ClientConnector
Creates a ClientConnector and connect to the remote JMX MBean Server whose at the specified url
ClientProvider - Class in org.objectweb.proactive.jmx.provider.proactive
A provider for creating JMX API connector clients using a given protocol.
ClientProvider() - Constructor for class org.objectweb.proactive.jmx.provider.proactive.ClientProvider
 
clMacAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
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.ext.security.PolicyServer
 
clone() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
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.core.xml.VariableContract
Marks the contract as closed.
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
 
close() - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveXMLFileStorage
 
close() - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
closeAllSRQueues() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
closeForwardingService(FileTransferService, File, Exception) - Method in class org.objectweb.proactive.core.filetransfer.FileDispatcher
 
closeForwardingService(FileTransferService, File) - Method in class org.objectweb.proactive.core.filetransfer.FileDispatcher
 
closeForwardingService(File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
closeForwardingService(File, Exception) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
closeQueues() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
closeRead(File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
 
closeWrite(File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
CLUSTERFORK_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ClusterForkProcess - Class in org.objectweb.proactive.core.process.rocks
 
ClusterForkProcess() - Constructor for class org.objectweb.proactive.core.process.rocks.ClusterForkProcess
 
ClusterForkProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.rocks.ClusterForkProcess
 
CNLSFProcess - Class in org.objectweb.proactive.core.process.lsf
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
codebase - Variable in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
codebase - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
collapseWith(EventData, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Part of the CommEvent implementation, in this case the collapse operation (performed when all CommEventDatas have been gathered) will be applied between the first CommEventData and iteratively with the others.
collapseWith(EventData, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
collapseWith(EventData, int) - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventData
Collapse the data with another one.
COLLECTION_CARDINALITY - Static variable in interface org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
CollectionUnmarshaller - Class in org.objectweb.proactive.core.xml.handler
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
 
CollectiveInterfaceController - Interface in org.objectweb.proactive.core.component.controller
A collective interface controller is able to check compatibility between
collectPendingSpyEvents() - Method in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
COLOR_REQUEST_MANY - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_REQUEST_SEVERAL - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_REQUEST_SINGLE - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_WHEN_ACTIVE - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_WHEN_MIGRATING - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_WHEN_NOT_RESPONDING - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_WHEN_SERVING_REQUEST - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_WHEN_WAITING_BY_NECESSITY - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
COLOR_WHEN_WAITING_REQUEST - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
column - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
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
COMM_MSG_ALLSEND - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
COMM_MSG_FINALIZE - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
COMM_MSG_INIT - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
COMM_MSG_SEND - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
COMM_MSG_SEND_PROACTIVE - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
command - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
COMMAND - Variable in class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
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
 
COMMAND_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
CommEvent - Class in org.objectweb.proactive.benchmarks.timit.util.observing.commobserv
A communication event represented by the triplet (observer, destination rank, value).
CommEvent(EventObserver, int, double) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEvent
Creates an instance of CommEvent.
CommEventData - Class in org.objectweb.proactive.benchmarks.timit.util.observing.commobserv
This class implements the StatData interface.
CommEventData(String, int, int) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Creates an instance of CommEventData.
CommEventObserver - Class in org.objectweb.proactive.benchmarks.timit.util.observing.commobserv
This class implements the StatDataObserver interface.
CommEventObserver(String, int, int) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventObserver
Creates a new instance of CommEventObserver
commit(String) - Method in class org.objectweb.proactive.scheduler.Scheduler
commits the job's description and submits it to the waiting queue
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.
Communication - Class in org.objectweb.proactive.ext.security
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
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
 
communicationEventListener - Variable in class org.objectweb.proactive.ic2d.data.IC2DObject
 
CommunicationEventListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from ActiveObject
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.
CommunicationForbiddenException - Exception in org.objectweb.proactive.ext.security.exceptions
This exception is thrown when an entity try to communicate with another one without accreditation.
CommunicationForbiddenException() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
CommunicationForbiddenException(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
CommunicationForbiddenException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
CommunicationForbiddenException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.CommunicationForbiddenException
 
communicationReply - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
communicationRequest - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
Communicator - Class in org.objectweb.proactive.scheduler
This is the main class used to communicate with the scheduler daemon to submit the commands to the scheduler like the submission, deletion and statistics of any job and the nodes status command.
Communicator(String) - Constructor for class org.objectweb.proactive.scheduler.Communicator
Tries to establish a connection with the scheduler daemon and to get the scheduler object before we begin with the submission of commands
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
 
compareTo(Task) - Method in class org.objectweb.proactive.calcium.Task
 
compareTo(Object) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.proactive.core.component.adl.bindings.ProActiveBindingCompiler
 
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).
COMPONENT - Static variable in interface org.objectweb.proactive.core.component.Constants
 
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
 
ComponentActive - Interface in org.objectweb.proactive.core.component.body
ComponentActive is the root of the all interfaces related to the activity of a component.
ComponentActivity - Class in org.objectweb.proactive.core.component.body
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 in org.objectweb.proactive.core.component.body
Defines the actions specific to a component body.
ComponentBodyImpl - Class in org.objectweb.proactive.core.component.body
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 in org.objectweb.proactive.core.component.config
This interface defines String constants used in the xml component configuration file.
ComponentConfigurationHandler - Class in org.objectweb.proactive.core.component.config
A handler for parsing the xml component configuration.
ComponentConfigurationHandler() - Constructor for class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler
 
ComponentConfigurationHandler.ControllerHandler - Class in org.objectweb.proactive.core.component.config
 
ComponentConfigurationHandler.ControllerHandler() - Constructor for class org.objectweb.proactive.core.component.config.ComponentConfigurationHandler.ControllerHandler
 
ComponentEndActive - Interface in org.objectweb.proactive.core.component.body
This interface defines the end of the activity of an active object which is a Fractal component.
componentFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
ComponentInitActive - Interface in org.objectweb.proactive.core.component.body
This interface defines the initialization of the activity of an active object which is a Fractal component.
ComponentMetaObjectFactory - Interface in org.objectweb.proactive.core.component
Meta-object factory for the components.
ComponentMetaObjectFactory - Interface in org.objectweb.proactive.core.component.factory
Meta-object factory for the components.
ComponentMethodCallMetadata - Class in org.objectweb.proactive.core.component
 
ComponentMethodCallMetadata() - Constructor for class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
ComponentParameters - Class in org.objectweb.proactive.core.component
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 in org.objectweb.proactive.core.component.controller
This interface defines a new type of Fractal controllers, that allow configuration of the components with this implementation
ComponentParametersControllerImpl - Class in org.objectweb.proactive.core.component.controller
This class defines a controller for accessing configuration parameters of the component.
ComponentParametersControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ComponentParametersControllerImpl
Constructor
ComponentRequest - Interface in org.objectweb.proactive.core.component.request
Marker interface.
ComponentRequestImpl - Class in org.objectweb.proactive.core.component.request
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 in org.objectweb.proactive.core.component.body
This interface defines the activity of an active object which is a Fractal component.
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_CONTROLLERS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_GATHERCAST - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_GEN_ANNOTATION - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_GEN_ITFS - 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_MULTICAST - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
COMPONENTS_REQUESTS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
componentType - Variable in class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
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
ComposedFrom - Interface in org.objectweb.proactive.core.component.adl.vnexportation
An AST node interface to define a set of virtual nodes composing an exported virtual node.
ComposedFromContainer - Interface in org.objectweb.proactive.core.component.adl.vnexportation
An AST node interface for nodes that can contain "composedFrom" elements..
COMPOSING_VIRTUAL_NODES - Static variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveTextFieldModel
 
COMPOSING_VIRTUAL_NODES_REGEX - Static variable in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
ComposingVirtualNode - Interface in org.objectweb.proactive.core.component.adl.vnexportation
An AST node interface to define a virtual node composing an exported virtual node.
ComposingVirtualNodeContainer - Interface in org.objectweb.proactive.core.component.adl.vnexportation
An AST node interface for nodes that can contain composing virtual nodes elements
composingVirtualNodesNamesFieldModel - Variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
COMPOSITE - Static variable in interface org.objectweb.proactive.core.component.Constants
 
Composite - Class in org.objectweb.proactive.core.component.type
Dummy class, on top of which is built the membrane of a composite component
Composite() - Constructor for class org.objectweb.proactive.core.component.type.Composite
Constructor for Composite.
COMPOSITE_REPRESENTATIVE_SUFFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
CompositeAverageMicroTimer - Class in org.objectweb.proactive.core.util.timer
A CompositeMicroTimer maintains many timer at once.
CompositeAverageMicroTimer(String) - Constructor for class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
compute(Task<T>) - Method in interface org.objectweb.proactive.calcium.interfaces.Instruction
 
compute(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.DaC
 
compute(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.For
 
compute(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.If
 
compute(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.Map
 
compute(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.Seq
 
compute(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.While
 
compute() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Launch the calculus
computeBorderLine() - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
Compute varaition for the border value of subMatrix
computeCommunication(Communication, Communication) - Static method in class org.objectweb.proactive.ext.security.Communication
Method computePolicy.
computeInsideLine(int) - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
Compute variation for one line Use to refine granularity of the computation so as to serve get request
computeNewSubMatrix() - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
One iteration of jacobi process
computePolicy(int[], int[]) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
ComputePolicyException - Exception in org.objectweb.proactive.ext.security.exceptions
 
ComputePolicyException() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
ComputePolicyException(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
ComputePolicyException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
ComputePolicyException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.ComputePolicyException
 
Condition<T> - Interface in org.objectweb.proactive.calcium.interfaces
This interfaces is used to provide evaulation conditions in skeletons like: divide & conquer, if, and while.
confFileOption - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
ConfidentialityTicket - Class in org.objectweb.proactive.ext.security.crypto
 
ConfidentialityTicket() - Constructor for class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
ConfidentialityTicketProperty - Class in org.objectweb.proactive.ext.security.crypto
 
ConfidentialityTicketProperty() - Constructor for class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
config - Static variable in class org.objectweb.proactive.core.config.xml.MasterFileHandler
 
ConfigChart - Class in org.objectweb.proactive.benchmarks.timit.config
 
ConfigChart(Element) - Constructor for class org.objectweb.proactive.benchmarks.timit.config.ConfigChart
 
configFile - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
ConfigReader - Class in org.objectweb.proactive.benchmarks.timit.config
This class construct a serie of benchmarks thanks to a configuration file.
ConfigReader(String) - Constructor for class org.objectweb.proactive.benchmarks.timit.config.ConfigReader
 
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
 
connect() - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
connect(Map) - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
connectTo(String) - Static method in class org.objectweb.proactive.scheduler.Scheduler
connects to the scheduler node and fetchs the scheduler daemon using the submitted url
connectTo(String) - Method in class org.objectweb.proactive.scheduler.TaskScheduler
 
conquer(BlastParameters, Vector<BlastParameters>) - Method in class org.objectweb.proactive.calcium.examples.blast.ConquerResults
 
conquer(Challenge, Vector<Challenge>) - Method in class org.objectweb.proactive.calcium.examples.findprimes.ConquerChallenge
 
conquer(Board, Vector<Board>) - Method in class org.objectweb.proactive.calcium.examples.nqueens.ConquerBoard
 
Conquer<T> - Interface in org.objectweb.proactive.calcium.interfaces
This class is used to conquer a vector of parameters into a single parameters.
conquer(T, Vector<T>) - Method in interface org.objectweb.proactive.calcium.interfaces.Conquer
 
conquer(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.DaC
 
ConquerBoard - Class in org.objectweb.proactive.calcium.examples.nqueens
 
ConquerBoard() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.ConquerBoard
 
ConquerChallenge - Class in org.objectweb.proactive.calcium.examples.findprimes
 
ConquerChallenge() - Constructor for class org.objectweb.proactive.calcium.examples.findprimes.ConquerChallenge
 
ConquerResults - Class in org.objectweb.proactive.calcium.examples.blast
 
ConquerResults() - Constructor for class org.objectweb.proactive.calcium.examples.blast.ConquerResults
 
CONSTANT_VERSION - Static variable in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationMap
 
Constants - Interface in org.objectweb.proactive.core.component
Constant strings used throughout the components implementation
Constants - Interface in org.objectweb.proactive.core
Defines many constants useful across ProActive
Constants - Interface in org.objectweb.proactive.ic2d.gui.components
 
construct(BodyAdapterForwarder, BodyAdapter, UniqueID) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
 
construct(RemoteBody) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
ConstructionOfProxyObjectFailedException - Exception in org.objectweb.proactive.core.mop
 
ConstructionOfProxyObjectFailedException() - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfProxyObjectFailedException(String) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfProxyObjectFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfProxyObjectFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfProxyObjectFailedException
 
ConstructionOfReifiedObjectFailedException - Exception in org.objectweb.proactive.core.mop
 
ConstructionOfReifiedObjectFailedException() - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfReifiedObjectFailedException(String) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfReifiedObjectFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfReifiedObjectFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfReifiedObjectFailedException
 
ConstructionOfStubObjectFailedException - Exception in org.objectweb.proactive.core.mop
 
ConstructionOfStubObjectFailedException() - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructionOfStubObjectFailedException(String) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructionOfStubObjectFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructionOfStubObjectFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructionOfStubObjectFailedException
 
ConstructorCall - Interface in org.objectweb.proactive.core.mop
A reified constructor call.
ConstructorCallExecutionFailedException - Exception in org.objectweb.proactive.core.mop
 
ConstructorCallExecutionFailedException() - Constructor for exception org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallExecutionFailedException(String) - Constructor for exception org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallExecutionFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallExecutionFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ConstructorCallExecutionFailedException
 
ConstructorCallImpl - Class in org.objectweb.proactive.core.mop
A reified constructor call.
ConstructorCallImpl(Constructor, Object[]) - Constructor for class org.objectweb.proactive.core.mop.ConstructorCallImpl
Effective constructor
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(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
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
 
containsId(String) - Method in class org.objectweb.proactive.scheduler.Queue
Search for a job by job Id.
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.
containsRequestFrom(ItfID) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
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.
CONTENT_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
ContentControllerExceptionListException - Exception in org.objectweb.proactive.core.component.exceptions
An exception that is also a container for a list of exceptions generated by uses of a content controller.
ContentControllerExceptionListException() - Constructor for exception org.objectweb.proactive.core.component.exceptions.ContentControllerExceptionListException
 
ContentControllerExceptionListException(Map<Component, IllegalLifeCycleException>, Map<Component, IllegalContentException>) - Constructor for exception org.objectweb.proactive.core.component.exceptions.ContentControllerExceptionListException
 
ContentDescription - Class in org.objectweb.proactive.core.component
Fractal implementation-specific description of the content of components.
ContentDescription(String, Object[], 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) - Constructor for class org.objectweb.proactive.core.component.ContentDescription
constructor
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.
controller - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
controller - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
controller - Variable in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
controller - Variable in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
CONTROLLER_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
controllerDesc - Variable in class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
ControllerDescription - Class in org.objectweb.proactive.core.component
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)
controllerLogger - Static variable in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
CONTROLLERS_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
convert(Object) - Static method in class org.objectweb.proactive.core.util.ObjectToByteConverter
 
convertClassNameToStubClassName(String, Class[]) - Static method in class org.objectweb.proactive.core.mop.Utils
 
convertStubClassNameToClassName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
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
copyInto(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
copyInto(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
copyInto(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
CopyProtocol - Interface in org.objectweb.proactive.core.process.filetransfer
Principal interface for implementing a CopyProtocol
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.
CORE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
CORNER - Static variable in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
count - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
count - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
COUNT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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
 
counter_name - Variable in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
countObservers() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Returns the number of observers of this Observable object.
countObservers() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Returns the number of observers of this Observable object.
countObservers() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Returns the number of observers of this Observable object.
create(String, Class[]) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
Creates the bytecode for a stub on the given class This method should be accessed by one thread only for a given class name, otherwise it may lead to unsupported concurrent class generation, resulting in a "frozen class" javassist runtime exception
createAllNodes() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
createAndSplitMatrix(JacobiWorker[], int, int, int) - Static method in class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
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 class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
createBody(String, ConstructorCall, boolean) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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
 
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, and automatically adds it to a given
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
 
createComponent(String[]) - Static method in class org.objectweb.proactive.core.component.adl.Launcher
 
createComponent() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveConfiguration
 
createComponent(Object, String, String, Object, Object, Object) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
createComponent(Object, String, String, ControllerDescription, ContentDescription, VirtualNode, Map) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
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.
createComponentRepresentative(Proxy) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeFactory
The creation of a component representative from a proxy object implies a remote invocation (immediate service) for getting the parameters of the component, necessary for the construction of the representative
createConfiguration() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
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
createFcItfType(String, String, boolean, boolean, String) - Method in interface org.objectweb.proactive.core.component.type.ProActiveTypeFactory
Creates an interface type.
createFcItfType(String, String, boolean, boolean, boolean) - Method in class org.objectweb.proactive.core.component.type.ProActiveTypeFactoryImpl
 
createFcItfType(String, String, boolean, boolean, String) - Method in class org.objectweb.proactive.core.component.type.ProActiveTypeFactoryImpl
 
createFcType(InterfaceType[]) - Method in class org.objectweb.proactive.core.component.type.ProActiveTypeFactoryImpl
 
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.
createFileWithDirs(String) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
 
createImageIcon(String) - Static method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Icons
 
createInterfaceType(String, String, String, String, String, Object) - Method in class org.objectweb.proactive.core.component.adl.types.ProActiveTypeBuilder
 
createItfStubObjectMethods(CtClass) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
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 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(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(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
 
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
createMBean(String, ObjectName, ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
createMBean(String, ObjectName, Object[], String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
createMBean(String, ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
createMBeanAsynchronous(String, ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as createMBean but returns a reifiable type in order to perform ProActive asynchronous call
createMBeanAsynchronous(String, ObjectName, ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as createMBean but returns a reifiable type in order to perform ProActive asynchronous call
createMBeanAsynchronous(String, ObjectName, Object[], String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
createMBeanAsynchronous(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as createMBean but returns a reifiable type in order to perform ProActive asynchronous call
createMemberWithMultithread(String, Class[], Object[][], Node[]) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Builds the members using the threads (of the threadpool).
createMemberWithMultithread(String, Class[], Object[], Node[]) - 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
 
createMessageLogger(JTextPane) - Method in class org.objectweb.proactive.ic2d.gui.util.MessagePanel
 
createMOPClassLoader() - Static method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
createMulticastClientInterface(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, and automatically adds it to a given
createMulticastClientInterface(String, String) - 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
createName(String) - Static method in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
createNewRemoteObject(String) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
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
 
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<Certificate>) - 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, VariableContract) - 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.AbstractSequentialListProcessDecorator
 
createProcess() - Method in class org.objectweb.proactive.core.process.DependentListProcess
 
createProcess() - Method in class org.objectweb.proactive.core.process.IndependentListProcess
 
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
 
createRecvThread() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
createRecvThread() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
createReifiedMethods(CtClass, CtMethod[], boolean) - Static method in class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
createReifiedMethods(CtClass, CtMethod[], ProActiveInterfaceType) - 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
 
createRoot(int) - Static method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
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
 
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
createRuntimeAdapterForwarder() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
createRuntimeAdapterForwarder() - Method in class org.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory
 
createScheduler(String) - Static method in class org.objectweb.proactive.scheduler.Scheduler
This method is used to create a unique scheduler object on the machine.
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
 
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 class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
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.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
 
createStaticInitializer(CtClass, CtMethod[], List<String>, String, Class[]) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
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
 
createThread() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
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
 
createVariablesHandler(String, VariableContract) - Static method in class org.objectweb.proactive.core.descriptor.xml.VariablesHandler
Creates a SAX parser on the specified file for variables.
createVirtualGrid(JacobiWorker[], int) - Static method in class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
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
 
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(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(UniqueRuntimeID, UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
createVM(UniversalProcess) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
createWrapper(UniversalBody) - Method in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
CREATION_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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
 
creatorID - Variable in class org.objectweb.proactive.ic2d.spy.SpyFutureEvent
 
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
 
Cube - Class in org.objectweb.proactive.core.group.topology
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.
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
 
CURRENTJVM_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
currentProcessRank - Variable in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
currentTime() - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
 
CurrentTimeMillisMetric - Class in org.objectweb.proactive.loadbalancing.metrics.currenttimemillis
 
CurrentTimeMillisMetric(double) - Constructor for class org.objectweb.proactive.loadbalancing.metrics.currenttimemillis.CurrentTimeMillisMetric
 
CurrentTimeMillisMetricFactory - Class in org.objectweb.proactive.loadbalancing.metrics.currenttimemillis
 
CurrentTimeMillisMetricFactory() - Constructor for class org.objectweb.proactive.loadbalancing.metrics.currenttimemillis.CurrentTimeMillisMetricFactory
 
CYCLIC_NODE_SUFFIX - Static variable in interface org.objectweb.proactive.core.component.Constants
 

D

DaC<T> - Class in org.objectweb.proactive.calcium.skeletons
This skeleton represents Divide and Conquer parallelism (data parallelism).
DaC(Divide<T>, Condition<T>, Skeleton<T>, Conquer<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.DaC
Creates a Divide and Conquer skeleton structure
Daemon - Class in org.objectweb.proactive.p2p.daemon
 
DataAssociation - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
DataAssociation() - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
DataModelTraversal - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
DataModelTraversal(int[]) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
DataObjectController - Interface in org.objectweb.proactive.ic2d.data
 
datasetTree - Variable in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
DataTreeModel - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
DataTreeModel(DataAssociation, DataModelTraversal) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
DataTreeNode - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
DataTreeNode(DataModelTraversal) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
DataTreeNode(DataTreeModel, BasicMonitoredObject, Set) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
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(Object, Key) - Method in class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
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
 
DEFAULT - Static variable in class org.objectweb.proactive.core.mop.MethodCallExceptionContext
The default parameters, when the exception mechanism is not used.
DEFAULT_BJOBPATH - Static variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
DEFAULT_BLOCK_SIZE - Static variable in class org.objectweb.proactive.core.filetransfer.FileBlock
 
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.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_BUFFER_SIZE - Static variable in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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 - Variable in class org.objectweb.proactive.core.process.rocks.ClusterForkProcess
 
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_FILE_LOCATION - Static variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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_GET_READY_TASK_TIMEOUT - Static variable in class org.objectweb.proactive.calcium.ResourceManager
 
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.mpi.MPIProcess
 
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_HOSTSFILENAME_PATH - Static variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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_LIBRARY_NAME - Static variable in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
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_MAX_SIMULTANEOUS_BLOCKS - Static variable in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
DEFAULT_MPICOMMAND_PATH - Static variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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_PRIORITY - Static variable in class org.objectweb.proactive.calcium.Task
 
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_RSH_COPYPROTOCOL - Static variable in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
DEFAULT_RSHPATH - 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_SSH_COPYPROTOCOL - Static variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
DEFAULT_SSH_COPYPROTOCOL - Static variable in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
DEFAULT_SSHPATH - 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_TIMEOUT - Static variable in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
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
defaultConfigAlreadyLoaded - Static variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
DefaultEntity - Class in org.objectweb.proactive.ext.security.securityentity
 
DefaultEntity() - Constructor for class org.objectweb.proactive.ext.security.securityentity.DefaultEntity
 
DefaultEventData - Class in org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver
 
DefaultEventData(String, int, int) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
Creates a new instance of DefaultStatData
DefaultEventObserver - Class in org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver
 
DefaultEventObserver(String) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventObserver
Creates a new instance of DefaultEventObserver
DefaultEventObserver(String, int, int) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventObserver
 
defaultFont - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
DefaultHandlerAdapter - Class in org.objectweb.proactive.core.xml.io
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 in org.objectweb.proactive.core.xml.io
 
DefaultHandlerAdapter.EmptyAttributesImpl - Class in org.objectweb.proactive.core.xml.io
 
defaultNFEHandler(NonFunctionalException) - Static method in class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
DefaultPolicyServer - Class in org.objectweb.proactive.ext.security
 
DefaultPolicyServer(String) - Constructor for class org.objectweb.proactive.ext.security.DefaultPolicyServer
 
DefaultProActiveSecurityManager - Class in org.objectweb.proactive.ext.security
 
DefaultProActiveSecurityManager() - Constructor for class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager
 
DefaultProActiveSecurityManager(String) - Constructor for class org.objectweb.proactive.ext.security.DefaultProActiveSecurityManager
 
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.Utils
 
del(String) - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
Deletes the job from the queue and stops it if it has already been launched.
del(String) - Method in class org.objectweb.proactive.scheduler.Scheduler
Deletes the job from the queue and stops it if it has already been launched.
DELAY_SAME_REPLY - Static variable in class org.objectweb.proactive.core.body.migration.MixedLocationServer
Delay minimum to send the same version to the same caller
delDirectory(File) - Static method in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
Delete recursively all files and directory
delegatee - Variable in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
deleteItem(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
deleteObserver(EventObserver) - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Deletes an observer from the set of observers of this object.
deleteObserver(EventObserver) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Deletes an observer from the set of observers of this object.
deleteObserver(EventObserver) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Clears the observer list so that this object no longer has any observers.
deleteObservers() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Clears the observer list so that this object no longer has any observers.
deleteObservers() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Clears the observer list so that this object no longer has any observers.
DENIED - Static variable in class org.objectweb.proactive.ext.security.Communication
 
DEPENDENT_PROCESS_SEQUENCE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
DependentListProcess - Class in org.objectweb.proactive.core.process
This class contains a list of processes that have a dependency with its predecessor.
DependentListProcess() - Constructor for class org.objectweb.proactive.core.process.DependentListProcess
 
DependentProcess - Interface in org.objectweb.proactive.core.process
A Dependent process must implement this interface.
deploy(String, String, String[]) - Static method in class org.objectweb.proactive.ext.scilab.SciDeployEngine
 
deploy(String) - Static method in class org.objectweb.proactive.ext.scilab.SciDeployEngine
 
deploy(String, String, Object, String[]) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Deploy an active object as a web service
DEPLOY - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
deploy(ArrayList) - Static method in class org.objectweb.proactive.mpi.control.ProActiveMPI
 
deploy(ArrayList) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
deployComponent(String, String, Component) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Deploy a component as a webservice.
DeployedTask - Class in org.objectweb.proactive.scheduler
Class that contains the description of the job and the reference to an agent that keeps track of the job evolution.
DeployedTask(GenericJob, Agent) - Constructor for class org.objectweb.proactive.scheduler.DeployedTask
 
deployedTasks - Variable in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
 
deployEngine(String, String, String[]) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
Deploy engines over each node defined in the the file descriptor
deployEngine(String, String) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
deployEngine(String, String, int) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
DeployerTag - Class in org.objectweb.proactive.core.runtime
DeployerTag allows applications to utilize topographic informations to speed up calculations.
DeployerTag() - Constructor for class org.objectweb.proactive.core.runtime.DeployerTag
 
DeployerTag(String) - Constructor for class org.objectweb.proactive.core.runtime.DeployerTag
 
DEPLOYMENT - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
DEPLOYMENT_FILETRANSFER - 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
 
deployUserClasses(int, Node[]) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
deployUserSpmdClasses(int, Node[]) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
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
DescriptorDefaultVariable - Static variable in class org.objectweb.proactive.core.xml.VariableContractType
 
descriptorList_popup(MouseEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
Popup menu on the descriptor list
DescriptorVariable - Static variable in class org.objectweb.proactive.core.xml.VariableContractType
 
Destination - Interface in org.objectweb.proactive.ext.migration
 
destinationID - Variable in class org.objectweb.proactive.core.event.MessageEvent
 
destinationID - Variable in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
The UniqueID of the body receiving the call
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
 
destroy() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
destroy this object
destroy() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
destroy() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
destroy() - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
destroy() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
destroy() - Method in class org.objectweb.proactive.ic2d.data.WorldObject
destroy this object
destroy() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
destroy
destroyCollection(Iterator) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
destroys all object known by this object
destroyObject() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
destroyObject() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
destroyObject() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
destroyObject() - Method in class org.objectweb.proactive.ic2d.data.IC2DObject
 
destroyObject() - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
destroyObject() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
destroyObject() - Method in class org.objectweb.proactive.ic2d.data.WorldObject
 
detail - Variable in exception org.objectweb.proactive.core.mop.MOPException
 
detail - Variable in exception org.objectweb.proactive.core.mop.MOPRuntimeException
 
df - Static variable in class org.objectweb.proactive.benchmarks.timit.TimIt
 
DialogLegend - Class in org.objectweb.proactive.ext.scilab.gui
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
DialogLegend(JFrame) - Constructor for class org.objectweb.proactive.ext.scilab.gui.DialogLegend
 
DialogResult - Class in org.objectweb.proactive.ext.scilab.gui
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
DialogResult(JFrame) - Constructor for class org.objectweb.proactive.ext.scilab.gui.DialogResult
 
DialogTask - Class in org.objectweb.proactive.ext.scilab.gui
 
DialogTask(JFrame) - Constructor for class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
DialogUtils - Class in org.objectweb.proactive.ic2d.gui.util
 
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() - 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 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() - 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(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 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.ext.mixedlocation.UniversalBodyWrapper
 
disableAC() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
disableAC(Object) - Static method in class org.objectweb.proactive.ProActive
Disable the automatic continuation mechanism for this active object.
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
 
discarded(DiscoveryEvent) - Method in class org.objectweb.proactive.ic2d.util.JiniRTListener
 
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
 
discovered(DiscoveryEvent) - Method in class org.objectweb.proactive.ic2d.util.JiniRTListener
 
dispatch(Object, int) - Method in interface org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatch
Transforms an input parameter passed to a multicast interface into input parameters for connected server interfaces
dispatch(Object, int) - Method in enum org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatchMode
 
dispatching - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
Flag to deternime the semantic of communication (broadcast or dispatching)
DispatchModes - Enum in org.objectweb.proactive.core.component.type.annotations.multicast
Enumeration of the available dispatch modes.
display(Board) - Method in class org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
 
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.crypto.Session
 
displayByte(byte[]) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
displayDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
displayMessageDialog(Component, Object) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
displayResult(SciTaskInfo) - Method in class org.objectweb.proactive.ext.scilab.test.SciTest2
 
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
 
displayWarningDialog(Component, Object) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
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
 
distribute(ItfID) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandler
 
divide(BlastParameters) - Method in class org.objectweb.proactive.calcium.examples.blast.DivideDB
 
divide(Challenge) - Method in class org.objectweb.proactive.calcium.examples.findprimes.ChallengeDivide
 
divide(Board) - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt1.DivideBT1
 
divide(Board) - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt2.DivideBT2
 
Divide<T> - Interface in org.objectweb.proactive.calcium.interfaces
This class is used to divide a parameter into a vector of parameteres.
divide(T) - Method in interface org.objectweb.proactive.calcium.interfaces.Divide
 
divide(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.DaC
 
DivideBT1 - Class in org.objectweb.proactive.calcium.examples.nqueens.bt1
 
DivideBT1() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.bt1.DivideBT1
 
divideBT1(Board) - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt1.DivideBT1
 
DivideBT2 - Class in org.objectweb.proactive.calcium.examples.nqueens.bt2
 
DivideBT2() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.bt2.DivideBT2
 
divideBT2(BoardBT2) - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt2.DivideBT2
 
DivideCondition - Class in org.objectweb.proactive.calcium.examples.nqueens
 
DivideCondition() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.DivideCondition
 
DivideDB - Class in org.objectweb.proactive.calcium.examples.blast
 
DivideDB() - Constructor for class org.objectweb.proactive.calcium.examples.blast.DivideDB
 
DivideDBCondition - Class in org.objectweb.proactive.calcium.examples.blast
 
DivideDBCondition() - Constructor for class org.objectweb.proactive.calcium.examples.blast.DivideDBCondition
 
DNS - Static variable in class org.objectweb.proactive.ext.security.CertTools
 
DOCUMENTATION - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
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
 
doit(String) - Method in class org.objectweb.proactive.loadbalancing.util.startLBoverP2P
 
DOMAdaptor - Class in org.objectweb.proactive.core.xml.io
Adaptor between a DOM and the XMLHandler
DOMAdaptor(XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.DOMAdaptor
 
DOMAdaptor.EmptyAttributesImpl - Class in org.objectweb.proactive.core.xml.io
 
domain - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
Domain - Class in org.objectweb.proactive.ext.security
 
Domain(String, PolicyServer) - Constructor for class org.objectweb.proactive.ext.security.Domain
 
DomainImpl - Class in org.objectweb.proactive.ext.security.domain
 
DomainImpl() - Constructor for class org.objectweb.proactive.ext.security.domain.DomainImpl
 
DomainImpl(String) - Constructor for class org.objectweb.proactive.ext.security.domain.DomainImpl
 
DOMReader - Class in org.objectweb.proactive.core.xml.io
Implement an XLMReader based on a existing DOM.
DOMReader(Element, XMLHandler) - Constructor for class org.objectweb.proactive.core.xml.io.DOMReader
 
doPopupCall(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
popup actions when clicking on the descriptor list
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
 
DOUBLE_LEN - Static variable in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
 
DoubleMutableWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
doubleToBytes(double, byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given a double, convert it into a byte array
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.
DoubleWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
down - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
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
 
dragEnter(DropTargetDragEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
start "drag under" feedback on component invoke acceptDrag or rejectDrag based on isDragOk
dragExit(DropTargetEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
 
dragOver(DropTargetDragEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
continue "drag under" feedback on component invoke acceptDrag or rejectDrag based on isDragOk
drawAllLinksOffScreen(int, int, Point, boolean) - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
Draw the corresponding image only if the current one is dirty or the caller has requested a redraw through force
drawComponent(Graphics, Component, Selection, Rectangle, Color, boolean, int, int) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
 
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
Draws the bar for one item in the dataset.
drawString(Graphics, String, int, int, int, int, int, boolean) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
Draws a string in the given rectangle.
drop(DropTargetDropEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
perform action from getSourceActions on the transferrable invoke acceptDrop or rejectDrop, invoke dropComplete get the transferable according to the chosen flavor, do the transfer
dropActionChanged(DropTargetDragEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
 
dstInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
dstInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
DummyCopyProtocol - Class in org.objectweb.proactive.core.process.filetransfer
DummyProtocol for unkown default protocols.
DummyCopyProtocol(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.DummyCopyProtocol
 
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

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
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() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
Empties the current composition
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
 
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 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() - 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(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 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.ext.mixedlocation.UniversalBodyWrapper
 
enableAC() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
enableAC(Object) - Static method in class org.objectweb.proactive.ProActive
Enable the automatic continuation mechanism for this active object.
enableExitOnEmpty() - Method in class org.objectweb.proactive.core.body.LocalBodyStore
After this call, when the JVM has no more active objects it will be killed.
enableExitOnEmpty() - Method in class org.objectweb.proactive.ProActive
After this call, when the JVM has no more active objects it will be killed.
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(Serializable, Key) - Method in class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
encrypt(long, Object, int) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method encrypt.
encrypted_key - Variable in class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
EncryptedBody - Class in org.objectweb.proactive.ext.security
 
EncryptedBody() - Constructor for class org.objectweb.proactive.ext.security.EncryptedBody
 
EncryptedBody(byte[], long) - Constructor for class org.objectweb.proactive.ext.security.EncryptedBody
 
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
 
EncryptionEngine - Class in org.objectweb.proactive.ext.security.crypto
 
EncryptionEngine() - Constructor for class org.objectweb.proactive.ext.security.crypto.EncryptionEngine
 
end() - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
Does some cleaning before ending the job manager.
end() - Method in class org.objectweb.proactive.scheduler.Scheduler
Method invoqued when we want to shutdown the scheduler.
EndActive - Interface in org.objectweb.proactive
EndActive is related to the finalization of an active object.
endActivity(Body) - Method in class org.objectweb.proactive.core.component.body.ComponentActivity
 
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.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
 
EndControler - Class in org.objectweb.proactive.core.group.threadpool
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
 
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
endExploration() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
endIndex - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
endIter(int) - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
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.core.exceptions.manager.ExceptionHandler
 
endTryWithCatch() - Static method in class org.objectweb.proactive.ProActive
This has to be called at the end of the try block.
ensureCapacity(int) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
ensureCapacity(int) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel.BoundedCircularArrayList
 
ensureCompatibility(ProActiveInterfaceType, ProActiveInterface) - Method in interface org.objectweb.proactive.core.component.controller.CollectiveInterfaceController
 
ensureCompatibility(ProActiveInterfaceType, ProActiveInterface) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
ensureCompatibility(ProActiveInterfaceType, ProActiveInterface) - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
client and server interfaces must have the same methods, except that the client methods always returns a java.util.List, whereas the server methods return E.
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
 
Entity - Class in org.objectweb.proactive.ext.security.securityentity
 
Entity() - Constructor for class org.objectweb.proactive.ext.security.securityentity.Entity
 
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
 
EntityCertificate - Class in org.objectweb.proactive.ext.security.securityentity
 
EntityCertificate(X509Certificate, X509Certificate) - Constructor for class org.objectweb.proactive.ext.security.securityentity.EntityCertificate
 
EntityPolicy - Interface in org.objectweb.proactive.ext.security.securityentity
 
EntityVirtualNode - Class in org.objectweb.proactive.ext.security.securityentity
 
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
environment - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
ENVIRONMENT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
EnvironmentException - Exception in org.objectweb.proactive.calcium.exceptions
This exception is thrown when a task encounters environment problems that normally would not be present on other hosts.
EnvironmentException(String) - Constructor for exception org.objectweb.proactive.calcium.exceptions.EnvironmentException
 
equals(Task<T>) - Method in class org.objectweb.proactive.calcium.Task
 
equals(Object) - Method in class org.objectweb.proactive.calcium.Task
 
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.ItfID
 
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.filetransfer.FileTransferRequest
 
equals(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Compares the specified object with this group for equality.
equals(FileTransferDefinition) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
equals(Object) - Method in class org.objectweb.proactive.core.runtime.DeployerTag
 
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.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.util.MutableInteger
 
equals(Object) - Method in class org.objectweb.proactive.core.util.MutableLong
 
equals(Object) - Method in class org.objectweb.proactive.core.util.SerializableMethod
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.BooleanWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.DoubleWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.FloatWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.GenericTypeWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.IntWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.LongWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.util.wrapper.StringWrapper
 
equals(Object) - Method in class org.objectweb.proactive.core.xml.VariableContractType
 
equals(VariableContractType) - Method in class org.objectweb.proactive.core.xml.VariableContractType
 
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.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
error(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
error(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandlerTerminating
 
ERROR_FILE - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
errorFile - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
errorLog(String, String) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
This method allow to append a message to an error file
errorMessageLogger - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
evalCondition(BlastParameters) - Method in class org.objectweb.proactive.calcium.examples.blast.DivideDBCondition
 
evalCondition(Challenge) - Method in class org.objectweb.proactive.calcium.examples.findprimes.ChallengeDivideCondition
 
evalCondition(Board) - Method in class org.objectweb.proactive.calcium.examples.nqueens.DivideCondition
Divide while condition holds
evalCondition(T) - Method in interface org.objectweb.proactive.calcium.interfaces.Condition
 
Event - Class in org.objectweb.proactive.benchmarks.timit.util.observing
 
Event(EventObserver, double) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.Event
Creates a new instance of Event
EventData - Interface in org.objectweb.proactive.benchmarks.timit.util.observing
This class encapsulates an Object ie the EventData.
EventDataBag - Class in org.objectweb.proactive.benchmarks.timit.util.observing
This class represents several StatDatas provided by observers of a subject.
EventDataBag() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
EventDataBag(int) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
Creates a new instance of StatDataBag
eventListeners - Variable in class org.objectweb.proactive.core.event.AbstractEventProducer
the list of listeners.
EventListsPanel - Class in org.objectweb.proactive.ic2d.gui
 
EventListsPanel(IC2DObject, IC2DGUIController) - Constructor for class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
EventListsPanel.BoundedCircularArrayList - Class in org.objectweb.proactive.ic2d.gui
 
EventListsPanel.BoundedCircularArrayList(int) - Constructor for class org.objectweb.proactive.ic2d.gui.EventListsPanel.BoundedCircularArrayList
 
EventObservable - Interface in org.objectweb.proactive.benchmarks.timit.util.observing
This interface defines the Observable.
EventObserver - Interface in org.objectweb.proactive.benchmarks.timit.util.observing
This interface represents adds 2 methods reduceEventData and treatEventData.
EVENTS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
EventStatistics - Class in org.objectweb.proactive.benchmarks.timit.util
Represents some pure counter statistics of one run
EventStatistics() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
EventStatistics(String[], Object[], int, EventDataBag) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
eventTypeAsString(int) - Static method in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
everTried(String, int) - Method in class org.objectweb.proactive.core.ssh.TryCache
 
EWMATimer - Class in org.objectweb.proactive.core.util.timer
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
 
ExceptionHandler - Class in org.objectweb.proactive.core.exceptions.manager
 
ExceptionHandler() - Constructor for class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
ExceptionInGroup - Exception in org.objectweb.proactive.core.group
This class represents an throwable occured in a group communication.
ExceptionInGroup(Object, int, Throwable) - Constructor for exception org.objectweb.proactive.core.group.ExceptionInGroup
Built an ThrowableInGroup
ExceptionListException - Exception in org.objectweb.proactive.core.group
An exception that contains a list of the ExceptionInGroup occured in a group.
ExceptionListException() - Constructor for exception org.objectweb.proactive.core.group.ExceptionListException
Builds a new empty list of exception
ExceptionMaskLevel - Class in org.objectweb.proactive.core.exceptions.manager
 
ExceptionMaskStack - Class in org.objectweb.proactive.core.exceptions.manager
 
ExceptionThrower - Class in org.objectweb.proactive.core.exceptions.manager
 
ExceptionThrower() - Constructor for class org.objectweb.proactive.core.exceptions.manager.ExceptionThrower
 
exchange() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Exchange the old values with the new
exchange(int, int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
exchange(int, int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
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
 
execProcess(String, File) - Method in class org.objectweb.proactive.calcium.examples.blast.AbstractExecuteCommand
 
executable_path - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
EXECUTABLE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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(BlastParameters) - Method in class org.objectweb.proactive.calcium.examples.blast.CleanBlast
 
execute(BlastParameters) - Method in class org.objectweb.proactive.calcium.examples.blast.ExecuteBlast
 
execute(BlastParameters) - Method in class org.objectweb.proactive.calcium.examples.blast.ExecuteFormatDB
 
execute(BlastParameters) - Method in class org.objectweb.proactive.calcium.examples.blast.ExecuteFormatQuery
 
execute(Challenge) - Method in class org.objectweb.proactive.calcium.examples.findprimes.SolveChallenge
 
execute(Board) - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt1.SolveBT1
 
execute(Board) - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt2.SolveBT2
 
Execute<T> - Interface in org.objectweb.proactive.calcium.interfaces
Classes implementing this interface can be executed.
execute(T) - Method in interface org.objectweb.proactive.calcium.interfaces.Execute
 
execute(Task<T>) - Method in class org.objectweb.proactive.calcium.skeletons.DaC
 
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(SciTask) - Method in class org.objectweb.proactive.ext.scilab.SciEngine
execute a task
execute(SciTask) - Method in class org.objectweb.proactive.ext.scilab.SciEngineWorker
execute a task
execute(SecurityContext) - Method in interface org.objectweb.proactive.ext.security.Secure
 
execute(String, PrintStream, PrintStream) - Method in class org.objectweb.proactive.osgi.StartNodeCommand
 
execute() - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
This method is used to execute a job if the required ressources are available.
ExecuteBlast - Class in org.objectweb.proactive.calcium.examples.blast
 
ExecuteBlast() - Constructor for class org.objectweb.proactive.calcium.examples.blast.ExecuteBlast
 
ExecuteFormatDB - Class in org.objectweb.proactive.calcium.examples.blast
 
ExecuteFormatDB() - Constructor for class org.objectweb.proactive.calcium.examples.blast.ExecuteFormatDB
 
ExecuteFormatQuery - Class in org.objectweb.proactive.calcium.examples.blast
 
ExecuteFormatQuery() - Constructor for class org.objectweb.proactive.calcium.examples.blast.ExecuteFormatQuery
 
executeMethodOnArrival(Body) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
executeMethodOnDeparture(Body) - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
executeTask(SciTask) - Static method in class org.objectweb.proactive.ext.scilab.SciEngineWorker
 
Exercise - Class in org.objectweb.proactive.calcium.statistics
 
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
 
exit() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
exit the monitor and free each deployed engine
exit() - Method in class org.objectweb.proactive.ext.scilab.SciEngine
 
exit() - Method in class org.objectweb.proactive.ext.scilab.SciEngineWorker
 
exitFailure() - Static method in class org.objectweb.proactive.ProActive
Call this method at the end of the application if it did not complete successfully, for the launcher to be aware of it.
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
 
exitProcessingState() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
exitReadyState() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
exitResultsState() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
exitSuccess() - Static method in class org.objectweb.proactive.ProActive
Call this method at the end of the application if it completed successfully, for the launcher to be aware of it.
exitValue() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
exitValue() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
exitValue() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
exitValue() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
This method returns the exit value of the subprocess.
exitWaitingState() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
expectedDispatchSize(Object, int) - Method in interface org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatch
Computes the number of method invocations that will be generated with the selection distribution algorithm.
expectedDispatchSize(Object, int) - Method in enum org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatchMode
 
exploreHost(String, int, String) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
exploreKnownJVM() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
exploreNode(String, String) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
exploring(int, UUID, P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PService
Method automaticly forwarded by run activity if needed.
EXPORTED_VIRTUAL_NODE - Static variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveTextFieldModel
 
EXPORTED_VIRTUAL_NODES_FONT - Static variable in interface org.objectweb.proactive.ic2d.gui.components.Constants
 
ExportedVirtualNode - Interface in org.objectweb.proactive.core.component.adl.vnexportation
An AST node interface to define an exported virtual node.
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.admin.model.ProActiveAdminModel
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveGraphView
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.history.model.ProActiveHistoryManager
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveConfigurationListener
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveConfigurationNotifier
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveDerivedConfiguration
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveStatusManager
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.ProActiveTitlePane
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.tree.model.ProActiveTreeModel
 
exportedVirtualNodeChanged(ProActiveComponent, String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.undo.model.ProActiveUndoManager
 
ExportedVirtualNodeContainer - Interface in org.objectweb.proactive.core.component.adl.vnexportation
An AST node interface for nodes that can contain exported virtual nodes.
exportedVirtualNodeNameFieldModel - Variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
ExportedVirtualNodes - Interface in org.objectweb.proactive.core.component.adl.vnexportation
An AST node interface to define a set of exported virtual nodes.
ExportedVirtualNodesBuilder - Interface in org.objectweb.proactive.core.component.adl.vnexportation
A builder interface for composing exported virtual nodes.
ExportedVirtualNodesBuilderImpl - Class in org.objectweb.proactive.core.component.adl.vnexportation
An implementation of the ExportedVirtualNodesBuilder interface.
ExportedVirtualNodesBuilderImpl() - Constructor for class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesBuilderImpl
 
ExportedVirtualNodesCompiler - Class in org.objectweb.proactive.core.component.adl.vnexportation
A PrimitiveCompiler to compile ExportedVirtualNodes in definitions.
ExportedVirtualNodesCompiler() - Constructor for class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesCompiler
 
ExportedVirtualNodesCompositionTableModel - Class in org.objectweb.proactive.ic2d.gui.components.dialog.model
A TableModel based on a Component model that represents interfaces names, signatures...
ExportedVirtualNodesCompositionTableModel() - Constructor for class org.objectweb.proactive.ic2d.gui.components.dialog.model.ExportedVirtualNodesCompositionTableModel
 
exportedVirtualNodesCompositionTableModel - Variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
The table model representing the exported virtual nodes.
exportedVirtualNodesCompositionTableSelectionModel - Variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
The table selection model representing the exported virtual nodes.
ExportedVirtualNodesContainer - Interface in org.objectweb.proactive.core.component.adl.vnexportation
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 in org.objectweb.proactive.core.component.adl.vnexportation
A static container of exported / composed virtual nodes.
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.
EXTENDED_JVM_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
externalProcess - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
ExternalProcess - Interface in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.core.process
A class implementing this interface is able to start an embedded ExternalProcess.

F

Facade - Class in org.objectweb.proactive.calcium
This class provides a Facade access to the kernel.
Facade(Skernel) - Constructor for class org.objectweb.proactive.calcium.Facade
 
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
FactoryFactory - Class in org.objectweb.proactive.core.component.adl
A ProActive factory customizing the Fractal ADL.
FAILED - Static variable in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
Active objects possible states.
FailedGroupRendezVousException - Exception in org.objectweb.proactive.core.exceptions.proxy
 
FailedGroupRendezVousException(String, ExceptionListException, ProxyForGroup) - Constructor for exception org.objectweb.proactive.core.exceptions.proxy.FailedGroupRendezVousException
 
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
 
FakeEventObservable - Class in org.objectweb.proactive.benchmarks.timit.util.observing
This class is the Observable.
FakeEventObservable() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Construct an FakeObservable with zero Observers.
fakeRun - Variable in class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
fakeRun() - Method in class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
FakeTimer - Class in org.objectweb.proactive.benchmarks.timit.util
Class used only for performances
FakeTimer() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
Farm<T> - Class in org.objectweb.proactive.calcium.skeletons
This class provides Farm parallelism (also known as Master/Slave).
Farm(Skeleton<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.Farm
 
fatalError(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
fatalError(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandlerTerminating
 
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
 
FaultDetector - Interface in org.objectweb.proactive.core.body.ft.servers.faultdetection
An object implementing this interface provides methods to detect failed active objects by sending heartbeat messages.
FaultDetectorImpl - Class in org.objectweb.proactive.core.body.ft.servers.faultdetection
An implementation of the FaultDetector
FaultDetectorImpl(FTServer, long) - Constructor for class org.objectweb.proactive.core.body.ft.servers.faultdetection.FaultDetectorImpl
 
FaultToleranceService - Class in org.objectweb.proactive.core.descriptor.services
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
 
fcParents - Variable in class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
fcState - Variable in class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
fetchJobDescription(String) - Method in class org.objectweb.proactive.scheduler.Scheduler
This method launches the parsing of the XML file to extract the description of the job submitted prior to its submission to the queue.
FIFOPolicy - Class in org.objectweb.proactive.scheduler.policy
FIFO Policy is a policy where the jobs are served by the order of their submission to the scheduler.
FIFOPolicy() - Constructor for class org.objectweb.proactive.scheduler.policy.FIFOPolicy
 
FIFOPolicy(RessourceManager) - Constructor for class org.objectweb.proactive.scheduler.policy.FIFOPolicy
 
fifoServing() - Method in class org.objectweb.proactive.Service
Invoke the default FIFO policy to pick up the requests from the request queue.
FILAIRE_DRAWING_STYLE - Static variable in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
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
 
FileBlock - Class in org.objectweb.proactive.core.filetransfer
This class represents a fraction of a file.
FileBlock() - Constructor for class org.objectweb.proactive.core.filetransfer.FileBlock
Empty ProActive constructor.
FileBlock(long) - Constructor for class org.objectweb.proactive.core.filetransfer.FileBlock
 
FileBlock(long, int) - Constructor for class org.objectweb.proactive.core.filetransfer.FileBlock
 
FileDependant - Interface in org.objectweb.proactive.core.process.filetransfer
 
FileDispatcher - Class in org.objectweb.proactive.core.filetransfer
This class acts as a dispatcher of file blocks.
FileDispatcher() - Constructor for class org.objectweb.proactive.core.filetransfer.FileDispatcher
 
fileName - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
filePath - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
FileProcess - Class in org.objectweb.proactive.core.rmi
 
FileProcess(String, RequestInfo) - Constructor for class org.objectweb.proactive.core.rmi.FileProcess
 
fileTransfer - Variable in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler
 
fileTransfer - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
FILETRANSFER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
FileTransfer - Class in org.objectweb.proactive.filetransfer
This class provides a standard entry point for API FileTransfer tools.
FileTransfer() - Constructor for class org.objectweb.proactive.filetransfer.FileTransfer
 
FileTransferDefinition - Class in org.objectweb.proactive.core.process.filetransfer
This class stores the FileTransfer Definition abstraction
FileTransferDefinition(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
FileTransferDefinition() - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
FileTransferDefinition.DirectoryDescription - Class in org.objectweb.proactive.core.process.filetransfer
 
FileTransferDefinition.DirectoryDescription(String, String, String, String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.DirectoryDescription
 
FileTransferDefinition.FileDescription - Class in org.objectweb.proactive.core.process.filetransfer
 
FileTransferDefinition.FileDescription(String, String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.FileDescription
 
FileTransferDefinitionsHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
FileTransferDefinitionsHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler
 
FileTransferDefinitionsHandler.FileTransferHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
FileTransferDefinitionsHandler.FileTransferHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler
 
FileTransferDefinitionsHandler.FileTransferHandler.DirHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
FileTransferDefinitionsHandler.FileTransferHandler.DirHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.DirHandler
 
FileTransferDefinitionsHandler.FileTransferHandler.FileHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
FileTransferDefinitionsHandler.FileTransferHandler.FileHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler.FileTransferHandler.FileHandler
 
FileTransferEngine - Class in org.objectweb.proactive.core.filetransfer
This class is ment to be a service active object.
FileTransferEngine() - Constructor for class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
fileTransferLogger - Static variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
fileTransferQueue - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
FileTransferRequest - Class in org.objectweb.proactive.core.filetransfer
This class represents a file transfer request.
FileTransferRequest(File, File, OperationStatus, FileTransferService, FileTransferService) - Constructor for class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
fileTransferRetrieve() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
This methods triggers the remote retrieval of files, as specified in the instantiated descriptor file for this VirtualNode.
fileTransferRetrieve() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
fileTransferRetrieve() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
FileTransferService - Class in org.objectweb.proactive.core.filetransfer
This class is intented to be used a service active object for performing file transfer operations.
FileTransferService() - Constructor for class org.objectweb.proactive.core.filetransfer.FileTransferService
 
fileTransferServicePool - Variable in class org.objectweb.proactive.core.node.NodeImpl
 
fileTransferStructure - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
FileTransferWorkShop - Class in org.objectweb.proactive.core.process.filetransfer
This class stores the FileTransfer arquitecture specific information.
FileTransferWorkShop(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Constructs a FileTransferWorkshop.
FileTransferWorkShop.StructureInformation - Class in org.objectweb.proactive.core.process.filetransfer
 
FileTransferWorkShop.StructureInformation() - Constructor for class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
FileVector - Class in org.objectweb.proactive.filetransfer
This class contains a result of a file transfer operation.
FileVector() - Constructor for class org.objectweb.proactive.filetransfer.FileVector
 
fillShortcutsTable() - Method in class org.objectweb.proactive.ext.implicit.ImplicitService
Fills the shortcuts table with all obvious entries.
filterChangeParentNotification(String) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
filterChangeParentNotification(String) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
FilteredClassesPanel - Class in org.objectweb.proactive.ic2d.gui.dialog
 
FilteredClassesPanel(ActiveObjectFilter) - Constructor for class org.objectweb.proactive.ic2d.gui.dialog.FilteredClassesPanel
 
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
 
finalize() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
finalize() - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
 
finalize() - Method in class org.objectweb.proactive.scheduler.Scheduler
Redefines the finalize method to do some cleaning.
finalizeStats() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItManager
Deprecated.  
finalizeTimed(int, String) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
This method performs the EventData and the Timer reduction.
findActiveObjectById(UniqueID) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
findActiveObjectById(UniqueID) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
findActiveObjectById(UniqueID) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
findActiveObjectPanelByActiveObject(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
findActiveObjectPanelByActiveObject(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
findClass(String) - Method in class org.objectweb.proactive.core.classloader.ProActiveClassLoader
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
 
findPARuntimes(String, int) - Method in interface org.objectweb.proactive.ic2d.util.HostRTFinder
 
findPARuntimes(String, int) - Method in class org.objectweb.proactive.ic2d.util.HttpHostRTFinder
 
findPARuntimes(String, int) - Method in class org.objectweb.proactive.ic2d.util.IbisHostRTFinder
 
findPARuntimes(String, int) - Method in class org.objectweb.proactive.ic2d.util.JiniHostRTFinder
 
findPARuntimes(String, int) - Method in class org.objectweb.proactive.ic2d.util.RMIHostRTFinder
 
FindPrimes - Class in org.objectweb.proactive.calcium.examples.findprimes
 
FindPrimes() - Constructor for class org.objectweb.proactive.calcium.examples.findprimes.FindPrimes
 
findVMObjectHavingExistingNode(String) - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
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 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(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 class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
fireNFE(NonFunctionalException) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
fireNFE(UniqueID, NonFunctionalException) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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.
firstElement() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
fixedName - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
FLOAT_LEN - Static variable in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
 
FloatMutableWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
floatToBytes(float, byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
translate float into bytes, stored in byte array starting from startIndex
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.
FloatWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
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.
flushAll() - Method in class org.objectweb.proactive.Service
Removes all request from the queue.
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.
flushMaybe(String, String, String, int) - Static method in class org.objectweb.proactive.core.ssh.JSchSingleton
 
For<T> - Class in org.objectweb.proactive.calcium.skeletons
 
For(int, Skeleton<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.For
 
forBalancing - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
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 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
 
forceDetection() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
forceSingleInstance() - Method in class org.objectweb.proactive.core.component.ContentDescription
Indicates that there should only be one instance of this component when instantiating the component on a given multiple virtual node
format(double) - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
formulaMandelbrot(String, int, int, double, double, double, double, int) - Static method in class org.objectweb.proactive.ext.scilab.util.SciMath
 
formulaPi(String, int, int) - Static method in class org.objectweb.proactive.ext.scilab.util.SciMath
 
forName(String) - Static method in class org.objectweb.proactive.core.mop.MOP
Loads a class using standard classloader or a hashtable
forStealing - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
FORWARDER_RUNTIME_REGISTERED - Static variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
forwardFile - Variable in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
FRACTAL_IMPLEMENTATION_BUILDER_BINDING - Static variable in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
Fractive - Class in org.objectweb.proactive.core.component
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)
freeNodes(String, boolean) - Method in class org.objectweb.proactive.scheduler.RessourceManager
frees the allocated nodes of the job associated to the specified jobId
from - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
fromHalfBody - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
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
 
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
 
FTManager - Class in org.objectweb.proactive.core.body.ft.protocols
Define all hook methods for the management of fault-tolerance.
FTManager() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
FTManagerCIC - Class in org.objectweb.proactive.core.body.ft.protocols.cic.managers
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 in org.objectweb.proactive.core.body.ft.protocols
Factory for creating Fault-tolerance manager
ftmanagerFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
FTManagerPMLRB - Class in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers
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 in org.objectweb.proactive.core.body.ft.internalmsg
A class implementing this interface is a non-fonctional message that can be handled by a FTManager.
FTServer - Class in org.objectweb.proactive.core.body.ft.servers
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
 
ftService - Variable in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler
 
ftsPool - Variable in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
fullname - Variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
FunctionalInterfaceProxy - Interface in org.objectweb.proactive.core.component.representative
Associates a functional interface with the proxy to an active object.
FunctionalInterfaceProxyImpl - Class in org.objectweb.proactive.core.component.representative
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 in org.objectweb.proactive.core.body.future
An object implementing this interface if a place holder object for an upcomming result yet to come.
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
FutureCreationException - Exception in org.objectweb.proactive.core.exceptions.proxy
 
FutureCreationException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.exceptions.proxy.FutureCreationException
 
FutureDoubleMatrix - Class in org.objectweb.proactive.ext.scilab.util
This class represents a matrix of double with a waiting by necessity
FutureDoubleMatrix(String, int, int) - Constructor for class org.objectweb.proactive.ext.scilab.util.FutureDoubleMatrix
 
FutureEvent - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
A class implementating this interface is listener of FutureEvent.
futureEventListener - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
FutureEventProducer - Interface in org.objectweb.proactive.core.body.future
 
FutureEventProducerImpl - Class in org.objectweb.proactive.core.body.future
 
FutureEventProducerImpl() - Constructor for class org.objectweb.proactive.core.body.future.FutureEventProducerImpl
 
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
FutureList - Class in org.objectweb.proactive.ext.util
 
FutureList() - Constructor for class org.objectweb.proactive.ext.util.FutureList
 
FutureMap - Class in org.objectweb.proactive.core.body.future
Data structure which stores futures and corresponding automatic continuation to do.
FutureMap() - Constructor for class org.objectweb.proactive.core.body.future.FutureMap
 
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
FuturePool - Class in org.objectweb.proactive.core.body.future
 
FuturePool() - Constructor for class org.objectweb.proactive.core.body.future.FuturePool
 
FutureProxy - Class in org.objectweb.proactive.core.body.future
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 in org.objectweb.proactive.core.body.future
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 in org.objectweb.proactive.core.exceptions.proxy
 
FutureTimeoutException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.exceptions.proxy.FutureTimeoutException
 

G

GarbageCollector - Class in org.objectweb.proactive.core.gc
This class will become some day a garbage collector
GarbageCollector(AbstractBody) - Constructor for class org.objectweb.proactive.core.gc.GarbageCollector
Build a GarbageCollector instance for each active object
gather(Result[]) - Method in class org.objectweb.proactive.branchnbound.core.Task
As defined by the user, it returns the best results.
GATHER_CARDINALITY - Static variable in interface org.objectweb.proactive.core.component.adl.types.ProActiveTypeInterface
 
GATHER_CARDINALITY - Static variable in interface org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
GatherBindingChecker - Class in org.objectweb.proactive.core.component.collectiveitfs
Utility class for gathercast interfaces.
GatherBindingChecker() - Constructor for class org.objectweb.proactive.core.component.collectiveitfs.GatherBindingChecker
 
GATHERCAST_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
GATHERCAST_ITF_PROXY_DEFAULT_SUFFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
GathercastController - Interface in org.objectweb.proactive.core.component.controller
 
GathercastControllerImpl - Class in org.objectweb.proactive.core.component.controller
 
GathercastControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
GathercastTimeoutException - Exception in org.objectweb.proactive.core.component.exceptions
Gathercast interface transform several invocations into a single invocation, by gathering the invocation parameters and redistributing the results.
GathercastTimeoutException() - Constructor for exception org.objectweb.proactive.core.component.exceptions.GathercastTimeoutException
 
GathercastTimeoutException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.GathercastTimeoutException
 
GathercastTimeoutException(String) - Constructor for exception org.objectweb.proactive.core.component.exceptions.GathercastTimeoutException
 
GathercastTimeoutException(Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.GathercastTimeoutException
 
GatherFuturesHandler - Class in org.objectweb.proactive.core.component.collectiveitfs
Manages the distribution and update of futures when gathercast methods return a result.
GatherFuturesHandler() - Constructor for class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandler
 
GatherFuturesHandlerPool - Class in org.objectweb.proactive.core.component.collectiveitfs
A primitive non-optimized pool for futures handlers.
GatherInterfaceGenerator - Class in org.objectweb.proactive.core.component.gen
 
GatherInterfaceGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.GatherInterfaceGenerator
 
GatherItfAdapterProxy - Class in org.objectweb.proactive.core.component.gen
 
GatherItfAdapterProxy(Object) - Constructor for class org.objectweb.proactive.core.component.gen.GatherItfAdapterProxy
 
GatherRequestsQueue - Class in org.objectweb.proactive.core.component.collectiveitfs
This class manages a queue of requests on a gather interface: a list of reified invocations from connected client interfaces.
GatherRequestsQueue(ProActiveComponent, String, Method, List<ItfID>, GatherFuturesHandlerPool) - Constructor for class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
GatherRequestsQueues - Class in org.objectweb.proactive.core.component.collectiveitfs
This class orders requests arriving to gathercast interfaces into queues.
GatherRequestsQueues(ProActiveComponent) - Constructor for class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueues
 
GC - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
GEN_ESCAPE - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
GEN_ESCAPE_CHAR - Static variable in class org.objectweb.proactive.core.component.gen.Utils
The char used to escaped "meta" information in generated classname.
GEN_ITF_NAME_SEPARATOR - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
GEN_ITF_NAME_SEPARATOR_CHAR - Static variable in class org.objectweb.proactive.core.component.gen.Utils
Separate many interface name.
GEN_MIDDLE_SEPARATOR - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
GEN_MIDDLE_SEPARATOR_CHAR - Static variable in class org.objectweb.proactive.core.component.gen.Utils
Separate the signature part (a classname, ...) and the name part of an interface.
GEN_PACKAGE_SEPARATOR - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
GEN_PACKAGE_SEPARATOR_CHAR - Static variable in class org.objectweb.proactive.core.component.gen.Utils
Used to replace '.'
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
 
generateCertificate(String, String, PrivateKey, PublicKey) - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
generateChart(Element, BenchmarkStatistics, ConfigChart) - Method in interface org.objectweb.proactive.benchmarks.timit.util.charts.Chart
Generate a chart from the root Element of finalized benchmark serie, or a BenchmarkStatistics if values can't be store in a convenient way in XML serie result file (like communication pattern event datas)
generateChart(Element, BenchmarkStatistics, ConfigChart) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.HierarchicalBarChart
 
generateChart(Element, BenchmarkStatistics, ConfigChart) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.Line2dChart
 
generateChart(Element, BenchmarkStatistics, ConfigChart) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.MatrixChart
 
generateClass(String, String) - Static method in class org.objectweb.proactive.ext.util.StubGenerator
 
generateControllerInterface(String, Component, ProActiveInterfaceType) - Method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
GENERATED_DEFAULT_PREFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
generateDescriptor(String, HashMap<String, String>, HashMap<String, String>, String) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
Generate a ProActive descriptor file thanks to a pad base file.
generateEntityCertificate(String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
generateFunctionalInterface(String, Component, ProActiveInterfaceType) - Method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
generateGenericCertificateSelfSigned() - Static method in class org.objectweb.proactive.ext.security.ProActiveSecurity
 
generateInterface(String, Component, ProActiveInterfaceType, boolean, boolean) - Method in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
generateInterface(ProActiveInterfaceType) - Static method in class org.objectweb.proactive.core.component.gen.GatherInterfaceGenerator
 
generateInterface(String, Component, ProActiveInterfaceType, 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, ProActiveInterfaceType, boolean, boolean) - Method in class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
generateInterface(String, Component, ProActiveInterfaceType, boolean, boolean) - Method in class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
 
generateInterfaceByteCode(String, ProActiveInterfaceType) - Static method in class org.objectweb.proactive.core.component.gen.RepresentativeInterfaceClassGenerator
 
generateInterfaceClass(ProActiveInterfaceType, 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
generateMethodCallsForMulticastDelegatee(ProActiveComponent, MethodCall, ProxyForComponentInterfaceGroup) - Static method in class org.objectweb.proactive.core.component.collectiveitfs.MulticastHelper
Transforms an invocation on a multicast interface into a list of invocations which will be transferred to client interfaces.
generateMethodCallsForMulticastDelegatee(MethodCall, ProxyForComponentInterfaceGroup) - Method in interface org.objectweb.proactive.core.component.controller.MulticastController
Transforms an invocation on a multicast interface into a list of invocations which will be transferred to client interfaces.
generateMethodCallsForMulticastDelegatee(MethodCall, ProxyForComponentInterfaceGroup) - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
generateSessionKey() - Method in class org.objectweb.proactive.ext.security.crypto.SessionKeyFactory
 
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
generateSiblingCertificate(String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
generateStub(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
generatingCharts(Element, BenchmarkStatistics, ConfigChart[]) - Static method in class org.objectweb.proactive.benchmarks.timit.util.charts.Utilities
For each tag in configuration file, try to generate a chart according to its parameters
GenerationOfStubClassFailedException - Exception in org.objectweb.proactive.core.mop
 
GenerationOfStubClassFailedException() - Constructor for exception org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GenerationOfStubClassFailedException(String) - Constructor for exception org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GenerationOfStubClassFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GenerationOfStubClassFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.GenerationOfStubClassFailedException
 
GENERIC_TYPE - Static variable in class org.objectweb.proactive.core.event.ProActiveEvent
 
GENERIC_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
GenericJob - Class in org.objectweb.proactive.scheduler
This class includes the definition and description of the jobs
GenericJob() - Constructor for class org.objectweb.proactive.scheduler.GenericJob
 
GenericTypeWrapper<T> - Class in org.objectweb.proactive.core.util.wrapper
A reifiable object for wrapping the Java type Object.
GenericTypeWrapper() - Constructor for class org.objectweb.proactive.core.util.wrapper.GenericTypeWrapper
Empty no args Constructor
GenericTypeWrapper(T) - Constructor for class org.objectweb.proactive.core.util.wrapper.GenericTypeWrapper
Constructor for the wrapper
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!
get(String) - Method in class org.objectweb.proactive.benchmarks.timit.config.Benchmark
 
get(String) - Method in class org.objectweb.proactive.benchmarks.timit.config.ConfigChart
 
get(String) - Method in class org.objectweb.proactive.benchmarks.timit.config.Serie
 
get(String) - Method in class org.objectweb.proactive.benchmarks.timit.config.Tag
 
get(String) - Method in class org.objectweb.proactive.core.component.Bindings
Method get.
get(ItfID) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
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(String) - Method in class org.objectweb.proactive.ext.scilab.SciResult
 
get() - Method in class org.objectweb.proactive.ext.scilab.util.FutureDoubleMatrix
 
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
get(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
get(String) - Method in class org.objectweb.proactive.scheduler.Queue
returns the job associated with the job Id.
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
 
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
 
getAbsoluteDstPath(FileTransferDefinition.FileDescription) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
getAbsoluteSrcPath(FileTransferDefinition.FileDescription) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
For a given filename, it creates the Full Path using the source information of this FTW.
getAbstractDataObject() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
getAbstractDataObject() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
getAbstractDataObject() - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
getAbstractDataObject() - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
getAbstractDataObject() - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
getAbstractDataObject() - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
getAbstractDataObject() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getAcquaintanceList() - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
getAcquaintanceList() - Method in class org.objectweb.proactive.p2p.service.P2PService
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getAcquaintances() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getACState() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getAction() - Method in class org.objectweb.proactive.core.rmi.MSG
 
getActiveGroup() - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
getActiveObject(UniqueID) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
getActiveObject() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
getActiveObjectNodeUrl(Object) - Static method in class org.objectweb.proactive.ProActive
Return the URL of the remote activeObject.
getActiveObjectPanel(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
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 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() - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
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(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
 
getActiveObjectsCount() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getActiveObjectsFrom(LoadBalancer, double) - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
getActiveObjectsFrom(P2PLoadBalancer, double) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
getActiveObjectsId() - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
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.jmx.server.ProActiveConnectorServer
The address of this connector server.
getAddress() - Method in class org.objectweb.proactive.p2p.service.P2PService
For load balancing.
getAlignLayout() - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
getAlignLayout() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getAll() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
getAllDirectories() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
getAllExceptions() - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
getAllExceptions() - Static method in class org.objectweb.proactive.ProActive
Get the exceptions that have been caught in the current ProActive.tryWithCatch()/ProActive.removeTryWithCatch() block.
getAllFileDescriptions() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
This method is used to get The fileDescription associated with this workshop.
getAllFiles() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
getAllFileTransferDefinitions() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Gives all the File Transfer Definitions mapped on to this FTW.
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
 
getANode(String, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
For asking a single node to the p2p infrastructure.
getANode(String, String, P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PService
***For internal use only***
getAOCreation() - Method in class org.objectweb.proactive.ext.security.Communication
 
getAOs() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
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
 
getArgs() - Method in class org.objectweb.proactive.core.descriptor.services.TechnicalServiceXmlType
 
getAssociations() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
getAttachedResourceServer() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getAttachedResourceServer() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getAttribute(ObjectName, String) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
getAttributeAsynchronous(ObjectName, String) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as getAttribute but returns a reifiable type in order to perform ProActive asynchronous call
getAttributes(ObjectName, String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
getAttributes() - Method in class org.objectweb.proactive.jmx.server.ProActiveConnectorServer
Returns the attributes of this connector
getAttributesAsynchronous(ObjectName, String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as getAttributes but returns a reifiable type in order to perform ProActive asynchronous call
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.
getAvailableNodesNb() - Method in class org.objectweb.proactive.scheduler.RessourceManager
This method returns the number of ressources available.
getAverage(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
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
 
getAverageComputationTime() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getAverageComputationTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getAverageProcessingTime() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getAverageProcessingTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getAverageReadyTime() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getAverageReadyTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getAverageResultsTime() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getAverageResultsTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getAverageWaitingTime() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getAverageWaitingTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getAverageWallClockTime() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getAverageWallClockTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
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
getBag() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
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)
getBenchmarks() - Method in class org.objectweb.proactive.benchmarks.timit.config.Serie
 
getBenchmarkStatistics() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItManager
Wait for the result of all Timed object
getBestCurrentResult() - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
getBestCurrentResult() - Method in class org.objectweb.proactive.branchnbound.core.Worker
 
getBinding(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
getBindingController(ProActiveComponent) - Static method in class org.objectweb.proactive.core.component.Fractive
 
getBlastParemeterString() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
getBlockSize() - Method in class org.objectweb.proactive.core.filetransfer.FileBlock
 
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(UniqueID) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationMap
 
getBody() - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.WrappedLocationBody
 
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
getBody(UniqueID) - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
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
getBodyID() - Method in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
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
getBranch(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
getBranch(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
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.
getCardinality() - Method in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
getter for the cardinality
getCardinality(String, Component) - Static method in class org.objectweb.proactive.core.component.Utils
 
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[].
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() - 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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getCertificate(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getCertificate() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getCertificate(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getCertificate() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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.domain.DomainImpl
 
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 class org.objectweb.proactive.ext.security.securityentity.Entity
 
getCertificate() - Method in interface org.objectweb.proactive.ext.security.SecurityEntity
entity certificate
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() - 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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getCertificateEncoded(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getCertificateEncoded(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getCertificateEncoded() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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.domain.DomainImpl
 
getCertificateEncoded() - Method in interface org.objectweb.proactive.ext.security.domain.SecurityDomain
 
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
getCertificateFactory() - Static method in class org.objectweb.proactive.ext.security.CertTools
 
getCertificatEncoded() - Method in class org.objectweb.proactive.ext.security.InternalBodySecurity
 
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
 
getCharts() - Method in class org.objectweb.proactive.benchmarks.timit.config.Serie
 
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
 
getChild(Object) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
remove Child
getChild(AbstractDataObject) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
get Child
getChild(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
getChildObjectsCount() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
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.Utils
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 class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getClassDataFromParentRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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 class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getClassDataFromThisRuntime(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getClasses() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting list of classes
getClasses() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getClasses() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
getClassesParams() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting array of params
getClassesParams() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getClassesParams() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
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
getClassName() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
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
getClassName() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
getClassname() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
getClassName() - Method in class org.objectweb.proactive.ic2d.spy.BodyCreationSpyEvent
 
getClassName() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
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
 
getClasspath() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
getClassPath() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getClassServerPortNumber() - Method in class org.objectweb.proactive.core.rmi.ClassServerHelper
 
getClazz() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
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
 
getColumnCount() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ExportedVirtualNodesCompositionTableModel
 
getColumnName(int) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ExportedVirtualNodesCompositionTableModel
 
getCommand() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getCommand() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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.
getCommand_path() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getCommandPath() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getCommandPath() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
 
getCommunication() - Method in class org.objectweb.proactive.ext.security.Communication
 
getCommunication() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
getCommunicationEventListener() - Method in class org.objectweb.proactive.ic2d.data.IC2DObject
 
getCommunicationRecorder() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
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.ItfID
 
getComponentInterfaceName() - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
getComponentMetadata() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getComponentMethodCall(Method, Object[], Map<TypeVariable, Class>, String, ItfID, 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[], Map<TypeVariable, Class>, String, ItfID) - 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.ComponentParametersControllerImpl
 
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 ComponentParametersController interface of the given component.
getComponentPart(Component, Rectangle, boolean, int, int) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
 
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.
getComponentType() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
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
 
getComposingVirtualNodeNamesTextFieldModel() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModel
 
getComposingVirtualNodeNamesTextFieldModel() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
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
getComposingVirtualNodes(String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getComposingVirtualNodes(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
getComposingVirtualNodesAsString() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
Returns a String representation of the composing virtual nodes
getComposingVirtualNodesAsString(String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getComposingVirtualNodesAsString(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
getCompositionType() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
Returns the type of this process.
getComputationTime() - Method in class org.objectweb.proactive.calcium.statistics.Exercise
 
getComputationTime() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
The computation time will ideally correspond to the CPU Time or, if the JVM does not support it, the wallclock time.
getComputationTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getConfigFile() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getConfiguration() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getConnectedClientItfs() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
getConnectedClientItfs(String) - Method in interface org.objectweb.proactive.core.component.controller.GathercastController
Returns a list of references to the interfaces connected to a given gathercast interface of this component
getConnectedClientItfs(String) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
getConnection() - Method in class org.objectweb.proactive.jmx.client.ClientConnector
Returns the ProActiveConnection that will enable the calls onto the remote MBean Server
getConnectionId() - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
getConnector() - Method in class org.objectweb.proactive.jmx.client.ClientConnector
Returns the ProActive Remote connector that can be used to establish a connection to a connector server.
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
getContentExceptions() - Method in exception org.objectweb.proactive.core.component.exceptions.ContentControllerExceptionListException
 
getContentLength() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
getContentType() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
getContextForCall(Method) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
getController() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
getControllerDesc() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
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.
getControllersSignatures() - Method in class org.objectweb.proactive.core.component.ControllerDescription
 
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.
getCount() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
getCounterName(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Get the name of counter from his id
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
getCreationTime() - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationRequestInfo
 
getCreationTime() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
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 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
 
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 class org.objectweb.proactive.ic2d.spy.SpyFutureEvent
Return the id of the creator of the future
getCrlDistributionPoint(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Return the CRL distribution point URL form a certificate.
getCRLfromByteArray(byte[]) - Static method in class org.objectweb.proactive.ext.security.CertTools
Creates X509CRL from byte[].
getCtm() - Static method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Get currentTimeMillis() maybe one day we will be able to enhanced this call...
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
 
getCurrenHostNumber() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
getCurrentDestination() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Returns the current Destination.
getCurrentlyEditedComposingVirtualNodesNames() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getCurrentlyEditedComposingVirtualNodesNames() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
getCurrentlyEditedExportedVirtualNodeName() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getCurrentlyEditedExportedVirtualNodeName() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
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.
getCurrentTimeMillis() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
Used by MigratableCounter as a network clock
getCurrentVMID() - Static method in class org.objectweb.proactive.core.UniqueID
Returns the VMID of the current VM in which this class has been loaded.
getData() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Part of the CommEvent implementation, in this case the data is the array of marked communication.
getData() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
getData() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventData
The data getter.
getData() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
getDatabaseFile() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
getDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
getDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
getDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
getDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
getDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
getDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
getDataObjectInfo() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getDataOut() - Method in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
getDatasetTree() - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
getDatatype() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
getDateStart() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
getDefaultDomain() - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
getDefaultDomainAsynchronous() - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as getDefaultDomain but returns a reifiable type in order to perform ProActive asynchronous call
getDefaultNode() - Static method in class org.objectweb.proactive.core.node.NodeFactory
 
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
getDelegatee() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
The delegatee introduces an indirection which can be used for altering the reified invocation
getDeletedTime() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
getDeployAllFilesAndDirectories() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getDeployedTasks() - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
returns the list of the deployed jobs.
getDeployerTag() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getDeployerTag() - Method in interface org.objectweb.proactive.core.node.NodeInformation
Returns the deployer tag of this node
getDeployerTag() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getDeployerTag() - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Returns the Group Information of this VM
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)
getDepth() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
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(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(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
 
getDescriptorVMName() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getDescriptorVMName() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getDescriptorVMName() - Method in interface org.objectweb.proactive.core.runtime.VMInformation
Gives the name of the java virtual machine, that was used to create this node.
getDest() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
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.
getDestinationBodyID() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
 
getDestinationFTS() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
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.FileTransferDefinition.FileDescription
 
getDestRank() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEvent
Returns the destination rank.
getDeviation(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getDgcState(UniqueID) - Static method in class org.objectweb.proactive.core.gc.GarbageCollector
 
getDispatchModes(Method) - Static method in class org.objectweb.proactive.core.component.collectiveitfs.MulticastBindingChecker
Returns the dispatch modes for the parameters of a method, as specified for each annotated parameter
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
 
getDivideDBInto() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
getDomainName() - Method in class org.objectweb.proactive.ext.security.crypto.CertificateIdentity
 
getDomains() - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
getDomainsAsynchronous() - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as getDomain but returns a reifiable type in order to perform ProActive asynchronous call
getDrawingStyle() - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
getDstFile() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
getEffectiveArguments() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getElapsedTime() - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
getElapsedTime(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Returns the time in milliseconds elapsed since last start of this counter
getElapsedTime() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
 
getEmailFromDN(String) - Static method in class org.objectweb.proactive.ext.security.CertTools
Convenience method for getting an email address from a DN.
getEmptyErrorMessage(String) - Method in class org.objectweb.proactive.core.xml.VariableContractType
 
getEngineNode(String) - Static method in class org.objectweb.proactive.ext.scilab.SciDeployEngine
 
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() - 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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getEntities(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getEntities() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getEntities(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getEntities() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getEntities() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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.domain.DomainImpl
 
getEntities() - Method in interface org.objectweb.proactive.ext.security.domain.SecurityDomain
 
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.
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.AbstractSequentialListProcessDecorator
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
 
getEstimatedTime() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getEventCollapsedBag() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItManager
Useful if you want to retrieve collapsed data from an Event observer
getEventData() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventObserver
Returns the event data associated with this observer.
getEventData() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventObserver
 
getEventData(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
getEventData() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObserver
Returns the EventData of an observer
getEventDataBag(int) - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Returns a vector of StatData of the Observers of the current Observable object.
getEventDataBag(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Returns a vector of StatData of the Observers of the current Observable object.
getEventDataBag(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Returns a vector of StatData of the Observers of the current Observable object.
getEventDataBag() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
 
getEventDataValue(String) - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
getEventObservable() - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
 
getEventsStatistics() - Method in class org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
 
getEventValue(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
getEventValue(String) - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
getException() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
getException() - Method in class org.objectweb.proactive.calcium.Task
 
getException() - Method in class org.objectweb.proactive.core.filetransfer.FileBlock
 
getException() - Method in class org.objectweb.proactive.core.filetransfer.OperationStatus
Returns the exception that was encountered
getExceptionContext() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getExceptionLevel() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
getExceptionList() - Method in exception org.objectweb.proactive.core.component.exceptions.InstantiationExceptionListException
 
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
 
getExcercise(Muscle) - Method in interface org.objectweb.proactive.calcium.statistics.Stats
 
getExcercise(Muscle) - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
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
 
getExportedVirtualNodeNameAfterComposition(String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getExportedVirtualNodeNameAfterComposition(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
getExportedVirtualNodeNameBeforeComposition() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
getExportedVirtualNodeNameTextFieldModel() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModel
 
getExportedVirtualNodeNameTextFieldModel() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
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
getExportedVirtualNodes() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveSharedComponent
 
getExportedVirtualNodesAfterComposition() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getExportedVirtualNodesAfterComposition() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
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.
getExportedVirtualNodesBeforeComposition() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getExportedVirtualNodesBeforeComposition() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
getExportedVirtualNodesBeforeCompositionAsString(String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNodesList
 
getExportedVirtualNodesCompositionTableModel() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModel
 
getExportedVirtualNodesCompositionTableModel() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
getExportedVirtualNodesCompositionTableSelectionModel() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModel
 
getExportedVirtualNodesCompositionTableSelectionModel() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
getExportedVirtualNodesNames() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getExportedVirtualNodesNames() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
getExternalClientBindings() - Method in class org.objectweb.proactive.core.component.Bindings
Returns the names of the external client bindings for this component.
getFactory() - Static method in class org.objectweb.proactive.core.component.adl.FactoryFactory
Returns a factory for the ProActive ADL.
getFactory() - Method in class org.objectweb.proactive.core.component.ContentDescription
getter for the metaobjects factory
getFamilyId() - Method in class org.objectweb.proactive.calcium.Task
 
getFaultDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
getFcCardinality() - Method in interface org.objectweb.proactive.core.component.type.ProActiveInterfaceType
Returns the cardinality of this interface.
getFcCardinality() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
getFcContentDesc() - Method in class org.objectweb.proactive.core.component.Fractive
 
getFcControllerDesc() - Method in class org.objectweb.proactive.core.component.Fractive
 
getFcFunctionalInterfaceName() - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
getFcInstanceType() - Method in class org.objectweb.proactive.core.component.Fractive
 
getFcInterface(String) - Method in class org.objectweb.proactive.core.component.Fractive
 
getFcInterface(String) - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getFcInterface(String) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getFcInterfaces() - Method in class org.objectweb.proactive.core.component.Fractive
 
getFcInterfaces() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getFcInterfaces() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getFcInterfaceType(String) - Method in class org.objectweb.proactive.core.component.type.ProActiveComponentTypeImpl
 
getFcInterfaceTypes() - Method in class org.objectweb.proactive.core.component.type.ProActiveComponentTypeImpl
 
getFcInternalInterface(String) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
 
getFcInternalInterfaces() - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
 
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.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.ProActiveInterfaceImpl
 
getFcItfName() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
getFcItfOwner() - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
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()
getFcItfOwner() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
getFcItfSignature() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
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()
getFcItfType() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
getFcName() - Method in class org.objectweb.proactive.core.component.controller.ComponentParametersControllerImpl
 
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.ProActiveContentControllerImpl
 
getFcSuperComponents() - Method in class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
getFcType() - Method in class org.objectweb.proactive.core.component.Fractive
 
getFcType() - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
getFcType() - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
getFile(int) - Method in class org.objectweb.proactive.filetransfer.FileVector
This method will return a File object representing the result of the File Transfer operation (push or pull).
getFileBlock(File, long, int) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
This method will load a FileBlock from a file, starting from the specified offset.
getFileLength(File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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
 
getFilesRequest() - Method in class org.objectweb.proactive.filetransfer.FileVector
This method returns the file transfer requests.
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
 
getFileTransferEngine() - Static method in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
getFileTransferEngine(Node) - Static method in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
getFileTransferRequestStatus(FileTransferRequest) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
getFileTransfertDefiniton() - Method in interface org.objectweb.proactive.core.process.filetransfer.FileDependant
 
getFileTransfertDefiniton() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getFileTransfertDefiniton() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
getFileTransferWorkShopDeploy() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
getFileTransferWorkShopDeploy() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getFileTransferWorkShopDeploy() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
getFileTransferWorkShopRetrieve() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
This method returns a single FileTransferStructure instance for this process.
getFinalEnvironment() - Method in class org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
 
getFinalized() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Returns the 2-dim array of collapsed datas.
getFinalized() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
getFinalized() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventData
Provide the final result
getFinalProcess() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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.JVMProcessImpl
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
GETTERS AND SETTERS *
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.rocks.ClusterForkProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
getFinalProcess() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
getFinalProcess() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the last process of the chain
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.
getFinishedChild() - Method in class org.objectweb.proactive.calcium.Task
 
getFirstIndexToRetreive() - Method in class org.objectweb.proactive.core.body.ft.internalmsg.OutputCommit
 
getFirstNotRespondingTime() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getFirstProcess() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
Return the first process to be launched and increase current rank
getFirstService() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
Return the first service to be launched and increase current rank
getFollowingKey(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
getFormatDBString() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
getFormatQueryString() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
getFormAverage(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getFormDeviation(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getFormMax(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getFormMin(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getFormValue(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
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
 
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
 
getFTS() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
getFTS(Node) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
getFTS(String) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
getFTState() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getFullName() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
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
 
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.
getFutureValue(Object) - Static method in class org.objectweb.proactive.ProActive
Return the object contains by the future (ie its target).
getGathercastController(Component) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns the GatherController interface of the given component.
getGatherProxyItfClassName(ProActiveInterfaceType) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
getGenericFactory(Component) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns the ProActiveGenericFactory interface of the given component.
getGenericTypesMapping() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getGlobalFTServer() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getGlobalServerURL() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getGlobalVariables() - Method in class org.objectweb.proactive.benchmarks.timit.config.ConfigReader
Retrieve the all variable/value couple which were in tag from configuration file
getGroup() - Method in exception 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.
getGroup() - Method in class org.objectweb.proactive.core.runtime.DeployerTag
Returns the group of this node
getGroupByType() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
getGroupByType() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
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
getGroupInformation() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
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.FileTransferDefinition
 
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.FileTransferDefinition
 
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
 
getHierarchicalTime() - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
getHierarchicalTime(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Returns the total time in milliseconds of this counter for this hierarchy
getHierarchicalTime() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
 
getHierarchicalType() - Method in class org.objectweb.proactive.core.component.ComponentParameters
Returns the hierarchicalType.
getHierarchicalType() - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
getHierarchicalType() - Method in class org.objectweb.proactive.core.component.ControllerDescription
Returns the hierarchicalType.
getHierarchy() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getHomonymousAll() - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
getHomonymousDir() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
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.FileTransferDefinition
 
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.filetransfer.FileTransferService
Used for debugin.
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.process.AbstractListProcessDecorator
 
getHostname() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
getHostname() - Method in class org.objectweb.proactive.core.process.DependentListProcess
 
getHostname() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
getHostname() - Method in class org.objectweb.proactive.core.process.IndependentListProcess
 
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.rmi.ClassServer
 
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
getHostName() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
getHostname() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
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
 
getHostObject(String) - Method in class org.objectweb.proactive.ic2d.data.WorldObject
 
getHostPanel(HostObject) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getHosts() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
getHostsFileName() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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.mpi.MPIProcess
 
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
getIc2dPanel() - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
getIcon() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
getIconForKey(int) - Static method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Icons
 
getId() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Get the counter id
getId() - Method in class org.objectweb.proactive.calcium.Task
 
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.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() - 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(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.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.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.core.descriptor.services.TechnicalServiceXmlType
 
getId() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
getId() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
getID() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
getId() - Method in class org.objectweb.proactive.ext.scilab.SciResult
 
getId() - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
getID() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getID() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
getID() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getIdCurrentTask() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
getIdEngine() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
getIdEngine() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
getIDName() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallBarrier
Returns the ID name of the barrier
getIdTask() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
 
getIncomingReferences() - Static method in class org.objectweb.proactive.core.body.proxy.UniversalBodyProxy
 
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 exception 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.rmissh.SshSocket
 
getInetAddress() - Method in class org.objectweb.proactive.core.ssh.SshTunnel
 
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
getInformation() - Method in class org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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.benchmarks.timit.util.FakeTimer
 
getInstance() - Static method in class org.objectweb.proactive.benchmarks.timit.util.TimItManager
 
getInstance(Timed) - Static method in class org.objectweb.proactive.benchmarks.timit.util.TimItStore
Get a TimerStore instance for the current Body, or the VM if we are not on an active object (ProActive context)
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.
getInstructionStack() - Method in interface org.objectweb.proactive.calcium.interfaces.Skeleton
 
getInstructionStack() - Method in class org.objectweb.proactive.calcium.skeletons.DaC
 
getInstructionStack() - Method in class org.objectweb.proactive.calcium.skeletons.Farm
 
getInstructionStack() - Method in class org.objectweb.proactive.calcium.skeletons.For
 
getInstructionStack() - Method in class org.objectweb.proactive.calcium.skeletons.If
 
getInstructionStack() - Method in class org.objectweb.proactive.calcium.skeletons.Pipe
 
getInstructionStack() - Method in class org.objectweb.proactive.calcium.skeletons.Seq
 
getInstructionStack() - Method in class org.objectweb.proactive.calcium.skeletons.While
 
getInterfaceNameFromRepresentativeClassName(String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
getInterfacePosition(Component, Rectangle, Interface) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
 
getInterfaceSignatureFromGathercastProxyClassName(String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
getInterfaceSignatureFromRepresentativeClassName(String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
Parse a representative classname and rebuild the interface signature i.e. the Java interface name.
getInterfaceType() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
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
 
getInvokedMethod() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
getIsActivate() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
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.
getItfName() - Method in class org.objectweb.proactive.core.component.representative.ItfID
 
getItfType(String, Component) - Static method in class org.objectweb.proactive.core.component.Utils
 
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
getJavaPath() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
getJob() - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
getJobArgument() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobDataAccessProtocol() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobDescription() - Method in class org.objectweb.proactive.scheduler.JobNoDescriptor
 
getJobEnvironment() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobExecutable() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobForThePendingQueue() - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Picks up new job to execute in the pending queue.
getJobFuzzyRank() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
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 class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getJobID() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
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 class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getJobID() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getJobID(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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 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() - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
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(String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getJobID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getJobID() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
getJobID(String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getJobID(UniqueRuntimeID, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
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() - Method in interface org.objectweb.proactive.Job
 
getjobID() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
getJobId() - Static method in class org.objectweb.proactive.ProActive
 
getJobID() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getJobID() - Method in class org.objectweb.proactive.scheduler.JobNoDescriptor
 
getJobInit() - Method in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
getJobInit() - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
getJobJobType() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobMonitorFrame() - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
getJobMyProxyServer() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobname() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getJobName() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
getJobNodeNumber() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobOutput_se() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobRank() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobRequirements() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobRetryCount() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobStatus() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getJobStdError() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobStdInput() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobStdOutput() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobStorageIndex() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobType() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJobVO() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getJTextFielddepth() - Method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
getJTextFieldHostIp() - Method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
getJTextFieldttr() - Method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
getJVM() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
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
 
getJVMParameters() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getKeepAlive() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getKeepAlive() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getKey() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
getKey() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
getKey() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
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
 
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.DefaultHandlerAdapter.AttributesImpl
 
getLength() - Method in class org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.EmptyAttributesImpl
 
getLength() - Method in class org.objectweb.proactive.core.xml.io.DOMAdaptor.EmptyAttributesImpl
 
getLifeCycleExceptions() - Method in exception org.objectweb.proactive.core.component.exceptions.ContentControllerExceptionListException
 
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
 
getList() - Method in class org.objectweb.proactive.ext.scilab.SciResult
 
getListDataIn() - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
getListDataOut() - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
getListeners(Class) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView
 
getListeners(Class) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveGraphView
 
getListeners(Class) - Method in class org.objectweb.proactive.ic2d.gui.components.ProActiveTitlePane
 
getListProcess() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
getListTaskWait() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
getListVirtualNode(String) - Static method in class org.objectweb.proactive.ext.scilab.SciDeployEngine
 
getLoad() - Method in class org.objectweb.proactive.loadbalancing.LoadMonitorLinux
 
getLoad() - Method in class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURanking
 
getLoad() - Method in class org.objectweb.proactive.loadbalancing.metrics.currenttimemillis.CurrentTimeMillisMetric
 
getLoad() - Method in interface org.objectweb.proactive.loadbalancing.metrics.Metric
 
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.
getLocalHostName() - Static method in class org.objectweb.proactive.scheduler.Communicator
Gets the localHostName
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getLocalNodeNames() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getLocalNodeProperty(String, String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getLocalNodeProperty(String, String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
getLocalNodeProperty(String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Get a property on the specified local node.
getLocalNodeProperty(String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
getLocalNodeProperty(String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
getLocalNodeProperty(UniqueRuntimeID, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
getLocalNodeProperty(UniqueRuntimeID, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
getLocalNodeProperty(String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
getLocalNodeProperty(String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
getLocalNodeProperty(UniqueRuntimeID, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
getLocalNodeProperty(UniqueRuntimeID, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getLocalNodeProperty(String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getLocalP2PService() - Static method in class org.objectweb.proactive.p2p.service.P2PService
 
getLocalPath() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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.
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
 
getMainParameters() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getMapEngine() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
getMapTaskEnd() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
getMapTaskRun() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
getMax(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getMAX() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
getMaxCommunicationCounter() - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
getMaxDBSize() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
getMaxDepth() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
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.
getMaxTime() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getMaxValue(int[][]) - Static method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Returns the max of a 2-dim array of integers.
getMBeanCount() - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
getMBeanCountAsynchronous() - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as getMBeanCount but returns a reifiable type in order to perform ProActive asynchronous call
getMBeanInfo(ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
getMBeanInfoAsynchronous(ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as getMBeanInfo but returns a reifiable type in order to perform ProActive asynchronous call
getMBeanServer() - Method in class org.objectweb.proactive.jmx.server.ProActiveServerImpl
 
getMBeanServerConnection() - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
getMBeanServerConnection(Subject) - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
getMemberList() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
getMemberListSize() - Method in class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
getMemberListSize() - Method in class org.objectweb.proactive.core.group.ProcessForGroupCreation
 
getMemory() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
return a copy of the memory of this timer
getMenuMouseListener() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel.PanelPopupMenu
 
getMessage() - Method in exception org.objectweb.proactive.core.mop.MOPException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception 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
 
getMessageLogger() - Method in class org.objectweb.proactive.ic2d.gui.util.MessagePanel
 
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
 
getMethod() - Method in class org.objectweb.proactive.core.util.SerializableMethod
 
getMethod() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
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, Map<TypeVariable, Class>, Object[], MethodCallExceptionContext) - Static method in class org.objectweb.proactive.core.mop.MethodCall
Factory method for getting MethodCall objects
getMethodCall(Method, Object[], Map<TypeVariable, Class>) - 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
getMethodName() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
 
getMethodNames() - Method in class org.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName
Returns the names of the awaited methods
getMethodSignatureWithoutReturnTypeAndModifiers(Method) - Static method in class org.objectweb.proactive.core.component.Utils
 
getMigration() - Method in class org.objectweb.proactive.ext.security.Communication
 
getMigrationController(Component) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns the MigrationController interface of the given component.
getMigrationManager() - Method in interface org.objectweb.proactive.core.body.migration.Migratable
 
getMigrationManager() - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
getMigrationStrategy() - Method in interface org.objectweb.proactive.ext.migration.MigrationStrategyManager
 
getMigrationStrategy() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
getMin(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getMinimumSize() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
getMinimumSizeInternal() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
getMinimumSizeInternal() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
getMinimumSizeInternal() - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
getMinNbOfNodes() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getMinNodeNumber() - Method in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
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
 
getMonitoredHosts() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
getMonitoredProtocol() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
getMonitorProtocol() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
getMonitorThread() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
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
getMpiCommandOptions() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
getMpiFileName() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
getMPIProcess() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
 
getMPIProcess() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
start the MPI process attached with this virtual node
getMPIProcess() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getMulticastController(Component) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns the MulticastController interface of the given component.
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
getMyRank() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
getMySPMDGroupSize() - Static method in class org.objectweb.proactive.core.group.spmd.ProSPMD
Returns the size of the SPMD group of this
getName(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
getName() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
A getter for the name of this event data.
getName() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventObserver
Return the name of this event observer
getName() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
getName() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventObserver
Return the name of this event observer
getName() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventData
The name getter.
getName() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObserver
 
getName() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Get the counter name
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 interface org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNode
 
getName() - Method in interface org.objectweb.proactive.core.component.adl.vnexportation.ExportedVirtualNode
 
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.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.LocalNode
 
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.scilab.util.FutureDoubleMatrix
 
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.EncryptedBody
 
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
 
getName() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
getName() - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
getName() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
getName() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
getName() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
getName() - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
getName() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting MPI program name
getName() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getName() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
API method for getting MPI program name
getName() - Method in class org.objectweb.proactive.osgi.StartNodeCommand
 
getNameArray() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
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.
getNameFromUrl(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
Returns the name included in the url
getNameScript() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
getNamesOfParameterizingTypesFromStubClassName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
 
getNb() - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
getNb() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getNbCol() - Method in class org.objectweb.proactive.ext.scilab.util.FutureDoubleMatrix
 
getNbCounter() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Get the number of available counters
getNbEngine() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
getNbKey() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
getNbKey() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
getNbMappedNodes() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Returns the number of Nodes mapped to this VirtualNode in the XML Descriptor
getNbMappedNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
getNbMappedNodes() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getNbMappedNodes(String, String) - Static method in class org.objectweb.proactive.ext.scilab.SciDeployEngine
 
getNbNodesOnCreatedVMs() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Returns the number of nodes that will be created for each of the virtual machines associated to this VirtualMachine object
getNbNodesOnCreatedVMs() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
getNbRow() - Method in class org.objectweb.proactive.ext.scilab.util.FutureDoubleMatrix
 
getNetServer() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
getNewGroupId() - Method in interface org.objectweb.proactive.core.process.JVMProcess
Each time a makeDeepCopy is performed on a JVMProcess this method must be called.
getNewGroupId() - Method in class org.objectweb.proactive.core.process.JVMProcessImpl
 
getNewGroupId() - Method in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
getNewGroupId() - Method in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
getNewMetric() - Method in class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURankingFactory
 
getNewMetric() - Method in class org.objectweb.proactive.loadbalancing.metrics.currenttimemillis.CurrentTimeMillisMetricFactory
 
getNewMetric() - Method in interface org.objectweb.proactive.loadbalancing.metrics.MetricFactory
 
getNextEngine() - Method in class org.objectweb.proactive.ext.scilab.test.SciTest3
 
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
 
getNextProcess() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
Return the next process to be launched and increase current rank
getNextSequenceID() - Method in class org.objectweb.proactive.core.body.HalfBody
 
getNextSequenceID() - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Returns a unique identifier that can be used to tag a future, a request
getNextSequenceID() - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
getNextSequenceID() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getNextValue() - Static method in class org.objectweb.proactive.core.group.threadpool.ThreadInThePool
 
getNFE() - Method in class org.objectweb.proactive.core.body.future.FutureResult
 
getNFRequestPriority() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
getNFRequestPriority() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
getNFRequestPriority() - Method in interface org.objectweb.proactive.core.body.request.Request
Returns the request priority
getNFRequestPriority() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
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
Deprecated. use VirtualNode.getNode() or VirtualNode.getNodes() instead
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
Deprecated. 
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
Deprecated. 
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.ic2d.data.NodeObject
 
getNode() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredNode
 
getNode() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
getNode() - Method in class org.objectweb.proactive.p2p.service.node.P2PNode
 
getNode() - Static method in class org.objectweb.proactive.ProActive
 
getNodeCreated() - Method in class org.objectweb.proactive.core.event.NodeCreationEvent
 
getNodeExploration() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
getNodeFamilyRegexp() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
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 class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
getNodeNumber() - Method in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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.JVMProcessImpl
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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.rocks.ClusterForkProcess
 
getNodeNumber() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
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.SimpleExternalProcess
 
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
 
getNodeNumber() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the number of nodes targeted
getNodeObject(String) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getNodeObject(UniqueID) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getNodePanel(NodeObject) - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
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.descriptor.services.SchedulerLookupService
This is the method to get nodes form the scheduler ressource manager.
getNodes() - Method in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess.OarSite
 
getNodes() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
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.
getNodes(int, String, String, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
Put in a P2PNodeLookup, the number of asked nodes.
getNodes(int, String, String) - Method in class org.objectweb.proactive.p2p.service.P2PService
Put in a P2PNodeLookup, the number of asked nodes.
getNodes() - Method in class org.objectweb.proactive.scheduler.JobNoDescriptor
This method is used to detect the node reservation event and to help fetch those reserved nodes.
getNodes(String, int) - Method in class org.objectweb.proactive.scheduler.RessourceManager
Returns all the nodes that were allocated to the job and moves them from the waiting queue to the used queue.
getNodes(int, int) - Method in class org.objectweb.proactive.scheduler.Scheduler
This method is used while programming ..
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
 
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 class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
getNodeURL() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
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(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 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 exception 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
 
getNodeURL() - Method in class org.objectweb.proactive.ic2d.spy.BodyCreationSpyEvent
 
getNotRespondingCounter() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getNumberExecutedTimes() - Method in class org.objectweb.proactive.calcium.statistics.Exercise
 
getNumberOfActivatedTimes() - Method in class org.objectweb.proactive.calcium.statistics.Timer
 
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
 
getObject() - Method in class org.objectweb.proactive.calcium.Task
 
getObject() - Method in exception org.objectweb.proactive.core.group.ExceptionInGroup
Returns the object who throwns the Throwable
getObject() - Method in class org.objectweb.proactive.core.util.wrapper.GenericTypeWrapper
Retrieves the wrapp object
getObject() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
getObjectInstance(ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
getObjectInstanceAsynchronous(ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as getObjectInstance but returns a reifiable type in order to perform ProActive asynchronous call
getObjectSize(Object) - Static method in class org.objectweb.proactive.benchmarks.timit.TimIt
This method return the size in byte of a given object
getObserver() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.Event
 
getOffset() - Method in class org.objectweb.proactive.core.filetransfer.FileBlock
 
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
 
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
getOldestPriorityNFRequest(boolean) - Method in class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor
Returns the oldest and most priority non functional request
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.
getOOBInline() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getOOBInline() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getOpenedConnexion() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getOperatingSystem() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
getOperationFuture() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
getOutPutFile() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
 
getOwner() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
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
getP2PService() - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
getP2PService() - Method in class org.objectweb.proactive.p2p.service.StartP2PService
 
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
getPanel() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorFrame
 
getPanel() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
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)
getParamDispatchMode(ParamDispatchMetadata) - Static method in class org.objectweb.proactive.core.component.collectiveitfs.MulticastBindingChecker
Returns the parameter dispatch mode specified by a ParamDispatchMetadata annotation
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
 
getParameters() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
getParams() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
getParent(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
getParent() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getParent() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
getParent() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
getParentDataObjectPanel() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
getParentId() - Method in class org.objectweb.proactive.calcium.Task
 
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
 
getPath() - Method in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
getPathScript() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
getPEMFromCerts(Collection) - Static method in class org.objectweb.proactive.ext.security.CertTools
Returns a certificate in PEM-format.
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(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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(UniqueID, SecurityContext) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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(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(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.domain.DomainImpl
 
getPolicy(SecurityContext) - Method in interface org.objectweb.proactive.ext.security.domain.SecurityDomain
 
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
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
getPolicyFile() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
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() - Static method in class org.objectweb.proactive.core.rmi.ClassServerServlet
 
getPort() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
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.ext.benchsocket.BenchClientSocket
 
getPort() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
getPort() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
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
getPos() - Method in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
getPreferredList() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
getPreferredScrollableViewportSize() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getPreferredSize() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
getPrefix() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
getPrettyName() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
getPrettyNames() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
getPrettyNames() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredAO
 
getPrettyNames() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
getPrettyNames() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJob
 
getPrettyNames() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
getPrettyNames() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredNode
 
getPrettyNames() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredVN
 
getPrimitiveType(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
Performs the opposite operation as getWrapperClass
getPriority() - Method in class org.objectweb.proactive.calcium.Task
 
getPriority() - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
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.ext.scilab.monitor.SciTaskInfo
 
getPriority() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
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
getProActiveContentController(Component) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns the ProActiveContentController interface of the given component.
getProActiveDescriptor() - Method in class org.objectweb.proactive.core.descriptor.Launcher
return the launcher's pad
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.
getProactiveDescriptor(String, VariableContract) - 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, and uses the given Variable Contract.
getProActiveDescriptorURL() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Returns the descriptor's location
getProActiveDescriptorURL() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
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 class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getProActiveRuntime(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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 class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getProActiveRuntimes() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
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.domain.DomainImpl
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getProActiveSecurityManager() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getProActiveSPMDGroupManager() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getProActiveVersion() - Static method in class org.objectweb.proactive.ProActive
Returns the number of this version
getProccessingQueueLength() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getProccessingQueueLength() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
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
 
getProcess() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
getProcessId() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getProcessId() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
getProcessId() - Method in class org.objectweb.proactive.core.process.DependentListProcess
 
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.JVMProcessImpl
 
getProcessId() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.mpi.MPIDependentProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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.rocks.ClusterForkProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.SimpleExternalProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.ssh.SSHProcess
 
getProcessId() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
getProcessId() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns the id of the process
getProcessingTime() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
The processing time represents the time this node was asigned to some resource for computation.
getProcessingTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getProcessorNumber() - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
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
 
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(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(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
 
getProgramURL() - Method in class org.objectweb.proactive.calcium.examples.blast.AbstractExecuteCommand
 
getProgramURL() - Method in class org.objectweb.proactive.calcium.examples.blast.ExecuteBlast
 
getProgramURL() - Method in class org.objectweb.proactive.calcium.examples.blast.ExecuteFormatDB
 
getProgramURL() - Method in class org.objectweb.proactive.calcium.examples.blast.ExecuteFormatQuery
 
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
 
getProperty(String) - Method in interface org.objectweb.proactive.core.node.Node
Searches for the property with the specified key in this node property list.
getProperty(String) - Method in class org.objectweb.proactive.core.node.NodeImpl
 
getProperty(String) - Method in class org.objectweb.proactive.core.runtime.LocalNode
Searches for the property with the specified key in this property list.
getProposedPolicy() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getProposedPolicyValidated() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
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
getProtocol() - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
getProtocolId() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
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.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
 
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.
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
 
getProtoSelector(String) - Static method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
Return the selector value for a given protocol.
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() - 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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
getPublicKey(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
getPublicKey() - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
getPublicKey(UniqueID) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getPublicKey() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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.DomainImpl
 
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
getQueryFile() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
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
 
getQueue() - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
Returns the queue that stores the waiting jobs.
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.
getRanking() - Method in class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURanking
This method returns if the machine ranking
getRanking() - Method in class org.objectweb.proactive.loadbalancing.metrics.currenttimemillis.CurrentTimeMillisMetric
 
getRanking() - Method in interface org.objectweb.proactive.loadbalancing.metrics.Metric
 
getRanking() - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
getReadyChild() - Method in class org.objectweb.proactive.calcium.Task
Gets a sub task ready for execution.
getReadyQueueLength() - Method in class org.objectweb.proactive.calcium.Skernel
 
getReadyQueueLength() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getReadyQueueLength() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getReadyTask() - Method in class org.objectweb.proactive.calcium.proactive.ActiveObjectSkernel
 
getReadyTask(long) - Method in class org.objectweb.proactive.calcium.Skernel
This method is gets a task ready for execution.
getReadyTime() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
The ready time represents the time this node was ready for execution waiting for an available resource.
getReadyTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getReceiveBufferSize() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getReceiveBufferSize() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getReceivedCalls() - Method in class org.objectweb.proactive.core.group.spmd.BarrierState
Returns the number of received calls to finish the barrier
getReceiveReply() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getReceiveRequest() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
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.
getReferenceList(UniqueID) - Static method in class org.objectweb.proactive.core.gc.ObjectGraph
 
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
 
getReferences() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getReferences() - Method in class org.objectweb.proactive.core.gc.GarbageCollector
 
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(UniqueID) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
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() - 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
 
getRemoteLibraryPath() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting remote library path
getRemoteLibraryPath() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getRemoteLibraryPath() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
getRemotePath() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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
 
getRemoteRuntimeImpl(String) - Method in class org.objectweb.proactive.core.runtime.RuntimeFactory
Returns the reference to the proActiveRuntime located at s
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
 
getReplyReceiver() - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
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() There should be no generic return type in the methods of the representative class
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.
getRequestQueueLength() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
getRequestQueueLength() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
 
getRequestReceiver() - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
getRequests() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
getRes_requirement() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
getReservedNodes(String, int) - Method in class org.objectweb.proactive.scheduler.Scheduler
returns an array of the reserved nodes of the object with the specified jobId
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
 
getRessourceNb() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getResult(int) - Method in class org.objectweb.proactive.calcium.Facade
 
getResult() - Method in class org.objectweb.proactive.calcium.Skernel
 
getResult() - Method in class org.objectweb.proactive.calcium.Stream
This method returns the result of the computation for every inputed parameter.
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.PathHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.DependentProcessSequenceHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
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.SequentialProcessHandler
 
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.descriptor.xml.ServiceDefinitionHandler.ProActiveSchedulerHandler
 
getResultObject() - Method in class org.objectweb.proactive.core.descriptor.xml.TechnicalServicesHandler.TechnicalServiceDefinitionHandler
 
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
 
getResultObject() - Method in class org.objectweb.proactive.scheduler.ProActiveJobHandler
 
getResultsQueueLength() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getResultsQueueLength() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getResultsTime() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
The results time represents the time since the task is considered finished, and the time the client actually asks (and gets) the result.
getResultsTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
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
 
getReturnValue() - Method in class org.objectweb.proactive.mpi.MPIResult
 
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
 
getRoot() - Method in class org.objectweb.proactive.benchmarks.timit.result.BenchmarkResultWriter
 
getRoot() - Method in class org.objectweb.proactive.benchmarks.timit.result.SerieResultWriter
 
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.
getRowCount() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ExportedVirtualNodesCompositionTableModel
 
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
getRuntimes() - Method in class org.objectweb.proactive.ic2d.util.JiniRTListener
 
getSchedulerService() - Method in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
getSchemaValidationState() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getSciEngine() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
getSciEngineUrl() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
getSciResult() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
getSciTask() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getScrollableTracksViewportHeight() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getScrollableTracksViewportWidth() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
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
 
getSecurityManager() - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
getSendBufferSize() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getSendBufferSize() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
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
 
getSenderItfID() - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
getSendReply() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getSendRequest() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getSeparatorIcon() - Static method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Icons
 
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
 
getSequenceNumber() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
 
getSeries() - Method in class org.objectweb.proactive.benchmarks.timit.config.ConfigReader
Retrieve the serie of benchmarks generated from configuration file
getSeriesBarWidth(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
Returns the bar width for a series, or Double.NaN if no width has been set.
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
 
getServerInterface(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
In ProActive, a collective server interface can be seen as one group.
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 class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
getServiceName() - Method in interface org.objectweb.proactive.core.descriptor.services.UniversalService
Returns the name of the service.
getServingStatus() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
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 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 class org.objectweb.proactive.ext.security.crypto.Session
 
getSessionID() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getSessionId() - Method in interface org.objectweb.proactive.ext.security.Securizable
 
getSessionIDTo(X509Certificate) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
getShortcut() - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
getShortcut() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
getShortcut() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
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(ItfID) - Method in interface org.objectweb.proactive.Body
Returns the body that is the target of this shortcut for this component interface
getShortcutTargetBody(ItfID) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
getShortcutTargetBody() - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
getShortcutTargetBody(ItfID) - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getShortDescription() - Method in class org.objectweb.proactive.osgi.StartNodeCommand
 
getSimpleName(String) - Static method in class org.objectweb.proactive.core.mop.Utils
Extracts the simple name of the class from its fully qualified name
getSize(Serializable) - Method in class org.objectweb.proactive.core.body.ft.servers.storage.CheckpointServerImpl
 
getSkippedObjects() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
getSkippedObjects(int) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
 
getSoLinger() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getSoLinger() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getSolution() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
getSolvedNumberOfRootTasks() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getSolvedNumberOfRootTasks() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getSolvedNumberOfTasks() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getSolvedNumberOfTasks() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getSoTimeout() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getSoTimeout() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
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
 
getSourceBodyID() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
Return the id of the sender of the request
getSourceFTS() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
getSpmdClasses() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting list of SPMD classes
getSpmdClasses() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getSpmdClasses() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
getSpmdClassesParams() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting table of params
getSpmdClassesParams() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getSpmdClassesParams() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
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
getSrc() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
getSrcFile() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
getSrcName() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.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
 
getStack() - Method in class org.objectweb.proactive.calcium.Task
Gives a not so shallow copy of the stack.
getStandardDeviation() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
getStatDataBag() - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
getState() - Method in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
getState() - Method in class org.objectweb.proactive.ext.scilab.gui.TreeEngineNode
 
getState() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
getState() - Method in class org.objectweb.proactive.ext.scilab.SciResult
 
getStatistics() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
Invoked by TimItManager when Startable call finalizeStats()
getStats() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
This function must be called after all timers were collected.
getStats() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
getStats(T) - Method in class org.objectweb.proactive.calcium.Stream
After a T has been computed and obtained through getResult(), this method retrieves the statistics for this T.
getStats() - Method in class org.objectweb.proactive.calcium.Task
 
getStatsGlobal() - Method in class org.objectweb.proactive.calcium.Calcium
 
getStatsGlobal() - Method in class org.objectweb.proactive.calcium.Skernel
 
getStatus() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting MPI program status -
getStatus() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getStatus() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
API method for getting MPI program status -
getStderr() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getStdout() - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
getStreamId() - Method in class org.objectweb.proactive.calcium.Task
 
getStrong() - Method in class org.objectweb.proactive.core.gc.Proxy
 
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.
getSubComponentArea(Component, Rectangle) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
 
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
getSubjectRank() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
getSubmitDate() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getSynchronousReason() - Method in class org.objectweb.proactive.core.mop.MethodCall
 
getSystemProperty(String) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getSystemProperty(String) - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
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
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.objectweb.proactive.ext.scilab.gui.IconRenderer
 
getTag1() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
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 exception org.objectweb.proactive.core.mop.MOPException
 
getTargetException() - Method in exception 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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
getTargetProcess() - Method in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Returns the process target of this process.
getTaskDescription() - Method in class org.objectweb.proactive.scheduler.DeployedTask
 
getTaskEnd(String) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
getTaskPriority() - Method in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
getTcpNoDelay() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getTcpNoDelay() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getTechnicalService(String) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
getTechnicalService(String) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getThrowable() - Method in exception org.objectweb.proactive.core.group.ExceptionInGroup
Returns the Throwable thrown
getTime() - Method in class org.objectweb.proactive.calcium.statistics.Timer
 
getTimeExecution() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
getTimeExecution() - Method in class org.objectweb.proactive.ext.scilab.SciResult
 
getTimeGlobal() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
 
getTimerStatistics() - Method in class org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
 
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
getTmpJob(String) - Method in class org.objectweb.proactive.scheduler.Scheduler
Gets the temporary created generic job object to change it's attribute's content.
getTopLevelParent() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
return the top level parent
getTopLevelParent() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
return the top level parent
getTotalHostNumber() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
getTotalTime() - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
getTotalTime(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Returns the total time in milliseconds of this counter for all hierarchies
getTotalTime() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
 
getTrafficClass() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
getTrafficClass() - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
getTransferData(DataFlavor) - Method in class org.objectweb.proactive.ic2d.gui.data.TransferableUniqueID
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class org.objectweb.proactive.ic2d.gui.data.TransferableUniqueID
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTraversal() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.objectweb.proactive.ext.scilab.gui.TreeEngineRenderer
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorTreeCellRenderer
 
getTreeDepth() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
The average depth of the tree, calculated as logB(#Nodes -1), where the base B is the average tree span.
getTreeDepth() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getTreeSize() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
 
getTreeSize() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getTreeSpan() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
The tree span is the average number of branches of internal tree nodes.
getTreeSpan() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getTryNormalFirst() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
getTTCValue() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
getTtcValue() - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
getTtr() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
getTtr() - Static method in class org.objectweb.proactive.ic2d.util.MonitorThread
return the time to refresh
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.descriptor.services.TechnicalServiceXmlType
 
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(String) - Static method in class org.objectweb.proactive.core.xml.VariableContractType
 
getType() - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
getTypedParent() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
getTypedParent() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
getTypedParent() - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
getTypedParent() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getTypedParent() - Method in class org.objectweb.proactive.ic2d.data.WorldObject
 
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.
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 exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
getUpdateFrequence() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getUpdateFrequence() - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
getUPNAltName(X509Certificate) - Static method in class org.objectweb.proactive.ext.security.CertTools
Gets the Microsoft specific UPN altName.
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() - 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() - Static method in class org.objectweb.proactive.core.rmi.ClassServer
 
getUrl() - Static method in class org.objectweb.proactive.core.rmi.ClassServerServlet
 
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() - 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(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getURL() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getURL() - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
getUsage() - Method in class org.objectweb.proactive.osgi.StartNodeCommand
 
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
getUserId() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getUsername() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
getUsername() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
getUsername() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
getUsername() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
getUsername() - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
getUsername() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Return the username that will be used to run the command.
getUserName(String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
getUsername() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
getUseTunnelGC() - Static method in class org.objectweb.proactive.core.ssh.SshParameters
 
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
 
getValue() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.Event
 
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.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
 
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(String) - Method in class org.objectweb.proactive.core.xml.VariableContract
Returns the value of the variable name passed as parameter.
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.
getValueAt(int, int) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ExportedVirtualNodesCompositionTableModel
 
getValues(BasicMonitoredObject, int, Set) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
getVariableContract() - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
getVariableContract() - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
getVariables() - Method in class org.objectweb.proactive.benchmarks.timit.config.Benchmark
 
getVariance() - Method in class org.objectweb.proactive.core.util.timer.TimerWithMemory
 
getVersion() - Static method in class org.objectweb.proactive.benchmarks.timit.TimIt
 
getVersion(UniqueID) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationMap
 
getVersion() - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationRequestInfo
 
getVersion() - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.WrappedLocationBody
 
getVersion() - Method in class org.objectweb.proactive.jmx.server.ProActiveServerImpl
The ProActive Connector version
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(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Gets the VirtualMachine object that represents the one defined in the XML Descriptor.
getVirtualMachine() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
getVirtualMachines() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
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 class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
getVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
getVirtualNode() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
getVirtualNode() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
getVirtualNode() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveSharedComponent
 
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
 
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
 
getVirtualNodeName() - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
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
 
getVirtualNodeTextFieldModel() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModel
 
getVirtualNodeTextFieldModel() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
getVMID() - Method in class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
getVMID() - Method in class org.objectweb.proactive.core.runtime.DeployerTag
Returns the VMID of the runtime which deployed this node
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
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.
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
getVMInformation() - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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.event.RuntimeRegistrationEvent
 
getVMName() - Method in class org.objectweb.proactive.core.UniqueRuntimeID
Returns the vmName part of this UniqueID.
getVMObject(VMID) - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
getVMPanel(VMObject) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
getVMUrl() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
getVn() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for getting MPI program virtual Node
getVn() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
getVn() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
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(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(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.domain.DomainImpl
 
getVNName() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
getVNName() - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
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
 
getWaitingQueueLength() - Method in interface org.objectweb.proactive.calcium.statistics.StatsGlobal
 
getWaitingQueueLength() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
getWaitingTime() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
The waiting time represent the time this node spent waiting for other related nodes to finish.
getWaitingTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getWallClockTime() - Method in interface org.objectweb.proactive.calcium.statistics.Stats
 
getWallClockTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
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)
getWorkingDirectory() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
getWorkout() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
getWorkout(Muscle) - Method in class org.objectweb.proactive.calcium.statistics.Workout
 
getWorldObject() - Method in class org.objectweb.proactive.ic2d.data.IC2DObject
 
getWorldObject() - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
getWorldPanel() - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
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.
getWritingBuffer(File, boolean) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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
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
getXMLDescriptorName() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
getXMLFullPath() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
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 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
 
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
getYoungestPriorityNFRequest(boolean) - Method in class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor
Returns the yougest and most priority non functional request
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.
giveNode(Node, P2PNodeManager) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Receipt a reference to a shared node.
giveNodeForMax(Vector<Node>, P2PNodeManager) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
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
 
GLiteJobAd - Class in org.objectweb.proactive.core.process.glite
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 in org.objectweb.proactive.core.process.glite
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
GlobalStateCompletion - Class in org.objectweb.proactive.core.body.ft.internalmsg
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.
globalTimeOut - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
represents the sum of the timeout + current time in ms
GLOBUS - Static variable in class org.objectweb.proactive.ic2d.IC2D
 
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
 
GlobusProcess - Class in org.objectweb.proactive.core.process.globus
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
 
gmCheckBox_actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
gmCheckBox_actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
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.
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
 
GridEngineSubProcess - Class in org.objectweb.proactive.core.process.gridengine
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
 
GridJob - Class in org.objectweb.proactive.core.process.globus
Java CoG Job submission class
GridJob(String, boolean) - Constructor for class org.objectweb.proactive.core.process.globus.GridJob
 
GridMatrix - Class in org.objectweb.proactive.ext.scilab.util
This class represents a set of matrix operations for a parallel computation
GridMatrix() - Constructor for class org.objectweb.proactive.ext.scilab.util.GridMatrix
 
Group<E> - Interface in org.objectweb.proactive.core.group
This interface presents the group abilities extending java.util.Collection.
GROUP - Static variable in class org.objectweb.proactive.core.util.profiling.Profiling
 
group - Variable in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
GROUPS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 

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
HalfBody - Class in org.objectweb.proactive.core.body
 
HalfFTManagerCIC - Class in org.objectweb.proactive.core.body.ft.protocols.cic.managers
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 in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers
This class implements a Pessimistic Message Logging protocol for ProActive.
HalfFTManagerPMLRB() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.HalfFTManagerPMLRB
 
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.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.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.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
 
handleNotification(Notification, Object) - Method in class org.objectweb.proactive.jmx.listeners.ListenerAdapter
 
handleNotification(Notification, Object) - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
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
 
Handler - Class in org.objectweb.proactive.core.ssh.httpssh
 
Handler() - Constructor for class org.objectweb.proactive.core.ssh.httpssh.Handler
 
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.
handleRequestOnGatherItf(ComponentRequest) - Method in interface org.objectweb.proactive.core.component.controller.GathercastController
Delegates a request to be processed by the gathercast controller
handleRequestOnGatherItf(ComponentRequest) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
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
 
hasBeenServed() - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationRequestInfo
 
hasChanged() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Tests if this object has changed.
hasChanged() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Tests if this object has changed.
hasChanged() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Tests if this object has changed.
hasException() - Method in class org.objectweb.proactive.calcium.Task
 
hasException() - Method in class org.objectweb.proactive.core.filetransfer.FileBlock
 
hasException() - Method in class org.objectweb.proactive.core.filetransfer.OperationStatus
Determines if the operation had problems
hasFinishedChild() - Method in class org.objectweb.proactive.calcium.Task
 
hashCode() - Method in class org.objectweb.proactive.calcium.Task
 
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.ItfID
 
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.DeployerTag
 
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.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.util.MutableInteger
 
hashCode() - Method in class org.objectweb.proactive.core.util.MutableLong
 
hashCode() - Method in class org.objectweb.proactive.core.util.SerializableMethod
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.BooleanMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.BooleanWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.DoubleMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.DoubleWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.FloatWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.GenericTypeWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.IntWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.LongMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.LongWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
 
hashCode() - Method in class org.objectweb.proactive.core.util.wrapper.StringWrapper
 
hasInfos() - Method in class org.objectweb.proactive.core.rmi.RequestInfo
 
hasInstruction() - Method in class org.objectweb.proactive.calcium.Task
 
hasJustMigrated() - Method in interface org.objectweb.proactive.core.body.migration.Migratable
 
hasJustMigrated - Variable in class org.objectweb.proactive.core.body.migration.MigratableBody
signal that the body has just migrated
hasJustMigrated() - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
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).
hasMPIProcess() - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
 
hasMPIProcess() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
hasMPIProcess() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
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
 
hasPriority(String, String) - Method in class org.objectweb.proactive.core.xml.VariableContractType
Compares two sources and determines who has higher priority to set the value.
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
 
hasReadyChildTask() - Method in class org.objectweb.proactive.calcium.Task
 
hasReadyTask() - Method in class org.objectweb.proactive.calcium.Skernel
 
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
hasResults() - Method in class org.objectweb.proactive.calcium.Skernel
 
hasSetAbility(String) - Method in class org.objectweb.proactive.core.xml.VariableContractType
Determines if a non empty value can be set from a source.
hasSetEmptyAbility(String) - Method in class org.objectweb.proactive.core.xml.VariableContractType
Determines if an empty value can be set from a source.
hasSingleCardinality(String, Component) - Static method in class org.objectweb.proactive.core.component.Utils
 
head - Variable in class org.objectweb.proactive.core.util.CircularArrayList
 
Heartbeat - Class in org.objectweb.proactive.core.body.ft.internalmsg
This class implements a simple heartbeat messages.
Heartbeat() - Constructor for class org.objectweb.proactive.core.body.ft.internalmsg.Heartbeat
Create a new heartbeat message.
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
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
 
helpScreen(String) - Method in class org.objectweb.proactive.scheduler.Communicator
Is the help console.
HIDE_P2PNODE_MONITORING - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Enable or not the P2P Node monitoring with IC2D.
hideDnDFeedBack() - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
Removes the user feed back that shows the drag
HIERARCHICAL_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
HierarchicalBarChart - Class in org.objectweb.proactive.benchmarks.timit.util.charts
 
HierarchicalBarChart() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.charts.HierarchicalBarChart
 
HierarchicalBarRenderer - Class in org.objectweb.proactive.benchmarks.timit.util.charts.renderer
This renderer implements a hierarchical bar chart.
HierarchicalBarRenderer() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
Default constructor.
HierarchicalProcess - Interface in org.objectweb.proactive.core.process
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.
HierarchicalTimer - Class in org.objectweb.proactive.benchmarks.timit.util
This class provide some methods to benchmark your applications.
HierarchicalTimer() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Create a timer with all counters enabled.
HierarchicalTimerStatistics - Class in org.objectweb.proactive.benchmarks.timit.util
Represents some pure time statistics of one run
HierarchicalTimerStatistics() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
Create an empty HierarchicalTimerStatistics (used if no counters are activated)
HierarchicalTimerStatistics(String[], double[][][], double[][][], double[][][], double[][][], int[], int) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
Invoked by HierarchicalTimer to create statistics when all timed objects were finalized
HIERARCHICIAL_REFERENCE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
HIGH - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
 
HistoryUpdater - Class in org.objectweb.proactive.core.body.ft.message
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.
host - Variable in class org.objectweb.proactive.ic2d.gui.dialog.NewGlobusHostDialog
 
HOST - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
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
 
HostDialog - Class in org.objectweb.proactive.ic2d.gui.util
 
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
 
hostname - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
hostname - Variable in class org.objectweb.proactive.core.rmi.ClassServer
 
hostname - Variable in class org.objectweb.proactive.ic2d.data.HostObject
Name of this Host
HostNameConsoleAppender - Class in org.objectweb.proactive.core.util.log
 
HostNameConsoleAppender() - Constructor for class org.objectweb.proactive.core.util.log.HostNameConsoleAppender
 
hostnameToIP(String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
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
 
HostObject - Class in org.objectweb.proactive.ic2d.data
Holder class for the host data representation
HostObject(WorldObject, BasicMonitoredObject, MonitoredObjectSet) - Constructor for class org.objectweb.proactive.ic2d.data.HostObject
 
hostObjectAdded(HostObject) - Method in interface org.objectweb.proactive.ic2d.event.WorldObjectListener
 
hostObjectAdded(HostObject) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
HostObjectListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from HostObject
hostObjectRemoved(HostObject) - Method in interface org.objectweb.proactive.ic2d.event.WorldObjectListener
 
hostObjectRemoved(HostObject) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
HostPanel - Class in org.objectweb.proactive.ic2d.gui.data
 
HostPanel(AbstractDataObjectPanel, HostObject) - Constructor for class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
HostRTFinder - Interface in org.objectweb.proactive.ic2d.util
 
hosts - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
HOSTS_NUMBER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
hostsFileName - Variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
HostsInfos - Class in org.objectweb.proactive.core.util
TODO hostsTable should be HashTable> but the key "all" need to be handled separately since a null key is not allowed inside a HashTable
hostsNumber - Variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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
 
HTTP_TRANSPORT - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
HttpBodyAdapter - Class in org.objectweb.proactive.core.body.http
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
 
HttpHostRTFinder - Class in org.objectweb.proactive.ic2d.util
 
HttpHostRTFinder(IC2DMessageLogger, DefaultListModel) - Constructor for class org.objectweb.proactive.ic2d.util.HttpHostRTFinder
 
HTTPInputStream - Class in org.objectweb.proactive.core.rmi
 
HTTPInputStream(InputStream) - Constructor for class org.objectweb.proactive.core.rmi.HTTPInputStream
 
HttpLookupMessage - Class in org.objectweb.proactive.core.body.http.util.messages
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 in org.objectweb.proactive.core.body.http.util
 
HttpMarshaller() - Constructor for class org.objectweb.proactive.core.body.http.util.HttpMarshaller
 
HttpMessage - Class in org.objectweb.proactive.core.body.http.util
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 in org.objectweb.proactive.core.body.http.util
 
HttpMessageSender(String) - Constructor for class org.objectweb.proactive.core.body.http.util.HttpMessageSender
 
HttpProActiveRuntime - Class in org.objectweb.proactive.core.runtime.http
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
 
HTTPProcess - Class in org.objectweb.proactive.core.rmi
 
HTTPProcess(DataInputStream, RequestInfo) - Constructor for class org.objectweb.proactive.core.rmi.HTTPProcess
 
HttpRemoteBodyImpl - Class in org.objectweb.proactive.core.body.http
 
HttpRemoteBodyImpl(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
HTTPRemoteException - Exception in org.objectweb.proactive.core.body.http.util.exceptions
Exception raised when problems occur in HTTP communications
HTTPRemoteException() - Constructor for exception org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException
 
HTTPRemoteException(String) - Constructor for exception org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException
 
HTTPRemoteException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.body.http.util.exceptions.HTTPRemoteException
 
HttpReply - Class in org.objectweb.proactive.core.body.http.util.messages
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 in org.objectweb.proactive.core.body.http.util.messages
 
HttpRequest(Request, UniqueID, String) - Constructor for class org.objectweb.proactive.core.body.http.util.messages.HttpRequest
 
HTTPRequestHandler - Class in org.objectweb.proactive.core.rmi
 
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
 
HttpRuntimeFactory - Class in org.objectweb.proactive.core.runtime.http
 
HttpRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.http.HttpRuntimeFactory
 
HttpSshUrlConnection - Class in org.objectweb.proactive.core.ssh.httpssh
 
HttpSshUrlConnection(URL) - Constructor for class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
HTTPUnexpectedException - Exception in org.objectweb.proactive.core.body.http.util.exceptions
 
HTTPUnexpectedException(String) - Constructor for exception org.objectweb.proactive.core.body.http.util.exceptions.HTTPUnexpectedException
 
HTTPUnexpectedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.body.http.util.exceptions.HTTPUnexpectedException
 
HttpUtils - Class in org.objectweb.proactive.core.body.http.util
 
HttpUtils() - Constructor for class org.objectweb.proactive.core.body.http.util.HttpUtils
 
Hypercube - Class in org.objectweb.proactive.core.group.topology
 
Hypercube(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Hypercube
 

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
 
IbisBodyAdapter - Class in org.objectweb.proactive.core.body.ibis
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
 
ibisConvert(Object) - Static method in class org.objectweb.proactive.core.util.ObjectToByteConverter
 
IbisHostRTFinder - Class in org.objectweb.proactive.ic2d.util
This class talks to ProActive nodes
IbisHostRTFinder(IC2DMessageLogger, DefaultListModel) - Constructor for class org.objectweb.proactive.ic2d.util.IbisHostRTFinder
 
IbisHostRTFinder() - Constructor for class org.objectweb.proactive.ic2d.util.IbisHostRTFinder
 
IbisProActiveRuntime - Interface in org.objectweb.proactive.core.runtime.ibis
An IBIS adapter for a ProActiveRuntime to be able to receive remote calls with IBIS.
IbisProActiveRuntimeImpl - Class in org.objectweb.proactive.core.runtime.ibis
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 in org.objectweb.proactive.core.util
 
IbisProperties() - Constructor for class org.objectweb.proactive.core.util.IbisProperties
 
IbisRemoteBody - Interface in org.objectweb.proactive.core.body.ibis
An object implementing this interface provides the minimum service a body offers remotely through IBIS.
IbisRemoteBodyImpl - Class in org.objectweb.proactive.core.body.ibis
 
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 in org.objectweb.proactive.core.runtime.ibis
 
IbisRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.ibis.IbisRuntimeFactory
 
IC2D - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
IC2D - Class in org.objectweb.proactive.ic2d
This class is the main entry to the application IC2D allowing to start it with a new JVM.
IC2D() - Constructor for class org.objectweb.proactive.ic2d.IC2D
 
IC2DFrame - Class in org.objectweb.proactive.ic2d.gui
 
IC2DFrame(IC2DObject) - Constructor for class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
IC2DFrame(IC2DObject, int) - Constructor for class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
IC2DGUIController - Interface in org.objectweb.proactive.ic2d.gui
 
IC2DMessageLogger - Interface in org.objectweb.proactive.ic2d.util
 
IC2DObject - Class in org.objectweb.proactive.ic2d.data
Holder class for all hosts
IC2DObject() - Constructor for class org.objectweb.proactive.ic2d.data.IC2DObject
 
ic2dObject - Variable in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
IC2DObjectListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from IC2DObject
IC2DPanel - Class in org.objectweb.proactive.ic2d.gui.data
 
IC2DPanel(Frame, IC2DObject, IC2DGUIController, ActiveObjectCommunicationRecorder, ActiveObjectFilter, ActiveObjectWatcher) - Constructor for class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
IconRenderer - Class in org.objectweb.proactive.ext.scilab.gui
 
IconRenderer() - Constructor for class org.objectweb.proactive.ext.scilab.gui.IconRenderer
 
Icons - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
Icons() - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.Icons
 
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
id - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
id - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
id - Variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
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
 
IdentityServer - Class in org.objectweb.proactive.ext.security
 
IdentityServer() - Constructor for class org.objectweb.proactive.ext.security.IdentityServer
 
IdentityServer(KeyStore) - Constructor for class org.objectweb.proactive.ext.security.IdentityServer
 
If<T> - Class in org.objectweb.proactive.calcium.skeletons
This class provides If conditioning.
If(Condition<T>, Skeleton<T>, Skeleton<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.If
 
IGNORED_MSG - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Value returned if the message is ignored
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
 
IllegalMPIStateException - Exception in org.objectweb.proactive.mpi
 
IllegalMPIStateException() - Constructor for exception org.objectweb.proactive.mpi.IllegalMPIStateException
 
IllegalMPIStateException(String) - Constructor for exception org.objectweb.proactive.mpi.IllegalMPIStateException
 
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)
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.
IMPL_FIELD_NAME - Static variable in class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator
 
IMPLEMENTATION_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
Implicit - Interface in org.objectweb.proactive.ext.implicit
 
ImplicitService - Class in org.objectweb.proactive.ext.implicit
 
ImplicitService(UniqueID) - Constructor for class org.objectweb.proactive.ext.implicit.ImplicitService
 
in - Variable in class org.objectweb.proactive.core.rmi.HTTPProcess
 
INC_VALUE - Static variable in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers.FTManagerPMLRB
Incarantion is not used for PML.
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
 
incLastID() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
incLastID() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredAO
 
incLastID() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
incLastID() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJob
 
incLastID() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
incLastID() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredNode
 
incLastID() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredVN
 
INCLUSION_MARGIN - Static variable in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
IncompatiblePolicyException - Exception in org.objectweb.proactive.ext.security.exceptions
 
IncompatiblePolicyException() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
IncompatiblePolicyException(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
IncompatiblePolicyException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
IncompatiblePolicyException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.IncompatiblePolicyException
 
IncompatiblePolicyException - Exception in org.objectweb.proactive.ext.security
 
IncompatiblePolicyException() - Constructor for exception org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
IncompatiblePolicyException(String) - Constructor for exception org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
IncompatiblePolicyException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
IncompatiblePolicyException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.IncompatiblePolicyException
 
increaseSolvedTasks(Task<?>) - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
incrementReceivedCalls() - Method in class org.objectweb.proactive.core.group.spmd.BarrierState
Increments the number of received calls to finish the barrier
IndependentListProcess - Class in org.objectweb.proactive.core.process
This class contains a list of processes which have to be executed sequentially
IndependentListProcess() - Constructor for class org.objectweb.proactive.core.process.IndependentListProcess
 
IndependentListProcess(ArrayList) - Constructor for class org.objectweb.proactive.core.process.IndependentListProcess
 
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
 
indexOf(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
indexOfKey(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
INFINITE_MAX_MIGRATION_NB - Static variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
INFINITE_MAX_TIME_ON_SITE - Static variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
INFINITE_TTL - Static variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
info - Variable in class org.objectweb.proactive.core.rmi.FileProcess
 
info - Variable in class org.objectweb.proactive.core.rmi.HTTPProcess
 
info() - Method in class org.objectweb.proactive.scheduler.Scheduler
Gives intormation about the scheduler.
InformationRecover - Class in org.objectweb.proactive.loadbalancing
 
InformationRecover() - Constructor for class org.objectweb.proactive.loadbalancing.InformationRecover
 
informationRecover - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
informNewBestResult(Result) - Method in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
***FOR INTERNAL USE ONLY*** Inform the queue of the best current solution.
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.
INFRASTRUCTURE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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.FTManager
Initialize the FTManager.
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.core.component.controller.AbstractCollectiveInterfaceController
called after creation of all controllers and interfaces
init() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
init() - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
init() - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
init() - Method in interface org.objectweb.proactive.core.component.controller.ProActiveController
 
init(Map) - Method in interface org.objectweb.proactive.core.descriptor.services.TechnicalService
Initialize the Technical Service with its argument values.
init(Map) - Method in class org.objectweb.proactive.core.descriptor.services.TechnicalServiceWrapper
 
init() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
init() - Method in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
init(ArrayList<LoadBalancer>, InformationRecover) - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
init(Map) - Method in class org.objectweb.proactive.loadbalancing.LoadBalancingTS
 
init(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
init() - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
init() - Method in class org.objectweb.proactive.scheduler.Scheduler
 
InitActive - Interface in org.objectweb.proactive
InitActive is related to the initialization of the activity of an 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 interface org.objectweb.proactive.InitActive
Initializes the activity of the active object.
initActivity(Body) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
initActivity(Body) - Method in class org.objectweb.proactive.p2p.service.P2PService
 
initComponentActivity(Body) - Method in interface org.objectweb.proactive.core.component.body.ComponentInitActive
See @see org.objectweb.proactive.InitActive#initActivity(Body)
initEnvironment() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
InitializationOfStubClassFailedException - Exception in org.objectweb.proactive.core.mop
 
InitializationOfStubClassFailedException() - Constructor for exception org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
InitializationOfStubClassFailedException(String) - Constructor for exception org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
InitializationOfStubClassFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
InitializationOfStubClassFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.InitializationOfStubClassFailedException
 
initialize() - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.servers.CheckpointServerCIC
Reintialize the server.
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 class org.objectweb.proactive.core.body.ft.servers.FTServer
 
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
 
initialize(Component, Rectangle) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
Prepares this component to draw the given component.
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
initialValue - Static variable in class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
initiateSession(int, SecurityEntity) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
Method initiateSession.
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.
initQueues() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
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.
input(T) - Method in class org.objectweb.proactive.calcium.Stream
Inputs a new T to be computed.
input(Vector<T>) - Method in class org.objectweb.proactive.calcium.Stream
Inputs a vector of T to be computed.
INPUT_INTERCEPTOR_ATTRIBUTE - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
inputFiles - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
InputInterceptor - Interface in org.objectweb.proactive.core.component.interception
This interface must be implemented by controllers that need to intercept incoming functional invocations.
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.collectiveitfs.GatherFuturesHandlerPool
 
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.ProActiveTypeFactoryImpl
 
instance() - Static method in class org.objectweb.proactive.core.util.ClassDataCache
 
InstantiationExceptionListException - Exception in org.objectweb.proactive.core.component.exceptions
An exception that is also a container for a list of exceptions generated when instantiating components.
InstantiationExceptionListException(String) - Constructor for exception org.objectweb.proactive.core.component.exceptions.InstantiationExceptionListException
 
InstantiationExceptionListException(List<InstantiationException>) - Constructor for exception org.objectweb.proactive.core.component.exceptions.InstantiationExceptionListException
 
Instruction<T> - Interface in org.objectweb.proactive.calcium.interfaces
This inteface indicates that the skeletal instruction can be interpreted.
INT_LEN - Static variable in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
 
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
 
INTERFACE_ELEMENT - Static variable in interface org.objectweb.proactive.core.component.config.ComponentConfigurationConstants
 
InterfaceGenerationFailedException - Exception in org.objectweb.proactive.core.component.exceptions
This exception occurs when the generation of component interfaces fails.
InterfaceGenerationFailedException() - Constructor for exception org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
InterfaceGenerationFailedException(String) - Constructor for exception org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
InterfaceGenerationFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
InterfaceGenerationFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.InterfaceGenerationFailedException
 
interfaceType - Variable in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
internalBodySecurity - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
InternalBodySecurity - Class in org.objectweb.proactive.ext.security
This class is enabled when the body is a forwarder.
InternalBodySecurity(UniversalBody) - Constructor for class org.objectweb.proactive.ext.security.InternalBodySecurity
 
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.mpi.MPIProcess
 
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.rocks.ClusterForkProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.rsh.maprsh.MapRshProcess
 
internalBuildCommand() - Method in class org.objectweb.proactive.core.process.rsh.RSHProcess
 
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
InternalException - Exception in org.objectweb.proactive.core.mop
 
InternalException() - Constructor for exception org.objectweb.proactive.core.mop.InternalException
 
InternalException(String) - Constructor for exception org.objectweb.proactive.core.mop.InternalException
 
InternalException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.InternalException
 
InternalException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.InternalException
 
internalExitValue() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
internalExitValue() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
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
 
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
 
interpret(Task<T>) - Method in class org.objectweb.proactive.calcium.Interpreter
 
Interpreter - Class in org.objectweb.proactive.calcium
This class corresponds to a skeleton interpreter, which can be seen as a worker of the skeleton framework.
Interpreter() - Constructor for class org.objectweb.proactive.calcium.Interpreter
 
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.
IntMutableWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
intToBytes(int, byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
translate int into bytes, stored in byte array starting from startIndex
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.
IntWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
InvalidAssociateDeclaration - Exception in org.objectweb.proactive.ext.implicit
 
InvalidAssociateDeclaration(String) - Constructor for exception org.objectweb.proactive.ext.implicit.InvalidAssociateDeclaration
 
InvalidAssociateDeclaration() - Constructor for exception org.objectweb.proactive.ext.implicit.InvalidAssociateDeclaration
 
InvalidPolicyFile - Exception in org.objectweb.proactive.ext.security.exceptions
 
InvalidPolicyFile() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidPolicyFile(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidPolicyFile(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidPolicyFile(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.InvalidPolicyFile
 
InvalidProxyClassException - Exception in org.objectweb.proactive.core.mop
 
InvalidProxyClassException() - Constructor for exception org.objectweb.proactive.core.mop.InvalidProxyClassException
 
InvalidProxyClassException(String) - Constructor for exception org.objectweb.proactive.core.mop.InvalidProxyClassException
 
InvalidProxyClassException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.InvalidProxyClassException
 
InvalidProxyClassException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.InvalidProxyClassException
 
invoke(Object, Method, Object[]) - Method in class org.objectweb.proactive.core.component.gen.GatherItfAdapterProxy
 
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.
invoke(ObjectName, String, Object[], String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
invokeAsynchronous(ObjectName, String, Object[], String[]) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as invoke but returns a reifiable type in order to perform ProActive asynchronous call
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
 
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 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
 
isActivated() - Method in class org.objectweb.proactive.core.descriptor.Launcher
return true if the launcher has ever been activated
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.ic2d.spy.BodySpyEvent
 
isActive - Variable in class org.objectweb.proactive.ic2d.spy.Spy
 
isActive() - Method in class org.objectweb.proactive.jmx.server.ProActiveConnectorServer
Determines whether the connector server is active.
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
 
isAlive() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
true if object is responding
isAlive() - Method in class org.objectweb.proactive.ic2d.spy.BodySpyEvent
 
isAlive() - Method in class org.objectweb.proactive.scheduler.DeployedTask
this method is a sort of pinging method.
isAllowedProtocol(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Tells if a specified copy protocol is an allowed protocol
isAnException() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
isAntiAlias() - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
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
 
isAvailable(int) - Method in class org.objectweb.proactive.scheduler.RessourceManager
Tests the availlability of "ressourceNumber" of ressources.
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
isAwaited() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
isAwaited(Object) - Static method in class org.objectweb.proactive.ProActive
Return false if the object future is available.
isBetterThan(Result) - Method in class org.objectweb.proactive.branchnbound.core.Result
Compare 2 results.
isBorder(int, int, int, int, int, int) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
Returns the border of the given rectangle to which the given point corresponds.
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
 
isBT1() - Method in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
isBT1() - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt1.BoardBT1
 
isBT1() - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt2.BoardBT2
 
isBuildingTopology() - Static method in class org.objectweb.proactive.core.gc.GarbageCollector
 
isButtonOK() - Method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
isCellEditable(int, int) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ExportedVirtualNodesCompositionTableModel
 
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
 
isClassFiltered(String) - Method in class org.objectweb.proactive.ic2d.util.ActiveObjectFilter
 
isClosed() - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
isClosed() - Method in class org.objectweb.proactive.core.xml.VariableContract
Tells wether this contract is closed or not.
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
 
isComponentMethodCall() - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
isComposedFrom(String, String) - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
isComposite() - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
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
 
isControllerInterfaceName(String) - Static method in class org.objectweb.proactive.core.component.Utils
 
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
 
isCorner(int, int, int, int, int, int) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
Returns the corner of the given rectangle to which the given point corresponds.
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
isDataFlavorSupported(DataFlavor) - Method in class org.objectweb.proactive.ic2d.gui.data.TransferableUniqueID
Returns whether or not the specified data flavor is supported for this object
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
 
isDeleted() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
isDependent() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isDependent() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isDependent() - Method in class org.objectweb.proactive.core.process.DependentListProcess
 
isDependent() - Method in class org.objectweb.proactive.core.process.IndependentListProcess
 
isDependent() - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
isDependent() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns true if and only if this process is dependent
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
 
isDestroyed - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
isDestroyed - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
isDestroyed() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
isDir() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.DirectoryDescription
 
isDir() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.FileDescription
 
isDirty() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
isDispatchingOn() - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Checks the semantic of communication of the Group.
isDummy() - Method in class org.objectweb.proactive.calcium.Task
 
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 class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor
 
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 exception org.objectweb.proactive.core.component.exceptions.ContentControllerExceptionListException
 
isEmpty() - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Returns true if no listener is in the list.
isEmpty() - Method in exception 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.FileTransferDefinition
 
isEmpty() - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
isEmpty() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
isEmpty() - Method in class org.objectweb.proactive.scheduler.Queue
returns true if the queue is empty, false otherwise.
isEnabled() - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
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.MethodCallExceptionContext
 
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.ProActiveInterfaceTypeImpl
 
isFcCollectionItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
isFcCollective() - Method in interface org.objectweb.proactive.core.component.ProActiveInterface
 
isFcCollective() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
isFcGathercastItf() - Method in interface org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
isFcGathercastItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
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()
isFcInternalItf() - Method in class org.objectweb.proactive.core.component.ProActiveInterfaceImpl
 
isFcMulticastItf() - Method in interface org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
isFcMulticastItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
isFcOptionalItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
isFcSingletonItf() - Method in interface org.objectweb.proactive.core.component.type.ProActiveInterfaceType
 
isFcSingletonItf() - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
isFcSubTypeOf(Type) - Method in class org.objectweb.proactive.core.component.type.ProActiveComponentTypeImpl
 
isFcSubTypeOf(Type) - Method in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
TODO : provide implementation for isFcSubTypeOf
isFinished() - Method in class org.objectweb.proactive.calcium.Task
 
isFinished() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isFinished() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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.
isFinished() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
isFirstElementIsService() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
isForwarder() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
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
 
isFull() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
isFunctionalRequest() - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
isFunctionalRequest() - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
isFunctionalRequest() - Method in interface org.objectweb.proactive.core.body.request.Request
Returns true if the request is a non fuctional request.
isFunctionalRequest() - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
isGathercastItf(Interface) - Static method in class org.objectweb.proactive.core.component.Utils
 
isGathercastProxyClassName(String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
isGraphicalMonitoring() - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
isGraphicalMonitoring() - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
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).
isHidden() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
isHidden(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
isHidden(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.DependentListProcess
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.IndependentListProcess
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
isHierarchical() - Method in class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
isHierarchical() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns true if and only if this process is hierarchical
isHighlighted() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
isHighlighted(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
isHighlighted(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
isHomonymous() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.FileDescription
 
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
 
isHungry() - Method in class org.objectweb.proactive.branchnbound.core.Worker
 
isID(long) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
isImplicit() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
This method is used to determine if a direct file transfer definition reference has been specified at the process level, or wether the reference should be inherited from the upper levels (Virtual Node).
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
 
isInsideSameNode(ActiveObject) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
isInsideSameNode(NodeObject) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
isInsideSameVM(ActiveObject) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
isInsideSameVM(NodeObject) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
isInstanceOf(ObjectName, String) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
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
 
isJobMonitoring() - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
isJobMonitoring() - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
isLayoutAutomatic() - Method in interface org.objectweb.proactive.ic2d.gui.IC2DGUIController
 
isLeaf() - Method in class org.objectweb.proactive.core.component.adl.vnexportation.LinkedVirtualNode
 
isLegalName(String) - Method in class org.objectweb.proactive.core.xml.VariableContract
This methods tells if a variable name is acceptable
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
 
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
isMetaObjectClassName(String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
isMigratable() - Method in class org.objectweb.proactive.benchmarks.timit.util.MigratableCounter
Used by the Timer to know if a counter can be migrated
isMigratable() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Used by the Timer to know if a counter can be migrated
isMigrating() - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.WrappedLocationBody
 
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
 
isMonitoring() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
isMonitoring() - Method in interface org.objectweb.proactive.ic2d.data.DataObjectController
 
isMonitoring() - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
isMonitoringReplyReceiver() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
isMonitoringReplyReceiver() - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
isMonitoringReplySender() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
isMonitoringReplySender() - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
isMonitoringRequestReceiver() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
isMonitoringRequestReceiver() - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
isMonitoringRequestSender() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
isMonitoringRequestSender() - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
isMulticastItf(String, Component) - Static method in class org.objectweb.proactive.core.component.Utils
 
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
 
isNFRequest - Variable in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
isNFRequest - Variable in class org.objectweb.proactive.core.body.request.BodyRequest
 
isNFRequest - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
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
 
isNucleotide() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
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
isPaniqued() - Method in class org.objectweb.proactive.calcium.Skernel
 
isParallel() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
isParallel() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
isPending() - Method in class org.objectweb.proactive.core.filetransfer.OperationStatus
 
isPortAlreadyBound(int) - Static method in class org.objectweb.proactive.core.rmi.ClassServer
 
isPrimitive() - Method in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
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
 
isReady() - Method in class org.objectweb.proactive.calcium.Task
 
isRef - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.DependentProcessSequenceHandler
 
isRef - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
isRef - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.SequentialProcessHandler
 
isRegistered(ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
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
 
isReplyMessage() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
Returns true if the event was created when a reply was sent or received or a void request was finished.
isRepresentativeClassName(String) - Static method in class org.objectweb.proactive.core.component.gen.Utils
 
isRequestMessage() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
Returns true if the event was created when a request was sent or received.
isRequiredFileTransferDeployOnNodeCreation() - Method in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
isRequiredFileTransferDeployOnNodeCreation() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isRequiredFileTransferDeployOnNodeCreation() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
isRequiredFileTransferDeployOnNodeCreation() - Method in interface org.objectweb.proactive.core.process.ExternalProcess
This method will return true when a process requires that a File Transfer Deploy takes place to a node deployed from this process.
isResultValid - Variable in class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
 
isResultValid - Variable in class org.objectweb.proactive.core.xml.handler.BasicUnmarshallerDecorator
 
isRoot() - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
isRoot() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
isRootBoard() - Method in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
isRootBoard() - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt1.BoardBT1
 
isRootBoard() - Method in class org.objectweb.proactive.calcium.examples.nqueens.bt2.BoardBT2
 
isRootParameter() - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
isRootTask() - Method in class org.objectweb.proactive.calcium.Task
 
isRuntimeExceptionHandled() - Method in class org.objectweb.proactive.core.mop.MethodCallExceptionContext
 
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.
isSequential() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isSequential() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
isSequential() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
isSequential() - Method in class org.objectweb.proactive.core.process.DependentListProcess
 
isSequential() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Returns true if and only if this process is sequential
isSessionValidated - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
isSessionValidated() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
isSingletonItf(String, Component) - Static method in class org.objectweb.proactive.core.component.Utils
 
isStarted(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
isStarted(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Know if a counter is started or not
isStarted() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Keep in mind that this method take a "little bit of time".
isStarted() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
isStarted() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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.
isStartFcRequest() - Method in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
isStartFcRequest() - Method in class org.objectweb.proactive.core.component.request.ComponentRequestImpl
 
isStoped() - Method in class org.objectweb.proactive.calcium.monitor.SimpleLogMonitor
 
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.ProActiveContentControllerImpl
 
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
isTainted() - Method in class org.objectweb.proactive.calcium.Task
 
isToBeServed(GenericJob, GenericJob) - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
This is an abstract comparer method to be redefined by the specifique policy ...
isToBeServed(GenericJob, GenericJob) - Method in class org.objectweb.proactive.scheduler.policy.FIFOPolicy
Returns true if job1 is to be served before job2 according to the policy.
isToBeServed(GenericJob, GenericJob) - Method in class org.objectweb.proactive.scheduler.policy.MixedPolicy
Returns true if job1 is to be served before job2 according to the policy.
isToBeServed(GenericJob, GenericJob) - Method in class org.objectweb.proactive.scheduler.policy.SpacePolicy
Returns true if job1 is to be served before job2 according to the policy.
isToBeServed(GenericJob, GenericJob) - Method in class org.objectweb.proactive.scheduler.policy.TimePolicy
Returns true if job1 is to be served before job2 according to the policy.
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
 
isUnreachable(UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
isViewedInEventList() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
isViewedInEventList() - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
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 ??
ITERATIONS - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Max number of iterations
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 exception 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.
iterator() - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
iterator() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
iterator() - Method in class org.objectweb.proactive.ic2d.util.ActiveObjectFilter
 
ItfID - Class in org.objectweb.proactive.core.component.representative
Identifies the functional interface of a component by its name and the id of the body of the component it belongs to.
ItfID(String, UniqueID) - Constructor for class org.objectweb.proactive.core.component.representative.ItfID
 
itfSignatureClass - Variable in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
ItfStubObject - Interface in org.objectweb.proactive.core.component
Component interfaces may have specific and generic methods which are defined here.
ItfSynchro - Annotation Type in org.objectweb.proactive.core.component.type.annotations.gathercast
Annotation for specifying timeouts at the level of interfaces.

J

Jacobi - Class in org.objectweb.proactive.ext.security.test.jacobi
 
Jacobi() - Constructor for class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
 
JacobiDispatcher - Class in org.objectweb.proactive.loadbalancing.util
 
JacobiDispatcher() - Constructor for class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
JacobiDispatcher(String, String, String, P2PService) - Constructor for class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
JacobiWorker - Class in org.objectweb.proactive.loadbalancing.util
Worker contains a bloc of the global matrix
JacobiWorker() - Constructor for class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
JacobiWorker(Integer) - Constructor for class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
JacobiWorker(Integer, Double, Integer) - Constructor for class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
jad - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
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
 
javaPath - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
JavaPropertyDescriptorDefault - Static variable in class org.objectweb.proactive.core.xml.VariableContractType
 
JavaPropertyProgramDefault - Static variable in class org.objectweb.proactive.core.xml.VariableContractType
 
JavaPropertyVariable - Static variable in class org.objectweb.proactive.core.xml.VariableContractType
 
JavassistByteCodeStubBuilder - Class in org.objectweb.proactive.core.mop
This class generates the bytecode for proactive stubs using Javassist.
JavassistByteCodeStubBuilder() - Constructor for class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
jButton1_actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
jdlRemote - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
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
JiniBodyAdapter - Class in org.objectweb.proactive.core.body.jini
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
 
JiniHostRTFinder - Class in org.objectweb.proactive.ic2d.util
This class talks to ProActive nodes
JiniHostRTFinder(IC2DMessageLogger, DefaultListModel) - Constructor for class org.objectweb.proactive.ic2d.util.JiniHostRTFinder
 
jiniNodeMap - Variable in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
JiniRemoteBodyImpl - Class in org.objectweb.proactive.core.body.jini
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
 
JiniRTListener - Class in org.objectweb.proactive.ic2d.util
 
JiniRTListener(String, IC2DMessageLogger, DefaultListModel) - Constructor for class org.objectweb.proactive.ic2d.util.JiniRTListener
 
JiniRuntimeFactory - Class in org.objectweb.proactive.core.runtime.jini
 
JiniRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.jini.JiniRuntimeFactory
 
JiniRuntimeImpl - Class in org.objectweb.proactive.core.runtime.jini
An adapter for a ProActiveRuntime to be able to receive remote calls.
JiniRuntimeImpl() - Constructor for 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
 
jmCheckBox_actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
jmCheckBox_actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
JOB - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
Job - Interface in org.objectweb.proactive
An object implemementing this Interface provides access to its jobID
JOB_ID - Static variable in interface org.objectweb.proactive.scheduler.SchedulerConstants
the job ID of the job to be run locally
JOB_MANAGER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
JOB_TEMPLATE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
jobArgument - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
JobBarrier - Class in org.objectweb.proactive.core.body.ft.servers.util
This class defines a barrier on a Job.
JobBarrier() - Constructor for class org.objectweb.proactive.core.body.ft.servers.util.JobBarrier
 
JobConstants - Interface in org.objectweb.proactive.scheduler
 
jobDataAccessProtocol - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobEnvironment - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobExecutable - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobFinish() - Method in class org.objectweb.proactive.core.group.threadpool.EndControler
A ThreadInThePool object calls this method to indicate it has finished a job.
jobFuzzyRank - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
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.mpi.MPIProcess
 
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
 
jobInputSB - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobJobType - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
JobMonitorConstants - Interface in org.objectweb.proactive.ic2d.gui.jobmonitor
 
JobMonitorFrame - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
JobMonitorFrame(IC2DGUIController) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorFrame
 
JobMonitorPanel - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
JobMonitorPanel(IC2DGUIController) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
JobMonitorStatus - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
JobMonitorStatus(JTree) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorStatus
 
JobMonitorTreeCellRenderer - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
JobMonitorTreeCellRenderer() - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorTreeCellRenderer
 
jobMyProxyServer - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
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
 
jobNodeNumber - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
JobNoDescriptor - Class in org.objectweb.proactive.scheduler
This is the class that supports the jobs that have no XML descriptor API.
JobNoDescriptor() - Constructor for class org.objectweb.proactive.scheduler.JobNoDescriptor
 
JobNoDescriptor(RessourceManager, Integer, Integer) - Constructor for class org.objectweb.proactive.scheduler.JobNoDescriptor
 
jobOutput_se - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobOutputSB - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobRank - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobRequirements - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobRetryCount - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobStart() - Method in class org.objectweb.proactive.core.group.threadpool.EndControler
A ThreadInThePool object calls this method to indicate it has started a job.
jobStdError - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobStdInput - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobStdOutput - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobStorageIndex - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobType - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
jobVO - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
JSchSingleton - Class in org.objectweb.proactive.core.ssh
 
JVM - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
JVM_PARAMETERS - Static variable in interface org.objectweb.proactive.scheduler.SchedulerConstants
jvm parameters
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
 
jvmArgs - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
jvmDefinedProperties - Static variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
JVMNodeProcess - Class in org.objectweb.proactive.core.process
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
JVMPARAMETER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
jvmParameters - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
JVMPARAMETERS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
jvmProcess - Variable in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
JVMProcess - Interface in org.objectweb.proactive.core.process
The JVMProcess class is able to start localy any class of the ProActive library by creating a Java Virtual Machine.
jvmProcess - Variable in class org.objectweb.proactive.core.process.rsh.RSHJVMProcess
 
jvmProcess - Variable in class org.objectweb.proactive.core.process.ssh.SSHJVMProcess
 
JVMProcessImpl - Class in org.objectweb.proactive.core.process
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
JVMProcessWrapper - Class in org.objectweb.proactive.ic2d.gui.process
MonitoredRSHProcess
JVMProcessWrapper(UniversalProcess, MessagePanel, String, String, String, String, String) - Constructor for class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
JVMProcessWrapper(UniversalProcess, MessagePanel, String, String, String, String, String, String, String) - Constructor for class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
JVMS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
JVMSET_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 

K

KEEP - Static variable in interface org.objectweb.proactive.core.body.request.RequestProcessor
Constant indicating that the request shall be kept.
keepShortcut(Shortcut) - Method in class org.objectweb.proactive.core.component.body.ComponentBodyImpl
 
key - Variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
KEY2INDEX - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
keyDisplayChanged(DataTreeModel, int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
KeyExchangeException - Exception in org.objectweb.proactive.ext.security.crypto
 
KeyExchangeException() - Constructor for exception org.objectweb.proactive.ext.security.crypto.KeyExchangeException
 
KeyExchangeException(String) - Constructor for exception org.objectweb.proactive.ext.security.crypto.KeyExchangeException
 
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
 
KEYS - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
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.
keySet() - Method in class org.objectweb.proactive.scheduler.Queue
Gives a list of the IDs of the waiting jobs.
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
 
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
 
KeyTools - Class in org.objectweb.proactive.ext.security
Tools to handle common key and keystore operations.
kill() - Method in interface org.objectweb.proactive.benchmarks.timit.util.Startable
This method will be called after each 'run' of a test
kill() - Static method in class org.objectweb.proactive.loadbalancing.LoadBalancing
 
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
 
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 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() - 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(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.
KILLED - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
Killer - Class in org.objectweb.proactive.core.body.ft.internalmsg
The vm is killed on reception of this message.
Killer() - Constructor for class org.objectweb.proactive.core.body.ft.internalmsg.Killer
 
KillerJob - Class in org.objectweb.proactive.core.body.ft.servers.util
A job that kill a given active object
KillerJob(FTServer, UniversalBody, long) - Constructor for class org.objectweb.proactive.core.body.ft.servers.util.KillerJob
 
killMe() - Method in class org.objectweb.proactive.core.body.ft.servers.util.ActiveQueue
Stop the thread.
killMe() - Method in class org.objectweb.proactive.loadbalancing.util.startLBoverP2P
 
killMePlease() - Method in class org.objectweb.proactive.loadbalancing.LoadMonitor
 
killMePlease() - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
killMPI() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for killing MPI program - Kills the MPI program.
killMPI() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
API method for killing MPI program - Kills the MPI program.
killMPI() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
API method for killing MPI program - Kills the MPI program.
killNode(String) - Static method in class org.objectweb.proactive.core.node.NodeFactory
Kills the node of the given url
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(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(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
 
killObjects(MonitoredObjectSet) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
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(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(UniqueRuntimeID, boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
killRT(boolean) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
killTask(String) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
Kill a running task
killVM() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
killWorker() - Method in class org.objectweb.proactive.ext.scilab.SciEngine
Kill the worker related the task It is an immediat services

L

LargerQueueImpl - Class in org.objectweb.proactive.branchnbound.core.queue
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.
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
lastID - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredAO
 
lastID - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
lastID - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJob
 
lastID - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
lastID - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredNode
 
lastID - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredVN
 
lastIndexOf(Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
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
 
lastTimeMasterSpyCheck - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
Every so often this Manager check if its master spy is still running ok
launchedTable_popup(MouseEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
popup menu on the table of launched applications
Launcher - Class in org.objectweb.proactive.core.component.adl
A class to launch a component from its definition from the command line.
Launcher - Class in org.objectweb.proactive.core.descriptor
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 in org.objectweb.proactive.core.mop
 
Launcher() - Constructor for class org.objectweb.proactive.core.mop.Launcher
 
LauncherFrame - Class in org.objectweb.proactive.ic2d.gui.util
 
LauncherFrame() - Constructor for class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
LauncherWindow - Class in org.objectweb.proactive.ic2d.gui.util
 
LauncherWindow() - Constructor for class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
launchMain(String[]) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
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(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(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
 
launchTimeToLive(MigratableBody, UniversalBody) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
layoutContainer(Container) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel.MyFlowLayout
Lays out the container.
lb - Variable in class org.objectweb.proactive.loadbalancing.LoadMonitor
 
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 - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
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
Legend - Class in org.objectweb.proactive.ic2d.gui
 
legendValue(String) - Static method in class org.objectweb.proactive.benchmarks.timit.config.ConfigChart
 
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.
level - Variable in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
LIFECYCLE_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
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 - Class in org.objectweb.proactive.core.group.topology
This class represents a group by a one-dimensional topology.
Line(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Line
Construtor.
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
Line2dChart - Class in org.objectweb.proactive.benchmarks.timit.util.charts
This class contains all methods to build a matrix chart from a two-dimensional integer array.
Line2dChart() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.charts.Line2dChart
 
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
LinkedVirtualNode - Class in org.objectweb.proactive.core.component.adl.vnexportation
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
LinuxCPURanking - Class in org.objectweb.proactive.loadbalancing.metrics.CPURanking
 
LinuxCPURanking() - Constructor for class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURanking
This method returns sets the machine ranking, in our implementation is the CPU clock
LinuxCPURankingFactory - Class in org.objectweb.proactive.loadbalancing.metrics.CPURanking
 
LinuxCPURankingFactory() - Constructor for class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURankingFactory
 
list(String) - Method in class org.objectweb.proactive.core.body.BodyAdapter
List all the Objects (Runtimes, VN, Active Objects, Components...) registered in a registry.
list(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterForwarder
List all the existing objects registered in a registry.
list(String) - Method in class org.objectweb.proactive.core.body.BodyAdapterImpl
 
list(String) - Method in class org.objectweb.proactive.core.body.http.HttpBodyAdapter
List all active object previously registered in the registry
list(String) - Method in class org.objectweb.proactive.core.body.rmi.RmiBodyAdapter
List all active object previously registered in a RMI registry.
list - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
listActive(String) - Static method in class org.objectweb.proactive.ProActive
Looks-up all Active Objects registered on a host, using 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.
listener - Variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
listener - Variable in class org.objectweb.proactive.ic2d.data.HostObject
 
listener - Variable in class org.objectweb.proactive.ic2d.data.IC2DObject
 
listener - Variable in class org.objectweb.proactive.ic2d.data.NodeObject
 
listener - Variable in class org.objectweb.proactive.ic2d.data.VMObject
 
listener - Variable in class org.objectweb.proactive.ic2d.data.WorldObject
 
ListenerAdapter - Class in org.objectweb.proactive.jmx.listeners
 
ListenerAdapter(NotificationListener) - Constructor for class org.objectweb.proactive.jmx.listeners.ListenerAdapter
 
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
 
listFc() - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
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).
listIterator(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
listListener - Variable in class org.objectweb.proactive.ext.scilab.monitor.SciEventSource
 
lm - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
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) - Method in class org.objectweb.proactive.core.xml.VariableContract
Loads the variable contract from a Java Properties file format
LOAD_BALANCING - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
LoadBalancer - Class in org.objectweb.proactive.loadbalancing
This is the main class for load balancing algorithms, all implementations should inherite from this one.
LoadBalancer() - Constructor for class org.objectweb.proactive.loadbalancing.LoadBalancer
 
LoadBalancer(MetricFactory) - Constructor for class org.objectweb.proactive.loadbalancing.LoadBalancer
 
loadBalancers - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
LoadBalancing - Class in org.objectweb.proactive.loadbalancing
 
LoadBalancing() - Constructor for class org.objectweb.proactive.loadbalancing.LoadBalancing
 
LoadBalancingConstants - Interface in org.objectweb.proactive.loadbalancing
 
LoadBalancingTS - Class in org.objectweb.proactive.loadbalancing
 
LoadBalancingTS() - Constructor for class org.objectweb.proactive.loadbalancing.LoadBalancingTS
 
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
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, Class[]) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
loadClass(String, Class[], ClassLoader) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
loadClass(String, Class[], ClassLoader, boolean) - Method in class org.objectweb.proactive.core.mop.MOPClassLoader
 
loadControllerConfiguration(String) - Static method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
loadDefaultProperties() - Static method in class org.objectweb.proactive.core.util.IbisProperties
 
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
 
LoadMonitor - Class in org.objectweb.proactive.loadbalancing
This is the main class for Load Monitors, particular implementations of monitors should inherite from it.
LoadMonitor(LoadBalancer, Metric) - Constructor for class org.objectweb.proactive.loadbalancing.LoadMonitor
 
LoadMonitorLinux - Class in org.objectweb.proactive.loadbalancing
 
LoadMonitorLinux(LoadBalancer) - Constructor for class org.objectweb.proactive.loadbalancing.LoadMonitorLinux
 
loadNextBlock(BufferedInputStream) - Method in class org.objectweb.proactive.core.filetransfer.FileBlock
Loads the FileBlock object with a block from the source file this block references.
loadProperties() - Method in class org.objectweb.proactive.core.config.ProActiveConfiguration
Add the loaded properties to the system
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
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) - Method in class org.objectweb.proactive.core.xml.VariableContract
Loads a file with Variable Contract tags into the this instance.
LocalBodyStore - Class in org.objectweb.proactive.core.body
**For internal use only**
This class store all active bodies known in the current JVM.
localBodyStrategy - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
LocalBodyStrategy - Interface in org.objectweb.proactive.core.body
An object implementing this interface is an implementation of one part of the local view of the body of an active object.
LocalFuture - Interface in org.objectweb.proactive.core.body.future
 
LOCALHOST - Static variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
LocalNode - Class in org.objectweb.proactive.core.runtime
For internal use only.
LocalNode(String, String, ProActiveSecurityManager, String) - Constructor for class org.objectweb.proactive.core.runtime.LocalNode
 
localPath - Variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
LocalProActiveRuntime - Interface in org.objectweb.proactive.core.runtime
This interface provides a local view of the ProActiveRuntime.
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 - Interface in org.objectweb.proactive.core.body.ft.servers.location
An object implementing this interface provides location services.
locationServer - Variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
LocationServer - Interface in org.objectweb.proactive.ext.locationserver
 
locationServer - Variable in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
LocationServerFactory - Class in org.objectweb.proactive.ext.locationserver
 
LocationServerFactory() - Constructor for class org.objectweb.proactive.ext.locationserver.LocationServerFactory
 
LocationServerImpl - Class in org.objectweb.proactive.core.body.ft.servers.location
An implementation of the LocationServer
LocationServerImpl(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.servers.location.LocationServerImpl
 
LocationServerMetaObjectFactory - Class in org.objectweb.proactive.ext.locationserver
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 in org.objectweb.proactive.ext.locationserver
 
LocationServerMetaObjectFactory.MigrationManagerFactoryImpl() - Constructor for class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.MigrationManagerFactoryImpl
 
LocationServerMetaObjectFactory.RequestWithLocationServerFactory - Class in org.objectweb.proactive.ext.locationserver
 
LocationServerMetaObjectFactory.RequestWithLocationServerFactory() - Constructor for class org.objectweb.proactive.ext.locationserver.LocationServerMetaObjectFactory.RequestWithLocationServerFactory
 
locatorChecked - Variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
lock - Static variable in class org.objectweb.proactive.core.xml.VariableContract
 
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.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 - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
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
 
log(String) - Method in class org.objectweb.proactive.ic2d.gui.process.ProcessControlPanel.SynchronizedMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.ic2d.gui.process.ProcessControlPanel.SynchronizedMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.ic2d.gui.process.ProcessControlPanel.SynchronizedMessageLogger
 
log(String) - Method in class org.objectweb.proactive.ic2d.gui.util.TextPaneMessageLogger
 
log(String, Throwable, boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.TextPaneMessageLogger
 
log(Throwable, boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.TextPaneMessageLogger
 
log(String, Throwable) - Method in class org.objectweb.proactive.ic2d.gui.util.TextPaneMessageLogger
 
log(Throwable) - Method in class org.objectweb.proactive.ic2d.gui.util.TextPaneMessageLogger
 
log(String, Throwable, boolean) - Method in interface org.objectweb.proactive.ic2d.util.IC2DMessageLogger
 
log(Throwable, boolean) - Method in interface org.objectweb.proactive.ic2d.util.IC2DMessageLogger
 
LOG4J_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
log4jFile - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
logBook - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
logErrorAndDumpTable(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
logger - Static variable in class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
The logger.
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 interface org.objectweb.proactive.calcium.interfaces.Skeleton
 
logger - Static variable in class org.objectweb.proactive.calcium.ResourceManager
 
logger - Static variable in class org.objectweb.proactive.core.body.ActiveBody
 
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.FTManager
 
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.faultdetection.FaultDetectorImpl
 
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.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.ProActiveMetaObjectFactory
 
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.ProActiveComponentTypeImpl
 
logger - Static variable in class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
 
logger - Static variable in class org.objectweb.proactive.core.component.type.ProActiveTypeFactoryImpl
 
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.filetransfer.FileBlock
 
logger - Static variable in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
logger - Static variable in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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.node.NodeFactory
 
logger - Static variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
logger - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
logger - Static variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
logger - Static variable in interface org.objectweb.proactive.core.process.UniversalProcess
 
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 class org.objectweb.proactive.core.UniqueID
 
logger - Static variable in interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler
 
logger - Static variable in class org.objectweb.proactive.filetransfer.FileVector
 
logger - Variable in class org.objectweb.proactive.ic2d.data.IC2DObject
 
logger - Static variable in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveAdlWriter
 
logger - Static variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
logger - Static variable in class org.objectweb.proactive.ProActive
 
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
 
Loggers - Interface in org.objectweb.proactive.core.util.log
This interfaces centralizes the names of the loggers.
logoFile - Static variable in class org.objectweb.proactive.benchmarks.timit.util.charts.MatrixChart
 
LONG_LEN - Static variable in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
 
LongMutableWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
longToBytes(long, byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Given a long, convert it into a byte array
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.
LongWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
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(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(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
lookup(String) - Static method in class org.objectweb.proactive.core.component.Fractive
Returns a reference on a component (a component representative) for the component associated with the specified name.
lookup - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
LOOKUP_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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
lookupFc(String) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
lookupFcMulticast(String) - Method in interface org.objectweb.proactive.core.component.controller.MulticastController
Returns a reference on a multicast interface
lookupFcMulticast(String) - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
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
LOW - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
LSFBSubProcess - Class in org.objectweb.proactive.core.process.lsf
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 in org.objectweb.proactive.core.process.lsf
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
 

M

main(String[]) - Static method in class org.objectweb.proactive.benchmarks.timit.TimIt
Main method of Timit.
main(String[]) - Static method in class org.objectweb.proactive.calcium.examples.blast.Blast
 
main(String[]) - Static method in class org.objectweb.proactive.calcium.examples.blast.DivideDB
 
main(String[]) - Static method in class org.objectweb.proactive.calcium.examples.findprimes.FindPrimes
 
main(String[]) - Static method in class org.objectweb.proactive.calcium.examples.nqueens.NQueens
 
main(String[]) - Static method in class org.objectweb.proactive.core.body.ft.servers.StartFTServer
 
main(String[]) - Static method in class org.objectweb.proactive.core.body.migration.MixedLocationServer
 
main(String[]) - Static method in class org.objectweb.proactive.core.component.adl.Launcher
 
main(String[]) - Static method in class org.objectweb.proactive.core.mop.Launcher
 
main(String[]) - Static method in class org.objectweb.proactive.core.node.StartNode
 
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.JVMProcessImpl
 
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.maprsh.MapRshProcess
 
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.SimpleExternalProcess
 
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.ssh.SSHClient
 
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.scilab.gui.SciFrame
Auto-generated main method to display this JFrame
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTest1
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTest2
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTest3
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTest4
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTestCalcium
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTestLibrary
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTestParMandel
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTestParMult
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTestParPi
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTestSeqMandel
 
main(String[]) - Static method in class org.objectweb.proactive.ext.scilab.test.SciTestSeqMult
 
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.ProActiveSecurityDescriptorHandler
 
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.ic2d.gui.Legend
 
main(String[]) - Static method in class org.objectweb.proactive.ic2d.gui.process.ProcessControlFrame
 
main(String[]) - Static method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
main(String[]) - Static method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
main(String[]) - Static method in class org.objectweb.proactive.ic2d.IC2D
Main startup.
main(String[]) - Static method in class org.objectweb.proactive.loadbalancing.util.startLBoverP2P
 
main(String[]) - Static method in class org.objectweb.proactive.p2p.daemon.Daemon
 
main(String[]) - Static method in class org.objectweb.proactive.p2p.service.StartP2PService
 
main(String[]) - Static method in class org.objectweb.proactive.scheduler.Communicator
Lanches the communicator program
main(String[]) - Static method in class org.objectweb.proactive.scheduler.Scheduler
 
MAIN_DEFINITION_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MainDefinition - Class in org.objectweb.proactive.core.descriptor.data
A MainDefinition is an internal representation of XML mainDefinition element.
MainDefinition(String, List<String>, List<VirtualNode>) - 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
 
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
makeConstraints() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
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).
Manager - Class in org.objectweb.proactive.branchnbound.core
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.
MandelbrotEventListener - Class in org.objectweb.proactive.ext.scilab.util
This class is a listener for Mandelbrot events in order to retrieve the result of the parallel computation
MandelbrotEventListener(ScilabService, int, FutureDoubleMatrix) - Constructor for class org.objectweb.proactive.ext.scilab.util.MandelbrotEventListener
 
Map<T> - Class in org.objectweb.proactive.calcium.skeletons
Map is only a special case of Divide and Conquer, and therfore represents data parallelism.
Map(Divide<T>, Skeleton<T>, Conquer<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.Map
 
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
 
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
 
MapRshProcess - Class in org.objectweb.proactive.core.process.rsh.maprsh
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
 
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, double) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Marks the communication specified by a target rank and a value.
mark(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
markFinishTime() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
markFinishTime() - Method in class org.objectweb.proactive.calcium.Task
 
markSupported() - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
marshallObject(Object) - Static method in class org.objectweb.proactive.core.body.http.util.HttpMarshaller
 
mask - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
MASTER_SPY_CHECK_INTERVAL - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
MASTER_TAG - Static variable in interface org.objectweb.proactive.core.config.xml.MasterFileConstants
 
MasterFileConstants - Interface in org.objectweb.proactive.core.config.xml
 
MasterFileHandler - Class in org.objectweb.proactive.core.config.xml
 
MasterFileHandler() - Constructor for class org.objectweb.proactive.core.config.xml.MasterFileHandler
 
masterKill() - Method in interface org.objectweb.proactive.benchmarks.timit.util.Startable
This method will be called after each 'benchmark'
masterSpyID - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
match(Type, Type) - Method in interface org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatch
Verifies that, for the specified distribution mode, the types of parameters are compatible between client side and server side.
match(Type, Type) - Method in enum org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatchMode
 
matches(SpyMessageEvent) - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
Returns whether matching event belongs to the same Qsend Qrecv Rsend Rrecv set
MatrixChart - Class in org.objectweb.proactive.benchmarks.timit.util.charts
This class contains all methods to build a matrix chart from a two-dimensional integer array.
MatrixChart() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.charts.MatrixChart
 
MAX - Static variable in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
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_ENABLED_COUNTERS - Static variable in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
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
 
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
 
message(int, String) - Static method in class org.objectweb.proactive.benchmarks.timit.TimIt
Used to show logging information on stdout while running q benchmark suite
Message - Interface in org.objectweb.proactive.core.body.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 in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
A class implementating this interface is listener of MessageEvent.
messageEventListener - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
messageEventProducer - Variable in class org.objectweb.proactive.core.body.BodyImpl
 
MessageEventProducer - Interface in org.objectweb.proactive.core.body.message
 
MessageEventProducerImpl - Class in org.objectweb.proactive.core.body.message
 
MessageEventProducerImpl() - Constructor for class org.objectweb.proactive.core.body.message.MessageEventProducerImpl
 
MessageImpl - Class in org.objectweb.proactive.core.body.message
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 in org.objectweb.proactive.core.body.ft.message
Interface for piggybacked informations on messages.
MessageInfoCIC - Class in org.objectweb.proactive.core.body.ft.protocols.cic.infos
 
MessageInfoCIC() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
MessageInfoPMLRB - Class in org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos
Informations piggybacked on messages with the PMLRB protocol.
MessageInfoPMLRB() - Constructor for class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.MessageInfoPMLRB
 
messageInfos - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
all values piggybacked for fault tolerance stuff
MessageLog - Interface in org.objectweb.proactive.core.body.ft.message
Marker interface for message log.
MessageLogger - Interface in org.objectweb.proactive.core.util
 
messageLogger - Static variable in interface org.objectweb.proactive.core.util.RemoteProcessMessageLogger
 
messageLogger - Static variable in interface org.objectweb.proactive.ic2d.util.IC2DMessageLogger
 
MessageMonitoringController - Interface in org.objectweb.proactive.ic2d.data
 
messageMonitoringListener - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
MessageMonitoringListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from ActiveObject
MessageMonitoringMenu - Class in org.objectweb.proactive.ic2d.gui.menu
 
MessageMonitoringMenu(String, MessageMonitoringController) - Constructor for class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
MessagePanel - Class in org.objectweb.proactive.ic2d.gui.util
 
MessagePanel(String) - Constructor for class org.objectweb.proactive.ic2d.gui.util.MessagePanel
 
MessageSink - Interface in org.objectweb.proactive.core.process
 
MetaObjectFactory - Interface in org.objectweb.proactive.core.body
A class implementing this interface if able to provide instances of factories that can create MetaObjects used in the Body.
MetaObjectInterfaceClassGenerator - Class in org.objectweb.proactive.core.component.gen
Creates Interface implementations for the functional interfaces of the component metaobject.
MetaObjectInterfaceClassGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.MetaObjectInterfaceClassGenerator
 
MethodBarrier - Class in org.objectweb.proactive.core.group.spmd
This class describes the state of a method-based barrier.
MethodBarrier(String[]) - Constructor for class org.objectweb.proactive.core.group.spmd.MethodBarrier
Constructor
methodCall - Variable in class org.objectweb.proactive.core.body.request.BodyRequest
 
methodCall - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
MethodCall - Class in org.objectweb.proactive.core.mop
Instances of this class represent method calls performed on reified objects.
MethodCall(Method, Map<TypeVariable, Class>, Object[], MethodCallExceptionContext) - Constructor for class org.objectweb.proactive.core.mop.MethodCall
Builds a new MethodCall object.
MethodCall(Method, Map<TypeVariable, Class>, 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 in org.objectweb.proactive.core.mop
 
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 in org.objectweb.proactive.core.group.spmd
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 in org.objectweb.proactive.core.group.spmd
 
MethodCallBarrierWithMethodName(String[]) - Constructor for class org.objectweb.proactive.core.group.spmd.MethodCallBarrierWithMethodName
Constructor
MethodCallControlForGroup - Class in org.objectweb.proactive.core.group
 
MethodCallControlForGroup() - Constructor for class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
MethodCallExceptionContext - Class in org.objectweb.proactive.core.mop
 
MethodCallExceptionContext(boolean, boolean) - Constructor for class org.objectweb.proactive.core.mop.MethodCallExceptionContext
 
MethodCallExecutionFailedException - Exception in org.objectweb.proactive.core.mop
 
MethodCallExecutionFailedException() - Constructor for exception org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallExecutionFailedException(String) - Constructor for exception org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallExecutionFailedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallExecutionFailedException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.MethodCallExecutionFailedException
 
MethodCallSetSPMDGroup - Class in org.objectweb.proactive.core.group.spmd
 
MethodCallSetSPMDGroup(Object) - Constructor for class org.objectweb.proactive.core.group.spmd.MethodCallSetSPMDGroup
Builds a method call to set the SPMD group
MethodDispatchMetadata - Annotation Type in org.objectweb.proactive.core.component.type.annotations.multicast
Annotates a method: it specifies the dispatch mode applicable for all parameters of the method
methodName - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
The name of the method called
methodName - Variable in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
The name of the method called
MethodSynchro - Annotation Type in org.objectweb.proactive.core.component.type.annotations.gathercast
Annotation for specifying timeouts at the level of methods.
metric - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
metric - Variable in class org.objectweb.proactive.loadbalancing.LoadMonitor
 
Metric - Interface in org.objectweb.proactive.loadbalancing.metrics
 
MetricFactory - Interface in org.objectweb.proactive.loadbalancing.metrics
 
MicroTimer - Class in org.objectweb.proactive.core.util.timer
 
MicroTimer() - Constructor for class org.objectweb.proactive.core.util.timer.MicroTimer
 
Migratable - Interface in org.objectweb.proactive.core.body.migration
 
MigratableBody - Class in org.objectweb.proactive.core.body.migration
 
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
 
MigratableCounter - Class in org.objectweb.proactive.benchmarks.timit.util
A MigratableCounter is a TimerCounter which can be migrated using ProActive migration.
MigratableCounter(String) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.MigratableCounter
Create an instance of MigratableCounter
migrateControllersDependentActiveObjectsTo(Node) - Method in class org.objectweb.proactive.core.component.identity.ProActiveComponentImpl
 
migratedBody - Variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.TimeToLiveTimerTask
 
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
 
migrateDependentActiveObjectsTo(Node) - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
If a controller holds references to active objects which are dependent on it, it needs to trigger the migration of these active objects.
migrateDependentActiveObjectsTo(Node) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
migrateDependentActiveObjectsTo(Node) - Method in interface org.objectweb.proactive.core.component.controller.MigrationController
 
migrateDependentActiveObjectsTo(Node) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveController
If a controller holds references to active objects which are dependent on it, it needs to trigger the migration of these active objects.
migrateFuturesHandlersTo(Node) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueues
migrates all existing futures handlers
migrateFuturesHandlerTo(Node) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
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) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandler
 
migrateTo(URL) - Method in interface org.objectweb.proactive.core.component.controller.MigrationController
 
migrateTo(String) - Method in interface org.objectweb.proactive.core.component.controller.MigrationController
 
migrateTo(Node) - Method in interface org.objectweb.proactive.core.component.controller.MigrationController
 
migrateTo(Node) - Method in class org.objectweb.proactive.core.component.controller.MigrationControllerImpl
 
migrateTo(URL) - Method in class org.objectweb.proactive.core.component.controller.MigrationControllerImpl
 
migrateTo(String) - Method in class org.objectweb.proactive.core.component.controller.MigrationControllerImpl
 
migrateTo(Node, Body) - Method in class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
migrateTo(String) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
migrateTo(UniqueID, String) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
migrateTo(UniqueID, String) - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
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(Body, Node, boolean, int) - Static method in class org.objectweb.proactive.ProActive
Migrates the body bodyToMigrate to the given node.
MIGRATING_OUT - Static variable in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationMap
 
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 - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
migration - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
migration - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
MIGRATION_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
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_TIME - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
MIGRATION_TIME: constant estimation of MIGRATION time.
MIGRATION_TO - Static 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
 
MigrationController - Interface in org.objectweb.proactive.core.component.controller
 
MigrationControllerImpl - Class in org.objectweb.proactive.core.component.controller
 
MigrationControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.MigrationControllerImpl
 
migrationCounter - Variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
migrationCounter - Variable in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
MigrationEvent - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.body.migration
 
MigrationException() - Constructor for exception org.objectweb.proactive.core.body.migration.MigrationException
 
MigrationException(String) - Constructor for exception org.objectweb.proactive.core.body.migration.MigrationException
 
MigrationException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.body.migration.MigrationException
 
MigrationException(Throwable) - Constructor for exception org.objectweb.proactive.core.body.migration.MigrationException
 
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
MigrationManager - Interface in org.objectweb.proactive.core.body.migration
 
migrationManager - Variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.MaxTimeOnSiteTimerTask
 
migrationManager - Variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.TimeToLiveTimerTask
 
MigrationManagerFactory - Interface in org.objectweb.proactive.core.body.migration
A class implementing this interface is a factory of MigrationManager objects.
migrationManagerFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
MigrationManagerImpl - Class in org.objectweb.proactive.core.body.migration
 
MigrationManagerImpl() - Constructor for class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
MigrationManagerImpl.MaxTimeOnSiteTimerTask - Class in org.objectweb.proactive.core.body.migration
 
MigrationManagerImpl.MaxTimeOnSiteTimerTask(MigrationManagerImpl, Body) - Constructor for class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.MaxTimeOnSiteTimerTask
 
MigrationManagerImpl.TimeToLiveTimerTask - Class in org.objectweb.proactive.core.body.migration
 
MigrationManagerImpl.TimeToLiveTimerTask(MigrationManagerImpl, MigratableBody, UniversalBody) - Constructor for class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.TimeToLiveTimerTask
 
MigrationManagerWithLocationServer - Class in org.objectweb.proactive.ext.locationserver
 
MigrationManagerWithLocationServer() - Constructor for class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
MigrationManagerWithLocationServer(LocationServer) - Constructor for class org.objectweb.proactive.ext.locationserver.MigrationManagerWithLocationServer
 
MigrationManagerWithMixedLocation - Class in org.objectweb.proactive.ext.mixedlocation
 
MigrationManagerWithMixedLocation() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
MigrationManagerWithMixedLocation(LocationServer) - Constructor for class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
MigrationStrategy - Interface in org.objectweb.proactive.ext.migration
 
MigrationStrategyImpl - Class in org.objectweb.proactive.ext.migration
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 in org.objectweb.proactive.ext.migration
 
MigrationStrategyManagerImpl - Class in org.objectweb.proactive.ext.migration
 
MigrationStrategyManagerImpl() - Constructor for class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
MigrationStrategyManagerImpl(Migratable) - Constructor for class org.objectweb.proactive.ext.migration.MigrationStrategyManagerImpl
 
migrationTo - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
MIN - Static variable in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
minAskedNodes - Variable in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
MINDIFF - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Min diff to stop
MINIMUM_HEIGHT - Static variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
MINIMUM_WIDTH - Static variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
minimumLayoutSize(Container) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel.MyFlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumSize - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
minimumSize - Variable in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
mixBoard(Board, int, int) - Method in class org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
 
MixedLocationMetaObjectFactory - Class in org.objectweb.proactive.ext.mixedlocation
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 in org.objectweb.proactive.ext.mixedlocation
 
MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.MigrationManagerFactoryImpl
 
MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl - Class in org.objectweb.proactive.ext.mixedlocation
 
MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteIbisBodyFactoryImpl
 
MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl - Class in org.objectweb.proactive.ext.mixedlocation
 
MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RemoteRmiBodyFactoryImpl
 
MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory - Class in org.objectweb.proactive.ext.mixedlocation
 
MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory() - Constructor for class org.objectweb.proactive.ext.mixedlocation.MixedLocationMetaObjectFactory.RequestWithMixedLocationFactory
 
MixedLocationServer - Class in org.objectweb.proactive.core.body.migration
 
MixedLocationServer() - Constructor for class org.objectweb.proactive.core.body.migration.MixedLocationServer
 
MixedLocationServer(String) - Constructor for class org.objectweb.proactive.core.body.migration.MixedLocationServer
 
MixedLocationServer.LocationMap - Class in org.objectweb.proactive.core.body.migration
 
MixedLocationServer.LocationMap() - Constructor for class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationMap
 
MixedLocationServer.LocationRequestInfo - Class in org.objectweb.proactive.core.body.migration
 
MixedLocationServer.LocationRequestInfo(int, long, boolean) - Constructor for class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationRequestInfo
 
MixedLocationServer.WrappedLocationBody - Class in org.objectweb.proactive.core.body.migration
 
MixedLocationServer.WrappedLocationBody(UniversalBody, int) - Constructor for class org.objectweb.proactive.core.body.migration.MixedLocationServer.WrappedLocationBody
 
MixedLocationServer.WrappedLocationBody(UniversalBody, int, boolean) - Constructor for class org.objectweb.proactive.core.body.migration.MixedLocationServer.WrappedLocationBody
 
MixedPolicy - Class in org.objectweb.proactive.scheduler.policy
This is the mixed policy class that takes, while instanciating, the policy names and creates a vector of the policies for the only purpose of using its comparor
MixedPolicy() - Constructor for class org.objectweb.proactive.scheduler.policy.MixedPolicy
 
MixedPolicy(RessourceManager, Vector) - Constructor for class org.objectweb.proactive.scheduler.policy.MixedPolicy
Here we create a mixed policy job manager by submitting the ressource manager object and a vector of the policies that shall form this policy.
modifiedOptions - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
Monitor - Interface in org.objectweb.proactive.calcium.monitor
 
monitorAll(boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitorAll(boolean) - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
monitorAllCollection(boolean, Iterator) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
notifies all known objects of the monitoring request
MonitoredAO - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
MonitoredAO(String, String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredAO
 
monitoredHost - Variable in class org.objectweb.proactive.ic2d.data.HostObject
 
MonitoredHost - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
MonitoredHost(String, int, String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
monitoredHostAdded(MonitoredHost) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
monitoredHostAdded(String, String) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
monitoredHostRemoved(MonitoredHost) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
MonitoredJob - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
MonitoredJob(String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJob
 
MonitoredJVM - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
MonitoredJVM(String, int) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
MonitoredNode - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
MonitoredNode(Node, String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredNode
 
MonitoredObjectSet - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
MonitoredObjectSet(BasicMonitoredObject) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
MonitoredObjectSet() - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
MonitoredObjectsList - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
MonitoredObjectsList(IC2DFrame, MonitorThread) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.MonitoredObjectsList
 
MonitoredObjectsList(JobMonitorFrame, JobMonitorPanel) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.MonitoredObjectsList
 
MonitoredVN - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
MonitoredVN(String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredVN
 
MonitoredVN(String, String) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredVN
 
monitoringMenu - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
monitoringMessageEventChanged(ActiveObject, boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitoringMessageEventChanged(ActiveObject, boolean) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
monitoringReplyReceiver - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitoringReplyReceiverChanged(boolean) - Method in interface org.objectweb.proactive.ic2d.event.MessageMonitoringListener
 
monitoringReplyReceiverChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
monitoringReplyReceiverChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
monitoringReplySender - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitoringReplySenderChanged(boolean) - Method in interface org.objectweb.proactive.ic2d.event.MessageMonitoringListener
 
monitoringReplySenderChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
monitoringReplySenderChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
monitoringRequestReceiver - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitoringRequestReceiverChanged(boolean) - Method in interface org.objectweb.proactive.ic2d.event.MessageMonitoringListener
 
monitoringRequestReceiverChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
monitoringRequestReceiverChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
monitoringRequestSender - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitoringRequestSenderChanged(boolean) - Method in interface org.objectweb.proactive.ic2d.event.MessageMonitoringListener
 
monitoringRequestSenderChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
monitoringRequestSenderChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
monitorReplyReceiver(boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitorReplyReceiver(boolean) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
monitorReplyReceiver(boolean) - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
monitorReplyReceiverCollection(boolean, Iterator) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
notifies all known objects of the monitoring request
monitorReplyReceiverMenuItem - Variable in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
monitorReplySender(boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitorReplySender(boolean) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
monitorReplySender(boolean) - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
monitorReplySenderCollection(boolean, Iterator) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
notifies all known objects of the monitoring request
monitorReplySenderMenuItem - Variable in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
monitorRequestReceiver(boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitorRequestReceiver(boolean) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
monitorRequestReceiver(boolean) - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
monitorRequestReceiverCollection(boolean, Iterator) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
notifies all known objects of the monitoring request
monitorRequestReceiverMenuItem - Variable in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
monitorRequestSender(boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
monitorRequestSender(boolean) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
monitorRequestSender(boolean) - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
monitorRequestSenderCollection(boolean, Iterator) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
notifies all known objects of the monitoring request
monitorRequestSenderMenuItem - Variable in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
MonitorThread - Class in org.objectweb.proactive.ic2d.util
 
MonitorThread(String, WorldObject, IC2DMessageLogger) - Constructor for class org.objectweb.proactive.ic2d.util.MonitorThread
 
MonoThreadedManager - Class in org.objectweb.proactive.calcium
Example of a Managager that uses the calling thread (recursive) to execute the skeleton program.
MonoThreadedManager() - Constructor for class org.objectweb.proactive.calcium.MonoThreadedManager
 
MOP - Class in org.objectweb.proactive.core.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
 
mopCl - Static variable in class org.objectweb.proactive.core.mop.MOPClassLoader
 
MOPClassLoader - Class in org.objectweb.proactive.core.mop
 
MOPClassLoader() - Constructor for class org.objectweb.proactive.core.mop.MOPClassLoader
 
MOPException - Exception in org.objectweb.proactive.core.mop
 
MOPException() - Constructor for exception org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with no specified detail message.
MOPException(String) - Constructor for exception org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with the specified detail message.
MOPException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with the specified detail message and nested exception.
MOPException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.MOPException
Constructs a ProActiveException with the specified detail message and nested exception.
MOPRuntimeException - Exception in org.objectweb.proactive.core.mop
 
MOPRuntimeException() - Constructor for exception org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveRuntimeException with no specified detail message.
MOPRuntimeException(String) - Constructor for exception org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveRuntimeException with the specified detail message.
MOPRuntimeException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveRuntimeException with the specified detail message and nested exception.
MOPRuntimeException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.MOPRuntimeException
Constructs a ProActiveException with the specified detail message and nested exception.
moveTo(String) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Migrate the P2P node lookup tyo a new node.
MPI - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
MPI - Class in org.objectweb.proactive.mpi
This class provides a standard entry point for API MPI tools.
MPI() - Constructor for class org.objectweb.proactive.mpi.MPI
 
MPI_ANY_SOURCE - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_ANY_TAG - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_BYTE - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_CHAR - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_CONTROL - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
MPI_CONTROL_COUPLING - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
MPI_CONTROL_MANAGER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
MPI_DEFAULT_STATUS - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_DEFAULT_STATUS: constant for MPI process default status.
MPI_DOUBLE - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_FINISHED - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_FINISHED/code>: constant for MPI process finished status.
MPI_FLOAT - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_INCONSISTENT - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_DEFAULT_STATUS: constant for MPI process default status.
MPI_INT - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_KILLED - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_KILLED/code>: constant for MPI process killed status.
MPI_LOCAL_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MPI_LONG - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_LONG_DOUBLE - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_LONG_LONG_INT - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_PROCESS_OPTIONS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MPI_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MPI_PROXY_LOGGER - Static variable in class org.objectweb.proactive.mpi.MPISpmdProxy
 
MPI_REMOTE_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
MPI_RUNNING - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_RUNNING/code>: constant for MPI process started status.
MPI_SHORT - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_TERM_FAILURE - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_TERM_FAILURE: constant for MPI process failure termination.
MPI_TERM_SUCCESS - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_TERM_SUCESS: constant for MPI process successful termination.
MPI_UNSIGNED - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_UNSIGNED_CHAR - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_UNSIGNED_LONG - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_UNSIGNED_SHORT - Static variable in interface org.objectweb.proactive.mpi.control.ProActiveMPIConstants
 
MPI_UNSTARTED - Static variable in interface org.objectweb.proactive.mpi.MPIConstants
MPI_UNSTARTED: constant for MPI process unstarted status.
mpiCommandOptions - Variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
MPIConstants - Interface in org.objectweb.proactive.mpi
 
MPIDependentProcess - Class in org.objectweb.proactive.core.process.mpi
MPI Dependent Process implementation.
MPIDependentProcess() - Constructor for class org.objectweb.proactive.core.process.mpi.MPIDependentProcess
Create a new MPIProcess Used with XML Descriptors
MPIDependentProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.mpi.MPIDependentProcess
 
mpiFileName - Variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
MPIProcess - Class in org.objectweb.proactive.core.process.mpi
MPI Process implementation.
MPIProcess() - Constructor for class org.objectweb.proactive.core.process.mpi.MPIProcess
Create a new MPIProcess Used with XML Descriptors
MPIProcess(ExternalProcess) - Constructor for class org.objectweb.proactive.core.process.mpi.MPIProcess
 
MPIResult - Class in org.objectweb.proactive.mpi
 
MPIResult() - Constructor for class org.objectweb.proactive.mpi.MPIResult
 
MPISend(byte[], int, int, int, int, int) - Static method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
MPISpmd - Interface in org.objectweb.proactive.mpi
 
MPISpmdImpl - Class in org.objectweb.proactive.mpi
 
MPISpmdImpl() - Constructor for class org.objectweb.proactive.mpi.MPISpmdImpl
 
MPISpmdImpl(VirtualNode) - Constructor for class org.objectweb.proactive.mpi.MPISpmdImpl
API method for creating a new MPISPMD object from an existing Virtual Node
MPISpmdProxy - Class in org.objectweb.proactive.mpi
 
MPISpmdProxy(VirtualNode) - Constructor for class org.objectweb.proactive.mpi.MPISpmdProxy
API method for creating a new MPISpmd proxy object from an existing Virtual Node
MSG - Class in org.objectweb.proactive.core.rmi
 
MSG(byte[], String) - Constructor for class org.objectweb.proactive.core.rmi.MSG
 
mult(ScilabService, String, double[], int, int, double[], int, int) - Static method in class org.objectweb.proactive.ext.scilab.util.GridMatrix
Matrix multiplication
MultEventListener - Class in org.objectweb.proactive.ext.scilab.util
This class is a listener for matrix multiplication events in order to retrieve the result of the parallel computation
MultEventListener(ScilabService, FutureDoubleMatrix) - Constructor for class org.objectweb.proactive.ext.scilab.util.MultEventListener
 
MULTICAST_CARDINALITY - Static variable in interface org.objectweb.proactive.core.component.adl.types.ProActiveTypeInterface
 
MULTICAST_CARDINALITY - Static variable in interface org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
MULTICAST_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
MULTICAST_LOCATOR_NAME - Static variable in class org.objectweb.proactive.core.node.StartNode
 
MulticastBindingChecker - Class in org.objectweb.proactive.core.component.collectiveitfs
This class is a utility class for checking that a method invocation can be passed from a client multicast interface to a connected server interface.
MulticastBindingChecker() - Constructor for class org.objectweb.proactive.core.component.collectiveitfs.MulticastBindingChecker
 
MulticastController - Interface in org.objectweb.proactive.core.component.controller
A controller for managing multicast interfaces, notably bindings and invocations on multicast interfaces
MulticastControllerImpl - Class in org.objectweb.proactive.core.component.controller
 
MulticastControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
MulticastHelper - Class in org.objectweb.proactive.core.component.collectiveitfs
Simple helper class
MulticastHelper() - Constructor for class org.objectweb.proactive.core.component.collectiveitfs.MulticastHelper
 
multicastLocator - Static variable in class org.objectweb.proactive.core.jini.ServiceLocatorHelper
 
multicastLocator - Variable in class org.objectweb.proactive.core.node.StartNode
 
MULTIPLE - Static variable in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
 
MultiThreadedManager - Class in org.objectweb.proactive.calcium
Example of a manager that uses threads to execute the skeleton program.
MultiThreadedManager(int) - Constructor for class org.objectweb.proactive.calcium.MultiThreadedManager
 
MultiThreadedManager.CallableInterpreter - Class in org.objectweb.proactive.calcium
Callable class for invoking the interpret method in a new thread (processor).
MultiThreadedManager.CallableInterpreter(Skernel) - Constructor for class org.objectweb.proactive.calcium.MultiThreadedManager.CallableInterpreter
 
Muscle - Interface in org.objectweb.proactive.calcium.interfaces
 
MuscleException - Exception in org.objectweb.proactive.calcium.exceptions
A Parameter Exception indicates that the execution of the task related with this parameter can not continue, and the execution of related tasks (parent, brothers, children) must also be stoped.
MuscleException(String) - Constructor for exception org.objectweb.proactive.calcium.exceptions.MuscleException
 
MuscleException(Exception) - Constructor for exception org.objectweb.proactive.calcium.exceptions.MuscleException
 
MutableInteger - Class in org.objectweb.proactive.core.util
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 in org.objectweb.proactive.core.util
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
 
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
 
myNode - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
myPool - Variable in class org.objectweb.proactive.core.group.threadpool.ThreadInThePool
The threadpool owner of this thread.
myThis - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
myThis - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 

N

n - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
n1 - Variable in class org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
 
n2 - Variable in class org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
 
name - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
name - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
name - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
NAME - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
name - Variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
name - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
NAME_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
nameOfWrapper(Class) - Static method in class org.objectweb.proactive.core.mop.Utils
 
NAMES - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
nArrived(int) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Check if n nodes are arrived.
NB_KEYS - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
nbOfMigrationWithoutUpdate - Variable in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
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
 
NEIGHBORS_TO_STEAL - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
NEIGHBORS_TO_STEAL: Number of acquaintances requested for work stealing.
netServer - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
newActive(String, Object[], int) - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for adding class that will be instanciate on a specific node of applications
newActive(String, Object[], int) - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
newActive(String, Object[], int) - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
newActive(String, Object[]) - Method in interface org.objectweb.proactive.osgi.ProActiveService
 
newActive(String, Object[]) - Method in class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
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, Class[], 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, Class[], 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, Class[], 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, Class[], 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.
newActiveAsGroup(String, Class[], Object[], VirtualNode) - Static method in class org.objectweb.proactive.ProActive
Creates a new group of Active Objects.
newActiveAsGroup(String, Class[], 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.
newActiveComponent(String, Class[], 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, Class[], 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.
NewActiveFailedNFE - Exception in org.objectweb.proactive.core.exceptions.body
Contrary to what Guillaume C. said.
NewActiveFailedNFE(String, Exception) - Constructor for exception org.objectweb.proactive.core.exceptions.body.NewActiveFailedNFE
 
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.
newActiveInParallel(String, Class[], Object[][], Node[]) - Static method in class org.objectweb.proactive.ProActive
Create a set of active objects with given construtor parameters.
newActiveInParallel(String, Class[], Object[], VirtualNode) - Static method in class org.objectweb.proactive.ProActive
Create a set of identical active objects on a given virtual node.
newActiveSpmd(String) - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for adding class that will be instanciate on nodes of applications
newActiveSpmd(String, Object[]) - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for adding class that will be instanciate on nodes of applications
newActiveSpmd(String, Object[][]) - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for adding class that will be instanciate on nodes of applications
newActiveSpmd(String) - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
newActiveSpmd(String, Object[]) - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
newActiveSpmd(String, Object[][]) - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
newActiveSpmd(String) - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
newActiveSpmd(String, Object[]) - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
newActiveSpmd(String, Object[][]) - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
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.
newClient() - Method in class org.objectweb.proactive.jmx.server.ProActiveServerImpl
Returns a new ProActive Connection
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
newComponentIdentityFactory() - Method in interface org.objectweb.proactive.core.component.factory.ComponentMetaObjectFactory
Creates or reuses a ProActiveComponentFactory
newComponentInterfaceGroup(ProActiveInterfaceType, 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(ComponentType, ControllerDescription) - Static method in class org.objectweb.proactive.core.group.ProActiveComponentGroup
Creates an empty component stub+a group proxy.
newFcInstance(Type, ControllerDescription, ContentDescription) - Method in interface org.objectweb.proactive.core.component.factory.ProActiveGenericFactory
Creates a component.
newFcInstance(Type, ControllerDescription, ContentDescription, Node) - Method in interface org.objectweb.proactive.core.component.factory.ProActiveGenericFactory
Creates a component on a given node.
newFcInstance(Type, ControllerDescription, ContentDescription, VirtualNode) - Method in interface org.objectweb.proactive.core.component.factory.ProActiveGenericFactory
Creates a component on a given virtual node.
newFcInstance(Type, ControllerDescription, ContentDescription) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstance(Type, Object, Object) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstance(Type, ControllerDescription, ContentDescription, Node) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstance(Type, ControllerDescription, ContentDescription, VirtualNode) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstance() - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstanceAsList(Type, ControllerDescription, ContentDescription[], VirtualNode) - Method in interface org.objectweb.proactive.core.component.factory.ProActiveGenericFactory
Creates a list of components on a given virtual node.
newFcInstanceAsList(Type, ControllerDescription, ContentDescription, Node[]) - Method in interface org.objectweb.proactive.core.component.factory.ProActiveGenericFactory
Creates a list of components on a given virtual node.
newFcInstanceAsList(Type, ControllerDescription, ContentDescription, VirtualNode) - Method in interface org.objectweb.proactive.core.component.factory.ProActiveGenericFactory
Creates a list of components on a given virtual node.
newFcInstanceAsList(Type, ControllerDescription, ContentDescription[], Node[]) - Method in interface org.objectweb.proactive.core.component.factory.ProActiveGenericFactory
Creates a component on a given virtual node.
newFcInstanceAsList(Type, ControllerDescription, ContentDescription, VirtualNode) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstanceAsList(Type, ControllerDescription, ContentDescription, Node[]) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstanceAsList(Type, ControllerDescription, ContentDescription[], Node[]) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFcInstanceAsList(Type, ControllerDescription, ContentDescription[], VirtualNode) - Method in class org.objectweb.proactive.core.component.Fractive
 
newFTManager(int) - Method in interface org.objectweb.proactive.core.body.ft.protocols.FTManagerFactory
Return a fault-tolerance manager for a body
newFTManager(int) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl
 
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
 
NewGlobusHostDialog - Class in org.objectweb.proactive.ic2d.gui.dialog
 
NewGlobusHostDialog(Frame, boolean) - Constructor for class org.objectweb.proactive.ic2d.gui.dialog.NewGlobusHostDialog
Creates new form NewGlobusHostDialog
newGroup(String) - 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[][]) - 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, Class[], 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[][], Node[]) - Static method in class org.objectweb.proactive.core.group.ProActiveGroup
 
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.
newGroup(String, Class[]) - 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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.
newGroupInParallel(String, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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 interface org.objectweb.proactive.core.body.ft.protocols.FTManagerFactory
Return a fault-tolerance manager for a halfbody
newHalfFTManager(int) - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl
 
newInstance() - Static method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
newInstance(String, Class[], 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, Class[], Object[], String, Object[]) - Static method in class org.objectweb.proactive.core.mop.MOP
Creates an instance of an object
newInstance(Class, String, Class[], 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
 
newJMXConnector(JMXServiceURL, Map) - Method in class org.objectweb.proactive.jmx.provider.proactive.ClientProvider
Creates a new connector client that is ready to connect to the connector server at the given address.
newJMXConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Method in class org.objectweb.proactive.jmx.provider.proactive.ServerProvider
Creates a new connector server at the given address.
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 interface org.objectweb.proactive.core.body.migration.MigrationManagerFactory
Creates or reuses a MigrationManager object
newMigrationManager() - Method in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.MigrationManagerFactoryImpl
 
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
 
newMPISpmd(VirtualNode) - Static method in class org.objectweb.proactive.mpi.MPI
API method for creating new MPISPMD object from an existing Virtual Node.
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
newProActiveSecurityManager() - Method in interface org.objectweb.proactive.ext.security.ProActiveSecurityManagerFactory
 
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
 
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(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(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
newRemote(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
newRemote(String, Node) - Static method in class org.objectweb.proactive.ProActive
Creates an instance of the remote class.
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.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.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.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.ProActiveMetaObjectFactory
 
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
 
newServiceID() - Method in class org.objectweb.proactive.core.runtime.jini.JiniRuntimeImpl
 
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.
newSPMDGroupInParallel(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.
newSPMDGroupInParallel(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.
newSPMDGroupInParallel(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.
newSPMDGroupInParallel(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.
newSPMDGroupInParallel(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.
newState - Variable in class org.objectweb.proactive.core.body.future.FuturePool
 
newStream(Skeleton<T>) - Method in class org.objectweb.proactive.calcium.Calcium
This method is used to instantiate a new stream from the framework.
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
 
nextTask() - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
returns the job that should run next (according to the implemented policy).
NFE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
NFEListener - Interface in org.objectweb.proactive.core.exceptions.manager
 
NFEListenerList - Class in org.objectweb.proactive.core.exceptions.manager
 
NFEListenerList() - Constructor for class org.objectweb.proactive.core.exceptions.manager.NFEListenerList
 
NFEManager - Class in org.objectweb.proactive.core.exceptions.manager
 
NFEManager() - Constructor for class org.objectweb.proactive.core.exceptions.manager.NFEManager
 
NFEProducer - Interface in org.objectweb.proactive.core.exceptions.manager
 
NFREQUEST_IMMEDIATE_PRIORITY - Static variable in interface org.objectweb.proactive.core.body.request.Request
 
NFREQUEST_NO_PRIORITY - Static variable in interface org.objectweb.proactive.core.body.request.Request
 
NFREQUEST_PRIORITY - Static variable in interface org.objectweb.proactive.core.body.request.Request
 
NFRequestFilterImpl - Class in org.objectweb.proactive.core.component.body
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
 
nfRequestPriority - Variable in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
nfRequestPriority - Variable in class org.objectweb.proactive.core.body.request.BodyRequest
 
nfRequestPriority - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
nfRequestsProcessor - Variable in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
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
 
NGProcess - Class in org.objectweb.proactive.core.process.nordugrid
NorduGrid Process implementation.
NGProcess() - Constructor for class org.objectweb.proactive.core.process.nordugrid.NGProcess
Creates a new instance of NGProcess
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_KEY - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
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
 
NO_VERSION_FOUND - Static variable in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationMap
 
noClassServer - Variable in class org.objectweb.proactive.core.node.StartNode
 
node - Variable in class org.objectweb.proactive.core.event.NodeCreationEvent
 
Node - Interface in org.objectweb.proactive.core.node
A Node offers a set of services needed by ProActive to work with remote JVM.
NODE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
node - Variable in class org.objectweb.proactive.ic2d.data.NodeObject
 
node - Variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredNode
 
NODE - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
NODE_CREATED - Static 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
 
nodeCreated(NodeCreationEvent) - Method in class org.objectweb.proactive.loadbalancing.util.startLBoverP2P
 
nodeCreated(NodeCreationEvent) - Method in class org.objectweb.proactive.scheduler.RessourceListener
Each time a new node is discovered, we will add it to the unusedNodes list.
NodeCreationEvent - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
A class implementating this interface is listener of NodeCreationEvent.
NodeCreationEventProducer - Interface in org.objectweb.proactive.core.event
A class implementing this interface can produce NodeCreationEvent.
NodeCreationEventProducerImpl - Class in org.objectweb.proactive.core.event
 
NodeCreationEventProducerImpl() - Constructor for class org.objectweb.proactive.core.event.NodeCreationEventProducerImpl
 
NodeCreationListenerForAoCreation - Class in org.objectweb.proactive.core.util
Creates an Active Object by the multi-tread pool when a node is created.
NodeCreationListenerForAoCreation(Vector, String, Class[], Object[], ExecutorService) - Constructor for class org.objectweb.proactive.core.util.NodeCreationListenerForAoCreation
 
NodeDestination - Class in org.objectweb.proactive.ext.migration
 
NodeDestination(String, String) - Constructor for class org.objectweb.proactive.ext.migration.NodeDestination
Construct a Roadmap with location l and methodName name.
NodeException - Exception in org.objectweb.proactive.core.node
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 exception org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with no specified detail message.
NodeException(String) - Constructor for exception org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with the specified detail message.
NodeException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with the specified detail message and nested exception.
NodeException(Throwable) - Constructor for exception org.objectweb.proactive.core.node.NodeException
Constructs a NodeException with the specified detail message and nested exception.
NodeExploration - Class in org.objectweb.proactive.ic2d.gui.jobmonitor
 
NodeExploration(DataAssociation, DefaultListModel, IC2DMessageLogger) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
NodeFactory - Class in org.objectweb.proactive.core.node
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
 
nodeFamilyRegexp - Variable in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
nodeFinder - Variable in class org.objectweb.proactive.ic2d.data.HostObject
 
NodeImpl - Class in org.objectweb.proactive.core.node
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(ProActiveRuntime, String, String, String, String) - Constructor for class org.objectweb.proactive.core.node.NodeImpl
 
NodeImpl.NodeInformationImpl - Class in org.objectweb.proactive.core.node
 
NodeImpl.NodeInformationImpl(String, String, String, String, DeployerTag) - Constructor for class org.objectweb.proactive.core.node.NodeImpl.NodeInformationImpl
 
nodeInformation - Variable in class org.objectweb.proactive.core.node.NodeImpl
 
NodeInformation - Interface in org.objectweb.proactive.core.node
A class implementing this interface provides information about the node it is attached to.
NodeLauncher - Class in org.objectweb.proactive.ext.closedworldlauncher
 
NodeLauncher() - Constructor for class org.objectweb.proactive.ext.closedworldlauncher.NodeLauncher
 
nodeNotResponding() - Method in interface org.objectweb.proactive.ic2d.event.NodeObjectListener
 
nodeNotResponding() - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
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
 
nodenumber - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
NodeObject - Class in org.objectweb.proactive.ic2d.data
Holder class for the host data representation
NodeObject(VMObject, Node) - Constructor for class org.objectweb.proactive.ic2d.data.NodeObject
 
nodeObjectAdded(NodeObject) - Method in interface org.objectweb.proactive.ic2d.event.VMObjectListener
 
nodeObjectAdded(NodeObject) - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
NodeObjectListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from NodeObject
nodeObjectRemoved(NodeObject) - Method in interface org.objectweb.proactive.ic2d.event.VMObjectListener
 
nodeObjectRemoved(NodeObject) - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
NodePanel - Class in org.objectweb.proactive.ic2d.gui.data
 
NodePanel(AbstractDataObjectPanel, NodeObject) - Constructor for class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
NodePanel(AbstractDataObjectPanel, NodeObject, Color) - Constructor for class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
nodes - Variable in class org.objectweb.proactive.calcium.proactive.AbstractProActiveManager
 
nodes - Variable in class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
nodes(String) - Method in class org.objectweb.proactive.scheduler.RessourceManager
Provides the information about the nodes (state, job running, properties ...)
nodes(String) - Method in class org.objectweb.proactive.scheduler.Scheduler
Provides the information about the nodes (state, job running, ...)
nodesArray - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
nodesBooked - Variable in class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
nodesBooked - Variable in class org.objectweb.proactive.loadbalancing.util.startLBoverP2P
 
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
 
nodeURL - Variable in class org.objectweb.proactive.ic2d.spy.BodyCreationSpyEvent
nodename
noMoreNodeNeeded(Node) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeManager
Free a booked node.
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
noneAwaited() - Method in class org.objectweb.proactive.ext.util.FutureList
Return true if none of the futures in the current list are awaited
NonFunctionalException - Exception in org.objectweb.proactive.core.exceptions
The root class of non functional exceptions
NonFunctionalException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.exceptions.NonFunctionalException
 
NonFunctionalRequestsProcessor - Class in org.objectweb.proactive.core.body.request
**For internal use only**
This class is a utility class allowing to deal with non functional requests.
NonFunctionalRequestsProcessor() - Constructor for class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor
 
NonFunctionalRequestsProcessor.ImmediateNFRequestFilter - Class in org.objectweb.proactive.core.body.request
ImmediateNFRequestFilter is a RequestFilter that matches immediate non functional requests
NonFunctionalRequestsProcessor.ImmediateNFRequestFilter() - Constructor for class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor.ImmediateNFRequestFilter
 
NonFunctionalRequestsProcessor.NoPriorityNFRequestFilter - Class in org.objectweb.proactive.core.body.request
NoPriorityNFRequestFilter is a RequestFilter that matches no priority non functional requests
NonFunctionalRequestsProcessor.NoPriorityNFRequestFilter() - Constructor for class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor.NoPriorityNFRequestFilter
 
NonFunctionalRequestsProcessor.PriorityNFRequestFilter - Class in org.objectweb.proactive.core.body.request
PriorityNFRequestFilter is a RequestFilter that matches priority non functional requests
NonFunctionalRequestsProcessor.PriorityNFRequestFilter() - Constructor for class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor.PriorityNFRequestFilter
 
NonFunctionalServices - Class in org.objectweb.proactive.core.util
**For internal use only**
This class is a way to add non functionnal services to managed active objects.
NonFunctionalServices() - Constructor for class org.objectweb.proactive.core.util.NonFunctionalServices
 
NOOP_LISTENER - Static variable in interface org.objectweb.proactive.core.exceptions.manager.NFEListener
 
noRebind - Variable in class org.objectweb.proactive.core.node.StartNode
 
noRegistry - Variable in class org.objectweb.proactive.core.node.StartNode
 
NoResultsException - Exception in org.objectweb.proactive.branchnbound.core.exception
This exception is used for signaling that a Result containts no solutions.
NoResultsException() - Constructor for exception org.objectweb.proactive.branchnbound.core.exception.NoResultsException
Create a new Excpeiton.
NoResultsException(String) - Constructor for exception org.objectweb.proactive.branchnbound.core.exception.NoResultsException
Create a new Excpetion with a given message.
NORMAL - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
normalizeURL(String) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer
 
normalizeURL(String) - Method in class org.objectweb.proactive.ext.util.SimpleLocationServer
 
NoSuchComponentException - Exception in org.objectweb.proactive.core.component.exceptions
Exception thrown when a named component cannot be found
NoSuchComponentException() - Constructor for exception org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
NoSuchComponentException(String) - Constructor for exception org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
NoSuchComponentException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
NoSuchComponentException(Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.NoSuchComponentException
 
note - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
NOTHING - Static variable in class org.objectweb.proactive.ic2d.IC2D
 
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.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.DependentProcessSequenceHandler
 
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.MPIProcessHandler.MPIOptionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MPIProcessHandler
 
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
 
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.SequentialProcessHandler
 
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.ServiceDefinitionHandler
 
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.TechnicalServicesHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.TechnicalServicesHandler.TechnicalServiceDefinitionHandler
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.core.descriptor.xml.VariablesHandler
 
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
 
notifyEndActiveHandler(String, UnmarshallerHandler) - Method in class org.objectweb.proactive.scheduler.ProActiveJobHandler
we redefine this method so that we can collect in the end the total amount of information from the created Virtual nodes.
notifyListener(SpyEvent[]) - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
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
 
notifyLoadBalancers() - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
notifyObservers() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
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
 
notifyProxy(Hashtable, Hashtable, Hashtable) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
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
 
NotImplementedException - Exception in org.objectweb.proactive.core.body.ft.exception
 
NotImplementedException() - Constructor for exception org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.body.ft.exception.NotImplementedException
 
NotLoadBalanceableObject - Interface in org.objectweb.proactive.loadbalancing
This interface has to be implemented for ActiveObjects which don't have to be load balance
NQueens - Class in org.objectweb.proactive.calcium.examples.nqueens
 
NQueens() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.NQueens
 
NUMBER_OF_REQUESTS_FOR_MANY - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
NUMBER_OF_REQUESTS_FOR_SEVERAL - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 

O

OAID - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
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
 
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
 
OARGRIDSubProcess - Class in org.objectweb.proactive.core.process.oar
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 in org.objectweb.proactive.core.process.oar
 
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
oarsite - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
OARSubProcess - Class in org.objectweb.proactive.core.process.oar
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
 
OBJECT_RECEIVED_FUTURE_RESULT_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
OBJECT_WAIT_BY_NECESSITY_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
OBJECT_WAIT_FOR_REQUEST_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
ObjectForSynchro - Class in org.objectweb.proactive
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 in org.objectweb.proactive
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
ObjectGraph - Class in org.objectweb.proactive.core.gc
 
ObjectGraph() - Constructor for class org.objectweb.proactive.core.gc.ObjectGraph
 
objectNodeMap - Variable in class org.objectweb.proactive.ic2d.data.VMObject
 
objectReceivedFutureResult(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
objectSet - Variable in class org.objectweb.proactive.ic2d.data.HostObject
 
ObjectToByteConverter - Class in org.objectweb.proactive.core.util
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
 
objectWaitingByNecessity(ActiveObject, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
objectWaitingByNecessity(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
objectWaitingByNecessity(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
objectWaitingByNecessity(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
objectWaitingByNecessity(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
objectWaitingForRequest(ActiveObject, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
objectWaitingForRequest(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
objectWaitingForRequest(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
objectWaitingForRequest(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
objectWaitingForRequest(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
observationPerformed(SpyEvent) - Method in class org.objectweb.proactive.ic2d.data.SpyListenerImpl
Receives a message from a spy
observationPerformed(SpyEvent) - Method in interface org.objectweb.proactive.ic2d.spy.SpyListener
Receives a message from a spy
observationsPerformed(SpyEvent[]) - Method in class org.objectweb.proactive.ic2d.data.SpyListenerImpl
Receives multiples messages in a buffer
observationsPerformed(SpyEvent[]) - Method in interface org.objectweb.proactive.ic2d.spy.SpyListener
Receives multiples messages in a buffer
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.
oKButton_actionPerformed(ActionEvent) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
oldtoArray(List) - Static method in class org.objectweb.proactive.benchmarks.timit.config.Serie
 
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.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.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.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.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.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.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
 
oneWayCallOnGroup(MethodCall, ExceptionListException) - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
oneWayCallOnGroup(MethodCall, ExceptionListException) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Launchs the threads for OneWay call of each member of the Group.
oneWayMethods() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
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.FTManager
This method is called when a reply is received.
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.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.FTManager
This method is called when a request is received.
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.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.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.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.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.FTManager
This method is called before the sending of a reply
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.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.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.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.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.FTManager
This method is called before the sending of a request
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.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.FTManager
This method is called after the service of a request
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.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.FTManager
This method is called before the service of a request
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
 
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
 
openFilteredClassesDialog(Component, IC2DPanel, ActiveObjectFilter) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
openNewHTTPHostDialog(Component, WorldPanel, IC2DMessageLogger) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
openNewIbisHostDialog(Component, WorldPanel, IC2DMessageLogger) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
openNewJINIHostDialog(Component, WorldPanel, IC2DMessageLogger) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
openNewJINIHostsDialog(Component, WorldPanel, IC2DMessageLogger) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
openNewRMIHostDialog(Component, WorldPanel, IC2DMessageLogger) - Static method in class org.objectweb.proactive.ic2d.gui.util.DialogUtils
 
openSetDepthControlDialog(JFrame) - Static method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
openSetTtrControlDialog(JFrame) - Static method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
openWrite(File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
operatingSystemFound(String) - Method in interface org.objectweb.proactive.ic2d.event.HostObjectListener
 
operatingSystemFound(String) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
OperationStatus - Class in org.objectweb.proactive.core.filetransfer
This class is used to determine if an operation has finished, is pending or encountered some problems.
OperationStatus() - Constructor for class org.objectweb.proactive.core.filetransfer.OperationStatus
ProActive empty constructor.
OperationStatus(boolean) - Constructor for class org.objectweb.proactive.core.filetransfer.OperationStatus
If the operation was never processed, then this constructor can be used
OperationStatus(Exception) - Constructor for class org.objectweb.proactive.core.filetransfer.OperationStatus
This constructor can be used if the operation experienced problems while processing.
optimize(MethodCallExceptionContext) - Static method in class org.objectweb.proactive.core.mop.MethodCallExceptionContext
 
OPTIONAL - Static variable in class org.objectweb.proactive.ext.security.Communication
 
org.objectweb.proactive - package org.objectweb.proactive
Provides the main classes for creating active objects and futures.
org.objectweb.proactive.benchmarks.timit - package org.objectweb.proactive.benchmarks.timit
Provides the main classes for creating timers and events.
org.objectweb.proactive.benchmarks.timit.config - package org.objectweb.proactive.benchmarks.timit.config
 
org.objectweb.proactive.benchmarks.timit.result - package org.objectweb.proactive.benchmarks.timit.result
 
org.objectweb.proactive.benchmarks.timit.util - package org.objectweb.proactive.benchmarks.timit.util
 
org.objectweb.proactive.benchmarks.timit.util.charts - package org.objectweb.proactive.benchmarks.timit.util.charts
 
org.objectweb.proactive.benchmarks.timit.util.charts.renderer - package org.objectweb.proactive.benchmarks.timit.util.charts.renderer
 
org.objectweb.proactive.benchmarks.timit.util.observing - package org.objectweb.proactive.benchmarks.timit.util.observing
 
org.objectweb.proactive.benchmarks.timit.util.observing.commobserv - package org.objectweb.proactive.benchmarks.timit.util.observing.commobserv
 
org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver - package org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver
 
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.calcium - package org.objectweb.proactive.calcium

This is the main package of the Calcium skeleton framework.

org.objectweb.proactive.calcium.examples.blast - package org.objectweb.proactive.calcium.examples.blast

This package contains an example of distributing the blast application with calcium.

org.objectweb.proactive.calcium.examples.findprimes - package org.objectweb.proactive.calcium.examples.findprimes

This package contains a toy examples of finding prime number with calcium.

org.objectweb.proactive.calcium.examples.nqueens - package org.objectweb.proactive.calcium.examples.nqueens

This package contains an example of solving the nqueens counting problem using the framework.

org.objectweb.proactive.calcium.examples.nqueens.bt1 - package org.objectweb.proactive.calcium.examples.nqueens.bt1
 
org.objectweb.proactive.calcium.examples.nqueens.bt2 - package org.objectweb.proactive.calcium.examples.nqueens.bt2
 
org.objectweb.proactive.calcium.exceptions - package org.objectweb.proactive.calcium.exceptions

This package contains the exceptions handled by the framework.

org.objectweb.proactive.calcium.interfaces - package org.objectweb.proactive.calcium.interfaces

This package contains the main interfaces provided by the framework.

org.objectweb.proactive.calcium.monitor - package org.objectweb.proactive.calcium.monitor

This package contains the monitoring tool for the framework.

org.objectweb.proactive.calcium.proactive - package org.objectweb.proactive.calcium.proactive

This package containts the required package to integrate the calcium framework with proactive.

org.objectweb.proactive.calcium.skeletons - package org.objectweb.proactive.calcium.skeletons

This package contains the skeletons supported by the framework

@author ProActive Team.

org.objectweb.proactive.calcium.statistics - package org.objectweb.proactive.calcium.statistics

This package contains the tools that generate statistics of the execution of the framework.

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.bindings - package org.objectweb.proactive.core.component.adl.bindings
A Fractal ADL module to define component bindings.
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.types - package org.objectweb.proactive.core.component.adl.types
A Fractal ADL module to define component types.
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.collectiveitfs - package org.objectweb.proactive.core.component.collectiveitfs
This package contains classes for handling collective interfaces.
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.factory - package org.objectweb.proactive.core.component.factory
Factories used for building component entities.
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.group - package org.objectweb.proactive.core.component.group
This package contains an extension of the ProActive typed group mechanism, applicable for components and component interfaces.
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
This package defines types used in the components.
org.objectweb.proactive.core.component.type.annotations.gathercast - package org.objectweb.proactive.core.component.type.annotations.gathercast
This package contains annotations used for configuring the gathercast behavior of component interfaces.
org.objectweb.proactive.core.component.type.annotations.multicast - package org.objectweb.proactive.core.component.type.annotations.multicast
This package contains annotations used for configuring the multicast behavior of component 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.filetransfer - package org.objectweb.proactive.core.filetransfer
Defines all classes related with ProActive File Transfer protocol org.objectweb.proactive.core.gc - package org.objectweb.proactive.core.gc
In the future: Complete Distributed Garbage Collector.
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.mpi - package org.objectweb.proactive.core.process.mpi
Defines services for creating a remote process wrapping mpi based applications.
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.rocks - package org.objectweb.proactive.core.process.rocks
 
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.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.scilab - package org.objectweb.proactive.ext.scilab
 
org.objectweb.proactive.ext.scilab.gui - package org.objectweb.proactive.ext.scilab.gui
 
org.objectweb.proactive.ext.scilab.monitor - package org.objectweb.proactive.ext.scilab.monitor
 
org.objectweb.proactive.ext.scilab.test - package org.objectweb.proactive.ext.scilab.test
 
org.objectweb.proactive.ext.scilab.util - package org.objectweb.proactive.ext.scilab.util
 
org.objectweb.proactive.ext.security - package org.objectweb.proactive.ext.security
This package provides a security framework for the ProActive middleware.
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
Helper functions to create "domains", i.e. high-level security entities.
org.objectweb.proactive.ext.security.exceptions - package org.objectweb.proactive.ext.security.exceptions
Contains all the exceptions thrown by the security framework.
org.objectweb.proactive.ext.security.gui - package org.objectweb.proactive.ext.security.gui
A GUI which allows to create, edit and manage certificates.
org.objectweb.proactive.ext.security.securityentity - package org.objectweb.proactive.ext.security.securityentity
Core package of the proactive security framework.
org.objectweb.proactive.ext.security.test.jacobi - package org.objectweb.proactive.ext.security.test.jacobi
Benchmarking test for the security framework using the Jacobi example.
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
Provides all utility classes to expose an active object or a component as web services org.objectweb.proactive.ext.webservices.soap - package org.objectweb.proactive.ext.webservices.soap
Provides classes to deploy and access the active object exposed as a web service.
org.objectweb.proactive.ext.webservices.utils - package org.objectweb.proactive.ext.webservices.utils
Provides web services utility classes.
org.objectweb.proactive.ext.webservices.wsdl - package org.objectweb.proactive.ext.webservices.wsdl
Provides classes to generates WSDL file corresponding to the active object.
org.objectweb.proactive.filetransfer - package org.objectweb.proactive.filetransfer
Defines an entry point for ProActive Filetransfer API org.objectweb.proactive.ic2d - package org.objectweb.proactive.ic2d
Provides the application IC2D for Interactive Control and Debugging of Distribution.
org.objectweb.proactive.ic2d.data - package org.objectweb.proactive.ic2d.data
**For internal use only** Provides the hierarchical data model of IC2D.
org.objectweb.proactive.ic2d.event - package org.objectweb.proactive.ic2d.event
**For internal use only** Provides the definition of all events and listeners of IC2D.
org.objectweb.proactive.ic2d.gui - package org.objectweb.proactive.ic2d.gui
**For internal use only** Provides the GUI representation of IC2D.
org.objectweb.proactive.ic2d.gui.components - package org.objectweb.proactive.ic2d.gui.components
This package and sub-packages provide an extension of the FractalGUI from the Fractal 2.0 distribution.
org.objectweb.proactive.ic2d.gui.components.admin.model - package org.objectweb.proactive.ic2d.gui.components.admin.model
 
org.objectweb.proactive.ic2d.gui.components.dialog.control - package org.objectweb.proactive.ic2d.gui.components.dialog.control
 
org.objectweb.proactive.ic2d.gui.components.dialog.model - package org.objectweb.proactive.ic2d.gui.components.dialog.model
 
org.objectweb.proactive.ic2d.gui.components.dialog.view - package org.objectweb.proactive.ic2d.gui.components.dialog.view
 
org.objectweb.proactive.ic2d.gui.components.graph.view - package org.objectweb.proactive.ic2d.gui.components.graph.view
 
org.objectweb.proactive.ic2d.gui.components.history.model - package org.objectweb.proactive.ic2d.gui.components.history.model
 
org.objectweb.proactive.ic2d.gui.components.menu.control - package org.objectweb.proactive.ic2d.gui.components.menu.control
 
org.objectweb.proactive.ic2d.gui.components.model - package org.objectweb.proactive.ic2d.gui.components.model
 
org.objectweb.proactive.ic2d.gui.components.repository.lib - package org.objectweb.proactive.ic2d.gui.components.repository.lib
 
org.objectweb.proactive.ic2d.gui.components.tree.model - package org.objectweb.proactive.ic2d.gui.components.tree.model
 
org.objectweb.proactive.ic2d.gui.components.undo.model - package org.objectweb.proactive.ic2d.gui.components.undo.model
 
org.objectweb.proactive.ic2d.gui.components.util - package org.objectweb.proactive.ic2d.gui.components.util
 
org.objectweb.proactive.ic2d.gui.data - package org.objectweb.proactive.ic2d.gui.data
**For internal use only** Provides a GUI representation of each data object of the data model of IC2D org.objectweb.proactive.ic2d.gui.dialog - package org.objectweb.proactive.ic2d.gui.dialog
**For internal use only** Defines some dialogs used to get input from the user.
org.objectweb.proactive.ic2d.gui.jobmonitor - package org.objectweb.proactive.ic2d.gui.jobmonitor
 
org.objectweb.proactive.ic2d.gui.jobmonitor.data - package org.objectweb.proactive.ic2d.gui.jobmonitor.data
 
org.objectweb.proactive.ic2d.gui.jobmonitor.switcher - package org.objectweb.proactive.ic2d.gui.jobmonitor.switcher
 
org.objectweb.proactive.ic2d.gui.menu - package org.objectweb.proactive.ic2d.gui.menu
**For internal use only** Provides the contextual menus of IC2D.
org.objectweb.proactive.ic2d.gui.process - package org.objectweb.proactive.ic2d.gui.process
**For internal use only** Provides a basic GUI front end to spawn a new JVMs locally or remotely (using RSH).
org.objectweb.proactive.ic2d.gui.recording - package org.objectweb.proactive.ic2d.gui.recording
**For internal use only** Provides the GUI controller for event recording and replaying.
org.objectweb.proactive.ic2d.gui.util - package org.objectweb.proactive.ic2d.gui.util
**For internal use only** Provides various GUI utilities.
org.objectweb.proactive.ic2d.spy - package org.objectweb.proactive.ic2d.spy
**For internal use only** Provides the Spy active object that is created in each VM IC2D is asked to monitor.
org.objectweb.proactive.ic2d.util - package org.objectweb.proactive.ic2d.util
**For internal use only** Provides various utility classes.
org.objectweb.proactive.jmx - package org.objectweb.proactive.jmx
This package provides the classes to connect remotely to a JMX Server via ProActive.
org.objectweb.proactive.jmx.client - package org.objectweb.proactive.jmx.client
 
org.objectweb.proactive.jmx.listeners - package org.objectweb.proactive.jmx.listeners
 
org.objectweb.proactive.jmx.provider.proactive - package org.objectweb.proactive.jmx.provider.proactive
 
org.objectweb.proactive.jmx.server - package org.objectweb.proactive.jmx.server
 
org.objectweb.proactive.loadbalancing - package org.objectweb.proactive.loadbalancing
 
org.objectweb.proactive.loadbalancing.metrics - package org.objectweb.proactive.loadbalancing.metrics
 
org.objectweb.proactive.loadbalancing.metrics.CPURanking - package org.objectweb.proactive.loadbalancing.metrics.CPURanking
 
org.objectweb.proactive.loadbalancing.metrics.currenttimemillis - package org.objectweb.proactive.loadbalancing.metrics.currenttimemillis
 
org.objectweb.proactive.loadbalancing.util - package org.objectweb.proactive.loadbalancing.util
 
org.objectweb.proactive.mpi - package org.objectweb.proactive.mpi
 
org.objectweb.proactive.mpi.control - package org.objectweb.proactive.mpi.control
 
org.objectweb.proactive.mpi.control.util - package org.objectweb.proactive.mpi.control.util
 
org.objectweb.proactive.osgi - package org.objectweb.proactive.osgi
This package provides all neccessary entities to run ProActive on top of OSGi ( http://www.osgi.org ).
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.
org.objectweb.proactive.scheduler - package org.objectweb.proactive.scheduler
 
org.objectweb.proactive.scheduler.policy - package org.objectweb.proactive.scheduler.policy
 
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
os - Variable in class org.objectweb.proactive.ic2d.data.HostObject
OS
osgiServletEnabled() - Static method in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
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
 
OutputCommit - Class in org.objectweb.proactive.core.body.ft.internalmsg
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.
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.benchmarks.timit.util.Parameter
 
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
 
OutputInterceptor - Interface in org.objectweb.proactive.core.component.interception
This interface must be implemented by controllers that need to intercept outgoing functional invocations.
OutputInterceptorClassGenerator - Class in org.objectweb.proactive.core.component.gen
This class generates output interceptors for intercepting outgoing functional invocations.
OutputInterceptorClassGenerator() - Constructor for class org.objectweb.proactive.core.component.gen.OutputInterceptorClassGenerator
 
OutputInterceptorHelper - Interface in org.objectweb.proactive.core.component.gen
This interface specifies a helper method for setting the list of output interceptors.
outputMessageSink - Variable in class org.objectweb.proactive.core.process.AbstractExternalProcess
 
OVERLOADED_THREASHOLD - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
OVERLOADED_THREASHOLD: begin of overloaded state.
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
 
owner - Variable in class org.objectweb.proactive.core.component.controller.AbstractRequestHandler
 
owner - Variable in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
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
 
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_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_NODES - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
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
 
P2PAcquaintanceManager - Class in org.objectweb.proactive.p2p.service
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 in org.objectweb.proactive.p2p.service.util
Java system properties name and P2P constants.
P2PDescriptorService - Class in org.objectweb.proactive.core.descriptor.services
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
 
p2pDescriptorService - Variable in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler
 
P2PFirstContact - Class in org.objectweb.proactive.p2p.service
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 in org.objectweb.proactive.p2p.loadbalancer
 
P2PLoadBalancer() - Constructor for class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
P2PNode - Class in org.objectweb.proactive.p2p.service.node
Used to return an available node or not from the node manager.
P2PNode() - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNode
 
P2PNode(Node, P2PNodeManager) - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNode
Construct a new P2PNode with specified node or null.
p2pNodeLookup - Variable in class org.objectweb.proactive.loadbalancing.util.JacobiDispatcher
 
P2PNodeLookup - Class in org.objectweb.proactive.p2p.service.node
 
P2PNodeLookup() - 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 in org.objectweb.proactive.p2p.service.node
 
P2PNodeManager() - Constructor for class org.objectweb.proactive.p2p.service.node.P2PNodeManager
Empty constructor for new active.
P2POldMessageException - Exception in org.objectweb.proactive.p2p.service.exception
 
P2POldMessageException() - Constructor for exception org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
P2POldMessageException(String) - Constructor for exception org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
P2POldMessageException(String, Throwable) - Constructor for exception org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
P2POldMessageException(Throwable) - Constructor for exception org.objectweb.proactive.p2p.service.exception.P2POldMessageException
 
p2pService - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
P2PService - Class in org.objectweb.proactive.p2p.service
ProActive Peer-to-Peer Service.
P2PService() - Constructor for class org.objectweb.proactive.p2p.service.P2PService
The empty constructor.
PA_WEBSERVICE - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
padding - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
padURL - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
paint(Graphics) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
paintComponent(Graphics) - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
Redraw the component
PanicException - Exception in org.objectweb.proactive.calcium.exceptions
A panic exception indicates that all the execution must be halted as a result of this error.
PanicException(String) - Constructor for exception org.objectweb.proactive.calcium.exceptions.PanicException
 
PAObjectInputStream - Class in org.objectweb.proactive.core.mop
 
PAObjectInputStream(InputStream) - Constructor for class org.objectweb.proactive.core.mop.PAObjectInputStream
 
PAObjectInputStream() - Constructor for class org.objectweb.proactive.core.mop.PAObjectInputStream
 
PAObjectOutputStream - Class in org.objectweb.proactive.core.mop
 
PAObjectOutputStream(OutputStream) - Constructor for class org.objectweb.proactive.core.mop.PAObjectOutputStream
 
PAObjectOutputStream() - Constructor for class org.objectweb.proactive.core.mop.PAObjectOutputStream
 
PAProfilerEngine - Class in org.objectweb.proactive.core.util.profiling
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
 
parallelEnvironment - Variable in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
 
ParamDispatch - Interface in org.objectweb.proactive.core.component.type.annotations.multicast
This interface declares a set of methods which define the distribution strategies for parameters in multicast interfaces.
ParamDispatchMetadata - Annotation Type in org.objectweb.proactive.core.component.type.annotations.multicast
Annotation for specifying the dispatch strategy of a given parameter.
ParamDispatchMode - Enum in org.objectweb.proactive.core.component.type.annotations.multicast
This enumeration defines the various dispatch modes available for parameters.
Parameter - Class in org.objectweb.proactive.benchmarks.timit.util
This class represent parameters for one benchmark test.
Parameter(XMLHelper, String, String, String[], int, String, String, String, long, String[], int) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.Parameter
Create an instance of Paramater for a benchmark test
ParameterDispatchException - Exception in org.objectweb.proactive.core.component.exceptions
Exception thrown if parameters cannot be dispatched from or to a collective interface.
ParameterDispatchException() - Constructor for exception org.objectweb.proactive.core.component.exceptions.ParameterDispatchException
 
ParameterDispatchException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.ParameterDispatchException
 
ParameterDispatchException(String) - Constructor for exception org.objectweb.proactive.core.component.exceptions.ParameterDispatchException
 
ParameterDispatchException(Throwable) - Constructor for exception org.objectweb.proactive.core.component.exceptions.ParameterDispatchException
 
parameters - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
parameters - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
PARAMETERS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
PARAMS - Variable in class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
parent - Variable in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
parent - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
parent - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
parentDataObjectPanel - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
parentFrame - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
parentStarted - Variable in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
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.
parseParameters() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
passivate() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandler
 
PassiveCompositeUnmarshaller - Class in org.objectweb.proactive.core.xml.handler
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 in org.objectweb.proactive.core.descriptor.xml
This class receives deployment events
PathHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.PathHandler
 
paths - Variable in class org.objectweb.proactive.core.rmi.ClassServer
 
pathToURLs(String) - Static method in class org.objectweb.proactive.core.classloader.ProActiveClassLoader
Transforms the string classpath to and URL array based classpath.
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
 
pause() - Method in class org.objectweb.proactive.ic2d.gui.recording.PlayerFrameTimeLine
 
pause() - Method in class org.objectweb.proactive.ic2d.gui.recording.ThreadPlayer
 
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
 
PBSSubProcess - Class in org.objectweb.proactive.core.process.pbs
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
 
peekInstruction() - Method in class org.objectweb.proactive.calcium.Task
 
PEER_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
 
PENDING - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
pendingSpyEvents - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
Vector of pending messages
performNotifyOperation(double) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
pertainsToACollectionInterface(String, Component) - Static method in class org.objectweb.proactive.core.component.Utils
 
PiEventListener - Class in org.objectweb.proactive.ext.scilab.util
This class is a listener for Pi calculation events in order to retrieve the result of the parallel computation
PiEventListener(ScilabService, int, FutureDoubleMatrix) - Constructor for class org.objectweb.proactive.ext.scilab.util.PiEventListener
 
ping(String) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
ping() - Method in class org.objectweb.proactive.scheduler.Agent
 
Pipe<T> - Class in org.objectweb.proactive.calcium.skeletons
The Pipe skeleton represents staged computation.
Pipe(Skeleton<T>, Skeleton<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.Pipe
 
Pipe(Skeleton<T>...) - Constructor for class org.objectweb.proactive.calcium.skeletons.Pipe
 
Pipe(List<Skeleton<T>>) - Constructor for class org.objectweb.proactive.calcium.skeletons.Pipe
 
PKCS12_CERTIFICATE - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
pkcs12Keystore - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
Plan - Class in org.objectweb.proactive.core.group.topology
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.
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
play() - Method in class org.objectweb.proactive.ic2d.gui.recording.PlayerFrameTimeLine
 
play() - Method in class org.objectweb.proactive.ic2d.gui.recording.ThreadPlayer
 
PlayerFrameTimeLine - Class in org.objectweb.proactive.ic2d.gui.recording
 
PlayerFrameTimeLine(EventListsPanel, DataObjectController) - Constructor for class org.objectweb.proactive.ic2d.gui.recording.PlayerFrameTimeLine
 
POLICY_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
POLICY_NAME - Static variable in interface org.objectweb.proactive.scheduler.SchedulerConstants
policy class name of the scheduler
policyFile - Variable in class org.objectweb.proactive.core.process.JVMProcessImpl
 
PolicyRule - Class in org.objectweb.proactive.ext.security
 
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
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 - Class in org.objectweb.proactive.ext.security
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<PolicyRule>) - Constructor for class org.objectweb.proactive.ext.security.PolicyServer
 
PolicyServer(KeyStore, ArrayList<PolicyRule>) - Constructor for class org.objectweb.proactive.ext.security.PolicyServer
 
policyServer - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
policyServer - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
pool - Variable in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandlerPool
 
pool - Static variable in class org.objectweb.proactive.core.component.gen.AbstractInterfaceClassGenerator
 
pool - Static variable in class org.objectweb.proactive.core.component.gen.GatherInterfaceGenerator
 
popInstruction() - Method in class org.objectweb.proactive.calcium.Task
 
popup - Variable in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
popup - Variable in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
popup - Variable in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
port - Static variable in class org.objectweb.proactive.core.rmi.ClassServer
 
port - Variable in class org.objectweb.proactive.ic2d.gui.dialog.NewGlobusHostDialog
 
pos - Variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
Position. useful for the receiver only
position(int) - Method in class org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
 
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
 
preferredLayoutSize(Container) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel.MyFlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
prettyName - Variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
prettyNames - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredAO
 
prettyNames - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredHost
 
prettyNames - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJob
 
prettyNames - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredJVM
 
prettyNames - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredNode
 
prettyNames - Static variable in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredVN
 
PRIMITIVE - Static variable in interface org.objectweb.proactive.core.component.Constants
 
printArray(double[][][], String[], int) - Static method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Prints a 3dim array of doubles, suppose that array was initialized with -1d values.
printbit(Board, int) - Method in class org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
 
printOut(Document) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
Print document on stdout.
printStackTrace(PrintStream) - Method in exception org.objectweb.proactive.core.mop.MOPException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in exception org.objectweb.proactive.core.mop.MOPException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in exception 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 exception org.objectweb.proactive.core.mop.MOPRuntimeException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in exception org.objectweb.proactive.core.mop.MOPRuntimeException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in exception 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
 
PrioritizedComponentRequestFilter - Class in org.objectweb.proactive.core.component.body
A request filter for prioritized component requests.
PrioritizedComponentRequestFilter() - Constructor for class org.objectweb.proactive.core.component.body.PrioritizedComponentRequestFilter
 
priority - Variable in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
PRIVATE_KEY_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
privateKeyLocation - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
ProActive - Class in org.objectweb.proactive
Provides static methods to manipulate or use Active Objects(creation, exception handling, migration,...), futures, deployment descritpors, components, groups.
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_HOME - Variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
PROACTIVE_JMX_ENV - Static variable in class org.objectweb.proactive.jmx.ProActiveJMXConstants
 
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_SCHEDULER_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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
 
ProActiveAdlWriter - Class in org.objectweb.proactive.ic2d.gui.components.repository.lib
 
ProActiveAdlWriter() - Constructor for class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveAdlWriter
 
ProActiveAdminModel - Class in org.objectweb.proactive.ic2d.gui.components.admin.model
 
ProActiveAdminModel() - Constructor for class org.objectweb.proactive.ic2d.gui.components.admin.model.ProActiveAdminModel
 
ProActiveBindingCompiler - Class in org.objectweb.proactive.core.component.adl.bindings
 
ProActiveBindingCompiler() - Constructor for class org.objectweb.proactive.core.component.adl.bindings.ProActiveBindingCompiler
 
ProActiveBindingController - Interface in org.objectweb.proactive.core.component.controller
Extension of the standard Fractal BindingController
ProActiveBindingControllerImpl - Class in org.objectweb.proactive.core.component.controller
Implementation of the BindingController interface.
ProActiveBindingControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
ProActiveBranchNBound - Class in org.objectweb.proactive.branchnbound
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
 
proActiveButtonListener - Variable in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView
 
ProActiveCertificateGenerator - Class in org.objectweb.proactive.ext.security.gui
 
ProActiveCertificateGenerator() - Constructor for class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGenerator
 
ProActiveCertificateGeneratorGUI - Class in org.objectweb.proactive.ext.security.gui
 
ProActiveCertificateGeneratorGUI() - Constructor for class org.objectweb.proactive.ext.security.gui.ProActiveCertificateGeneratorGUI
This is the default constructor
ProActiveClassLoader - Class in org.objectweb.proactive.core.classloader
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
 
ProActiveClassLoaderHelper - Class in org.objectweb.proactive.core.classloader
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 in org.objectweb.proactive.core.component.identity
This class extends Component, in order to provide access to some ProActive-specific features (reference on this component, reference on the base object, IDs)
ProActiveComponent - Interface in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveComponentBuilder - Class in org.objectweb.proactive.core.component.adl.components
A ProActive based implementation of the ComponentBuilder interface.
ProActiveComponentBuilder() - Constructor for class org.objectweb.proactive.core.component.adl.components.ProActiveComponentBuilder
 
ProActiveComponentFactory - Interface in org.objectweb.proactive.core.component.identity
A factory for component meta-objects
ProActiveComponentGroup - Class in org.objectweb.proactive.core.group
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 in org.objectweb.proactive.core.component.identity
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.
ProActiveComponentImpl - Class in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveComponentImpl(BasicConfiguration) - Constructor for class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
Constructs a new component.
ProActiveComponentRenderer - Class in org.objectweb.proactive.ic2d.gui.components.graph.view
Basic implementation of the ComponentRenderer interface.
ProActiveComponentRenderer() - Constructor for class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveComponentRenderer
Constructs a new ProActiveComponentRenderer component.
ProActiveComponentRepresentative - Interface in org.objectweb.proactive.core.component.representative
Implementations of this interface provide (remote) references to components.
ProActiveComponentRepresentativeFactory - Class in org.objectweb.proactive.core.component.representative
A factory for component representatives.
ProActiveComponentRepresentativeImpl - Class in org.objectweb.proactive.core.component.representative
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
 
ProActiveComponentTypeImpl - Class in org.objectweb.proactive.core.component.type
Implementation of ComponentType (@see org.objectweb.fractal.api.type.ComponentType)
ProActiveComponentTypeImpl(InterfaceType[]) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveComponentTypeImpl
Constructor for ProActiveComponentTypeImpl.
ProActiveComponentTypeImpl(ComponentType) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveComponentTypeImpl
copy constructor
ProActiveConfiguration - Class in org.objectweb.proactive.core.config
Configuration parameters may be overriden according to the following priorities:
">" meaning "configuration parameters defined on the left override those defined on the right", we have:
JVM > custom config file > default config file
ProActiveConfiguration - Class in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveConfiguration() - Constructor for class org.objectweb.proactive.ic2d.gui.components.model.ProActiveConfiguration
 
ProActiveConfigurationListener - Interface in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveConfigurationNotifier - Class in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveConfigurationNotifier() - Constructor for class org.objectweb.proactive.ic2d.gui.components.model.ProActiveConfigurationNotifier
 
ProActiveConnection - Class in org.objectweb.proactive.jmx
 
ProActiveConnection() - Constructor for class org.objectweb.proactive.jmx.ProActiveConnection
Empty no arg constructor
ProActiveConnection(MBeanServer) - Constructor for class org.objectweb.proactive.jmx.ProActiveConnection
Creates a ProActiveConnection which is attached to a Mbean server
ProActiveConnectionNotificationEmitter - Class in org.objectweb.proactive.jmx.listeners
This Notification emitter send informations about the state of the connection between connector client and connector server.
ProActiveConnectionNotificationEmitter(ProActiveConnector) - Constructor for class org.objectweb.proactive.jmx.listeners.ProActiveConnectionNotificationEmitter
Constructor for the emitter
ProActiveConnector - Class in org.objectweb.proactive.jmx.server
The ProActiveConnector thats exposes the active object responsible of creating the ProActiveConnections
ProActiveConnector() - Constructor for class org.objectweb.proactive.jmx.server.ProActiveConnector
Empty no arg constructor
ProActiveConnector(JMXServiceURL, Map) - Constructor for class org.objectweb.proactive.jmx.server.ProActiveConnector
Creates a ProActiveConnector
ProActiveConnectorServer - Class in org.objectweb.proactive.jmx.server
This connector server is attached to an MBean server.
ProActiveConnectorServer(JMXServiceURL, Map<String, ?>) - Constructor for class org.objectweb.proactive.jmx.server.ProActiveConnectorServer
Creates a ProActiveConnectorServer
ProActiveConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Constructor for class org.objectweb.proactive.jmx.server.ProActiveConnectorServer
Creates a ProActiveConnectorServer
ProActiveConnectorServer(JMXServiceURL, Map<String, ?>, ProActiveServerImpl, MBeanServer) - Constructor for class org.objectweb.proactive.jmx.server.ProActiveConnectorServer
Creates a ProActiveConnectorServer
ProActiveContentController - Interface in org.objectweb.proactive.core.component.controller
This controller interface extends ContentController by proposing methods for managing lists of components.
ProActiveContentControllerImpl - Class in org.objectweb.proactive.core.component.controller
Implementation of content controller
ProActiveContentControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
Constructor for ProActiveContentController.
ProActiveController - Interface in org.objectweb.proactive.core.component.controller
This interface defines some basic services offered by a component controller in the ProActive implementation of the Fractal model.
ProActiveDeployer - Class in org.objectweb.proactive.ext.webservices.soap
 
ProActiveDeployer() - Constructor for class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
 
ProActiveDerivedConfiguration - Class in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveDerivedConfiguration() - Constructor for class org.objectweb.proactive.ic2d.gui.components.model.ProActiveDerivedConfiguration
 
proActiveDescriptor - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
ProActiveDescriptor - Interface in org.objectweb.proactive.core.descriptor.data
A ProactiveDescriptor is an internal representation of XML Descriptor.
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.FileTransferDefinitionsHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.DependentProcessSequenceHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.SequentialProcessHandler
 
proActiveDescriptor - Variable in class org.objectweb.proactive.core.descriptor.xml.TechnicalServicesHandler
 
ProActiveDescriptorConstants - Interface in org.objectweb.proactive.core.descriptor.xml
Defines many constants useful across ProActive
ProActiveDescriptorHandler - Class in org.objectweb.proactive.core.descriptor.xml
This class receives deployment events
ProActiveDescriptorHandler(String, VariableContract) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
ProActiveDescriptorHandler(Scheduler, String, String) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorHandler
 
ProActiveDescriptorImpl - Class in org.objectweb.proactive.core.descriptor.data
A ProactiveDescriptor is an internal representation of XML Descriptor.
ProActiveDescriptorImpl(String) - Constructor for class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
ProActiveDialogController - Class in org.objectweb.proactive.ic2d.gui.components.dialog.control
 
ProActiveDialogController() - Constructor for class org.objectweb.proactive.ic2d.gui.components.dialog.control.ProActiveDialogController
 
ProActiveDialogModel - Interface in org.objectweb.proactive.ic2d.gui.components.dialog.model
 
ProActiveDialogModelImpl - Class in org.objectweb.proactive.ic2d.gui.components.dialog.model
 
ProActiveDialogModelImpl() - Constructor for class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
ProActiveDialogView - Class in org.objectweb.proactive.ic2d.gui.components.dialog.view
A configuration view that displays the configuration's root component as a dialog.
ProActiveDialogView() - Constructor for class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView
 
ProActiveDialogView.ProActiveButtonListener - Class in org.objectweb.proactive.ic2d.gui.components.dialog.view
 
ProActiveDialogView.ProActiveButtonListener() - Constructor for class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView.ProActiveButtonListener
 
ProActiveDialogView.ProActiveListListener - Class in org.objectweb.proactive.ic2d.gui.components.dialog.view
 
ProActiveDialogView.ProActiveListListener() - Constructor for class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView.ProActiveListListener
 
ProActiveDialogViewListener - Interface in org.objectweb.proactive.ic2d.gui.components.dialog.view
 
ProActiveEvent - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core
Generic exception root of all non runtime custom exceptions in ProActive
ProActiveException() - Constructor for exception org.objectweb.proactive.core.ProActiveException
 
ProActiveException(String) - Constructor for exception org.objectweb.proactive.core.ProActiveException
 
ProActiveException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.ProActiveException
 
ProActiveException(Throwable) - Constructor for exception org.objectweb.proactive.core.ProActiveException
 
ProActiveGenericFactory - Interface in org.objectweb.proactive.core.component.factory
A factory for instantiating components on remote nodes.
ProActiveGraphView - Class in org.objectweb.proactive.ic2d.gui.components.graph.view
 
ProActiveGraphView() - Constructor for class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveGraphView
 
ProActiveGroup - Class in org.objectweb.proactive.core.group
This class provides static methods to manage objects representing a Group (typed group).
ProActiveGUIBackend - Class in org.objectweb.proactive.ic2d.gui.components.repository.lib
 
ProActiveGUIBackend() - Constructor for class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
ProActiveHistoryManager - Class in org.objectweb.proactive.ic2d.gui.components.history.model
Basic implementation of the HistoryManager interface.
ProActiveHistoryManager() - Constructor for class org.objectweb.proactive.ic2d.gui.components.history.model.ProActiveHistoryManager
 
ProActiveHttpMetaObjectFactory - Class in org.objectweb.proactive.core.body.http
 
ProActiveHttpMetaObjectFactory() - Constructor for class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory
 
ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl - Class in org.objectweb.proactive.core.body.http
 
ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.http.ProActiveHttpMetaObjectFactory.RemoteHttpBodyFactoryImpl
 
ProActiveIbisMetaObjectFactory - Class in org.objectweb.proactive.core.body.ibis
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 in org.objectweb.proactive.core.body.ibis
 
ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ibis.ProActiveIbisMetaObjectFactory.RemoteIbisBodyFactoryImpl
 
ProActiveImplementationBuilder - Interface in org.objectweb.proactive.core.component.adl.implementations
 
ProActiveImplementationBuilderImpl - Class in org.objectweb.proactive.core.component.adl.implementations
 
ProActiveImplementationBuilderImpl() - Constructor for class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
ProActiveImplementationCompiler - Class in org.objectweb.proactive.core.component.adl.implementations
 
ProActiveImplementationCompiler() - Constructor for class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationCompiler
 
ProActiveInterface - Interface in org.objectweb.proactive.core.component
Abstract implementation of the Interface interface of the Fractal api.
ProActiveInterfaceImpl - Class in org.objectweb.proactive.core.component
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 - Interface in org.objectweb.proactive.core.component.type
 
ProActiveInterfaceTypeImpl - Class in org.objectweb.proactive.core.component.type
Implementation of InterfaceType (@see org.objectweb.fractal.api.type.InterfaceType)
ProActiveInterfaceTypeImpl() - Constructor for class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
Constructor for ProActiveInterfaceTypeImpl.
ProActiveInterfaceTypeImpl(InterfaceType) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
copy constructor
ProActiveInterfaceTypeImpl(String, String, boolean, boolean, String) - Constructor for class org.objectweb.proactive.core.component.type.ProActiveInterfaceTypeImpl
Constructor for ProActiveInterfaceTypeImpl.
ProActiveInternalObject - Interface in org.objectweb.proactive
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 in org.objectweb.proactive.core.body.jini
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 in org.objectweb.proactive.core.body.jini
 
ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.jini.ProActiveJiniMetaObjectFactory.RemoteJiniBodyFactoryImpl
 
ProActiveJMXConstants - Class in org.objectweb.proactive.jmx
Constants for ProActive JMX ServerConnector
ProActiveJMXConstants() - Constructor for class org.objectweb.proactive.jmx.ProActiveJMXConstants
 
ProActiveJobHandler - Class in org.objectweb.proactive.scheduler
This is the main class used for parsing the jobs submitted with the xml deployment descriptor file.
ProActiveJobHandler(Scheduler, String, String) - Constructor for class org.objectweb.proactive.scheduler.ProActiveJobHandler
 
ProActiveLifeCycleController - Interface in org.objectweb.proactive.core.component.controller
This interface defines an extension of the @see org.objectweb.fractal.api.control.LifeCycleController, which is able to handle prioritized requests.
ProActiveLifeCycleControllerImpl - Class in org.objectweb.proactive.core.component.controller
Implementation of the LifeCycleController interface.
ProActiveLifeCycleControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveLifeCycleControllerImpl
 
ProActiveListener - Interface in org.objectweb.proactive.core.event
An empty marker interface for all the listeners in ProActive
proActiveListListener - Variable in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView
 
ProActiveLogger - Class in org.objectweb.proactive.core.util.log
 
ProActiveLogger(String) - Constructor for class org.objectweb.proactive.core.util.log.ProActiveLogger
Just calls the parent constuctor.
ProActiveLoggerFactory - Class in org.objectweb.proactive.core.util.log
 
ProActiveLoggerFactory() - Constructor for class org.objectweb.proactive.core.util.log.ProActiveLoggerFactory
 
ProActiveManager - Class in org.objectweb.proactive.calcium.proactive
 
ProActiveManager(Node[]) - Constructor for class org.objectweb.proactive.calcium.proactive.ProActiveManager
 
ProActiveManager(VirtualNode) - Constructor for class org.objectweb.proactive.calcium.proactive.ProActiveManager
 
ProActiveManager(String, String) - Constructor for class org.objectweb.proactive.calcium.proactive.ProActiveManager
 
ProActiveMetaObjectFactory - Class in org.objectweb.proactive.core.body
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 in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.FTManagerFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.FTManagerFactoryImpl
 
ProActiveMetaObjectFactory.MigrationManagerFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.MigrationManagerFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.MigrationManagerFactoryImpl
 
ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl(ComponentParameters) - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveComponentFactoryImpl
 
ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ProActiveSPMDGroupManagerFactoryImpl
 
ProActiveMetaObjectFactory.RemoteBodyFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.RemoteBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RemoteBodyFactoryImpl
 
ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl
 
ProActiveMetaObjectFactory.RequestFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.RequestFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestFactoryImpl
 
ProActiveMetaObjectFactory.RequestQueueFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.RequestQueueFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestQueueFactoryImpl
 
ProActiveMetaObjectFactory.RequestReceiverFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.RequestReceiverFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestReceiverFactoryImpl
 
ProActiveMetaObjectFactory.ThreadStoreFactoryImpl - Class in org.objectweb.proactive.core.body
 
ProActiveMetaObjectFactory.ThreadStoreFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.ThreadStoreFactoryImpl
 
ProActiveMPI - Class in org.objectweb.proactive.mpi.control
 
ProActiveMPI() - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPI
 
ProActiveMPIComm - Class in org.objectweb.proactive.mpi.control
 
ProActiveMPIComm() - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
ProActiveMPIComm(String, int) - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
ProActiveMPIComm.MessageRecvHandler - Class in org.objectweb.proactive.mpi.control
This class reads all messages from the message queue C2S
ProActiveMPIComm.MessageRecvHandler() - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPIComm.MessageRecvHandler
 
ProActiveMPIConstants - Interface in org.objectweb.proactive.mpi.control
 
ProActiveMPICoupling - Class in org.objectweb.proactive.mpi.control
 
ProActiveMPICoupling() - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
ProActiveMPICoupling(String, ProActiveMPIManager, Integer) - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
ProActiveMPIData - Class in org.objectweb.proactive.mpi.control
 
ProActiveMPIData() - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
ProActiveMPIManager - Class in org.objectweb.proactive.mpi.control
 
ProActiveMPIManager() - Constructor for class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
ProActiveMPIUtil - Class in org.objectweb.proactive.mpi.control.util
Provides functions to easily convert short, int float into/from byte[] .
ProActiveMPIUtil() - Constructor for class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
 
ProActiveNameController - Class in org.objectweb.proactive.core.component.controller
Implementation of the NameController
ProActiveNameController(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveNameController
 
ProActiveOpenAction - Class in org.objectweb.proactive.ic2d.gui.components.menu.control
 
ProActiveOpenAction() - Constructor for class org.objectweb.proactive.ic2d.gui.components.menu.control.ProActiveOpenAction
 
ProActiveOpenAction.ProActiveOpen - Class in org.objectweb.proactive.ic2d.gui.components.menu.control
 
ProActiveOpenAction.ProActiveOpen(ActionEvent, File, String) - Constructor for class org.objectweb.proactive.ic2d.gui.components.menu.control.ProActiveOpenAction.ProActiveOpen
 
ProActiveProvider - Class in org.objectweb.proactive.ext.webservices.soap
 
ProActiveProvider() - Constructor for class org.objectweb.proactive.ext.webservices.soap.ProActiveProvider
 
ProActiveRepository - Class in org.objectweb.proactive.ic2d.gui.components.repository.lib
 
ProActiveRepository() - Constructor for class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveRepository
 
ProActiveRMIClassLoaderSpi - Class in org.objectweb.proactive.core.classloader
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 in org.objectweb.proactive.core.body.rmi
 
ProActiveRmiMetaObjectFactory() - Constructor for class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory
 
ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl - Class in org.objectweb.proactive.core.body.rmi
 
ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl() - Constructor for class org.objectweb.proactive.core.body.rmi.ProActiveRmiMetaObjectFactory.RemoteRmiBodyFactoryImpl
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.node.NodeImpl
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
ProActiveRuntime - Interface in org.objectweb.proactive.core.runtime
A ProActiveRuntime offers a set of services needed by ProActive to work with remote JVM.
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.rmi.RmiProActiveRuntimeImpl
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
proActiveRuntime - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
ProActiveRuntimeAdapter - Class in org.objectweb.proactive.core.runtime
An adapter for a RemoteProActiveRuntime.
ProActiveRuntimeAdapter() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapter
 
ProActiveRuntimeAdapterForwarderImpl - Class in org.objectweb.proactive.core.runtime
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 in org.objectweb.proactive.core.runtime
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 in org.objectweb.proactive.core
Generic exception root of all runtime custom exceptions in ProActive
ProActiveRuntimeException() - Constructor for exception org.objectweb.proactive.core.ProActiveRuntimeException
 
ProActiveRuntimeException(String) - Constructor for exception org.objectweb.proactive.core.ProActiveRuntimeException
 
ProActiveRuntimeException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.ProActiveRuntimeException
 
ProActiveRuntimeException(Throwable) - Constructor for exception org.objectweb.proactive.core.ProActiveRuntimeException
 
proActiveRuntimeF - Variable in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
ProActiveRuntimeForwarder - Interface in org.objectweb.proactive.core.runtime
A ProActiveRuntimeForwarder is a ProActiveRuntime and a forwarder.
ProActiveRuntimeForwarderImpl - Class in org.objectweb.proactive.core.runtime
Implementation of ProActiveRuntimeForwarder
ProActiveRuntimeForwarderImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
proActiveRuntimeImpl - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Reference on the local runtime
ProActiveRuntimeImpl - Class in org.objectweb.proactive.core.runtime
Implementation of ProActiveRuntime
ProActiveRuntimeImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
ProActiveRuntimeImpl.VMInformationImpl - Class in org.objectweb.proactive.core.runtime
 
ProActiveRuntimeImpl.VMInformationImpl() - Constructor for class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl.VMInformationImpl
 
proActiveRuntimeURL - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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.rmi.RmiProActiveRuntimeImpl
 
ProActiveSecurity - Class in org.objectweb.proactive.ext.security
 
ProActiveSecurity() - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurity
 
ProActiveSecurityDescriptorHandler - Class in org.objectweb.proactive.ext.security
 
ProActiveSecurityDescriptorHandler() - Constructor for class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
proActiveSecurityManager - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
proactiveSecurityManager - Variable in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
security rules
ProActiveSecurityManager - Class in org.objectweb.proactive.ext.security
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 in org.objectweb.proactive.ext.security
 
proActiveSendRequest(ProActiveMPIData, byte[]) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
ProActiveServerImpl - Class in org.objectweb.proactive.jmx.server
 
ProActiveServerImpl() - Constructor for class org.objectweb.proactive.jmx.server.ProActiveServerImpl
 
ProActiveService - Interface in org.objectweb.proactive.osgi
This interface represents a ProActive Service.
ProActiveServicesImpl - Class in org.objectweb.proactive.osgi
 
ProActiveServicesImpl() - Constructor for class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
ProActiveServicesImpl(ServiceBinderContext) - Constructor for class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
ProActiveSharedComponent - Class in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveSharedComponent(BasicComponent) - Constructor for class org.objectweb.proactive.ic2d.gui.components.model.ProActiveSharedComponent
 
ProActiveSPMDGroupManager - Class in org.objectweb.proactive.core.group.spmd
 
ProActiveSPMDGroupManager() - Constructor for class org.objectweb.proactive.core.group.spmd.ProActiveSPMDGroupManager
 
ProActiveSPMDGroupManagerFactory - Interface in org.objectweb.proactive.core.group.spmd
 
proActiveSPMDGroupManagerFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
ProActiveStatusManager - Class in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveStatusManager() - Constructor for class org.objectweb.proactive.ic2d.gui.components.model.ProActiveStatusManager
 
ProActiveSuperController - Interface in org.objectweb.proactive.core.component.controller
Implementation of the SuperController interface
ProActiveSuperControllerImpl - Class in org.objectweb.proactive.core.component.controller
An implementation of the SuperController interface.
ProActiveSuperControllerImpl(Component) - Constructor for class org.objectweb.proactive.core.component.controller.ProActiveSuperControllerImpl
 
ProActiveTask - Interface in org.objectweb.proactive.scheduler
 
ProActiveTextFieldModel - Class in org.objectweb.proactive.ic2d.gui.components.dialog.model
 
ProActiveTextFieldModel(int) - Constructor for class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveTextFieldModel
Constructs a new ProActiveTextFieldModel object.
ProActiveThreadedManager - Class in org.objectweb.proactive.calcium.proactive
 
ProActiveThreadedManager(Node[]) - Constructor for class org.objectweb.proactive.calcium.proactive.ProActiveThreadedManager
 
ProActiveThreadedManager(VirtualNode) - Constructor for class org.objectweb.proactive.calcium.proactive.ProActiveThreadedManager
 
ProActiveThreadedManager(String, String) - Constructor for class org.objectweb.proactive.calcium.proactive.ProActiveThreadedManager
 
ProActiveThreadedManager.ProActiveCallableInterpreter - Class in org.objectweb.proactive.calcium.proactive
 
ProActiveThreadedManager.ProActiveCallableInterpreter(Skernel, Interpreter) - Constructor for class org.objectweb.proactive.calcium.proactive.ProActiveThreadedManager.ProActiveCallableInterpreter
 
ProActiveTitlePane - Class in org.objectweb.proactive.ic2d.gui.components
 
ProActiveTitlePane() - Constructor for class org.objectweb.proactive.ic2d.gui.components.ProActiveTitlePane
 
ProActiveTreeModel - Class in org.objectweb.proactive.ic2d.gui.components.tree.model
 
ProActiveTreeModel() - Constructor for class org.objectweb.proactive.ic2d.gui.components.tree.model.ProActiveTreeModel
 
ProActiveTypeBindingLoader - Class in org.objectweb.proactive.core.component.adl.bindings
 
ProActiveTypeBindingLoader() - Constructor for class org.objectweb.proactive.core.component.adl.bindings.ProActiveTypeBindingLoader
 
ProActiveTypeBuilder - Class in org.objectweb.proactive.core.component.adl.types
 
ProActiveTypeBuilder() - Constructor for class org.objectweb.proactive.core.component.adl.types.ProActiveTypeBuilder
 
ProActiveTypeFactory - Interface in org.objectweb.proactive.core.component.type
 
ProActiveTypeFactoryImpl - Class in org.objectweb.proactive.core.component.type
Implementation of TypeFactory (@see org.objectweb.fractal.api.type.TypeFactory) Implements the Singleton pattern.
ProActiveTypeInterface - Interface in org.objectweb.proactive.core.component.adl.types
An AST node interface to define typed interfaces.
ProActiveTypeLoader - Class in org.objectweb.proactive.core.component.adl.types
A Loader to check ProActiveTypeInterface nodes in definitions.
ProActiveTypeLoader() - Constructor for class org.objectweb.proactive.core.component.adl.types.ProActiveTypeLoader
 
ProActiveUndoManager - Class in org.objectweb.proactive.ic2d.gui.components.undo.model
 
ProActiveUndoManager() - Constructor for class org.objectweb.proactive.ic2d.gui.components.undo.model.ProActiveUndoManager
 
ProActiveVetoableConfigurationListener - Interface in org.objectweb.proactive.ic2d.gui.components.model
 
ProActiveWSUtils - Class in org.objectweb.proactive.ext.webservices.utils
Web Services utilities
ProActiveWSUtils() - Constructor for class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
ProActiveXMLFileStorage - Class in org.objectweb.proactive.ic2d.gui.components.repository.lib
Basic implementation of Storage interface, based on a single XML file.
ProActiveXMLFileStorage() - Constructor for class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveXMLFileStorage
 
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_NUMBER_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
 
processClassName(String) - Static method in class org.objectweb.proactive.ext.util.StubGenerator
Turn a file name into a class name if necessary.
ProcessControlFrame - Class in org.objectweb.proactive.ic2d.gui.process
 
ProcessControlFrame() - Constructor for class org.objectweb.proactive.ic2d.gui.process.ProcessControlFrame
 
ProcessControlPanel - Class in org.objectweb.proactive.ic2d.gui.process
 
ProcessControlPanel() - Constructor for class org.objectweb.proactive.ic2d.gui.process.ProcessControlPanel
 
ProcessControlPanel.SynchronizedMessageLogger - Class in org.objectweb.proactive.ic2d.gui.process
 
ProcessControlPanel.SynchronizedMessageLogger(RemoteProcessMessageLogger) - Constructor for class org.objectweb.proactive.ic2d.gui.process.ProcessControlPanel.SynchronizedMessageLogger
 
ProcessDefinitionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler
 
ProcessDefinitionHandler.BSubProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.BSubProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler
 
ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.BSubProcessHandler.BsubOptionHandler
 
ProcessDefinitionHandler.ClusterForkProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.ClusterForkProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ClusterForkProcessHandler
 
ProcessDefinitionHandler.DependentProcessSequenceHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.DependentProcessSequenceHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.DependentProcessSequenceHandler
 
ProcessDefinitionHandler.GLiteProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GLiteProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteInputDataHandler
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteOptionHandler
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GLiteProcessHandler.GLiteRankHandler
 
ProcessDefinitionHandler.GlobusProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GlobusProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler
 
ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GlobusProcessHandler.GlobusOptionHandler
 
ProcessDefinitionHandler.GridEngineProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GridEngineProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler
 
ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.GridEngineProcessHandler.GridEngineOptionHandler
 
ProcessDefinitionHandler.HierarchicalProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.HierarchicalProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.HierarchicalProcessHandler
 
ProcessDefinitionHandler.JVMProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.JVMProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler
 
ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.JVMProcessHandler.ExtendedJVMHandler
 
ProcessDefinitionHandler.MapRshProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.MapRshProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MapRshProcessHandler
 
ProcessDefinitionHandler.MPIProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.MPIProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MPIProcessHandler
 
ProcessDefinitionHandler.MPIProcessHandler.MPIOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.MPIProcessHandler.MPIOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MPIProcessHandler.MPIOptionHandler
 
ProcessDefinitionHandler.NGProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.NGProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler
 
ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.NGProcessHandler.NGOptionHandler
 
ProcessDefinitionHandler.OARGRIDProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.OARGRIDProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler
 
ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARGRIDProcessHandler.OARGRIDOptionHandler
 
ProcessDefinitionHandler.OARProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.OARProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler
 
ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.OARProcessHandler.OAROptionHandler
 
ProcessDefinitionHandler.PBSProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.PBSProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler
 
ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PBSProcessHandler.PBSOptionHandler
 
ProcessDefinitionHandler.ProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.ProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler
 
ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.CommandPathHanlder
 
ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.EnvironmentHandler
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler(String) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessHandler.FileTransferStructureHandler.InfoAttributeHandler
 
ProcessDefinitionHandler.ProcessListHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.ProcessListHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.ProcessListHandler
 
ProcessDefinitionHandler.PrunProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.PrunProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler
 
ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.PrunProcessHandler.PrunOptionHandler
 
ProcessDefinitionHandler.RLoginProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.RLoginProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.RLoginProcessHandler
 
ProcessDefinitionHandler.RSHProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.RSHProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.RSHProcessHandler
 
ProcessDefinitionHandler.SequentialProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.SequentialProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.SequentialProcessHandler
 
ProcessDefinitionHandler.SSHProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.SSHProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.SSHProcessHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.UnicoreProcessHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UnicoreOptionHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.UsiteHandler
 
ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.UnicoreProcessHandler.VsiteHandler
 
processDrop(DropTargetDropEvent, UniqueID) - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
Processes the drop and return false if the drop is rejected or true if the drop is accepted.
processes - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
processes - Variable in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
PROCESSES_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ProcessForAoCreation - Class in org.objectweb.proactive.core.util
This class provides multithreading for the creation of active objects.
ProcessForAoCreation(Vector, String, Class[], Object[], Node) - Constructor for class org.objectweb.proactive.core.util.ProcessForAoCreation
 
ProcessForAsyncCall - Class in org.objectweb.proactive.core.group
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 in org.objectweb.proactive.core.group
This class provides multithreading for the creation of active objects.
ProcessForGroupCreation(ProxyForGroup, String, Class[], Object[], Node, int) - Constructor for class org.objectweb.proactive.core.group.ProcessForGroupCreation
 
ProcessForOneWayCall - Class in org.objectweb.proactive.core.group
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
 
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
 
processor - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
processor - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
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
 
processorPerNode - Variable in class org.objectweb.proactive.core.process.pbs.PBSSubProcess
 
processorPerNode - Variable in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
ProcessReferenceHandler - Class in org.objectweb.proactive.core.descriptor.xml
This class receives deployment events
ProcessReferenceHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ProcessReferenceHandler
 
processRequest(Request) - Method in class org.objectweb.proactive.core.body.request.NonFunctionalRequestsProcessor
 
processRequest(Request) - Method in interface org.objectweb.proactive.core.body.request.RequestProcessor
Returns one of the constants indicating the desired treatment for the request.
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.
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
 
Profiling - Class in org.objectweb.proactive.core.util.profiling
 
Profiling() - Constructor for class org.objectweb.proactive.core.util.profiling.Profiling
 
ProgramDefaultVariable - Static variable in class org.objectweb.proactive.core.xml.VariableContractType
 
ProgramVariable - Static variable in class org.objectweb.proactive.core.xml.VariableContractType
 
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
 
PROP_TAG - Static variable in interface org.objectweb.proactive.core.config.xml.MasterFileConstants
 
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_TAG - Static variable in interface org.objectweb.proactive.core.config.xml.MasterFileConstants
 
PropertiesHandler - Class in org.objectweb.proactive.core.config.xml
 
PropertiesHandler(ProActiveConfiguration) - Constructor for class org.objectweb.proactive.core.config.xml.PropertiesHandler
 
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_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_NO_SHARING - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Boolean value for disable node sharing.
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_PORT - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
Port number.
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.
propertyFound(String, String) - Method in class org.objectweb.proactive.core.config.ProActiveConfiguration
Called by the parser when a property has been found
PROPORTIONAL_DRAWING_STYLE - Static variable in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
proposedPolicy - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
proposedPolicyValidated - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
ProSPMD - Class in org.objectweb.proactive.core.group.spmd
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
 
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.
protocol - Variable in class org.objectweb.proactive.core.event.RuntimeRegistrationEvent
 
PROTOCOL - Static variable in class org.objectweb.proactive.jmx.ProActiveJMXConstants
 
ProtocolErrorException - Exception in org.objectweb.proactive.core.body.ft.exception
For interbal use : This exceoption occurs if a inconsistency in the FT protocol occurs.
ProtocolErrorException() - Constructor for exception org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
ProtocolErrorException(String) - Constructor for exception org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
ProtocolErrorException(Throwable) - Constructor for exception org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
ProtocolErrorException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.body.ft.exception.ProtocolErrorException
 
protocolId - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
protocolId - Variable in class org.objectweb.proactive.core.runtime.StartRuntime
 
protocolId - Variable in class org.objectweb.proactive.ic2d.data.VMObject
 
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
Proxy - Class in org.objectweb.proactive.core.gc
 
Proxy(UniversalBodyProxy) - Constructor for class org.objectweb.proactive.core.gc.Proxy
 
Proxy - Interface in org.objectweb.proactive.core.mop
The proxy interface This interface only defines one method.
PROXY_CONSTRUCTOR_PARAMETERS_TYPES_ARRAY - Static variable in class org.objectweb.proactive.core.mop.MOP
Class array representing (Constructor Call, Object[])
ProxyForComponentGroup - Class in org.objectweb.proactive.core.component.group
An extension of the standard group proxy for handling groups of components.
ProxyForComponentGroup() - Constructor for class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
ProxyForComponentGroup(ConstructorCall, Object[]) - Constructor for class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
ProxyForComponentGroup(String) - Constructor for class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
ProxyForComponentInterfaceGroup - Class in org.objectweb.proactive.core.component.group
An extension of the standard group proxy for handling groups of component interfaces.
ProxyForComponentInterfaceGroup() - Constructor for class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
ProxyForComponentInterfaceGroup(ConstructorCall, Object[]) - Constructor for class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
ProxyForComponentInterfaceGroup(String) - Constructor for class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
ProxyForGroup - Class in org.objectweb.proactive.core.group
 
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
 
proxyForGroupID - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
Unique identificator for body (avoid infinite loop in some hierarchicals groups)
proxyGroup - Variable in class org.objectweb.proactive.core.group.AbstractProcessForGroup
 
ProxyNonFunctionalException - Exception in org.objectweb.proactive.core.exceptions.proxy
 
ProxyNonFunctionalException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.exceptions.proxy.ProxyNonFunctionalException
 
proxyTable - Static variable in class org.objectweb.proactive.core.mop.MOP
A Hashtable to cache (proxy class, proxy class constructor) couples
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
 
PrunSubProcess - Class in org.objectweb.proactive.core.process.prun
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
psm - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
psm - Variable in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
PUBLIC_KEY_EXCHANGE - Static variable in class org.objectweb.proactive.ext.security.SessionConstants
 
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(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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(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.runtime.http.HttpProActiveRuntime
 
publicKeyExchange(long, byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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.domain.DomainImpl
 
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
pullFile(Node, File, File) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
Pulls a file from a remote node.
pullFile(Node, File, File, int, int) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
 
pullFiles(Node, File[], File[]) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
This method behaves like pullFile(Node, File, File), with the difference that it transfers multiple files.
pullFiles(Node, File[], File[], int, int) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
 
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.
pushFile(Node, File, File) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
Pushs a file from the local node to a remote node.
pushFile(Node, File, File, int, int) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
 
pushFile(Node, FileVector, File) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
 
pushFiles(Node, File[], File[]) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
This method behaves like pushFile(Node, File, File), with the difference that it transfers multiple files.
pushFiles(Node, File[], File[], int, int) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
 
pushFiles(Node, FileVector, File[]) - Static method in class org.objectweb.proactive.filetransfer.FileTransfer
Pushes a File to the node, while the file is being transferred from a previous operation.
pushInstruction(Instruction<T>) - Method in class org.objectweb.proactive.calcium.Task
 
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.
put(ItfID, ComponentRequest) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
put(GenericJob) - Method in class org.objectweb.proactive.scheduler.Queue
Inserts the job to the queue and give it an Id.
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
putChild(Object, AbstractDataObject) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
add Child
putChild(AbstractDataObject, AbstractDataObjectPanel) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
put Child
putFTS(FileTransferService) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferEngine
 
putTask(Task<?>) - Method in class org.objectweb.proactive.calcium.Facade
 
putTask(Task<?>) - Method in class org.objectweb.proactive.calcium.Skernel
 

Q

queryMBeans(ObjectName, QueryExp) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
queryMBeansAsynchronous(ObjectName, QueryExp) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as queryMBeans but returns a reifiable type in order to perform ProActive asynchronous call
queryNames(ObjectName, QueryExp) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
queryNamesAsynchronous(ObjectName, QueryExp) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as queryNames but returns a reifiable type in order to perform ProActive asynchronous call
queryServer(UniqueID) - Method in class org.objectweb.proactive.core.body.reply.ReplyImpl
 
queryServer(UniqueID) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
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
 
queue - Variable in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
 
Queue - Class in org.objectweb.proactive.scheduler
This is the class definition of the queue that shall be used to store the jobs to be started in a HashMap.
Queue() - Constructor for class org.objectweb.proactive.scheduler.Queue
 
QUEUE_NAME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
QueueFullException - Exception in org.objectweb.proactive.scheduler
This exception is obtained when attempting to insert a job to the queue and that the queue is full.
QueueFullException() - Constructor for exception org.objectweb.proactive.scheduler.QueueFullException
 
QueueFullException(String) - Constructor for exception org.objectweb.proactive.scheduler.QueueFullException
 
QueueFullException(String, Throwable) - Constructor for exception org.objectweb.proactive.scheduler.QueueFullException
 
QueueFullException(Throwable) - Constructor for exception org.objectweb.proactive.scheduler.QueueFullException
 
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

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.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
 
randomizer - Variable in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
randomizer - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
RandomLongGenerator - Class in org.objectweb.proactive.ext.security.crypto
 
RandomLongGenerator() - Constructor for class org.objectweb.proactive.ext.security.crypto.RandomLongGenerator
 
randomLongGenerator - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
randomPeer() - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
RandomPortSocketFactory - Class in org.objectweb.proactive.core.rmi
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
 
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(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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(UniqueID, long, byte[]) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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(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(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.domain.DomainImpl
 
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
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
 
ranking - Variable in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
ratio(int) - Method in class org.objectweb.proactive.core.group.threadpool.ThreadPool
Modifies the number of members served by one thread
RATIO_DRAWING_STYLE - Static variable in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
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
 
readBufferMap - Variable in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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.
readFile(String) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
Get XML Document thanks to its filename
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
 
readTimer(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Returns the value
readTimer(int, int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.SecuredHierarchicalTimer
Returns the value
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
ready() - Static method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
Invoked by TimIt if an application timeout occur
realClose() - Method in class org.objectweb.proactive.core.ssh.SshTunnel
 
RealEventObservable - Class in org.objectweb.proactive.benchmarks.timit.util.observing
This class is the Observable.
RealEventObservable() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Construct an Observable with zero Observers.
reBirth(T) - Method in class org.objectweb.proactive.calcium.Task
Makes a new task that represents a rebirth of the current one.
rebuild() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
rebuild(DataTreeNode) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
rebuild(DataTreeModel, BasicMonitoredObject, Set) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
receiveAll(EventDataBag, HierarchicalTimer, String) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
This method will be called by a worker ie an observable object to reduce its vector of EventDatas.
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(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(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
 
receiveBoundary(int, double[], int) - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
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(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(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
 
RECEIVED_FUTURE_RESULT - Static variable in class org.objectweb.proactive.core.event.FutureEvent
Created when a Thread continues
receivedFutureResult(FutureEvent) - Method in interface org.objectweb.proactive.core.event.FutureEventListener
Signals that a Thread finished waiting for a future result.
receiveFile(FileTransferService, File, File, int, int) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
This method handles the reception of a file.
receiveFromMpi(ProActiveMPIData) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
receiveFromMpi(ProActiveMPIData) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
receiveFromProActive(ProActiveMPIData) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
receiveFromProActive(ProActiveMPIData) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
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 class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
STILL NOT IMPLEMENTED
receiveFTMessage(FTMessage) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
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(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 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.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(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) - 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, 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 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(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 class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
receiveRequest(Request) - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
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, 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) - 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, 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
 
receiveTimer(HierarchicalTimer) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
Invoked by Timed instances when finalizing
ReceptionHistory - Class in org.objectweb.proactive.core.body.ft.message
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
record() - Method in class org.objectweb.proactive.ic2d.gui.recording.PlayerFrameTimeLine
 
record() - Method in class org.objectweb.proactive.ic2d.gui.recording.ThreadPlayer
 
recordCommunication(ActiveObjectPanel, ActiveObjectPanel) - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
Record that a communication has occured between source and dest Set the dirty flag to true iff there was no such link before
recordEvent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.recording.PlayerFrameTimeLine
 
recordEvent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.recording.ThreadPlayer
 
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 - 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
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.
RECOVERING - Static variable in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
 
recovery - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
RecoveryJob - Class in org.objectweb.proactive.core.body.ft.servers.recovery
Job for recovering an activity.
RecoveryJob(Checkpoint, int, Node) - Constructor for class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryJob
 
RecoveryProcess - Interface in org.objectweb.proactive.core.body.ft.servers.recovery
An object implementing this interface provides recovery methods.
RecoveryProcessCIC - Class in org.objectweb.proactive.core.body.ft.protocols.cic.servers
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 in org.objectweb.proactive.core.body.ft.servers.recovery
 
RecoveryProcessImpl(FTServer) - Constructor for class org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcessImpl
 
RecoveryProcessPMLRB - Class in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers
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.
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.
redistributeParameters(MethodCall) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
RefactorPAD - Class in org.objectweb.proactive.core.descriptor.util
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 in org.objectweb.proactive.core.mop
This interface is used to tag an object and deosn't define any method
ReflectRequest - Class in org.objectweb.proactive.core.body.http.util.messages
 
ReflectRequest(String) - Constructor for class org.objectweb.proactive.core.body.http.util.messages.ReflectRequest
 
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) - 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() - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer
 
register(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
register(Component, String) - Static method in class org.objectweb.proactive.core.component.Fractive
Registers a reference on a component with an URL
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(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(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(String, double, String, String) - Method in class org.objectweb.proactive.loadbalancing.InformationRecover
 
register() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
register(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
register(int, int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
register(int, int, ProActiveMPICoupling) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
register(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
register(Object, String) - Method in interface org.objectweb.proactive.osgi.ProActiveService
 
register(Object, String) - Method in class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
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.
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_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
registerActiveObject(UniqueID, NodeObject) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
registerBody(UniqueID) - Method in class org.objectweb.proactive.core.runtime.LocalNode
Registers the specified body in the node.
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.
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
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).
registerListener(ActiveObjectListener) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
registerListener(HostObjectListener) - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
registerListener(IC2DObjectListener) - Method in class org.objectweb.proactive.ic2d.data.IC2DObject
 
registerListener(NodeObjectListener) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
registerListener(VMObjectListener) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
registerListener(WorldObjectListener) - Method in class org.objectweb.proactive.ic2d.data.WorldObject
 
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
 
registerLogger(IC2DMessageLogger) - Method in class org.objectweb.proactive.ic2d.data.IC2DObject
 
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
 
registerProcess(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
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(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(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(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
 
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.
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 - Class in org.objectweb.proactive.core.component.adl
This class is a static registry used for storing component instances according to their name.
registry - Static variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
REGISTRY_BINDING - Static variable in class org.objectweb.proactive.core.component.adl.implementations.ProActiveImplementationBuilderImpl
 
registryChecked - Variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
registryCreator - Static variable in class org.objectweb.proactive.core.rmi.RegistryHelper
 
RegistryHelper - Class in org.objectweb.proactive.core.rmi
 
RegistryHelper() - Constructor for 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
 
RegistryManager - Interface in org.objectweb.proactive.core.component.adl
This interface defines facilities for using a shared static registry storing component instances according to their name.
RegistryManagerImpl - Class in org.objectweb.proactive.core.component.adl
The implementation of a primitive component proposing the server interface RegistryManager.
RegistryManagerImpl() - Constructor for class org.objectweb.proactive.core.component.adl.RegistryManagerImpl
 
registryPortNumber - Variable in class org.objectweb.proactive.core.node.StartNode
 
registryPortNumber - Variable in class org.objectweb.proactive.core.rmi.RegistryHelper
settings of the registry
REGULAR_FONT - Static variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
ReifiedCastException - Exception in org.objectweb.proactive.core.mop
 
ReifiedCastException() - Constructor for exception org.objectweb.proactive.core.mop.ReifiedCastException
 
ReifiedCastException(String) - Constructor for exception org.objectweb.proactive.core.mop.ReifiedCastException
 
ReifiedCastException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ReifiedCastException
 
ReifiedCastException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.ReifiedCastException
 
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 class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
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
 
reinitProcess() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
REL_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
release() - Method in class org.objectweb.proactive.core.xml.VariableContract.Lock
Call this method to release the lock on the XMLProperty variable.
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
RemoteBody - Interface in org.objectweb.proactive.core.body
An object implementing this interface provides the minimum service a body offers remotely.
remoteBodyFactory - Variable in class org.objectweb.proactive.core.body.AbstractUniversalBody
 
RemoteBodyFactory - Interface in org.objectweb.proactive.core.body
A class implementing this interface is a factory of RequestReceiver objects.
remoteBodyFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
RemoteBodyForwarder - Interface in org.objectweb.proactive.core.body
An object implementing this interface provides the minimum service a body forwarder offers remotely.
RemoteFileCopy - Class in org.objectweb.proactive.core.process.filetransfer
Remote File Copy (RCP) module.
RemoteFileCopy(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.RemoteFileCopy
 
remoteFilePath - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
remotePath - Variable in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
RemoteProActiveRuntime - Interface in org.objectweb.proactive.core.runtime
An adapter for a ProActiveRuntime to be able to receive remote calls.
RemoteProActiveRuntimeForwarder - Interface in org.objectweb.proactive.core.runtime
An adapter for a ProActiveRuntimeForwarder to be able to receive remote calls.
RemoteProcessMessageLogger - Interface in org.objectweb.proactive.core.util
 
REMOVE - Static variable in interface org.objectweb.proactive.core.body.request.RequestProcessor
Constant indicating that the request shall removed without being served.
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(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.MonitoredObjectSet
 
remove(P2PService) - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
 
remove(String) - Method in class org.objectweb.proactive.scheduler.Queue
removes and returns the job associated with the job Id from the queue.
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
 
removeActiveObject(UniqueID) - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
removeActiveObject(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
removeActiveObject(ActiveObject) - Method in interface org.objectweb.proactive.ic2d.gui.ActiveObjectWatcher
 
removeActiveObject(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
removeActiveObjectPanel(ActiveObjectPanel) - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
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.
removeAllActiveObjectsFromWatcher() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
removeAllActiveObjectsFromWatcher() - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
removeAllEventListenerEngine() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
removeAllEventListenerTask() - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
removeAsso(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
 
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
 
removeChild(Object) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
remove Child
removeChild(AbstractDataObject) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
remove Child
removeClass(String) - Method in class org.objectweb.proactive.ic2d.util.ActiveObjectFilter
 
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
 
removeConnectionNotificationListener(NotificationListener) - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.objectweb.proactive.jmx.server.ProActiveConnector
 
REMOVED - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
removedBindingOnServerItf(String, ProActiveComponent, String) - Method in interface org.objectweb.proactive.core.component.controller.GathercastController
Notifies this component that a binding has been removed from one of its gathercast interfaces
removedBindingOnServerItf(String, ProActiveComponent, String) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
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.
removeEventListenerEngine(SciEventListener) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
removeEventListenerTask(SciEventListener) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
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
removeExportedVirtualNode(String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
removeExportedVirtualNode(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
removeExportedVirtualNodesCompositionButtonClicked() - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.control.ProActiveDialogController
 
removeExportedVirtualNodesCompositionButtonClicked() - Method in interface org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogViewListener
 
removeExtremums() - Method in class org.objectweb.proactive.benchmarks.timit.result.BenchmarkResultWriter
This method remove benchmarks that have extrem total time values.
removeFcSubComponent(List<Component>) - Method in interface org.objectweb.proactive.core.component.controller.ProActiveContentController
Removes a list of sub-components from this component, possibly in parallel.
removeFcSubComponent(Component) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
 
removeFcSubComponent(List<Component>) - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
 
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.
removeHostObject(String) - Method in class org.objectweb.proactive.ic2d.data.WorldObject
 
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 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.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.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 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.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
 
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.
removeIncomingFutures() - Static method in class org.objectweb.proactive.core.body.future.FuturePool
 
removeInReferences() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
removeItem(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
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
 
removeMessageEventListener(UniqueID) - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
removeMessageEventListener(Body) - Method in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
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
 
removeMonitoredHost(MonitoredHost) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
remove a monitored host from the list
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.
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 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(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 class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyForwarderImpl
 
removeNFEListener(NFEListener) - Method in class org.objectweb.proactive.core.body.rmi.RmiRemoteBodyImpl
 
removeNFEListener(UniqueID, NFEListener) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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
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
 
removeNodeObject(String) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
removeNotificationListener(ObjectName, ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
removeObjectToSkip(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
removeObjectToSkip(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
remove a skipped object from the skipped objects list
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
removeReference(MonitoredObjectSet) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
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
 
removeSciEventListener(SciEventListener) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEventSource
 
removeTask(String) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
Remove a terminated task
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.core.exceptions.manager.ExceptionHandler
 
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.
removeUsername(String) - Static method in class org.objectweb.proactive.core.util.UrlBuilder
 
removeVMObject(VMID) - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
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
 
RenegotiateSessionException - Exception in org.objectweb.proactive.ext.security.exceptions
 
RenegotiateSessionException() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
RenegotiateSessionException(UniversalBody) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.RenegotiateSessionException
 
repaint() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
repeat - Variable in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
replaceAll(Element, String, String) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
Replace all occurences of old by value in all attributes of elt
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.
replaceVariables(List, HashMap<String, String>) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
Replace all variable occurences in serie's list by their value in vars
Reply - Interface in org.objectweb.proactive.core.body.reply
 
REPLY_RECEIVED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been received
REPLY_RECEIVED_MESSAGE_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
REPLY_SENT - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been sent
REPLY_SENT_MESSAGE_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
ReplyImpl - Class in org.objectweb.proactive.core.body.reply
 
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 in org.objectweb.proactive.core.body.ft.message
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.
replyMessageReceived(ActiveObject, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
replyMessageReceived(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
replyMessageReceived(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
replyMessageReceived(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
replyMessageReceived(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
replyMessageSent(ActiveObject, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
replyMessageSent(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
replyMessageSent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
replyMessageSent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
replyMessageSent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
replyReceived(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that the reply encapsulated in the event event has been received
replyReceivedEventsList - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
replyReceiver - Variable in class org.objectweb.proactive.core.body.BodyImpl
The component in charge of receiving reply
ReplyReceiver - Interface in org.objectweb.proactive.core.body.reply
 
ReplyReceiverFactory - Interface in org.objectweb.proactive.core.body.reply
A class implementing this interface is a factory of ReplyReceiver objects.
replyReceiverFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
ReplyReceiverForwarder - Class in org.objectweb.proactive.core.body.reply
 
ReplyReceiverForwarder(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.reply.ReplyReceiverForwarder
 
ReplyReceiverImpl - Class in org.objectweb.proactive.core.body.reply
 
ReplyReceiverImpl() - Constructor for class org.objectweb.proactive.core.body.reply.ReplyReceiverImpl
 
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
 
REPRESENTATIVE_DEFAULT_SUFFIX - Static variable in class org.objectweb.proactive.core.component.gen.Utils
 
RepresentativeInterfaceClassGenerator - Class in org.objectweb.proactive.core.component.gen
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 in org.objectweb.proactive.core.body.request
A class implementing this interface is an object encapsulating a reified method call.
REQUEST_RECEIVED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been received
REQUEST_RECEIVED_MESSAGE_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
REQUEST_SENT - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated message has been sent
REQUEST_SENT_MESSAGE_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
RequestFactory - Interface in org.objectweb.proactive.core.body.request
A class implementing this interface is a factory of request objects.
requestFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
requestFileTransfer(FileTransferRequest) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
This method is ment to be used as an immediate service method to enque new file transfer objects.
RequestFilter - Interface in org.objectweb.proactive.core.body.request
A class implementing this interface can filter requests on some criteria.
RequestFilterOnComponentControllerClasses - Class in org.objectweb.proactive.core.component.body
This class is a request filter for invocations on component controllers.
RequestFilterOnComponentControllerClasses() - Constructor for class org.objectweb.proactive.core.component.body.RequestFilterOnComponentControllerClasses
 
requestFilterOnMethodName - Variable in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
RequestHandler - Interface in org.objectweb.proactive.core.component.controller
A RequestHandler is able to control the flow of a component request in a chain of handlers.
RequestImpl - Class in org.objectweb.proactive.core.body.request
 
RequestImpl(MethodCall, UniversalBody, boolean, long) - Constructor for class org.objectweb.proactive.core.body.request.RequestImpl
 
RequestImpl(MethodCall, UniversalBody, boolean, long, boolean) - Constructor for class org.objectweb.proactive.core.body.request.RequestImpl
 
RequestImpl(MethodCall, UniversalBody, boolean, long, boolean, int) - Constructor for class org.objectweb.proactive.core.body.request.RequestImpl
 
RequestInfo - Class in org.objectweb.proactive.core.rmi
 
RequestInfo() - Constructor for class org.objectweb.proactive.core.rmi.RequestInfo
 
RequestLog - Class in org.objectweb.proactive.core.body.ft.message
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.
requestMessageReceived(ActiveObject, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
requestMessageReceived(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
requestMessageReceived(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
requestMessageReceived(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
requestMessageReceived(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
requestMessageSent(ActiveObject, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
requestMessageSent(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
requestMessageSent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
requestMessageSent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
requestMessageSent(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
RequestProcessor - Interface in org.objectweb.proactive.core.body.request
A class implementing this interface can process requests.
RequestQueue - Interface in org.objectweb.proactive.core.body.request
 
requestQueue - Variable in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
requestQueue - Variable in class org.objectweb.proactive.Service
 
RequestQueueEvent - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
A class implementating this interface is listener of RequestQueueEvent.
requestQueueEventListener - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
RequestQueueFactory - Interface in org.objectweb.proactive.core.body.request
A class implementing this interface is a factory of RequestQueue objects.
requestQueueFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
RequestQueueImpl - Class in org.objectweb.proactive.core.body.request
 
RequestQueueImpl(UniqueID) - Constructor for class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
RequestQueueImpl.RequestFilterOnMethodName - Class in org.objectweb.proactive.core.body.request
 
RequestQueueImpl.RequestFilterOnMethodName() - Constructor for class org.objectweb.proactive.core.body.request.RequestQueueImpl.RequestFilterOnMethodName
 
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.
requestQueueLength - Variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
requestQueueLength - Variable in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
The request queue length of the body that sent the event or -1
requestQueueLengthChanged(int) - Method in interface org.objectweb.proactive.ic2d.event.ActiveObjectListener
 
requestQueueLengthChanged(int) - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
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
RequestReceiver - Interface in org.objectweb.proactive.core.body.request
 
RequestReceiverFactory - Interface in org.objectweb.proactive.core.body.request
A class implementing this interface is a factory of RequestReceiver objects.
requestReceiverFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
RequestReceiverForwarder - Class in org.objectweb.proactive.core.body.request
 
RequestReceiverForwarder(UniversalBody) - Constructor for class org.objectweb.proactive.core.body.request.RequestReceiverForwarder
 
RequestReceiverImpl - Class in org.objectweb.proactive.core.body.request
 
RequestReceiverImpl() - Constructor for class org.objectweb.proactive.core.body.request.RequestReceiverImpl
 
REQUESTS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
requestSent(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that the request encapsulated in the event event has been sent
requestSentEventsList - Variable in class org.objectweb.proactive.ic2d.spy.SpyEventManager
Log of all the RequestSent messages received to perform a search when receiving a ReplyReceive
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
RequestWithLocationServer - Class in org.objectweb.proactive.ext.locationserver
 
RequestWithLocationServer(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.locationserver.RequestWithLocationServer
 
RequestWithMixedLocation - Class in org.objectweb.proactive.ext.mixedlocation
 
RequestWithMixedLocation(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
 
REQUIRED - Static variable in class org.objectweb.proactive.ext.security.Communication
 
RES_REQ_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
res_requirement - Variable in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
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
reserveNodes(String, int) - Method in class org.objectweb.proactive.scheduler.RessourceManager
Reserve "ressourceNumber" of ressources and returns the first reserved node.
reset() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Reset the counter
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
 
resetCounter(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Reset only one counter
resetCounter(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.SecuredHierarchicalTimer
Reset only one counter
resetNbOfMigrationWithoutUpdate() - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
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
 
resetTimer(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
resetTimer() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Reset the timing values
resetTimer() - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
Reset all the value of the timer
resolveClass(ObjectStreamClass) - Method in class org.objectweb.proactive.core.mop.PAObjectInputStream
 
ResourceManager - Class in org.objectweb.proactive.calcium
Resource Managers must extend this class to work with Calcium.
ResourceManager() - Constructor for class org.objectweb.proactive.calcium.ResourceManager
 
resources - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
resources - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
ResourceServer - Interface in org.objectweb.proactive.core.body.ft.servers.resource
An object implementing this interface provides services for storing and retreiving ProActive nodes.
ResourceServerImpl - Class in org.objectweb.proactive.core.body.ft.servers.resource
 
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
 
RESSOURCE_LISTENER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
RESSOURCE_MANAGER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
RessourceListener - Class in org.objectweb.proactive.scheduler
This is the main object needed to get all the nodes created and add them to the unused queue of the RessourceManager.
RessourceListener(Vector, String, Vector) - Constructor for class org.objectweb.proactive.scheduler.RessourceListener
 
ressourceManager - Variable in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
 
RessourceManager - Class in org.objectweb.proactive.scheduler
This is the class that is responsible for the "management" (allocation, disallocation ...)
RessourceManager() - Constructor for class org.objectweb.proactive.scheduler.RessourceManager
 
RessourceManager(BooleanWrapper) - Constructor for class org.objectweb.proactive.scheduler.RessourceManager
the constructor of the class ...
restartEngine(String) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
Restart a Scilab Engine
RESTARTING_AFTER_MIGRATING - Static variable in class org.objectweb.proactive.core.event.MigrationEvent
 
reStartMPI() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for reStarting MPI program - run a new computation independently if the first one is currently running
reStartMPI() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
API method for reStarting the MPI program - run a new computation independently if the first one is currently running
reStartMPI() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
API method for reStarting MPI program - run a new computation independently if the first one is currently running
Result - Class in org.objectweb.proactive.branchnbound.core
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.
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 class org.objectweb.proactive.calcium.statistics.Timer
After the timer has been stoped, this method can resume the counter.
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
 
returnedObject - Variable in class org.objectweb.proactive.core.body.http.util.HttpMessage
 
returnFuturesHandler(GatherFuturesHandler) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandlerPool
 
returnFuturesHandlerToPool() - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
returnTheBest(Result) - Method in class org.objectweb.proactive.branchnbound.core.Result
Compare 2 results and return which is the best.
REUSABLE_EXCEPTION - Static variable in class org.objectweb.proactive.ext.locationserver.BouncingRequestReceiver
 
revalidate() - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
right - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
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
Ring - Class in org.objectweb.proactive.core.group.topology
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
RLOGIN_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
RLoginProcess - Class in org.objectweb.proactive.core.process.rlogin
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 in org.objectweb.proactive.core.process.rlogin
This class contains a list of RSHProcess processes
RLoginProcessList() - Constructor for class org.objectweb.proactive.core.process.rlogin.RLoginProcessList
 
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(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(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
rmAcquaintance(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
RMI - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
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
RmiBodyAdapter - Class in org.objectweb.proactive.core.body.rmi
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
 
RMIHostRTFinder - Class in org.objectweb.proactive.ic2d.util
 
RMIHostRTFinder(IC2DMessageLogger, DefaultListModel) - Constructor for class org.objectweb.proactive.ic2d.util.RMIHostRTFinder
 
RMIHostRTFinder() - Constructor for class org.objectweb.proactive.ic2d.util.RMIHostRTFinder
 
RmiProActiveRuntime - Interface in org.objectweb.proactive.core.runtime.rmi
An RMI/JINI adapter for a ProActiveRuntime to be able to receive remote calls with RMI.
RmiProActiveRuntimeForwarder - Interface in org.objectweb.proactive.core.runtime.rmi
 
RmiProActiveRuntimeForwarderImpl - Class in org.objectweb.proactive.core.runtime.rmi
 
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 in org.objectweb.proactive.core.runtime.rmi
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
 
RMIRegistryLookupService - Class in org.objectweb.proactive.core.descriptor.services
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
 
RmiRemoteBody - Interface in org.objectweb.proactive.core.body.rmi
An object implementing this interface provides the minimum service a body offers remotely through RMI.
RmiRemoteBodyForwarder - Interface in org.objectweb.proactive.core.body.rmi
An object implementing this interface provides the minimum service a body forwarder offers remotely through RMI.
RmiRemoteBodyForwarderImpl - Class in org.objectweb.proactive.core.body.rmi
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 in org.objectweb.proactive.core.body.rmi
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 in org.objectweb.proactive.core.runtime.rmi
 
RmiRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiRuntimeFactory
 
RMISSH_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
rmi tunneling over ssh protocol identifier
RmiSshProActiveRuntimeForwarder - Class in org.objectweb.proactive.core.runtime.rmi
 
RmiSshProActiveRuntimeForwarder(RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.objectweb.proactive.core.runtime.rmi.RmiSshProActiveRuntimeForwarder
 
root - Variable in class org.objectweb.proactive.calcium.examples.findprimes.FindPrimes
 
root - Variable in class org.objectweb.proactive.calcium.examples.nqueens.NQueens
 
root() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
rootComponentChanged(Component) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
ROUTER - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
row - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
rsa_eng - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
RSH - Static variable in class org.objectweb.proactive.ic2d.IC2D
 
RSH_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
RSHHierarchicalProcess - Class in org.objectweb.proactive.core.process.rsh
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 in org.objectweb.proactive.core.process.rsh
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 in org.objectweb.proactive.core.process.rsh
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 in org.objectweb.proactive.core.process.rsh
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 in org.objectweb.proactive.core.process.rsh
This class contains a list of RSHProcess processes
RSHProcessList() - Constructor for class org.objectweb.proactive.core.process.rsh.RSHProcessList
 
RT_URL - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
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
 
RuleCommunication - Class in org.objectweb.proactive.ext.security.gui
 
RuleCommunication() - Constructor for class org.objectweb.proactive.ext.security.gui.RuleCommunication
This is the default constructor
RuleEditor - Class in org.objectweb.proactive.ext.security.gui
 
RuleEditor() - Constructor for class org.objectweb.proactive.ext.security.gui.RuleEditor
This is the default constructor
RULES_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
run - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
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.body.migration.MigrationManagerImpl.MaxTimeOnSiteTimerTask
 
run() - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl.TimeToLiveTimerTask
 
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
 
run() - Method in class org.objectweb.proactive.ic2d.gui.components.menu.control.ProActiveOpenAction.ProActiveOpen
 
run() - Method in class org.objectweb.proactive.loadbalancing.LoadMonitor
 
run() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm.MessageRecvHandler
 
run() - Method in interface org.objectweb.proactive.scheduler.ProActiveTask
 
RunActive - Interface in org.objectweb.proactive
RunActive is related to the activity of an active object.
runActivity(Body) - Method in class org.objectweb.proactive.calcium.proactive.ActiveObjectSkernel
 
runActivity(Body) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer
First register with the specified url Then wait for request Serve "updateLocation" by priority put a searchObject in queue and wait DELAY_SAME_REPLY if the version of the requested ID has not changed since the last request
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.core.component.collectiveitfs.GatherFuturesHandler
 
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.ic2d.spy.Spy
 
runActivity(Body) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
runActivity(Body) - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
 
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 interface org.objectweb.proactive.RunActive
Runs the activity of the active object.
runActivity(Body) - Method in class org.objectweb.proactive.scheduler.JobNoDescriptor
The runActivity is reimplemented to stop the service and to destroy the active object after the getNodes method is called.
runActivity(Body) - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
This method has been redefined to reimplement the way this active object works and serves its methods.
runComponentActivity(Body) - Method in interface org.objectweb.proactive.core.component.body.ComponentRunActive
See 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 - Static variable in interface org.objectweb.proactive.core.body.ft.servers.recovery.RecoveryProcess
 
running - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
RUNNING - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
 
runtimeArray - Variable in class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
 
runtimeArray - Variable in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
RuntimeDeploymentProperties - Class in org.objectweb.proactive.core.descriptor.data
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 in org.objectweb.proactive.core.runtime
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
 
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
runtimeRegistered(RuntimeRegistrationEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 
RuntimeRegistrationEvent - Class in org.objectweb.proactive.core.event
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 in org.objectweb.proactive.core.event
A class implementating this interface is listener of RuntimeRegistrationEvent.
RuntimeRegistrationEventProducer - Interface in org.objectweb.proactive.core.event
 
RuntimeRegistrationEventProducerImpl - Class in org.objectweb.proactive.core.event
 
RuntimeRegistrationEventProducerImpl() - Constructor for class org.objectweb.proactive.core.event.RuntimeRegistrationEventProducerImpl
 
RuntimeReply - Class in org.objectweb.proactive.core.runtime.http.messages
 
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 in org.objectweb.proactive.core.runtime.http.messages
 
RuntimeRequest(String, String) - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
RuntimeRequest(String, ArrayList<Object>, String) - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
RuntimeRequest(String, ArrayList<Object>, ArrayList, String) - Constructor for class org.objectweb.proactive.core.runtime.http.messages.RuntimeRequest
 
runtimes - Variable in class org.objectweb.proactive.ic2d.util.JiniRTListener
 

S

saveChartAsSVG(JFreeChart, Rectangle, File) - Static method in class org.objectweb.proactive.benchmarks.timit.util.charts.Utilities
Exports a JFreeChart to a SVG file.
saveComponent(Component, FractalAdlWriter.AdlNode, String, boolean, Map) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveAdlWriter
 
saveCurrentBlock(BufferedOutputStream) - Method in class org.objectweb.proactive.core.filetransfer.FileBlock
Saves the current block into an output stream buffer.
saveExportedVirtualNodes(Component, FractalAdlWriter.AdlNode) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveAdlWriter
 
saveFileBlock(File, FileBlock) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
This method will save the specified FileBlock.
saveFileBlockAndForward(File, FileBlock) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
saveFileBlockAndForwardWithoutThrowingException(File, FileBlock) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
saveFileBlockWithoutThrowingException(File, FileBlock) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
saveJob() - Method in class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
Saves the current Job to disc.
saveVirtualNode(Component, FractalAdlWriter.AdlNode) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveAdlWriter
 
SAXParserErrorHandler - Class in org.objectweb.proactive.core.xml.io
 
SAXParserErrorHandler() - Constructor for class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
SAXParserErrorHandlerTerminating - Class in org.objectweb.proactive.core.xml.io
 
SAXParserErrorHandlerTerminating() - Constructor for class org.objectweb.proactive.core.xml.io.SAXParserErrorHandlerTerminating
 
sayHello() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
Returns a hello world string with the hostname and the time.
scaleValue(String) - Static method in class org.objectweb.proactive.benchmarks.timit.config.ConfigChart
 
scheduler - Variable in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
SCHEDULER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
Scheduler - Class in org.objectweb.proactive.scheduler
This is the class of the scheduler daemon.
Scheduler() - Constructor for class org.objectweb.proactive.scheduler.Scheduler
 
Scheduler(String) - Constructor for class org.objectweb.proactive.scheduler.Scheduler
Scheduler constructor that instanciate an active object used to manage jobs knowing the policy class name and creates an active object ressource manager.
SCHEDULER_COMMAND_LISTENER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SCHEDULER_NODE_NAME - Static variable in interface org.objectweb.proactive.scheduler.SchedulerConstants
SCHEDULER_NODE_NAME: name of the scheduler node where the service is deployed.
SCHEDULER_URL - Static variable in interface org.objectweb.proactive.scheduler.SchedulerConstants
scheduler url (protocol://host:port)
SchedulerConstants - Interface in org.objectweb.proactive.scheduler
 
SchedulerLookupService - Class in org.objectweb.proactive.core.descriptor.services
This class represents a service to acquire the nodes of a given Job from the scheduler service This service can be defined and used transparently when using XML Deployment descriptor
SchedulerLookupService(String) - Constructor for class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
schedulerLookupService - Variable in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.ProActiveSchedulerHandler
 
SciDeployEngine - Class in org.objectweb.proactive.ext.scilab
SciDeployEngine contains all methods to deploy Scilab Engines from a deployment descriptor
SciDeployEngine() - Constructor for class org.objectweb.proactive.ext.scilab.SciDeployEngine
 
SciEngine - Class in org.objectweb.proactive.ext.scilab
This class activates a new JVM which wraps the Scilab Engine and forwards the Scilab tasks
SciEngine() - Constructor for class org.objectweb.proactive.ext.scilab.SciEngine
default constructor
SciEngine(String) - Constructor for class org.objectweb.proactive.ext.scilab.SciEngine
 
SciEngineInfo - Class in org.objectweb.proactive.ext.scilab.monitor
SciEngineInfo contains all methods to access to informations about a Scilab Engine
SciEngineInfo(String, SciEngine, BooleanWrapper) - Constructor for class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
SciEngineWorker - Class in org.objectweb.proactive.ext.scilab
 
SciEngineWorker() - Constructor for class org.objectweb.proactive.ext.scilab.SciEngineWorker
 
SciEvent - Class in org.objectweb.proactive.ext.scilab.monitor
This class represents a Scilab event
SciEvent(Object) - Constructor for class org.objectweb.proactive.ext.scilab.monitor.SciEvent
 
SciEventListener - Interface in org.objectweb.proactive.ext.scilab.monitor
This interface is a listener for Scilab events
SciEventSource - Class in org.objectweb.proactive.ext.scilab.monitor
This class is a source of Scilab events
SciEventSource() - Constructor for class org.objectweb.proactive.ext.scilab.monitor.SciEventSource
 
SciFrame - Class in org.objectweb.proactive.ext.scilab.gui
 
SciFrame() - Constructor for class org.objectweb.proactive.ext.scilab.gui.SciFrame
 
SCILAB - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SCILAB_DEPLOY - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SCILAB_SERVICE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SCILAB_TASK - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SCILAB_WORKER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
ScilabService - Class in org.objectweb.proactive.ext.scilab.monitor
This class is used to offer a set of services: 1. to deploy, activate, and manage Scilab Engines over the Grid, 2. to execute and kill tasks 3. to retrieve results, 4. to notify the user application of each event.
ScilabService() - Constructor for class org.objectweb.proactive.ext.scilab.monitor.ScilabService
constructor
SciMath - Class in org.objectweb.proactive.ext.scilab.util
 
SciMath() - Constructor for class org.objectweb.proactive.ext.scilab.util.SciMath
 
SciResult - Class in org.objectweb.proactive.ext.scilab
This class represents a Scilab result
SciResult() - Constructor for class org.objectweb.proactive.ext.scilab.SciResult
default constructor
SciResult(String) - Constructor for class org.objectweb.proactive.ext.scilab.SciResult
 
SciTask - Class in org.objectweb.proactive.ext.scilab
This class represents a Scilab task
SciTask(String) - Constructor for class org.objectweb.proactive.ext.scilab.SciTask
 
SciTaskInfo - Class in org.objectweb.proactive.ext.scilab.monitor
SciTaskInfo contains all methods to access to informations about a Scilab task
SciTaskInfo(SciTask) - Constructor for class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
SciTest1 - Class in org.objectweb.proactive.ext.scilab.test
 
SciTest1() - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTest1
 
SciTest2 - Class in org.objectweb.proactive.ext.scilab.test
 
SciTest2(String, String) - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTest2
 
SciTest3 - Class in org.objectweb.proactive.ext.scilab.test
 
SciTest3(String, String, String[]) - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTest3
 
SciTest4 - Class in org.objectweb.proactive.ext.scilab.test
 
SciTest4() - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTest4
 
SciTestCalcium - Class in org.objectweb.proactive.ext.scilab.test
 
SciTestCalcium(String, String) - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTestCalcium
 
SciTestLibrary - Class in org.objectweb.proactive.ext.scilab.test
 
SciTestLibrary(String, String, String[], String, String) - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTestLibrary
 
SciTestParMandel - Class in org.objectweb.proactive.ext.scilab.test
 
SciTestParMandel() - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTestParMandel
 
SciTestParMult - Class in org.objectweb.proactive.ext.scilab.test
 
SciTestParMult() - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTestParMult
 
SciTestParPi - Class in org.objectweb.proactive.ext.scilab.test
 
SciTestParPi() - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTestParPi
 
SciTestSeqMandel - Class in org.objectweb.proactive.ext.scilab.test
 
SciTestSeqMandel() - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTestSeqMandel
 
SciTestSeqMult - Class in org.objectweb.proactive.ext.scilab.test
 
SciTestSeqMult() - Constructor for class org.objectweb.proactive.ext.scilab.test.SciTestSeqMult
 
SCRIPT_PATH_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
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
 
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
 
searchMatchingMethod(Method, Method[], boolean) - Static method in class org.objectweb.proactive.core.component.collectiveitfs.GatherBindingChecker
client method B foo (A) throws E;
must be matched by
server method List foo(List&lst;A>) throws E;
searchMatchingMethod(Method, Method[], boolean, Interface) - Static method in class org.objectweb.proactive.core.component.collectiveitfs.MulticastBindingChecker
client method List&lst;A> foo (B, List) throws E;
must be matched by
server method A foo(B, C (or list, depending on the dispatch mode) ) throws E;
searchMatchingMethod(Method, Method[], boolean, boolean, ProActiveInterface) - Method in class org.objectweb.proactive.core.component.controller.AbstractCollectiveInterfaceController
 
searchMatchingMethod(Method, Method[], boolean, boolean, ProActiveInterface) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
searchMatchingMethod(Method, Method[], boolean) - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
searchMatchingMethod(Method, Method[], boolean, boolean, ProActiveInterface) - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
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 class org.objectweb.proactive.core.body.migration.MixedLocationServer
Return a reference to the remote body if available.
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
 
seCipherAlgParams - 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
SECRET_EXCHANGE - Static variable in class org.objectweb.proactive.ext.security.SessionConstants
 
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(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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(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.runtime.http.HttpProActiveRuntime
 
secretKeyExchange(long, byte[], byte[], byte[], byte[], byte[]) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
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(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.domain.DomainImpl
 
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
Secure - Interface in org.objectweb.proactive.ext.security
 
SecureCopyProtocol - Class in org.objectweb.proactive.core.process.filetransfer
Secure Copy Protocol module.
SecureCopyProtocol(String) - Constructor for class org.objectweb.proactive.core.process.filetransfer.SecureCopyProtocol
 
SecuredHierarchicalTimer - Class in org.objectweb.proactive.benchmarks.timit.util
This class is a reimplementation of HierarchicalTimer which perform many tests on timers counters start/stop.
SecuredHierarchicalTimer() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.SecuredHierarchicalTimer
 
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
 
SecurityConstants - Interface in org.objectweb.proactive.ext.security
 
securityContext - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
SecurityContext - Class in org.objectweb.proactive.ext.security
This classe represents a security context associated with a particular session
SecurityContext() - Constructor for class org.objectweb.proactive.ext.security.SecurityContext
 
SecurityContext(int, ArrayList<Entity>, ArrayList<Entity>) - Constructor for class org.objectweb.proactive.ext.security.SecurityContext
 
SecurityDomain - Interface in org.objectweb.proactive.ext.security.domain
 
SecurityEntity - Interface in org.objectweb.proactive.ext.security
SecureEntity defines all security related method a secure generic object must implement.
securityFile - Variable in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
securityFile - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
SecurityGui - Class in org.objectweb.proactive.ext.security.gui
 
SecurityGui() - Constructor for class org.objectweb.proactive.ext.security.gui.SecurityGui
This is the default constructor
SecurityMigrationException - Exception in org.objectweb.proactive.ext.security.exceptions
 
SecurityMigrationException() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityMigrationException(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityMigrationException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityMigrationException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityMigrationException
 
SecurityNotAvailableException - Exception in org.objectweb.proactive.ext.security.exceptions
 
SecurityNotAvailableException() - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityNotAvailableException(String) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityNotAvailableException(String, Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityNotAvailableException(Throwable) - Constructor for exception org.objectweb.proactive.ext.security.exceptions.SecurityNotAvailableException
 
SecurityOutputStream - Class in org.objectweb.proactive.ext.security
 
SecurityOutputStream(OutputStream) - Constructor for class org.objectweb.proactive.ext.security.SecurityOutputStream
 
SecurityOutputStream() - Constructor for class org.objectweb.proactive.ext.security.SecurityOutputStream
 
Securizable - Interface in org.objectweb.proactive.ext.security
A message implementing this interface can be handled by the security mechanism.
seMacAlgParams - Variable in class org.objectweb.proactive.ext.security.crypto.Session
 
Semaphore - Class in org.objectweb.proactive.core.ssh
 
Semaphore(int) - Constructor for class org.objectweb.proactive.core.ssh.Semaphore
 
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
 
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.
sendActiveObjectsTo(Node, double) - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
sendActiveObjectsTo(Node) - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
This method sends an active object to a destiny, choosing the active objects whom don't implement ProActiveInternalObject and having the shortest queue.
sendActiveObjectsTo(Node, double) - Method in class org.objectweb.proactive.p2p.loadbalancer.P2PLoadBalancer
 
sendBlock(FileTransferService, FileBlock, File) - Method in class org.objectweb.proactive.core.filetransfer.FileDispatcher
 
sendBlockFileBlockWithoutThrowingException(FileTransferService, FileBlock, File) - Method in class org.objectweb.proactive.core.filetransfer.FileDispatcher
 
sendBordersToNeighbors() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Sends the border values to the corresponding neighbors
sendBoundaries() - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
return the border line oriented which.value
sendConnectionNotificationClosed() - Method in class org.objectweb.proactive.jmx.listeners.ProActiveConnectionNotificationEmitter
Sends a "Connection closed" Notification to listeners
sendConnectionNotificationFailed() - Method in class org.objectweb.proactive.jmx.listeners.ProActiveConnectionNotificationEmitter
sends a "Connection failed" notification to listeners
sendConnectionNotificationOpened() - Method in class org.objectweb.proactive.jmx.listeners.ProActiveConnectionNotificationEmitter
Sends a "Connection opened" notification to listeners
sendCounter - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
Indicates if the method has been sent through a forwarder
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).
sendEventsForAllActiveObjects() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
sendEventsForAllActiveObjects() - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
sendFile(FileTransferService, File, File, int, int) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
This method handles the sending of a file.
sendFile(FileTransferService, File, File) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
sendJobDetailsCommand() - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
sendJobDetailsCommand() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
sendJobNumber(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
sendJobNumberAndRegister() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
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
 
SendReplyCommunicationException - Exception in org.objectweb.proactive.core.exceptions.body
 
SendReplyCommunicationException(String, IOException) - Constructor for exception org.objectweb.proactive.core.exceptions.body.SendReplyCommunicationException
 
sendRequest(MethodCall, Future, UniversalBody) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
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, UniversalBody) - Method in interface org.objectweb.proactive.core.body.LocalBodyStrategy
Sends the request request with the future future to the local body body.
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
 
SendRequestCommunicationException - Exception in org.objectweb.proactive.core.exceptions.proxy
 
SendRequestCommunicationException(String, Exception) - Constructor for exception org.objectweb.proactive.core.exceptions.proxy.SendRequestCommunicationException
 
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.
sendTask(SciTask) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
Put the task in a queue of pending tasks.
sendTask(String, String, String[]) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
sendTask(String, String, String[], int) - Method in class org.objectweb.proactive.ext.scilab.monitor.ScilabService
 
sendToMpi(int, ProActiveMPIData) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
sendToMpi(int, ProActiveMPIData, boolean) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
sendToProActive(int, ProActiveMPIData) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
sendUrgentData(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
sendUrgentData(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
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
 
Seq<T> - Class in org.objectweb.proactive.calcium.skeletons
The Seq skeleton is a wrapper for the user inputed sequential code.
Seq(Execute<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.Seq
 
sequenceNumber - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
The unique sequence number for the message
sequenceNumber - Variable in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
The unique sequence number for the call
SEQUENTIAL_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
SerializableKeyStore - Class in org.objectweb.proactive.ext.security
 
SerializableKeyStore(KeyStore) - Constructor for class org.objectweb.proactive.ext.security.SerializableKeyStore
 
SerializableMethod - Class in org.objectweb.proactive.core.util
 
SerializableMethod(Method) - Constructor for class org.objectweb.proactive.core.util.SerializableMethod
 
serialVersionUID - Static variable in class org.objectweb.proactive.jmx.ProActiveConnection
the serial version UID
Serie - Class in org.objectweb.proactive.benchmarks.timit.config
 
Serie(Element) - Constructor for class org.objectweb.proactive.benchmarks.timit.config.Serie
 
SerieResultWriter - Class in org.objectweb.proactive.benchmarks.timit.result
This class generate final serie result file from generated benchmark statistics result file.
SerieResultWriter(String) - Constructor for class org.objectweb.proactive.benchmarks.timit.result.SerieResultWriter
Construct a new SerieResultWriter from his filename
series - Variable in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
seriesBarWidthList - Variable in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
A list of the width of each series bar.
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
 
serve(Request) - Method in class org.objectweb.proactive.Service
Serves the request given in parameter
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
 
ServeException - Exception in org.objectweb.proactive.core.body.request
 
ServeException() - Constructor for exception org.objectweb.proactive.core.body.request.ServeException
Constructs a ServeException with no specified detail message.
ServeException(String) - Constructor for exception org.objectweb.proactive.core.body.request.ServeException
Constructs a CommunicationException with the specified detail message.
ServeException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.body.request.ServeException
Constructs a CommunicationException with the specified detail message and nested exception.
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
 
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.core.body.reply.ReplyImpl
 
server - Variable in class org.objectweb.proactive.core.body.request.RequestImpl
 
server - Variable in class org.objectweb.proactive.ext.mixedlocation.RequestWithMixedLocation
 
server - Variable in class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation
 
SERVER_REGISTERED_NAME - Static variable in class org.objectweb.proactive.jmx.ProActiveJMXConstants
 
ServerConnector - Class in org.objectweb.proactive.jmx.server
Creates and register a ProActive JMX Connector Server
ServerConnector() - Constructor for class org.objectweb.proactive.jmx.server.ServerConnector
Creates and register a ProActive JMX Connector attached to the platform MBean Server.
ServerProvider - Class in org.objectweb.proactive.jmx.provider.proactive
A provider for creating JMX API connector servers using a given protocol.
ServerProvider() - Constructor for class org.objectweb.proactive.jmx.provider.proactive.ServerProvider
 
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.
SERVICE - Static variable in class org.objectweb.proactive.core.util.profiling.Profiling
 
Service - Class in org.objectweb.proactive
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 in org.objectweb.proactive
AcceptAllRequestFilter is a RequestFilter that matches any request
Service.AcceptAllRequestFilter() - Constructor for class org.objectweb.proactive.Service.AcceptAllRequestFilter
 
Service.FlushingServeOldestRequestProcessor - Class in org.objectweb.proactive
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 in org.objectweb.proactive
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 in org.objectweb.proactive
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 in org.objectweb.proactive
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
 
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
 
ServiceDefinitionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ServiceDefinitionHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler
 
ServiceDefinitionHandler(Scheduler, String, ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler
 
ServiceDefinitionHandler.FaultToleranceHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ServiceDefinitionHandler.FaultToleranceHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler
 
ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.FaultToleranceHandler.FTConfigHandler
 
ServiceDefinitionHandler.P2PServiceHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ServiceDefinitionHandler.P2PServiceHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.P2PServiceHandler
 
ServiceDefinitionHandler.ProActiveSchedulerHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ServiceDefinitionHandler.ProActiveSchedulerHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.ProActiveSchedulerHandler
 
ServiceDefinitionHandler.RMILookupHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
ServiceDefinitionHandler.RMILookupHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler.RMILookupHandler
 
ServiceFailedCalleeNFE - Exception in org.objectweb.proactive.core.exceptions.body
 
ServiceFailedCalleeNFE(String, ServeException, LocalBodyStrategy, Body) - Constructor for exception org.objectweb.proactive.core.exceptions.body.ServiceFailedCalleeNFE
 
ServiceFailedCallerNFE - Exception in org.objectweb.proactive.core.exceptions.proxy
 
ServiceFailedCallerNFE(String, ServeException) - Constructor for exception org.objectweb.proactive.core.exceptions.proxy.ServiceFailedCallerNFE
 
serviceId - Variable in class org.objectweb.proactive.core.descriptor.xml.ServiceDefinitionHandler
 
ServiceLocatorHelper - Class in org.objectweb.proactive.core.jini
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
 
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
 
serviceName - Static variable in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
serviceP2P - Variable in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
SERVICES_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
ServiceThread - Class in org.objectweb.proactive.core.descriptor.services
 
ServiceThread(VirtualNode, VirtualMachine) - Constructor for class org.objectweb.proactive.core.descriptor.services.ServiceThread
 
ServiceUser - Interface in org.objectweb.proactive.core.descriptor.services
An object implementing this interface, contains an UniversalService
SERVING_STARTED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating that the serving of the encapsulated request has started
SERVING_STARTED_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
servingStarted(MessageEvent) - Method in interface org.objectweb.proactive.core.event.MessageEventListener
Signals that serving of the request encapsulated in the event event has started
servingStarted(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
servingStatus - Variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
servingStatusChanged(int) - Method in interface org.objectweb.proactive.ic2d.event.ActiveObjectListener
 
servingStatusChanged(int) - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
SERVLET_NAME - Static variable in class org.objectweb.proactive.core.rmi.ClassServerServlet
 
Session - Class in org.objectweb.proactive.ext.security.crypto
 
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 in org.objectweb.proactive.ext.security
 
SessionConstants() - Constructor for class org.objectweb.proactive.ext.security.SessionConstants
 
SessionException - Exception in org.objectweb.proactive.ext.security.crypto
 
SessionException() - Constructor for exception org.objectweb.proactive.ext.security.crypto.SessionException
 
SessionException(String) - Constructor for exception org.objectweb.proactive.ext.security.crypto.SessionException
 
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.crypto.Session
 
sessionID - Variable in class org.objectweb.proactive.ext.security.EncryptedBody
 
sessionID - Variable in class org.objectweb.proactive.ext.security.SecurityContext
 
SessionKeyFactory - Class in org.objectweb.proactive.ext.security.crypto
 
SessionKeyFactory() - Constructor for class org.objectweb.proactive.ext.security.crypto.SessionKeyFactory
 
sessions - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
SessionTicketProperty - Class in org.objectweb.proactive.ext.security.crypto
 
SessionTicketProperty() - Constructor for class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
set(int, Object) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
set(int, Object) - Method in class org.objectweb.proactive.core.util.CircularArrayList
 
set(double[]) - Method in class org.objectweb.proactive.ext.scilab.util.FutureDoubleMatrix
 
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
 
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
 
setActiveObjects(ArrayList<UniqueID>) - Method in class org.objectweb.proactive.core.runtime.LocalNode
set the list of active objects contained by the node
setAdditionalThread(int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
Modifies the number of additional threads to serve members
setAgent(Agent) - Method in class org.objectweb.proactive.scheduler.DeployedTask
 
setAlive(boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
setAllIndex(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setAllRemovedStates() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
setAlpha(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
setAntiAlias(boolean) - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
 
setAOCreation(int) - Method in class org.objectweb.proactive.ext.security.Communication
 
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
setArgs(Map) - Method in class org.objectweb.proactive.core.descriptor.services.TechnicalServiceXmlType
 
setAttachedResourceServer(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setAttribute(ObjectName, Attribute) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
setAttributes(ObjectName, AttributeList) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
setAttributesAsynchronous(ObjectName, AttributeList) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
This method is the same as setAttributes but returns a reifiable type in order to perform ProActive asynchronous call
setAutomaticLayout(boolean) - Method in interface org.objectweb.proactive.ic2d.gui.IC2DGUIController
 
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.
setBag(Vector<EventData>) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
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<String>) - 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
setButtonOK(boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
setCardinality(String) - Method in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
setter for the cardinality
setChanged() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObservable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setChanged() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.FakeEventObservable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setChanged() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.RealEventObservable
Marks this Observable object as having been changed; the hasChanged method will now return true.
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.
setClassName(String) - Method in class org.objectweb.proactive.core.component.ContentDescription
setter for the classname
setClassName(String) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
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
setClassName(String) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
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
 
setClassPath(String[]) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
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
 
setClock(TimItReductor) - Method in class org.objectweb.proactive.benchmarks.timit.util.MigratableCounter
Invoked by TimItReductor to setup network clock (which is localized on TimItReductor instance node
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
 
setCommand_path(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setCommandPath(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setCommandPath(String) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
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.component.ComponentMethodCallMetadata
 
setComponentMethodCall(boolean) - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
setComponentModel(Component) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveTextFieldModel
Sets the component model on which this model is based.
setComponentParameters(ComponentParameters) - Method in interface org.objectweb.proactive.core.component.controller.ComponentParametersController
 
setComponentParameters(ComponentParameters) - Method in class org.objectweb.proactive.core.component.controller.ComponentParametersControllerImpl
 
setComponentText(String) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveTextFieldModel
Modifies the model on which this model is based, to reflect a change in this model.
setComponentType(ComponentType) - Method in class org.objectweb.proactive.core.component.ComponentParameters
setter
setComponentType(ComponentType) - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
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
setComposingVirtualNodes(String, String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
setComposingVirtualNodes(String, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
 
setConnectedClientItfs(List<ItfID>) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandler
 
setContinuationTag() - Method in class org.objectweb.proactive.core.body.future.FutureProxy
 
setControllerDesc(ControllerDescription) - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentGroup
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.AbstractProActiveController
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ComponentParametersControllerImpl
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.GathercastControllerImpl
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.MigrationControllerImpl
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveBindingControllerImpl
 
setControllerItfType() - Method in class org.objectweb.proactive.core.component.controller.ProActiveContentControllerImpl
 
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
 
setCount(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
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
 
setCurrentlyEditedComposingVirtualNodesNames(String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
setCurrentlyEditedComposingVirtualNodesNames(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
setCurrentlyEditedExportedVirtualNodeName(String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
setCurrentlyEditedExportedVirtualNodeName(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
setCurrentThreadBody(Body) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
Associates the body with the thread calling the method.
setData(Object) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Part of the CommEvent implementation, in this case the data is an array of marked communication.
setData(Object) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
setData(Object) - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventData
The data setter.
setData(byte[]) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
setDataOut(String) - Method in class org.objectweb.proactive.ext.scilab.gui.DialogResult
 
setDatasetTree(Element[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
setDatatype(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
setDateEnd() - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
 
setDelegatee(ProxyForComponentInterfaceGroup) - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
The delegatee introduces an indirection which can be used for altering the reified invocation
setDeleted(boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
setDependencyParameters(Object[]) - Method in interface org.objectweb.proactive.core.process.DependentProcess
Set the parameters from which this process depends
setDependencyParameters(Object[]) - Method in class org.objectweb.proactive.core.process.mpi.MPIDependentProcess
 
setDepth(String) - Static method in class org.objectweb.proactive.ic2d.util.MonitorThread
set the depth
setDescriptorVariable(String, String, VariableContractType) - Method in class org.objectweb.proactive.core.xml.VariableContract
Method for setting variables value from the deploying application.
setDest(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
setDestRank(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEvent
Sets the destination rank.
setDirty(boolean) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
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.
setDrawingStyle(int) - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
Change the drawing style Set the current drawing to dirty
setDstFuture(OperationStatus) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
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
 
setDummy() - Method in class org.objectweb.proactive.calcium.Task
 
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
 
setEnabled(boolean) - Method in class org.objectweb.proactive.ic2d.gui.ActiveObjectCommunicationRecorder
Enable the recording Set the current drawing to dirty
setEntitiesFrom(ArrayList<Entity>) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setEntitiesFrom(ArrayList<Entity>) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setEntitiesTo(ArrayList<Entity>) - Method in class org.objectweb.proactive.ext.security.PolicyRule
 
setEntitiesTo(ArrayList<Entity>) - 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.AbstractSequentialListProcessDecorator
 
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.
setErrorFile(String) - Method in class org.objectweb.proactive.core.process.gridengine.GridEngineSubProcess
Set the destination file for all standard error output
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
setErrorMessageLogger(RemoteProcessMessageLogger) - Method in interface org.objectweb.proactive.core.process.ExternalProcess
sets the RemoteProcessMessageLogger handling the error stream of the process
setEstimatedTime(int) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setException(Exception) - Method in class org.objectweb.proactive.calcium.Task
 
setException(Exception) - Method in class org.objectweb.proactive.core.filetransfer.FileBlock
 
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
 
setExportedVirtualNodes(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveSharedComponent
 
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
 
setFactory(MetaObjectFactory) - Method in class org.objectweb.proactive.core.component.ContentDescription
setter
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.ComponentParametersControllerImpl
 
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
 
setFileScript(File) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
Sets the copy protocol sequence, that should be executed in order to attempt the FileTransfer.
setFileTransferDefinitions(FileTransferDefinition[]) - Method in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
setFileTransferDefinitions(FileTransferDefinition[]) - Method in interface org.objectweb.proactive.core.process.filetransfer.CopyProtocol
 
setFileTransferParams(int, int) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
Set Filetransfer API parameters to use when Deploying and Retrieving files.
setFileTransferParams(int, int) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
 
setFileTransferParams(int, int) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
setFileTransferStructureDstInfo(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Sets the destination information for this FTW.
setFileTransferStructureSrcInfo(String, String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
Sets the source information for this FTW.
setFinished(boolean) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setFinished(boolean) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
setFinished(boolean) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
setFinished(boolean) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Sets the state finished of this process
setFinishedChild(Task<?>) - Method in class org.objectweb.proactive.calcium.Task
 
setFirstElementIsService(boolean) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
setFloatValue(float) - Method in class org.objectweb.proactive.core.util.wrapper.FloatMutableWrapper
Set the value with a new one.
setFontSize(Font) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
setFontSize(Font) - Method in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
setFontSize(Font) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
setFontSize(Font) - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
 
setFontSize(Font) - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
setForceInternal(boolean) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveAdlWriter
 
setFromJavaProperty(String, VariableContractType) - Method in class org.objectweb.proactive.core.xml.VariableContract
If the variable can be set from the javaProperty, then it looks for the corresponding.
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
 
setFunctionalRequest(boolean) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
setFunctionalRequest(boolean) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
setFunctionalRequest(boolean) - Method in interface org.objectweb.proactive.core.body.request.Request
Set the request to a non functional request or not.
setFunctionalRequest(boolean) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
setFutureOfGatheredInvocation(FutureResult) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandler
 
setGlobalServerURL(String) - Method in class org.objectweb.proactive.core.descriptor.services.FaultToleranceService
 
setGroupSize(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
 
setHalfBodyMetaObjectFactory(MetaObjectFactory) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
 
setHasMigrated() - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
setHidden(boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
setHidden(int, boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
setHidden(int, boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
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
setHighlighted(boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.Branch
 
setHighlighted(int, boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataModelTraversal
 
setHighlighted(int, boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeModel
 
setHostConfig(String, String, String, int, 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 class org.objectweb.proactive.core.process.DependentListProcess
 
setHostname(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setHostname(String) - Method in class org.objectweb.proactive.core.process.IndependentListProcess
 
setHostname(String) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Set the hostname target of this process.
setHostsFileName(String) - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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.mpi.MPIProcess
 
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(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Set the counter id
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.descriptor.services.TechnicalServiceXmlType
 
setId(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
setIdCurrentTask(String) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
setIdEngine(String) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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(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 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.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.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 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.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
 
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.
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
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
 
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)
setInterfaceType(ProActiveInterfaceType) - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
setIntValue(int) - Method in class org.objectweb.proactive.core.util.wrapper.IntMutableWrapper
Set the value with a new one.
setIsActivate(BooleanWrapper) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciEngineInfo
 
setIsGraphicalMonitoring(boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
setIsGraphicalMonitoring(boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
setIsJobMonitoring(boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
setIsJobMonitoring(boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
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
setJavaPropertiesValues() - Method in class org.objectweb.proactive.core.xml.VariableContract
Finds and sets all pending values for java properties
setJdlRemote(boolean) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJob(String) - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
setJob(File) - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
setJobArgument(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobDataAccessProtocol(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobEnvironment(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobExecutable(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobFuzzyRank(String) - 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.
setJobId(String) - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
setJobID(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
setJobInit(String) - Method in class org.objectweb.proactive.ext.scilab.gui.DialogResult
 
setJobInit(String) - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
setJobJobType(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobMyProxyServer(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobname(String) - Method in class org.objectweb.proactive.core.process.lsf.LSFBSubProcess
 
setJobname(String) - Method in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
setJobName(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setJobNodeNumber(int) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobOutput_se(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobRank(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobRequirements(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobRetryCount(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobStatus(String) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setJobStdError(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobStdInput(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobStdOutput(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobStorageIndex(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobType(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJobVO(String) - Method in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
setJTextFielddepth(String) - Method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
setJTextFieldHostIp(String) - Method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
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
setJVMParameters(String) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setKeepAlive(boolean) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setKeepAlive(boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setKey(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
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
 
setListDataIn(ArrayList<SciData>) - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
setListDataOut(ArrayList<SciData>) - Method in class org.objectweb.proactive.ext.scilab.SciTask
 
setLocalBodyImpl(LocalBodyStrategy) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
setLocalNodeProperty(String, String, String) - Method in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
setLocalNodeProperty(String, String, String) - Method in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
setLocalNodeProperty(String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntime
Set a property on the specified local node.
setLocalNodeProperty(String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterForwarderImpl
 
setLocalNodeProperty(String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapterImpl
 
setLocalNodeProperty(UniqueRuntimeID, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarder
 
setLocalNodeProperty(UniqueRuntimeID, String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeForwarderImpl
 
setLocalNodeProperty(String, String, String) - Method in class org.objectweb.proactive.core.runtime.ProActiveRuntimeImpl
 
setLocalNodeProperty(String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntime
 
setLocalNodeProperty(UniqueRuntimeID, String, String, String) - Method in interface org.objectweb.proactive.core.runtime.RemoteProActiveRuntimeForwarder
 
setLocalNodeProperty(UniqueRuntimeID, String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
setLocalNodeProperty(String, String, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
setLocalPath(String) - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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<String, MainDefinition>) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
setMainDefinitionMapping(HashMap<String, MainDefinition>) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
setMainParameters(Vector) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setMaxDepth(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
setMaxDepth(String) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
setMaxTime(String) - Method in class org.objectweb.proactive.core.process.globus.GlobusProcess
 
setMBeanServer(MBeanServer) - Method in class org.objectweb.proactive.jmx.server.ProActiveServerImpl
Sets the MBean server attached to the connector
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
 
setMethodName(String) - Method in class org.objectweb.proactive.core.component.collectiveitfs.GatherFuturesHandler
 
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(int, boolean, int, int) - Method in interface org.objectweb.proactive.core.body.migration.MigrationManager
 
setMigrationStrategy(int, boolean, int, int) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
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
 
setMinNbOfNodes(int) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setMinNodeNumber(int) - Method in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
Sets the min number of nodes to be acquired with this Scheduler service.
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.
setMonitoring(boolean) - Method in interface org.objectweb.proactive.ic2d.data.DataObjectController
 
setMPICommandArguments(String) - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for setting MPI program command arguments
setMPICommandArguments(String) - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
API method for setting MPI program command arguments
setMPICommandArguments(String) - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
API method for setting MPI program command arguments
setMpiCommandOptions(String) - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
setMpiFileName(String) - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
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
setMultiProcNodes(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Sharing 1 node /cpu or only 1 node.
setMyProxy(ProActiveMPICoupling, ProActiveMPIManager, int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
setName(String) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Set the counter 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 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.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 class org.objectweb.proactive.core.runtime.LocalNode
 
setName(String) - Method in interface org.objectweb.proactive.core.util.profiling.Timer
 
setName(String) - Method in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
setName(String) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel.PanelPopupMenu
 
setNbNodes(String) - Method in interface org.objectweb.proactive.core.descriptor.data.VirtualMachine
Sets the number of nodes that will be created on this VirtualMachine.
setNbNodes(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualMachineImpl
 
setNeighbours(JacobiWorker, JacobiWorker, JacobiWorker, JacobiWorker) - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
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.
setNFRequestPriority(int) - Method in class org.objectweb.proactive.core.body.request.AwaitedRequest
 
setNFRequestPriority(int) - Method in class org.objectweb.proactive.core.body.request.BodyRequest
 
setNFRequestPriority(int) - Method in interface org.objectweb.proactive.core.body.request.Request
Set the priority of the non functional request Request.NFREQUEST_IMMEDIATE_PRIORITY or Request.NFREQUEST_PRIORITY or Request.NFREQUEST_NO_PRIORITY
setNFRequestPriority(int) - Method in class org.objectweb.proactive.core.body.request.RequestImpl
 
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.osgi.ProActiveServicesImpl
 
setNodeFamilyRegexp(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Set the regexp for the node family.
setNodeNumber(int) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Sets the number of nodes to be acquired with this P2P service
setNodeNumber(int) - Method in class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
Sets the number of nodes to be acquired with this Scheduler 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
setObject(T) - Method in class org.objectweb.proactive.calcium.Task
 
setObserver(EventObserver) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.Event
 
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 destination file for all standard output
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
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
 
setOwner(Component) - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
setOwnerBody(UniqueID) - Method in class org.objectweb.proactive.core.body.future.FuturePool
Setter of the ID of the body corresonding to this FuturePool
setPadURL(String) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
set the url of the pad
setParallel() - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
setParallel() - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
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<String>) - 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
 
setPathScript(String) - Method in class org.objectweb.proactive.ext.scilab.gui.DialogResult
 
setPeerList(String[]) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
 
setPKCS12Keystore(String) - Method in class org.objectweb.proactive.ext.security.PolicyServer
 
setPolicies(ArrayList<PolicyRule>) - 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.
setPos(int) - Method in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
setPrefix(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setPriority(int) - Method in class org.objectweb.proactive.calcium.Task
 
setPriority(short) - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
setPriority(int) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
setPriority(int) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
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
setProperty(String, String) - Method in interface org.objectweb.proactive.core.node.Node
Put the specified key value in this node property list.
setProperty(String, String) - Method in class org.objectweb.proactive.core.node.NodeImpl
 
setProperty(String, String) - Method in class org.objectweb.proactive.core.runtime.LocalNode
Put the specified key value in this property list.
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
 
setQueueLengths(int, int, int, int) - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
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.
setRanking(double) - Method in class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURanking
 
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
 
setRemotePath(String) - Method in class org.objectweb.proactive.core.process.mpi.MPIProcess
 
setReplyLog(List) - Method in class org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos.CheckpointInfoPMLRB
 
setReplyReceiver(ReplyReceiver) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
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
 
setRequestQueueLength(int) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
setRequestReceiver(RequestReceiver) - Method in class org.objectweb.proactive.core.body.migration.MigratableBody
 
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
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.
setResourceServer(ResourceServer) - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
setRessourceNb(int) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
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
 
setReturnValue(int) - Method in class org.objectweb.proactive.mpi.MPIResult
 
setReuseAddress(boolean) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setReuseAddress(boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setRootParameter(boolean) - Method in class org.objectweb.proactive.calcium.examples.blast.BlastParameters
 
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
 
setSaveEnable(boolean) - Method in class org.objectweb.proactive.ext.scilab.gui.DialogResult
 
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
setSciResult(SciResult) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
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
 
setSecurityManager(ProActiveSecurityManager) - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
setSendBufferSize(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setSendBufferSize(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
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
 
setSenderItfID(ItfID) - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
setSenderItfID(ItfID) - Method in interface org.objectweb.proactive.core.component.ItfStubObject
Indicates the sender of invocation on an interface
setSendReply(Communication) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setSendRequest(Communication) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setSeries(Comparable[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
 
setSeriesBarWidth(int, double) - Method in class org.objectweb.proactive.benchmarks.timit.util.charts.renderer.HierarchicalBarRenderer
Sets the width of the bars of a series.
setServed(boolean) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationRequestInfo
 
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
setServingStatus(int) - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
setSessionID(long) - Method in class org.objectweb.proactive.ext.security.SecurityContext
 
setSessionValidated(boolean) - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
setShortcut(Shortcut) - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
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
 
setSolution(Object) - Method in class org.objectweb.proactive.branchnbound.core.Result
Attach a value to this result.
setSoTimeout(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setSoTimeout(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setSourceFTS(FileTransferService) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
setSouthBorder(double[]) - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Set the south border
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.
setSrc(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
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
 
setStack(Vector<Instruction<T>>) - Method in class org.objectweb.proactive.calcium.Task
Sets a not so shallow reference to the parameter stack.
setStarted(boolean) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setStarted(boolean) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
setStarted(boolean) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
setStarted(boolean) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Sets the state started of this process
setState(int) - Method in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
setState(int) - Method in class org.objectweb.proactive.ext.scilab.gui.TreeEngineNode
 
setState(int) - Method in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
setState(int) - Method in class org.objectweb.proactive.ext.scilab.SciResult
 
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
 
setStorage(Storage) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveAdlWriter
 
setStreamId(int) - Method in class org.objectweb.proactive.calcium.Task
 
setStringValue(String) - Method in class org.objectweb.proactive.core.util.wrapper.StringMutableWrapper
Set the value with a new one.
setStrong() - Method in class org.objectweb.proactive.core.gc.Proxy
Make the proxy a strong reference.
setStubOnBaseObject(StubObject) - Method in interface org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentative
 
setStubOnBaseObject(StubObject) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
setSubMatrix(int, int, int, int, double[][]) - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
setSubmitDate() - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setSubmitDate(Date) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setSubmitJob(boolean) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setSubmitJob(String) - Method in class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
setTag(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
setTainted(boolean) - Method in class org.objectweb.proactive.calcium.Task
 
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 class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
setTargetProcess(ExternalProcess) - Method in interface org.objectweb.proactive.core.process.ExternalProcessDecorator
Sets the process target of this process.
setTaskDescription(GenericJob) - Method in class org.objectweb.proactive.scheduler.DeployedTask
 
setTcpNoDelay(boolean) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setTcpNoDelay(boolean) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setTimedObjects(Timed) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItManager
Construct a TimItManager from a single Timed object (active or not), or a typed group of Timeds
setTimedObjects(Timed[]) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItManager
Construct a TimItManager from an array of Timed
setTimeExecution(long) - Method in class org.objectweb.proactive.ext.scilab.SciResult
 
setTimeout(long, boolean) - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
Sets the timeout variable to the given value.
setTimer(HierarchicalTimer) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Used by the Timer to register the counter
setTimer(String) - Method in class org.objectweb.proactive.core.util.timer.CompositeAverageMicroTimer
 
setTimerName(int, String) - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
setTimerName(int, String) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
 
setTimerReduction(TimItReductor) - Method in class org.objectweb.proactive.benchmarks.timit.util.Timed
Invoked by TimItReductor to inform Timed object that he is the finalization reductor
setTimitReductor(TimItReductor) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItManager
 
setTrafficClass(int) - Method in class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
setTrafficClass(int) - Method in class org.objectweb.proactive.ext.benchsocket.BenchClientSocket
 
setTs(TechnicalService) - Method in class org.objectweb.proactive.core.descriptor.services.TechnicalServiceWrapper
 
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.
setTtr(int) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
setTtr(long) - Static method in class org.objectweb.proactive.ic2d.util.MonitorThread
set the time to refresh
setTtu(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
Specify TTU parameter for the P2P service.
setType(Class) - Method in class org.objectweb.proactive.core.descriptor.services.TechnicalServiceXmlType
 
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.
setUpdateFrequence(long) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
setUpdateFrequence(long) - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
setUserId(int) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setUsername(String) - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
setUsername(String) - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
setUsername(String) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
setUsername(String) - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop.StructureInformation
 
setUsername(String) - Method in class org.objectweb.proactive.core.process.rlogin.RLoginProcess
 
setUsername(String) - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Set the username that will be used to run the command.
setUserName(String, String) - Static method in class org.objectweb.proactive.core.util.HostsInfos
 
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
 
setValue(int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
setValue(int, int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
setValue(double) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.Event
 
setValue(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Set a specific time value (in milliseconds) to the counter.
setValue(int) - Method in class org.objectweb.proactive.core.util.MutableInteger
 
setValue(long) - Method in class org.objectweb.proactive.core.util.MutableLong
 
setValueAt(Object, int, int) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ExportedVirtualNodesCompositionTableModel
 
setVariableContract(VariableContract) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
Keeps a reference to the Variable Contract passed as parameter
setVariableContract(VariableContract) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
setVariableFromProgram(String, String, VariableContractType) - Method in class org.objectweb.proactive.core.xml.VariableContract
Method for setting variables value from the deploying application.
setVariableFromProgram(HashMap, VariableContractType) - Method in class org.objectweb.proactive.core.xml.VariableContract
Method for setting a group of variables from the program.
setVirtualNode(String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
setVirtualNode(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponentImpl
 
setVirtualNode(String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveSharedComponent
 
setVirtualNodeList(List<VirtualNode>) - Method in class org.objectweb.proactive.core.descriptor.data.MainDefinition
set the list of virtual nodes
setVirtualNodeMapping(HashMap<String, VirtualNode>) - Method in interface org.objectweb.proactive.core.descriptor.data.ProActiveDescriptor
 
setVirtualNodeMapping(HashMap<String, VirtualNode>) - Method in class org.objectweb.proactive.core.descriptor.data.ProActiveDescriptorImpl
 
setVirtualNodeName(String) - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
setVisible(boolean) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorFrame
 
setVisible(boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherFrame
 
setVisible(boolean) - Method in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
setVNName(String) - Method in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
allows to set the name of the current virtual node
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
 
setWeak() - Method in class org.objectweb.proactive.core.gc.Proxy
Drop a strong reference to the proxy.
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.
setXMLDescriptorName(String) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setXMLFullPath(String) - Method in class org.objectweb.proactive.scheduler.GenericJob
 
setXmlPath(String) - Method in class org.objectweb.proactive.core.descriptor.services.P2PDescriptorService
For sharing nodes which are deployed from xml.
SHARED_NODE_NAME - Static variable in interface org.objectweb.proactive.p2p.service.util.P2PConstants
SHARED_NODE_NAME: name of the default shared node.
SHORT_LEN - Static variable in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
 
shortcut - Variable in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
Shortcut - Class in org.objectweb.proactive.core.component.request
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
 
SHORTCUT - Static variable in class org.objectweb.proactive.core.component.request.SynchronousComponentRequestReceiver
 
shortcutNotification(UniversalBody, UniversalBody) - Method in class org.objectweb.proactive.core.component.ComponentMethodCallMetadata
 
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
 
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
shortToBytes(short, byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
translate short into bytes, stored in byte array starting from startIndex
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
 
show() - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
showDragFeedBack() - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
Displays a user feed back to show that the drag is going on
showDropFeedBack() - Method in class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
Displays a user feed back to show that the drop is going on
showHostDialog(JFrame, String) - Static method in class org.objectweb.proactive.ic2d.gui.util.HostDialog
 
showMessage(String) - Method in class org.objectweb.proactive.core.ssh.UserInfoNone
 
SHOWN_REQUEST_QUEUE_LENGTH - Static variable in class org.objectweb.proactive.ic2d.gui.data.ActiveObjectPanel
 
shutdown() - Method in class org.objectweb.proactive.calcium.Calcium
 
shutdown() - Method in class org.objectweb.proactive.calcium.MonoThreadedManager
 
shutdown() - Method in class org.objectweb.proactive.calcium.MultiThreadedManager
 
shutdown() - Method in class org.objectweb.proactive.calcium.proactive.AbstractProActiveManager
 
shutdown() - Method in class org.objectweb.proactive.calcium.proactive.ProActiveThreadedManager
 
shutdown() - Method in class org.objectweb.proactive.calcium.ResourceManager
 
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
 
ShutdownThread - Class in org.objectweb.proactive.ext.benchsocket
 
ShutdownThread() - Constructor for class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
ShutdownThread(BenchStream) - Constructor for class org.objectweb.proactive.ext.benchsocket.ShutdownThread
 
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
 
SigningEngine - Class in org.objectweb.proactive.ext.security.crypto
 
SigningEngine() - Constructor for class org.objectweb.proactive.ext.security.crypto.SigningEngine
 
signObject(Serializable, PrivateKey) - Method in class org.objectweb.proactive.ext.security.crypto.SigningEngine
 
SimpleExternalProcess - Class in org.objectweb.proactive.core.process
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 in org.objectweb.proactive.ext.util
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
 
SimpleLogMonitor - Class in org.objectweb.proactive.calcium.monitor
 
SimpleLogMonitor(Calcium, int) - Constructor for class org.objectweb.proactive.calcium.monitor.SimpleLogMonitor
 
SINGLE - Static variable in interface org.objectweb.proactive.core.component.adl.nodes.VirtualNode
 
singleton - Static variable in class org.objectweb.proactive.core.config.ProActiveConfiguration
 
singleton - Static variable in class org.objectweb.proactive.core.mop.MOP
 
SINGLETON_CARDINALITY - Static variable in interface org.objectweb.proactive.core.component.type.ProActiveTypeFactory
 
SingleValueUnmarshaller - Class in org.objectweb.proactive.core.xml.handler
A handler for reading values from simple elements, such as myValue
SingleValueUnmarshaller() - Constructor for class org.objectweb.proactive.core.xml.handler.SingleValueUnmarshaller
 
size() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
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 class org.objectweb.proactive.core.component.collectiveitfs.GatherRequestsQueue
 
size() - Method in class org.objectweb.proactive.core.component.group.ProxyForComponentInterfaceGroup
 
size() - Method in interface org.objectweb.proactive.core.event.AbstractEventProducer.ListenerList
Returns the number of listeners in the list.
size() - Method in exception 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.filetransfer.FileVector
Returns the current size of the vector
size() - Method in class org.objectweb.proactive.p2p.service.P2PAcquaintanceManager
Returns the number of elements in this group.
size() - Method in class org.objectweb.proactive.scheduler.Queue
Returns the number of the waiting jobs.
Skeleton<T> - Interface in org.objectweb.proactive.calcium.interfaces
This class is used to mark an object as a skeleton.
SKELETONS - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SKELETONS_APPLICATION - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SKELETONS_KERNEL - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SKELETONS_MANAGER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SKELETONS_STRUCTURE - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
Skernel - Class in org.objectweb.proactive.calcium
This class represents the skeleton kernel.
Skernel() - Constructor for class org.objectweb.proactive.calcium.Skernel
 
skip(long) - Method in class org.objectweb.proactive.ext.benchsocket.BenchInputStream
 
sleep(long) - Static method in class org.objectweb.proactive.benchmarks.timit.TimIt
Cause a sleep
SMALL_FONT - Static variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
sNodeNumber - Variable in class org.objectweb.proactive.core.runtime.StartHierarchical
 
solutions - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
solvableSize - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
solve() - Method in class org.objectweb.proactive.calcium.examples.findprimes.FindPrimes
 
solve() - Method in class org.objectweb.proactive.ext.scilab.test.SciTestCalcium
 
SolveBoard - Class in org.objectweb.proactive.calcium.examples.nqueens
 
SolveBoard() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
 
SolveBT1 - Class in org.objectweb.proactive.calcium.examples.nqueens.bt1
 
SolveBT1() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.bt1.SolveBT1
 
SolveBT2 - Class in org.objectweb.proactive.calcium.examples.nqueens.bt2
 
SolveBT2() - Constructor for class org.objectweb.proactive.calcium.examples.nqueens.bt2.SolveBT2
 
SolveChallenge - Class in org.objectweb.proactive.calcium.examples.findprimes
 
SolveChallenge() - Constructor for class org.objectweb.proactive.calcium.examples.findprimes.SolveChallenge
 
sourceID - Variable in class org.objectweb.proactive.core.body.message.MessageImpl
The UniqueID of the body sending the message
sourceID - Variable in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
The UniqueID of the body sending the call
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.
SpacePolicy - Class in org.objectweb.proactive.scheduler.policy
Space policy is a policy where the jobs that need the minimum of ressources are served first.
SpacePolicy() - Constructor for class org.objectweb.proactive.scheduler.policy.SpacePolicy
 
SpacePolicy(RessourceManager) - Constructor for class org.objectweb.proactive.scheduler.policy.SpacePolicy
 
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
 
spy - Variable in class org.objectweb.proactive.ic2d.data.VMObject
 
Spy - Class in org.objectweb.proactive.ic2d.spy
The master Spy class
Spy() - Constructor for class org.objectweb.proactive.ic2d.spy.Spy
 
Spy(SpyListener) - Constructor for class org.objectweb.proactive.ic2d.spy.Spy
 
SpyEvent - Class in org.objectweb.proactive.ic2d.spy
 
SpyEvent(int, UniqueID) - Constructor for class org.objectweb.proactive.ic2d.spy.SpyEvent
 
spyEventListener - Variable in class org.objectweb.proactive.ic2d.data.SpyListenerImpl
 
SpyEventListener - Interface in org.objectweb.proactive.ic2d.event
 
spyEventManager - Variable in class org.objectweb.proactive.ic2d.spy.Spy
event manager
SpyEventManager - Class in org.objectweb.proactive.ic2d.spy
Helper class for the Spy that is listener of all objects.
SpyEventManager(UniqueID) - Constructor for class org.objectweb.proactive.ic2d.spy.SpyEventManager
 
SpyFutureEvent - Class in org.objectweb.proactive.ic2d.spy
 
SpyFutureEvent(int, FutureEvent) - Constructor for class org.objectweb.proactive.ic2d.spy.SpyFutureEvent
 
spyListener - Variable in class org.objectweb.proactive.ic2d.spy.Spy
the listener of our events
SpyListener - Interface in org.objectweb.proactive.ic2d.spy
 
SpyListenerImpl - Class in org.objectweb.proactive.ic2d.data
 
SpyListenerImpl() - Constructor for class org.objectweb.proactive.ic2d.data.SpyListenerImpl
 
SpyListenerImpl(SpyEventListener) - Constructor for class org.objectweb.proactive.ic2d.data.SpyListenerImpl
 
SpyMessageEvent - Class in org.objectweb.proactive.ic2d.spy
 
SpyMessageEvent(int, MessageEvent) - Constructor for class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
 
srcInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.AbstractCopyProtocol
 
srcInfoParams - Variable in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
SSH - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
SSH_PROCESS_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
SSHClient - Class in org.objectweb.proactive.core.ssh
 
SSHClient() - Constructor for class org.objectweb.proactive.core.ssh.SSHClient
 
SSHHierarchicalProcess - Class in org.objectweb.proactive.core.process.ssh
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 in org.objectweb.proactive.core.process.ssh
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 in org.objectweb.proactive.core.process.ssh
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.
SshParameters - Class in org.objectweb.proactive.core.ssh
This class contains all the parameters used by the ssh code.
SshParameters() - Constructor for class org.objectweb.proactive.core.ssh.SshParameters
 
SSHProcess - Class in org.objectweb.proactive.core.process.ssh
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 in org.objectweb.proactive.core.process.ssh
This class contains a list of SSHProcess processes
SSHProcessList() - Constructor for class org.objectweb.proactive.core.process.ssh.SSHProcessList
 
SshRmiBodyAdapter - Class in org.objectweb.proactive.core.body.rmi
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
 
SshRMIClientSocketFactory - Class in org.objectweb.proactive.core.ssh.rmissh
 
SshRMIClientSocketFactory() - Constructor for class org.objectweb.proactive.core.ssh.rmissh.SshRMIClientSocketFactory
 
SshRmiProActiveRuntimeImpl - Class in org.objectweb.proactive.core.runtime.rmi
 
SshRmiProActiveRuntimeImpl(RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class org.objectweb.proactive.core.runtime.rmi.SshRmiProActiveRuntimeImpl
 
SshRmiRuntimeFactory - Class in org.objectweb.proactive.core.runtime.rmi
 
SshRmiRuntimeFactory() - Constructor for class org.objectweb.proactive.core.runtime.rmi.SshRmiRuntimeFactory
 
SshRMIServerSocketFactory - Class in org.objectweb.proactive.core.ssh.rmissh
 
SshRMIServerSocketFactory() - Constructor for class org.objectweb.proactive.core.ssh.rmissh.SshRMIServerSocketFactory
 
SshSocket - Class in org.objectweb.proactive.core.ssh.rmissh
 
SshSocket(String, int) - Constructor for class org.objectweb.proactive.core.ssh.rmissh.SshSocket
 
SshTunnel - Class in org.objectweb.proactive.core.ssh
 
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 in org.objectweb.proactive.core.ssh
 
standardConvert(Object) - Static method in class org.objectweb.proactive.core.util.ObjectToByteConverter
 
start(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
start(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Starts a counter.
start() - Method in class org.objectweb.proactive.benchmarks.timit.util.MigratableCounter
Start the counter (perform a distant method call)
start(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.SecuredHierarchicalTimer
Starts a counter.
start(String[]) - Method in interface org.objectweb.proactive.benchmarks.timit.util.Startable
This method will be called for each 'run' of a test
start() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Start the counter.
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(int, int, int, String, String) - Method in class org.objectweb.proactive.calcium.examples.nqueens.NQueens
 
start() - Method in interface org.objectweb.proactive.calcium.monitor.Monitor
 
start() - Method in class org.objectweb.proactive.calcium.monitor.SimpleLogMonitor
 
start(ActiveObjectSkernel) - Method in class org.objectweb.proactive.calcium.proactive.ActiveObjectInterpreter
 
start() - Method in class org.objectweb.proactive.calcium.statistics.Timer
Starts the current timer.
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.jmx.server.ProActiveConnectorServer
Activates the connector server, that is starts listening for client connections.
start(BundleContext) - Method in class org.objectweb.proactive.osgi.Activator
 
start() - Method in class org.objectweb.proactive.p2p.service.StartP2PService
Start a new active ProActive P2P service.
start() - Method in class org.objectweb.proactive.scheduler.ActiveExecuter
 
start(String) - Static method in class org.objectweb.proactive.scheduler.Scheduler
Starts the scheduler.
Startable - Interface in org.objectweb.proactive.benchmarks.timit.util
You worker's launcher have to implements this interface to be launched by TimIt.
startAsync(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
startBalancing() - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
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.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.ClusterForkProcessHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.DependentProcessSequenceHandler
 
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.MPIProcessHandler.MPIOptionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.ProcessDefinitionHandler.MPIProcessHandler
 
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.SequentialProcessHandler
 
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.ProcessDefinitionHandler.UnicoreProcessHandler
 
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.ProcessReferenceHandler
 
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.ProActiveSchedulerHandler
 
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.TechnicalServicesHandler.TechnicalServiceDefinitionHandler
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.core.descriptor.xml.TechnicalServicesHandler.TechnicalServiceDefinitionHandler.TechnicalServiceArgHandler
 
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
 
startContextElement(String, Attributes) - Method in class org.objectweb.proactive.scheduler.ProActiveJobHandler
 
startDefaultProActiveSecurityManager() - Method in class org.objectweb.proactive.core.body.AbstractBody
 
StartDomain - Class in org.objectweb.proactive.ext.security.domain
 
StartDomain() - Constructor for class org.objectweb.proactive.ext.security.domain.StartDomain
 
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
startExploration() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.NodeExploration
 
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
 
startFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
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.AbstractSequentialListProcessDecorator
 
startFileTransfer() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
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
 
startFileTransfer() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Starts the FileTransfer if defined for this process.
StartFTServer - Class in org.objectweb.proactive.core.body.ft.servers
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 in org.objectweb.proactive.core.runtime
**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
 
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
 
startLBoverP2P - Class in org.objectweb.proactive.loadbalancing.util
 
startLBoverP2P() - Constructor for class org.objectweb.proactive.loadbalancing.util.startLBoverP2P
 
startMeasure() - Static method in class org.objectweb.proactive.ext.benchsocket.BenchSocketFactory
 
startMPI() - Method in class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
startMPI() - Method in interface org.objectweb.proactive.mpi.MPISpmd
API method for starting MPI program
startMPI() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
API method for starting the MPI program
startMPI() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
API method for starting MPI program
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(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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(UniqueID, Communication) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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(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(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.domain.DomainImpl
 
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
StartNode - Class in org.objectweb.proactive.core.node
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
 
STARTNODE - Static variable in class org.objectweb.proactive.core.util.profiling.Profiling
 
StartNodeCommand - Class in org.objectweb.proactive.osgi
 
StartNodeCommand() - Constructor for class org.objectweb.proactive.osgi.StartNodeCommand
 
StartP2PService - Class in org.objectweb.proactive.p2p.service
 
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.
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 class org.objectweb.proactive.core.process.DependentListProcess
 
startProcess() - Method in class org.objectweb.proactive.core.process.IndependentListProcess
 
startProcess() - Method in class org.objectweb.proactive.core.process.rsh.RSHHierarchicalProcess
 
startProcess() - Method in class org.objectweb.proactive.core.process.ssh.SSHHierarchicalProcess
 
startProcess() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Starts the process by executing the command.
startProcess() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
StartRuntime - Class in org.objectweb.proactive.core.runtime
**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
 
startSecurityGUI - Class in org.objectweb.proactive.ext.security.gui
 
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 class org.objectweb.proactive.core.descriptor.services.SchedulerLookupService
 
startService() - Method in interface org.objectweb.proactive.core.descriptor.services.UniversalService
Starts this Service
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
 
stat(String) - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
Gives description of all the jobs that are curently running in forms of a Vector if no specific id is specified, else, it gives the description of the specified job if it exists.
stat(String) - Method in class org.objectweb.proactive.scheduler.Scheduler
Gives description of all the jobs that are curently running in forms of a Vector if no specific id is specified, else, it gives the description of the specified job if it exists.
Stats - Interface in org.objectweb.proactive.calcium.statistics
 
StatsGlobal - Interface in org.objectweb.proactive.calcium.statistics
 
StatsGlobalImpl - Class in org.objectweb.proactive.calcium.statistics
This class contains a snapshot of the current Skernel statistics.
StatsGlobalImpl() - Constructor for class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
StatsImpl - Class in org.objectweb.proactive.calcium.statistics
 
StatsImpl() - Constructor for class org.objectweb.proactive.calcium.statistics.StatsImpl
 
STATUS_ACTIVE - Static variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
STATUS_KILLED - Variable in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
STATUS_LAUNCHED - Variable in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
STATUS_NOT_RESPONDING - Static variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
STATUS_SERVING_REQUEST - Static variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
STATUS_TERMINATED - Variable in class org.objectweb.proactive.ic2d.gui.util.LauncherWindow
 
STATUS_UNKNOWN - Static variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
STATUS_WAITING_BY_NECESSITY_WHILE_ACTIVE - Static variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
STATUS_WAITING_BY_NECESSITY_WHILE_SERVING - Static variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
STATUS_WAITING_FOR_REQUEST - Static variable in class org.objectweb.proactive.ic2d.data.ActiveObject
 
statusChanged(GramJob) - Method in class org.objectweb.proactive.core.process.globus.GridJob
 
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
 
stdOutput - Variable in class org.objectweb.proactive.core.process.glite.GLiteProcess
 
STEAL_FACTOR - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
STEAL_FACTOR: Used to avoid similar CPUs rejections in work stealing.
stealWork() - Method in class org.objectweb.proactive.loadbalancing.LoadBalancer
 
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(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.FakeTimer
 
stop(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
Stops the adequate counter.
stop() - Method in class org.objectweb.proactive.benchmarks.timit.util.MigratableCounter
Stop the counter (perform a distant method call)
stop(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.SecuredHierarchicalTimer
Stops the adequate counter.
stop() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Stop the counter.
stop() - Static method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
Invoked by TimIt if an application timeout occur
stop() - Method in interface org.objectweb.proactive.calcium.monitor.Monitor
 
stop() - Method in class org.objectweb.proactive.calcium.monitor.SimpleLogMonitor
 
stop() - Method in class org.objectweb.proactive.calcium.statistics.Timer
Stops the current timer.
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 - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
stop() - Method in class org.objectweb.proactive.ext.security.test.jacobi.SubMatrix
Stops the submatrix
stop() - Method in class org.objectweb.proactive.ic2d.gui.recording.PlayerFrameTimeLine
 
stop() - Method in class org.objectweb.proactive.jmx.server.ProActiveConnectorServer
Deactivates the connector server, that is, stops listening for client connections.
stopAsync(int) - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
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
 
stopFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
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
 
stopMonitorAO(ActiveObject) - Method in class org.objectweb.proactive.ic2d.gui.data.NodePanel
stop the monitoring of an active object.
stopMonitorHost(HostObject) - Method in class org.objectweb.proactive.ic2d.gui.data.WorldPanel
stop to monitor an host
stopMonitorNode(NodeObject) - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
stop to monitor a specific node the MonitoredNode object referring to this node is put in the skipped objects list
stopMonitorVM(VMObject) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
stop to monitor a VM monitoredJVM representing this VM is now put in the skippedObjects list
stopProcess() - Method in class org.objectweb.proactive.core.process.AbstractListProcessDecorator
 
stopProcess() - Method in class org.objectweb.proactive.core.process.AbstractSequentialListProcessDecorator
 
stopProcess() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
stopProcess() - Method in class org.objectweb.proactive.core.process.prun.PrunSubProcess
 
stopProcess() - Method in interface org.objectweb.proactive.core.process.UniversalProcess
Stops the running process.
stopProcess() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
storage - Variable in class org.objectweb.proactive.core.body.ft.protocols.FTManager
 
store(String, Object) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveXMLFileStorage
 
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.
storeComponent(Component, GraphModel, Object) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveRepository
 
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<T> - Class in org.objectweb.proactive.calcium
 
Stream(Facade, Skeleton<T>) - Constructor for class org.objectweb.proactive.calcium.Stream
 
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
 
StreamReader - Class in org.objectweb.proactive.core.xml.io
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, URL, ErrorHandler) - Constructor for class org.objectweb.proactive.core.xml.io.StreamReader
 
STRICT_FIFO_PRIORITY - Static variable in interface org.objectweb.proactive.core.component.request.ComponentRequest
 
StringMutableWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
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.
stringToBytes(String, byte[], int) - Static method in class org.objectweb.proactive.mpi.control.util.ProActiveMPIUtil
Give a String less than 255 bytes, store it as byte array, starting with the length of the string.
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.
StringWrapper - Class in org.objectweb.proactive.core.util.wrapper
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.
stripProtocol(String) - Static method in class org.objectweb.proactive.core.process.filetransfer.FileTransferWorkShop
 
StructuralException - Exception in org.objectweb.proactive.core.mop
 
StructuralException() - Constructor for exception org.objectweb.proactive.core.mop.StructuralException
 
StructuralException(String) - Constructor for exception org.objectweb.proactive.core.mop.StructuralException
 
StructuralException(String, Throwable) - Constructor for exception org.objectweb.proactive.core.mop.StructuralException
 
StructuralException(Throwable) - Constructor for exception org.objectweb.proactive.core.mop.StructuralException
 
stub - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
The stub of the typed group
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_ESCAPE - Static variable in class org.objectweb.proactive.core.mop.Utils
 
STUB_ESCAPE_CHAR - Static variable in class org.objectweb.proactive.core.mop.Utils
The char used to escaped "meta" information in generated classname.
STUB_GENERATION - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
STUB_GENERICS_PACKAGE - Static variable in class org.objectweb.proactive.core.mop.Utils
 
STUB_GENERICS_SEPARATOR - Static variable in class org.objectweb.proactive.core.mop.Utils
 
STUB_GENERICS_SEPARATOR_CHAR - Static variable in class org.objectweb.proactive.core.mop.Utils
Separate many Type classname in case of parameterizing Type.
STUB_GENERICS_SUFFIX - Static variable in class org.objectweb.proactive.core.mop.Utils
 
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
STUB_PACKAGE_SEPARATOR - Static variable in class org.objectweb.proactive.core.mop.Utils
 
STUB_PACKAGE_SEPARATOR_CHAR - Static variable in class org.objectweb.proactive.core.mop.Utils
Used to replace '.'
StubGenerator - Class in org.objectweb.proactive.ext.util
 
StubGenerator() - Constructor for class org.objectweb.proactive.ext.util.StubGenerator
 
StubObject - Interface in org.objectweb.proactive.core.mop
 
stubTable - Static variable in class org.objectweb.proactive.core.mop.MOP
A Hashtable to cache (reified class, stub class constructor) couples.
sub(GenericJob) - Method in class org.objectweb.proactive.scheduler.policy.AbstractPolicy
Insert job's descriptions in the queue.
sub(GenericJob) - Method in class org.objectweb.proactive.scheduler.Scheduler
Insert a job in the queue of the scheduler.
subList(int, int) - Method in class org.objectweb.proactive.core.group.ProxyForGroup
 
SubMatrix - Class in org.objectweb.proactive.ext.security.test.jacobi
 
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
submit(ProActiveTask) - Method in class org.objectweb.proactive.scheduler.TaskScheduler
 
submitFileTransferRequest(FileTransferService, FileTransferRequest, OperationStatus) - Method in class org.objectweb.proactive.core.filetransfer.FileTransferService
This method will handle a file transfer request.
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.
SUBSET_SIZE - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
SUBSET_SIZE: Number of acquaintances requested for balancing.
SUCCEEDED - Static variable in class org.objectweb.proactive.ext.scilab.monitor.SciTaskInfo
 
SUCCESS - Static variable in class org.objectweb.proactive.ext.scilab.SciResult
 
success - Variable in class org.objectweb.proactive.ic2d.gui.dialog.NewGlobusHostDialog
 
SUM - Static variable in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
SUPER_CONTROLLER - Static variable in interface org.objectweb.proactive.core.component.Constants
 
supportedTypes - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
SUSPECT - Static variable in class org.objectweb.proactive.ext.scilab.gui.TreeEngineNode
 
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 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
 
suspendFailureDetector() - Method in class org.objectweb.proactive.core.body.ft.servers.FTServer
 
switchAlignRb() - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
Switcher - Class in org.objectweb.proactive.ic2d.gui.jobmonitor.switcher
 
Switcher(JTree, boolean) - Constructor for class org.objectweb.proactive.ic2d.gui.jobmonitor.switcher.Switcher
 
sync - Variable in class org.objectweb.proactive.ext.implicit.ImplicitService
A hashtable to hold 'forbid' declarations
SYNC_CALL - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
synchronizationObject - Static variable in class org.objectweb.proactive.ext.security.crypto.Session
 
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
 
SynchronousComponentRequestReceiver - Class in org.objectweb.proactive.core.component.request
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
 

T

ta - Variable in class org.objectweb.proactive.ext.security.crypto.SessionTicketProperty
 
Tag - Class in org.objectweb.proactive.benchmarks.timit.config
Read all attribute of a given Element and put them in a hashmap, then it can be used in an easier way.
Tag() - Constructor for class org.objectweb.proactive.benchmarks.timit.config.Tag
Construct a tag without initial values
Tag(Element) - Constructor for class org.objectweb.proactive.benchmarks.timit.config.Tag
Construct a Tag from all attributes of a given Element
tagFiltering(Element, String[]) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
Filter elements from value of name attribute
Remove all elements which are not in values.
tail - Variable in class org.objectweb.proactive.core.util.CircularArrayList
 
takeDecision(LoadBalancer) - Method in class org.objectweb.proactive.loadbalancing.metrics.CPURanking.LinuxCPURanking
 
takeDecision(LoadBalancer) - Method in class org.objectweb.proactive.loadbalancing.metrics.currenttimemillis.CurrentTimeMillisMetric
 
takeDecision(LoadBalancer) - Method in interface org.objectweb.proactive.loadbalancing.metrics.Metric
This method has to call the methods : - stealWork or - startBalancing according to the load
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
 
Task - Class in org.objectweb.proactive.branchnbound.core
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.
Task<T> - Class in org.objectweb.proactive.calcium
This class is the main wrapper class for the objects passed to the Skernel.
Task() - Constructor for class org.objectweb.proactive.calcium.Task
 
Task(T) - Constructor for class org.objectweb.proactive.calcium.Task
 
TASK_SCHEDULER - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
TaskQueue - Class in org.objectweb.proactive.branchnbound.core.queue
This class must be extended by all task queues.
TaskQueue() - Constructor for class org.objectweb.proactive.branchnbound.core.queue.TaskQueue
 
TaskScheduler - Class in org.objectweb.proactive.scheduler
 
TaskScheduler() - Constructor for class org.objectweb.proactive.scheduler.TaskScheduler
 
TECHNICAL_SERVICE_ARG_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
TECHNICAL_SERVICE_ID - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
TECHNICAL_SERVICES_DEF_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
TECHNICAL_SERVICES_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
TechnicalService - Interface in org.objectweb.proactive.core.descriptor.services
Interface to implement for defining a Technical Service.
TechnicalServicesHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
TechnicalServicesHandler(ProActiveDescriptor) - Constructor for class org.objectweb.proactive.core.descriptor.xml.TechnicalServicesHandler
 
TechnicalServicesHandler.TechnicalServiceDefinitionHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
TechnicalServicesHandler.TechnicalServiceDefinitionHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.TechnicalServicesHandler.TechnicalServiceDefinitionHandler
 
TechnicalServicesHandler.TechnicalServiceDefinitionHandler.TechnicalServiceArgHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
TechnicalServicesHandler.TechnicalServiceDefinitionHandler.TechnicalServiceArgHandler() - Constructor for class org.objectweb.proactive.core.descriptor.xml.TechnicalServicesHandler.TechnicalServiceDefinitionHandler.TechnicalServiceArgHandler
 
TechnicalServiceWrapper - Class in org.objectweb.proactive.core.descriptor.services
Use for deployment mechanism.
TechnicalServiceWrapper() - Constructor for class org.objectweb.proactive.core.descriptor.services.TechnicalServiceWrapper
 
TechnicalServiceXmlType - Class in org.objectweb.proactive.core.descriptor.services
 
TechnicalServiceXmlType() - Constructor for class org.objectweb.proactive.core.descriptor.services.TechnicalServiceXmlType
 
TechnicalServiceXmlType(String, Class, Map) - Constructor for class org.objectweb.proactive.core.descriptor.services.TechnicalServiceXmlType
 
terminate() - Method in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
 
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 class org.objectweb.proactive.core.body.http.HttpRemoteBodyImpl
 
terminate() - Method in class org.objectweb.proactive.core.body.ibis.IbisRemoteBodyImpl
 
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(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 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.runtime.LocalNode
 
terminate() - Method in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
terminate() - Method in class org.objectweb.proactive.ext.security.EncryptedBody
 
terminate() - Method in class org.objectweb.proactive.ic2d.data.SpyListenerImpl
 
terminate() - Method in class org.objectweb.proactive.ic2d.spy.Spy
 
terminate() - Method in interface org.objectweb.proactive.osgi.ProActiveService
 
terminate() - Method in class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
terminateActiveObject(Object, boolean) - Static method in class org.objectweb.proactive.ProActive
Kill an Active Object while calling terminate() method on its body.
terminateActiveObjects() - Method in class org.objectweb.proactive.core.runtime.LocalNode
 
terminateAO(Proxy) - Static method in class org.objectweb.proactive.core.util.NonFunctionalServices
Reify the "_terminateAO" method.
terminateAOImmediately(Proxy) - Static method in class org.objectweb.proactive.core.util.NonFunctionalServices
Reify the "_terminateAOImmediately" method.
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(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 interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(UniqueID, long) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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(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(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.domain.DomainImpl
 
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
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
 
Tetrahedron - Class in org.objectweb.proactive.core.group.topology
This one is specialy dedicaced to Fabrice ;)
Tetrahedron(Group, int) - Constructor for class org.objectweb.proactive.core.group.topology.Tetrahedron
 
TextPaneMessageLogger - Class in org.objectweb.proactive.ic2d.gui.util
 
TextPaneMessageLogger(JTextPane) - Constructor for class org.objectweb.proactive.ic2d.gui.util.TextPaneMessageLogger
 
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
 
ThreadInThePool - Class in org.objectweb.proactive.core.group.threadpool
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.
ThreadPlayer - Class in org.objectweb.proactive.ic2d.gui.recording
 
ThreadPlayer(CommunicationEventListener, JProgressBar) - Constructor for class org.objectweb.proactive.ic2d.gui.recording.ThreadPlayer
 
threadpool - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
A pool of thread to serve the request
ThreadPool - Class in org.objectweb.proactive.core.group.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 - Variable in class org.objectweb.proactive.core.body.AbstractBody
 
ThreadStore - Interface in org.objectweb.proactive.core.util
A class implementing this interface provides a sort of store where threads like customers can enter and exit.
ThreadStoreFactory - Interface in org.objectweb.proactive.core.util
A class implementing this interface is a factory of ThreadStore objects.
threadStoreFactoryInstance - Variable in class org.objectweb.proactive.core.body.ProActiveMetaObjectFactory
 
ThreadStoreImpl - Class in org.objectweb.proactive.core.util
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.
throwArrivedException() - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
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.
throwException(Throwable) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
throwException(Throwable) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionThrower
 
time - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
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
Timeable - Interface in org.objectweb.proactive.core.util.timer
 
Timed - Class in org.objectweb.proactive.benchmarks.timit.util
All timed objects (like workers) must extends this class.
Timed() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.Timed
Singleton pattern
TimedRequestWithLocationServer - Class in org.objectweb.proactive.ext.locationserver
 
TimedRequestWithLocationServer(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.locationserver.TimedRequestWithLocationServer
 
TimedRequestWithMixedLocation - Class in org.objectweb.proactive.ext.mixedlocation
 
TimedRequestWithMixedLocation(MethodCall, UniversalBody, boolean, long, LocationServer) - Constructor for class org.objectweb.proactive.ext.mixedlocation.TimedRequestWithMixedLocation
 
timeout - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
TIMEOUT - Static variable in class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
timeout (in seconds) when gatehering statistics from Timeds
timeout - Variable in class org.objectweb.proactive.core.descriptor.data.VirtualNodeImpl
represents the timeout in ms
TimePolicy - Class in org.objectweb.proactive.scheduler.policy
Time policy is a policy where the quickest job is served first.
TimePolicy() - Constructor for class org.objectweb.proactive.scheduler.policy.TimePolicy
 
TimePolicy(RessourceManager) - Constructor for class org.objectweb.proactive.scheduler.policy.TimePolicy
 
Timer - Class in org.objectweb.proactive.calcium.statistics
 
Timer(boolean) - Constructor for class org.objectweb.proactive.calcium.statistics.Timer
 
Timer() - Constructor for class org.objectweb.proactive.calcium.statistics.Timer
 
timer - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
Used for profiling
Timer - Interface in org.objectweb.proactive.core.util.profiling
 
timer - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
TimerCounter - Class in org.objectweb.proactive.benchmarks.timit.util
Represent a counter used for timing procedures
TimerCounter(String) - Constructor for class org.objectweb.proactive.benchmarks.timit.util.TimerCounter
Create a counter with his name as it will be shown on output charts.
TimerWithMemory - Class in org.objectweb.proactive.core.util.timer
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
 
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
timestamp - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicket
 
timestamp - Variable in class org.objectweb.proactive.ext.security.crypto.ConfidentialityTicketProperty
 
TimIt - Class in org.objectweb.proactive.benchmarks.timit
TimIt offer a complete solution to benchmark an application.
TimIt() - Constructor for class org.objectweb.proactive.benchmarks.timit.TimIt
 
TimItManager - Class in org.objectweb.proactive.benchmarks.timit.util
TimItManager is used to manage timers between Timed instances TimItManager instance should be created in application main class
TimItReductor - Class in org.objectweb.proactive.benchmarks.timit.util
This class is an active object used by TimItManager to retrieve timers from all workers.
TimItReductor() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.TimItReductor
Singleton pattern
TimItStore - Class in org.objectweb.proactive.benchmarks.timit.util
This class is useful to share TimerCounter and EventObserver instances between classes on the same Body (or VM if app is not in a ProActive context)
tmp_executable - Variable in class org.objectweb.proactive.core.process.nordugrid.NGProcess
 
to - Variable in class org.objectweb.proactive.ext.security.PolicyRule
 
toArray(List) - Static method in class org.objectweb.proactive.benchmarks.timit.config.Benchmark
 
toArray(List) - Static method in class org.objectweb.proactive.benchmarks.timit.config.Serie
 
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
 
toggleMonitoring() - Method in class org.objectweb.proactive.ic2d.gui.recording.PlayerFrameTimeLine
 
topbit - Variable in class org.objectweb.proactive.calcium.examples.nqueens.Board
 
TopologyGroup - Class in org.objectweb.proactive.core.group.topology
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 in org.objectweb.proactive.core.group.topology
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 in org.objectweb.proactive.core.group.topology
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
toString() - Method in class org.objectweb.proactive.benchmarks.timit.config.Serie
 
toString() - Method in class org.objectweb.proactive.benchmarks.timit.config.Tag
Construct a pretty printed tag.
toString() - Method in class org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
 
toString() - Method in class org.objectweb.proactive.benchmarks.timit.util.EventStatistics
 
toString() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer
 
toString() - Method in class org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimerStatistics
Construct a well formatted String which show timers value with hierarchy
toString() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventData
Description of this CommEventData.
toString() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventData
 
toString() - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventData
Called by a StatDataBag on each StatData
toString() - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.EventDataBag
 
toString() - Method in class org.objectweb.proactive.branchnbound.core.Result
 
toString() - Method in class org.objectweb.proactive.calcium.skeletons.DaC
 
toString() - Method in class org.objectweb.proactive.calcium.skeletons.Seq
 
toString() - Method in class org.objectweb.proactive.calcium.statistics.Exercise
 
toString() - Method in class org.objectweb.proactive.calcium.statistics.StatsGlobalImpl
 
toString() - Method in class org.objectweb.proactive.calcium.statistics.StatsImpl
 
toString() - Method in class org.objectweb.proactive.calcium.statistics.Workout
 
toString() - Method in class org.objectweb.proactive.calcium.Task
 
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.NonFunctionalRequestsProcessor
 
toString() - Method in class org.objectweb.proactive.core.body.request.RequestQueueImpl
 
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.component.ProActiveInterfaceImpl
 
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 exception org.objectweb.proactive.core.exceptions.NonFunctionalException
 
toString() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
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.MethodCallExceptionContext
 
toString(StringBuilder) - Method in class org.objectweb.proactive.core.process.AbstractExternalProcessDecorator
 
toString() - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
toString(StringBuilder) - Method in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.DirectoryDescription
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition.FileDescription
 
toString() - Method in class org.objectweb.proactive.core.process.filetransfer.FileTransferDefinition
 
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.DeployerTag
 
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.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.util.CircularArrayList
 
toString() - Method in class org.objectweb.proactive.core.util.SerializableMethod
 
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.core.xml.VariableContract
 
toString() - Method in class org.objectweb.proactive.core.xml.VariableContractType
 
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 exception org.objectweb.proactive.ext.security.crypto.AuthenticationException
 
toString() - Method in exception org.objectweb.proactive.ext.security.crypto.KeyExchangeException
 
toString() - Method in class org.objectweb.proactive.ext.security.crypto.Session
 
toString() - Method in exception org.objectweb.proactive.ext.security.crypto.SessionException
 
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.securityentity.EntityVirtualNode
 
toString() - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
toString() - Method in class org.objectweb.proactive.ic2d.data.ActiveObject
 
toString() - Method in class org.objectweb.proactive.ic2d.data.HostObject
 
toString() - Method in class org.objectweb.proactive.ic2d.data.NodeObject
 
toString() - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
toString() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataTreeNode
 
toString() - Method in class org.objectweb.proactive.ic2d.gui.process.JVMProcessWrapper
 
toString() - Method in class org.objectweb.proactive.ic2d.spy.BodyCreationSpyEvent
 
toString() - Method in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
toString() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
 
toString() - Method in class org.objectweb.proactive.loadbalancing.util.JacobiWorker
 
toString() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
toString() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
toString() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIData
 
toString() - Method in class org.objectweb.proactive.mpi.MPISpmdImpl
 
toString() - Method in class org.objectweb.proactive.mpi.MPISpmdProxy
 
toString() - Method in class org.objectweb.proactive.Service
 
total - Variable in class org.objectweb.proactive.core.util.timer.AverageMicroTimer
 
TOTAL_HOSTS_NUMBER_PROPERTY - Static variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
totalHostsNumber - Variable in class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
toVector() - Method in class org.objectweb.proactive.ext.migration.MigrationStrategyImpl
Return a java.util.Vector made of strings representing the destinations
track(Muscle, Timer) - Method in class org.objectweb.proactive.calcium.statistics.Workout
 
track(Workout) - Method in class org.objectweb.proactive.calcium.statistics.Workout
 
TransferableUniqueID - Class in org.objectweb.proactive.ic2d.gui.data
 
TransferableUniqueID(UniqueID) - Constructor for class org.objectweb.proactive.ic2d.gui.data.TransferableUniqueID
 
transform(String) - Method in class org.objectweb.proactive.core.xml.VariableContract
Replaces the variables inside a text with their values.
transformEffectiveArgumentsIntoByteArray() - Method in class org.objectweb.proactive.core.mop.MethodCall
transform the effectiveArguments into a byte[]
TreeEngineNode - Class in org.objectweb.proactive.ext.scilab.gui
 
TreeEngineNode(String) - Constructor for class org.objectweb.proactive.ext.scilab.gui.TreeEngineNode
 
TreeEngineRenderer - Class in org.objectweb.proactive.ext.scilab.gui
 
TreeEngineRenderer() - Constructor for class org.objectweb.proactive.ext.scilab.gui.TreeEngineRenderer
 
TRUSTED_CERTIFICATION_AUTHORITY_TAG - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityDescriptorHandler
 
TryCache - Class in org.objectweb.proactive.core.ssh
 
TryCache() - Constructor for class org.objectweb.proactive.core.ssh.TryCache
 
tryWithCatch(Class[]) - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
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.
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.
turnActive(Object, String, Class[], 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.
turnActive(Object, Class[]) - 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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, Class[], 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.
turnActiveAsGroup(Object, Class[], 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.
turnActiveGroup(Object, Class[]) - 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, Class[], 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, Class[], 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, Class[]) - Static method in class org.objectweb.proactive.core.mop.MOP
Reifies an object
turnReified(String, String, Object[], Object, Class[]) - 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
 
type - Variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
TypedNFEListener - Class in org.objectweb.proactive.core.exceptions.manager
 
TypedNFEListener(Class, NFEListener) - Constructor for class org.objectweb.proactive.core.exceptions.manager.TypedNFEListener
 

U

unbind(HttpService) - Method in class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
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
 
unbindFc(String) - Method in class org.objectweb.proactive.ic2d.gui.components.repository.lib.ProActiveGUIBackend
 
unbindFcMulticast(String, ProActiveInterface) - Method in interface org.objectweb.proactive.core.component.controller.MulticastController
Removes a binding between a multicast client interface and a server interface
unbindFcMulticast(String, ProActiveInterface) - Method in class org.objectweb.proactive.core.component.controller.MulticastControllerImpl
 
unbindProActiveService(ProActiveService) - Method in class org.objectweb.proactive.osgi.Activator
 
undeploy(String, String) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Undeploy a service on a web server
UNDEPLOY - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
undeployComponent(String, String, Component) - Static method in class org.objectweb.proactive.ext.webservices.soap.ProActiveDeployer
Undeploy component interfaces on a web server
UNDERLOADED_THREASHOLD - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
UNDERLOADED_THREASHOLD: begin of underloaded state.
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
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
 
UnicoreParameters - Class in org.objectweb.proactive.core.process.unicore
 
UnicoreParameters() - Constructor for class org.objectweb.proactive.core.process.unicore.UnicoreParameters
 
UnicorePasswordGUI - Class in org.objectweb.proactive.core.process.unicore
 
UnicorePasswordGUI() - Constructor for class org.objectweb.proactive.core.process.unicore.UnicorePasswordGUI
 
UnicoreProActiveClient - Class in org.objectweb.proactive.core.process.unicore
 
UnicoreProActiveClient(UnicoreParameters) - Constructor for class org.objectweb.proactive.core.process.unicore.UnicoreProActiveClient
 
UnicoreProcess - Class in org.objectweb.proactive.core.process.unicore
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
 
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
UniqueID - Class in org.objectweb.proactive.core
UniqueID is a unique object identifier across all jvm.
UniqueID() - Constructor for class org.objectweb.proactive.core.UniqueID
Creates a new UniqueID
UNIQUEID_FLAVOR - Static variable in class org.objectweb.proactive.ic2d.gui.data.TransferableUniqueID
 
UniqueIDDropTargetListener - Class in org.objectweb.proactive.ic2d.gui.data
MyDropTargetListener a listener that tracks the state of the operation
UniqueIDDropTargetListener() - Constructor for class org.objectweb.proactive.ic2d.gui.data.UniqueIDDropTargetListener
 
uniqueInstance() - Method in class org.objectweb.proactive.core.component.ContentDescription
Returns whether there should only be one instance of this component when instantiating the component on a given multiple virtual node
uniqueInstance() - Static method in class org.objectweb.proactive.ic2d.gui.Legend
 
UniqueRuntimeID - Class in org.objectweb.proactive.core
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
 
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
 
UniversalBody - Interface in org.objectweb.proactive.core.body
An object implementing this interface provides the minimum service a body offers remotely or locally.
UniversalBodyForwarder - Interface in org.objectweb.proactive.core.body
 
UniversalBodyProxy - Class in org.objectweb.proactive.core.body.proxy
 
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 in org.objectweb.proactive.ext.mixedlocation
 
UniversalBodyWrapper(UniversalBody, long) - Constructor for class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
Create a time-limited wrapper around a UniversalBody
UniversalProcess - Interface in org.objectweb.proactive.core.process
A class implementing this interface is able to start a process based on a command to execute.
UniversalService - Interface in org.objectweb.proactive.core.descriptor.services
A class implementing this interface represents a service to acquire JVMs
UNKNOWN_NODE_NUMBER - Static variable in interface org.objectweb.proactive.core.process.UniversalProcess
 
UnmarshallerHandler - Interface in org.objectweb.proactive.core.xml.handler
Receives SAX event and pass them on
unmarshallObject(byte[]) - Static method in class org.objectweb.proactive.core.body.http.util.HttpMarshaller
 
UnreachableGroupException - Exception in org.objectweb.proactive.core.group
This Exception occurs when a reference on a group is requiered and a null value is returned.
UnreachableGroupException() - Constructor for exception org.objectweb.proactive.core.group.UnreachableGroupException
 
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) - 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) - 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(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.RemoteBodyForwarder
 
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(UniqueID, String) - Method in interface org.objectweb.proactive.core.body.UniversalBodyForwarder
 
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(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(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
 
unregister(int, int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIManager
 
unregister(String) - Method in class org.objectweb.proactive.osgi.ProActiveServicesImpl
 
unregister(String) - Static method in class org.objectweb.proactive.ProActive
Unregisters an active object previously registered into a registry.
unregisterActiveObject(UniqueID) - Method in class org.objectweb.proactive.ic2d.data.VMObject
 
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() - 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(UniqueRuntimeID) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
unregisterAllVirtualNodes() - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
unregisterBody(UniqueID) - Method in class org.objectweb.proactive.core.runtime.LocalNode
Unregisters the specified UniqueID from the node
unregisterForwarder(AbstractBody) - Method in class org.objectweb.proactive.core.body.LocalBodyStore
 
unregisterMBean(ObjectName) - Method in class org.objectweb.proactive.jmx.ProActiveConnection
 
unregisterProcess(int) - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
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(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(UniqueRuntimeID, String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeForwarderImpl
 
unregisterVirtualNode(String) - Method in class org.objectweb.proactive.core.runtime.rmi.RmiProActiveRuntimeImpl
 
unregisterVirtualNode(VirtualNode) - Static method in class org.objectweb.proactive.ProActive
Unregisters the virtualNode previoulsy registered in a registry such as JINI or RMI.
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
UnusedTunnel - Class in org.objectweb.proactive.core.ssh
 
UnusedTunnel(SshTunnel) - Constructor for class org.objectweb.proactive.core.ssh.UnusedTunnel
 
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
 
uParam - Variable in class org.objectweb.proactive.core.process.unicore.UnicoreProcess
 
update(EventObservable, Object) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.commobserv.CommEventObserver
Updates the current observer ( the observable will call this method ).
update(EventObservable, Object) - Method in class org.objectweb.proactive.benchmarks.timit.util.observing.defaultobserver.DefaultEventObserver
 
update(EventObservable, Object) - Method in interface org.objectweb.proactive.benchmarks.timit.util.observing.EventObserver
 
UPDATE_TIME - Static variable in interface org.objectweb.proactive.loadbalancing.LoadBalancingConstants
UPDATE_TIME: constant component for UPDATE time.
updateBody(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.BodyMap
add the set (id, node) in the idToBodyMap erase any previous entry
updateBody(UniqueID, UniversalBody, int) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer.LocationMap
 
updateCumulatedTime(long[], long[]) - Method in class org.objectweb.proactive.core.util.timer.MicroTimer
 
updateDestination(UniversalBody) - Method in class org.objectweb.proactive.core.component.request.Shortcut
 
updateFilter(ActiveObjectFilter) - Method in class org.objectweb.proactive.ic2d.gui.dialog.FilteredClassesPanel
 
updateFilteredClasses() - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
updateFrequence - Variable in class org.objectweb.proactive.ic2d.spy.Spy
Timeout between updates
updateHistory(HistoryUpdater) - Method in class org.objectweb.proactive.core.body.ft.message.ReceptionHistory
Update this history up to last;
updateHost(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
updateHost(BasicMonitoredObject) - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
 
updateHosts() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorPanel
 
updateHosts() - Method in class org.objectweb.proactive.ic2d.util.MonitorThread
 
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 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(UniversalBody) - Method in class org.objectweb.proactive.core.body.migration.MigrationManagerImpl
 
updateLocation(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer
Update the location for the mobile object s with id
updateLocation(UniqueID, UniversalBody, int) - Method in class org.objectweb.proactive.core.body.migration.MixedLocationServer
Update the location for the mobile object s with id and indicating the version v
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, 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.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 interface org.objectweb.proactive.ext.locationserver.LocationServer
 
updateLocation(UniqueID, UniversalBody, int) - 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
updateLocation(UniqueID, UniversalBody, int) - Method in class org.objectweb.proactive.ext.util.SimpleLocationServer
 
updateLocationAtServer(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.cic.managers.FTManagerCIC
 
updateLocationAtServer(UniqueID, UniversalBody) - Method in class org.objectweb.proactive.core.body.ft.protocols.FTManager
This method is called after a migration to update the object's location
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
 
updateReallyDeleted() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.BasicMonitoredObject
 
updateReallyDeleted() - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.data.DataAssociation
 
updateReference(UniversalBodyProxy) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
updateReferences(Collection<UniversalBodyProxy>) - Method in class org.objectweb.proactive.core.body.AbstractBody
 
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
 
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
 
url - Variable in class org.objectweb.proactive.core.descriptor.services.RMIRegistryLookupService
lookup url
URL_PUBLICATION - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
UrlBuilder - Class in org.objectweb.proactive.core.util
This class is a utility class to perform modifications and operations on urls.
UrlBuilder() - Constructor for class org.objectweb.proactive.core.util.UrlBuilder
 
URN - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
urnBodys - Static variable in class org.objectweb.proactive.core.body.http.HttpBodyAdapter
an Hashtable containing all the http adapters registered.
UserInfoNone - Class in org.objectweb.proactive.core.ssh
 
UserInfoNone() - Constructor for class org.objectweb.proactive.core.ssh.UserInfoNone
 
username - Variable in class org.objectweb.proactive.core.process.AbstractUniversalProcess
 
usingProxy() - Method in class org.objectweb.proactive.core.ssh.httpssh.HttpSshUrlConnection
 
UTIL - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
Utilities - Class in org.objectweb.proactive.benchmarks.timit.util.charts
Give some utilities to manage charts
Utilities() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.charts.Utilities
 
Utils - Class in org.objectweb.proactive.core.component.gen
Utility class for bytecode generation operations.
Utils() - Constructor for class org.objectweb.proactive.core.component.gen.Utils
 
Utils - Class in org.objectweb.proactive.core.component
Utility methods
Utils() - Constructor for class org.objectweb.proactive.core.component.Utils
 
Utils - Class in org.objectweb.proactive.core.mop
This class contains static convenience and utility methods
Utils() - Constructor for class org.objectweb.proactive.core.mop.Utils
 

V

VALID - Static variable in class org.objectweb.proactive.ext.scilab.gui.TreeEngineNode
 
VALIDATE - Static variable in class org.objectweb.proactive.ext.scilab.gui.DialogTask
 
Validate_POLICY - Static variable in class org.objectweb.proactive.ext.security.SecurityContext
 
valueChanged(ListSelectionEvent) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView.ProActiveListListener
 
valueChanged(TreeSelectionEvent) - Method in class org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorStatus
 
valueOf(String) - Static method in enum org.objectweb.proactive.benchmarks.timit.util.charts.Chart.LegendFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.proactive.benchmarks.timit.util.charts.Chart.Scale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.proactive.core.component.type.annotations.multicast.DispatchModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatchMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.objectweb.proactive.benchmarks.timit.util.charts.Chart.LegendFormat
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.proactive.benchmarks.timit.util.charts.Chart.Scale
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.proactive.core.component.type.annotations.multicast.DispatchModes
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.objectweb.proactive.core.component.type.annotations.multicast.ParamDispatchMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.objectweb.proactive.scheduler.Queue
returns a collection of the genericJob description
VARIABLE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
variableContract - Variable in class org.objectweb.proactive.core.descriptor.xml.VariablesHandler
 
VariableContract - Class in org.objectweb.proactive.core.xml
This class provides a Variable Contract between the deployment descriptor and the application program.
VariableContract() - Constructor for class org.objectweb.proactive.core.xml.VariableContract
Constructor of the class.
VariableContract.Lock - Class in org.objectweb.proactive.core.xml
Class used for exclusive acces to global static variable: org.objectweb.proactive.core.xml.XMLProperties.xmlproperties
VariableContractType - Class in org.objectweb.proactive.core.xml
This class specifies different Variable Contract types, and their behaviour
VARIABLES_DESCRIPTOR_DEFAULT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_DESCRIPTOR_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_INCLUDE_PROPERTY_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_INCLUDE_XML_FILE_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_JAVAPROPERTY_DESCRIPTOR_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_JAVAPROPERTY_PROGRAM_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_JAVAPROPERTY_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_PROGRAM_DEFAULT_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_PROGRAM_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VARIABLES_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
VariablesHandler - Class in org.objectweb.proactive.core.descriptor.xml
This class handles all the parsing of Variable Contract XML tags.
VariablesHandler(VariableContract) - Constructor for class org.objectweb.proactive.core.descriptor.xml.VariablesHandler
 
VariablesHandler.VariablesFileHandler - Class in org.objectweb.proactive.core.descriptor.xml
 
vectorClock - Variable in class org.objectweb.proactive.core.body.ft.protocols.cic.infos.MessageInfoCIC
 
Verifier - Class in org.objectweb.proactive.ic2d.gui.components.util
 
Verifier() - Constructor for class org.objectweb.proactive.ic2d.gui.components.util.Verifier
 
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.
VERSION - Static variable in class org.objectweb.proactive.jmx.ProActiveJMXConstants
 
VERY_BIG_FONT - Static variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
VERY_SMALL_FONT - Static variable in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
viewInEventList(boolean) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
viewInEventList(boolean) - Method in interface org.objectweb.proactive.ic2d.data.MessageMonitoringController
 
viewInEventListCollection(boolean, Iterator) - Method in class org.objectweb.proactive.ic2d.data.AbstractDataObject
notifies all known objects of the monitoring request
viewInEventListMenuItem - Variable in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
viewingInEventList - Variable in class org.objectweb.proactive.ic2d.data.AbstractDataObject
 
viewingInEventListChanged(boolean) - Method in interface org.objectweb.proactive.ic2d.event.MessageMonitoringListener
 
viewingInEventListChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.data.AbstractDataObjectPanel
 
viewingInEventListChanged(boolean) - Method in class org.objectweb.proactive.ic2d.gui.menu.MessageMonitoringMenu
 
viewJobs(Vector, boolean) - Method in class org.objectweb.proactive.scheduler.Communicator
This method is used to display the descriptions of all the jobs or of a specific job on the shell prompt.
viewNodes(Vector, boolean) - Method in class org.objectweb.proactive.scheduler.Communicator
This method is used to display the descriptions of all the nodes or of a specific node on the shell prompt.
VIRTUAL_NODE - Static variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveTextFieldModel
 
VIRTUAL_NODE_FONT - Static variable in interface org.objectweb.proactive.ic2d.gui.components.Constants
 
VIRTUAL_NODE_INCORRECT_SYNTAX - Static variable in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveComponent
 
VIRTUAL_NODE_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
 
VirtualMachine - Interface in org.objectweb.proactive.core.descriptor.data
A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
VirtualMachineImpl - Class in org.objectweb.proactive.core.descriptor.data
A VirtualMachine is a conceptual entity that represents a JVM running a ProActiveRuntime
VirtualNode - Interface in org.objectweb.proactive.core.component.adl.nodes
This interface adds a cardinality attribute to the virtual node (compared to the VirtualNode interface from the standard Fractal ADL).
VirtualNode - Interface in org.objectweb.proactive.core.descriptor.data
A VirtualNode is a conceptual entity that represents one or several nodes.
virtualNode - Variable in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveSharedComponent
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.admin.model.ProActiveAdminModel
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.dialog.view.ProActiveDialogView
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.graph.view.ProActiveGraphView
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.history.model.ProActiveHistoryManager
 
virtualNodeChanged(ProActiveComponent, String) - Method in interface org.objectweb.proactive.ic2d.gui.components.model.ProActiveConfigurationListener
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveConfigurationNotifier
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveDerivedConfiguration
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.model.ProActiveStatusManager
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.ProActiveTitlePane
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.tree.model.ProActiveTreeModel
 
virtualNodeChanged(ProActiveComponent, String) - Method in class org.objectweb.proactive.ic2d.gui.components.undo.model.ProActiveUndoManager
 
virtualNodeFieldModel - Variable in class org.objectweb.proactive.ic2d.gui.components.dialog.model.ProActiveDialogModelImpl
 
VirtualNodeImpl - Class in org.objectweb.proactive.core.descriptor.data
A VirtualNode is a conceptual entity that represents one or several nodes.
VirtualNodeLookup - Class in org.objectweb.proactive.core.descriptor.data
A VirtualNode represents a conceptual entity.
VirtualNodeLookup(String) - Constructor for class org.objectweb.proactive.core.descriptor.data.VirtualNodeLookup
 
virtualNodeName - Variable in class org.objectweb.proactive.ext.security.securityentity.EntityVirtualNode
 
vmid - Variable in class org.objectweb.proactive.ic2d.data.VMObject
 
vmInformation - Variable in class org.objectweb.proactive.core.runtime.http.HttpProActiveRuntime
 
vmInformation - Variable in class org.objectweb.proactive.core.runtime.ProActiveRuntimeAdapter
 
VMInformation - Interface in org.objectweb.proactive.core.runtime
A class implementing this interface provides information about the VM it is attached to.
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
 
VMNAME_TAG - Static variable in interface org.objectweb.proactive.core.descriptor.xml.ProActiveDescriptorConstants
 
vmNotResponding() - Method in interface org.objectweb.proactive.ic2d.event.VMObjectListener
 
vmNotResponding() - Method in class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
VMObject - Class in org.objectweb.proactive.ic2d.data
Holder class for the host data representation
VMObject(HostObject, VMID, Node, String) - Constructor for class org.objectweb.proactive.ic2d.data.VMObject
 
vmObjectAdded(VMObject) - Method in interface org.objectweb.proactive.ic2d.event.HostObjectListener
 
vmObjectAdded(VMObject) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
VMObjectListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from VMObject
vmObjectRemoved(VMObject) - Method in interface org.objectweb.proactive.ic2d.event.HostObjectListener
 
vmObjectRemoved(VMObject) - Method in class org.objectweb.proactive.ic2d.gui.data.HostPanel
 
VMPanel - Class in org.objectweb.proactive.ic2d.gui.data
 
VMPanel(AbstractDataObjectPanel, VMObject) - Constructor for class org.objectweb.proactive.ic2d.gui.data.VMPanel
 
vn - Variable in class org.objectweb.proactive.core.event.NodeCreationEvent
 
VN - Static variable in interface org.objectweb.proactive.ic2d.gui.jobmonitor.JobMonitorConstants
 
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.
vnLogger - Static variable in interface org.objectweb.proactive.core.descriptor.data.VirtualNode
 
vnName - Variable in class org.objectweb.proactive.core.node.NodeImpl
 
VNName - Variable in class org.objectweb.proactive.ext.security.ProActiveSecurityManager
 
vnNodesArray - Variable in class org.objectweb.proactive.core.runtime.ibis.IbisProActiveRuntimeImpl
 
vnode - Variable in class org.objectweb.proactive.calcium.proactive.AbstractProActiveManager
 
VOID_REQUEST_SERVED - Static variable in class org.objectweb.proactive.core.event.MessageEvent
constant indicating the encapsulated request without reply has been served
VOID_REQUEST_SERVED_TYPE - Static variable in class org.objectweb.proactive.ic2d.spy.SpyEvent
 
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
voidRequestServed(ActiveObject, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.CommunicationEventListener
 
voidRequestServed(UniqueID, SpyEvent) - Method in interface org.objectweb.proactive.ic2d.event.SpyEventListener
 
voidRequestServed(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.data.IC2DPanel
 
voidRequestServed(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.EventListsPanel
 
voidRequestServed(ActiveObject, SpyEvent) - Method in class org.objectweb.proactive.ic2d.gui.IC2DFrame
 

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
 
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.
waited - Variable in class org.objectweb.proactive.core.group.ProxyForGroup
Number of awaited methodcall on the group's member.
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.AbstractSequentialListProcessDecorator
 
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.
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.
waitForAll() - Method in class org.objectweb.proactive.filetransfer.FileVector
Waits for all the pending futures inside this file vector.
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.
waitForOperation() - Method in class org.objectweb.proactive.core.filetransfer.FileTransferRequest
 
waitForPotentialException() - Static method in class org.objectweb.proactive.core.exceptions.manager.ExceptionHandler
 
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.
waitForReply(long) - Method in class org.objectweb.proactive.core.body.future.FuturePool
 
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
 
waitForRequest() - Method in class org.objectweb.proactive.Service
blocks until a request is available or until the body terminate
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.
waitingForFuture(FutureEvent) - Method in interface org.objectweb.proactive.core.event.FutureEventListener
Signals that a Thread was forced to wait for a future result.
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
 
wakeUp() - Method in class org.objectweb.proactive.p2p.service.node.P2PNodeLookup
Wake up the active object, to send asking node message.
wakeUpThread() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPIComm
 
wakeUpThread() - Method in class org.objectweb.proactive.mpi.control.ProActiveMPICoupling
 
walltime - Variable in class org.objectweb.proactive.core.process.oar.OARGRIDSubProcess
 
warmUpRuns - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
warn(String) - Method in class org.objectweb.proactive.ic2d.gui.util.TextPaneMessageLogger
 
warn(String) - Method in interface org.objectweb.proactive.ic2d.util.IC2DMessageLogger
 
warning(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandler
 
warning(SAXParseException) - Method in class org.objectweb.proactive.core.xml.io.SAXParserErrorHandlerTerminating
 
wasSent() - Method in class org.objectweb.proactive.core.event.MessageEvent
 
wasSent() - Method in class org.objectweb.proactive.ic2d.spy.SpyMessageEvent
Returns whether the body that created the event sent the message included in the event or received it.
weight - Variable in class org.objectweb.proactive.core.process.oar.OARSubProcess
 
WelcomeDialog - Class in org.objectweb.proactive.ext.scilab.gui
 
WelcomeDialog() - Constructor for class org.objectweb.proactive.ext.scilab.gui.WelcomeDialog
 
While<T> - Class in org.objectweb.proactive.calcium.skeletons
The while skeleton represents conditioned iteration.
While(Condition<T>, Skeleton<T>) - Constructor for class org.objectweb.proactive.calcium.skeletons.While
 
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
WIDTH - Static variable in class org.objectweb.proactive.ext.security.test.jacobi.Jacobi
Number of columns of SubMatrix
worker - Variable in class org.objectweb.proactive.branchnbound.core.Task
 
Worker - Class in org.objectweb.proactive.branchnbound.core
***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.
Workout - Class in org.objectweb.proactive.calcium.statistics
 
WorldInfo - Class in org.objectweb.proactive.ext.closedworldlauncher
 
WorldInfo() - Constructor for class org.objectweb.proactive.ext.closedworldlauncher.WorldInfo
 
worldObject - Variable in class org.objectweb.proactive.ic2d.data.IC2DObject
 
WorldObject - Class in org.objectweb.proactive.ic2d.data
Holder class for all hosts
WorldObject(IC2DObject) - Constructor for class org.objectweb.proactive.ic2d.data.WorldObject
 
WorldObjectListener - Interface in org.objectweb.proactive.ic2d.event
Listener of events from WorldObject
WorldPanel - Class in org.objectweb.proactive.ic2d.gui.data
 
WorldPanel(AbstractDataObjectPanel, WorldObject, ActiveObjectCommunicationRecorder) - Constructor for class org.objectweb.proactive.ic2d.gui.data.WorldPanel
 
WorldPanel.MyFlowLayout - Class in org.objectweb.proactive.ic2d.gui.data
 
WorldPanel.MyFlowLayout() - Constructor for class org.objectweb.proactive.ic2d.gui.data.WorldPanel.MyFlowLayout
Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap.
WorldPanel.MyFlowLayout(int) - Constructor for class org.objectweb.proactive.ic2d.gui.data.WorldPanel.MyFlowLayout
Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap.
WorldPanel.MyFlowLayout(int, int, int) - Constructor for class org.objectweb.proactive.ic2d.gui.data.WorldPanel.MyFlowLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
wrappedBody - Variable in class org.objectweb.proactive.ext.mixedlocation.UniversalBodyWrapper
 
wrapper - Variable in class org.objectweb.proactive.ext.mixedlocation.MigrationManagerWithMixedLocation
 
wrapPrimitiveParameter(CtClass, String) - Static method in class org.objectweb.proactive.core.mop.JavassistByteCodeStubBuilder
 
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
 
writeBufferMap - Variable in class org.objectweb.proactive.core.filetransfer.FileTransferService
 
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.
writeFile(Document, String) - Static method in class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
Save document into XML file
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
 
writeResult() - Method in class org.objectweb.proactive.benchmarks.timit.result.BenchmarkResultWriter
Write results into the file
writeTheObject(ObjectOutputStream) - Method in class org.objectweb.proactive.core.group.MethodCallControlForGroup
 
writeTheObject(ObjectOutputStream) - Method in class org.objectweb.proactive.core.mop.MethodCall
 
WSConstants - Class in org.objectweb.proactive.ext.webservices
 
WSConstants() - Constructor for class org.objectweb.proactive.ext.webservices.WSConstants
 
WSDL - Static variable in class org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
 
WSDL_FILE - Static variable in class org.objectweb.proactive.ext.webservices.WSConstants
 
WSDLGenerator - Class in org.objectweb.proactive.ext.webservices.wsdl
 
WSDLGenerator() - Constructor for class org.objectweb.proactive.ext.webservices.wsdl.WSDLGenerator
 
WsdlServlet - Class in org.objectweb.proactive.ext.webservices.soap
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
 

X

xhp - Variable in class org.objectweb.proactive.benchmarks.timit.util.Parameter
 
XML - Static variable in interface org.objectweb.proactive.core.util.log.Loggers
 
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_DESC - Static variable in interface org.objectweb.proactive.scheduler.JobConstants
 
XML_PATH - Static variable in interface org.objectweb.proactive.scheduler.SchedulerConstants
the complete path of the XML Deployement Descriptor
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
 
XMLHandler - Interface in org.objectweb.proactive.core.xml.io
Receives SAX event and pass them on
XMLHelper - Class in org.objectweb.proactive.benchmarks.timit.util
An helper class for reading and writing XML files
XMLHelper() - Constructor for class org.objectweb.proactive.benchmarks.timit.util.XMLHelper
 
XMLHTTP_PROTOCOL_IDENTIFIER - Static variable in interface org.objectweb.proactive.core.Constants
xml-http protocol identifier
xmlproperties - Static variable in class org.objectweb.proactive.core.xml.VariableContract
 
XMLPropertiesStore - Class in org.objectweb.proactive.core.xml
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.
XMLReader - Interface in org.objectweb.proactive.core.xml.io
A class implementing this interface is able to read XML data

_

_terminateAO(Proxy) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 
_terminateAO(Proxy) - Method in class org.objectweb.proactive.core.util.NonFunctionalServices
This method is reified by terminateAO(Proxy proxy).
_terminateAOImmediately(Proxy) - Method in class org.objectweb.proactive.core.util.NonFunctionalServices
This method is reified by terminateAOImmediately(Proxy proxy).
_terminateAOImmediatly(Proxy) - Method in class org.objectweb.proactive.core.component.representative.ProActiveComponentRepresentativeImpl
 

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-2007 INRIA All Rights Reserved.