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

A

abort() - Method in class org.ow2.proactive.authentication.FileLoginModule
 
abort() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
This method is called if the LoginContext's overall authentication failed.
abort() - Method in class org.ow2.proactive.authentication.PAMLoginModule
This method is called if the LoginContext's overall authentication failed.
AbortJob - Class in org.ow2.proactive.scheduler.examples
AbortJob is a task behavior that will throw an exception 3s after starting.
AbortJob() - Constructor for class org.ow2.proactive.scheduler.examples.AbortJob
 
AbstractAccountsManager<E extends Account> - Class in org.ow2.proactive.account
Sub classes may use the logger of this class.
AbstractAccountsManager(String, Logger) - Constructor for class org.ow2.proactive.account.AbstractAccountsManager
 
AbstractJMXHelper - Class in org.ow2.proactive.jmx
This helper class represents the common JMX monitoring infrastructure.
AbstractJMXHelper() - Constructor for class org.ow2.proactive.jmx.AbstractJMXHelper
Can be called only by sub-classes
AbstractJMXHelper(Logger) - Constructor for class org.ow2.proactive.jmx.AbstractJMXHelper
Can be called only by sub-classes
AbstractSmartProxy<T extends JobTracker> - Class in org.ow2.proactive.scheduler.smartproxy.common
Asbtract implementation of smart proxy that factorizes code used by all smart proxy implementations.
AbstractSmartProxy() - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
AbstractSmartProxy(T) - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
AcceptAllValidator<T> - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
AcceptAllValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.AcceptAllValidator
 
acceptAnyCertificate - Variable in class org.ow2.proactive.http.CommonHttpClientBuilder
 
acceptAnyHostname - Variable in class org.ow2.proactive.http.CommonHttpClientBuilder
 
AccessRightException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when trying to perform an action not allowed by a user.
It could be an administration method or simply an access to a job that you do not own.
AccessRightException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
Create a new instance of AccessRightException
AccessRightException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
Create a new instance of AccessRightException
AccessRightException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
Create a new instance of AccessRightException
AccessRightException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AccessRightException
Create a new instance of AccessRightException
Account - Interface in org.ow2.proactive.account
The common definition of an account.
accountsMap - Variable in class org.ow2.proactive.account.AbstractAccountsManager
The map that contains all statistics
activateLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
activateLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
add(Permission) - Method in class org.ow2.proactive.policy.Permissions
 
add(T) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
add(List<Element>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
add(String, String) - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer
 
add(TaskUsage) - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
 
add(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Unsupported ListIterator operation.
addAdditionalClasspath(String...) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
 
addAdditionalClasspath(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Add a new additional Classpath value.
addAll(Collection<? extends RMEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
addAppender(Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
When an appender is added, then the content of the storage is append into the added appender.
addAppender(String, Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
 
addAppender(String, Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
 
addArgument(String, Serializable) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
Add an argument to the list of arguments.
addBinding(String, Object) - Method in class org.ow2.proactive.scripting.ScriptHandler
Add a binding to the script that will be handle by this handler.
addBindings(Map<String, Object>) - Method in class org.ow2.proactive.scripting.ScriptHandler
Add multiple bindings to the script that will be handle by this handler.
addBindingsToScriptHandler(ScriptHandler, TaskContext, VariablesMap, Map<String, Serializable>, Map<String, String>, SchedulerNodeClient, RemoteSpace, RemoteSpace, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
 
addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
addDataSourceProperty(String, String) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails.Builder
 
addDependence(Task) - Method in class org.ow2.proactive.scheduler.common.task.Task
Add a dependence to the task.
addDependence(Task) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
If the Task was submitted, a call to this method will throw a RuntimeException.
addDependences(List<Task>) - Method in class org.ow2.proactive.scheduler.common.task.Task
Same as the Task.addDependence(Task) method, but for a list of dependences.
addDependences(List<Task>) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
If the Task was submitted, a call to this method will throw a RuntimeException.
addEmptyLine() - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
Add a empty line to the list of lines.
addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Add a scheduler event Listener.
addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Add a scheduler event Listener.
addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
Subscribes a listener to the Scheduler
addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
addEventListener(SchedulerEventListenerExtended) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
addEventListener(SchedulerEventListenerExtended, boolean, SchedulerEvent[]) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
addEventListener(SchedulerEventListenerExtended, boolean, SchedulerEvent[]) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
addEventListener(SchedulerEventListener, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
addEventListener(SchedulerEventListener, boolean, boolean, SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
addEventListener(SchedulerEventListenerExtended, boolean, SchedulerEvent...) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
addGenericInformation(String, String) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Add an information to the generic informations map field.
addGenericInformations(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Add a map of generic informations into the generic informations map field.
addHostTopology(String, InetAddress, HashMap<InetAddress, Long>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Adds host information to the topology.
addIndent(String) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
 
addIndent(String, int) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
 
AddingNodesException - Exception in org.ow2.proactive.resourcemanager.exception
Exception Generated by the RMCore.
AddingNodesException(String) - Constructor for exception org.ow2.proactive.resourcemanager.exception.AddingNodesException
Attaches a message to the Exception
AddingNodesException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.exception.AddingNodesException
Attaches a cause to the Exception
addInputFiles(FileSelector, InputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
Add the files value to the given files value according to the provided access mode.
addInputFiles(String, InputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
Add the files to the given filesToInclude value according to the provided access mode.
addJVMArgument(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Add a new JVM argument value.
addLine(List<String>) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
Add the given lines value to existing lines.
addNode(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
addNode(String, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
addNode(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Adds an existing node to the default node source of the resource manager.
addNode(String, String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Adds an existing node to the particular node source.
addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
addOutputFiles(FileSelector, OutputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
Add the files value to the given files value according to the provided access mode.
addOutputFiles(String, OutputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.Task
Add the files to the given filesToInclude value according to the provided access mode.
addRMEventListener(RMEventListener, RMEventType...) - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
Register a new Resource manager listener.
addSelectionScript(SelectionScript) - Method in class org.ow2.proactive.scheduler.common.task.Task
To add a selection script to the list of selection script.
addSubmit() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Add one to the submit number
addSystemEnvironmentVariable(String, String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Add a new system environment variables value from its name and value.
addTask(Task) - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
Add a task to this task flow job.
The task name must not be null as it is not by default.
The task name must also be different for each task as it is used to identify each task result.

If not set, the task name will be a generated one : 'task_X' (where X is the Xth added task number)
addTaskResult(String, TaskResult, boolean) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
-- For internal use only -- Add a new task result to this job result.
Used by the scheduler to fill your job result.
addTasks(List<Task>) - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
Add a list of tasks to this task flow job.
addThirdPartyCredential(String, String) - Method in class org.ow2.proactive.authentication.crypto.CredData
 
addToAllResults(String) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
Add this new (from replication) task result to the list of known tasks.
ALLACCOUNTS_MBEAN_NAME - Static variable in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXBeans
 
allExceptThese(TaskStatus...) - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
 
AllObjects2BytesConverterHandler - Class in org.ow2.proactive.scheduler.common.util
 
AllowAllTrustStrategy - Class in org.ow2.proactive.http
 
AllowAllTrustStrategy() - Constructor for class org.ow2.proactive.http.AllowAllTrustStrategy
 
allowAnyCertificate(boolean) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
allowAnyHostname(boolean) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
AllPermission - Class in org.ow2.proactive.permissions
The AllPermission is a permission that implies all other permissions.
AllPermission() - Constructor for class org.ow2.proactive.permissions.AllPermission
 
AlreadyConnectedException - Exception in org.ow2.proactive.scheduler.common.exception
AlreadyConnectedException is thrown if a client already connected try to connect again
AlreadyConnectedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
Attaches a message to the AlreadyConnectedException.
AlreadyConnectedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
Create a new instance of AlreadyConnectedException.
AlreadyConnectedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
Create a new instance of AlreadyConnectedException with the given message and cause
AlreadyConnectedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.AlreadyConnectedException
Create a new instance of AlreadyConnectedException with the given cause.
ANYWHERE - Static variable in class org.ow2.proactive.scheduler.common.task.RestartMode
The task will be restarted according to its possible resources.
append(LoggingEvent) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
 
append(LoggingEvent) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
 
append(Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an object to this string builder.
append(CharSequence) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a CharSequence to this string builder.
append(CharSequence, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a CharSequence to this string builder.
append(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a string to this string builder.
append(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a string to this string builder.
append(String, Object...) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Calls String.format(String, Object...) and appends the result.
append(CharBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends the contents of a char buffer to this string builder.
append(CharBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends the contents of a char buffer to this string builder.
append(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a string buffer to this string builder.
append(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a string buffer to this string builder.
append(StringBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a StringBuilder to this string builder.
append(StringBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a StringBuilder to this string builder.
append(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends another string builder to this string builder.
append(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a string builder to this string builder.
append(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a char array to the string builder.
append(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a char array to the string builder.
append(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a boolean value to the string builder.
append(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a char value to the string builder.
append(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an int value to the string builder using String.valueOf.
append(long) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a long value to the string builder using String.valueOf.
append(float) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a float value to the string builder using String.valueOf.
append(double) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a double value to the string builder using String.valueOf.
appendAll(T...) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends each item in an array to the builder without any separators.
appendAll(Iterable<?>) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends each item in a iterable to the builder without any separators.
appendAll(Iterator<?>) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends each item in an iterator to the builder without any separators.
AppenderProvider - Interface in org.ow2.proactive.scheduler.common.util.logforwarder
An appender provider is a container that can be sent over the network and that contains a log appender.
appendFixedWidthPadLeft(Object, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadLeft(int, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadRight(Object, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an object to the builder padding on the right to a fixed length.
appendFixedWidthPadRight(int, int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an object to the builder padding on the right to a fixed length.
appendln(Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an object followed by a new line to this string builder.
appendln(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a string followed by a new line to this string builder.
appendln(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a string followed by a new line to this string builder.
appendln(String, Object...) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Calls String.format(String, Object...) and appends the result.
appendln(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a string buffer followed by a new line to this string builder.
appendln(StringBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a string builder followed by a new line to this string builder.
appendln(StringBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a string builder followed by a new line to this string builder.
appendln(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a string buffer followed by a new line to this string builder.
appendln(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends another string builder followed by a new line to this string builder.
appendln(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends part of a string builder followed by a new line to this string builder.
appendln(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a char array followed by a new line to the string builder.
appendln(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a char array followed by a new line to the string builder.
appendln(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a boolean value followed by a new line to the string builder.
appendln(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a char value followed by a new line to the string builder.
appendln(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an int value followed by a new line to the string builder using String.valueOf.
appendln(long) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a long value followed by a new line to the string builder using String.valueOf.
appendln(float) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a float value followed by a new line to the string builder using String.valueOf.
appendln(double) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a double value followed by a new line to the string builder using String.valueOf.
appendNewLine() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends the new line string to this string builder.
appendNull() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends the text representing null to this string builder.
appendPadding(int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends the pad character to the builder the specified number of times.
appendSeparator(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a separator if the builder is currently non-empty.
appendSeparator(String, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends one of both separators to the StrBuilder.
appendSeparator(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a separator if the builder is currently non-empty.
appendSeparator(char, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Append one of both separators to the builder If the builder is currently empty it will append the defaultIfEmpty-separator Otherwise it will append the standard-separator The separator is appended using StrBuilder.append(char).
appendSeparator(String, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a separator to the builder if the loop index is greater than zero.
appendSeparator(char, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a separator to the builder if the loop index is greater than zero.
appendStoredEvents(Appender) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
Append stored events to the given appender.
appendTo(Appendable) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends current contents of this StrBuilder to the provided Appendable.
appendWithSeparators(Object[], String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an array placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterable<?>, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends a iterable placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterator<?>, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Appends an iterator placing separators between each value, but not before the first or after the last.
apply() - Method in interface org.ow2.proactive.utils.Lambda.CallableThatThrows
 
apply(T) - Method in interface org.ow2.proactive.utils.Lambda.FunctionThatThrows
 
applyFormats(String, DateFormat...) - Static method in class org.ow2.proactive.scheduler.common.job.JobDeadline
 
applyReplacementsOnGenericInformation(Map<String, String>, Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
 
ARBITRARY - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
no constraint on node location
ArbitraryTopologyDescriptor - Class in org.ow2.proactive.topology.descriptor
The descriptor indicated that there is no constraints on node location.
ArbitraryTopologyDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.ArbitraryTopologyDescriptor
Creates a new instance of the descriptor
ARCHIVE_DEFAULT_XMLFILE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Archive special manifest directory, file, property
ARCHIVE_MANIFEST_DIRECTORY - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
 
ARCHIVE_MANIFEST_FILE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
 
ARCHIVE_MANIFEST_PROPERTY_XMLFILE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
 
areNodesKnown(NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
areNodesKnown(NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Check whether the nodes in the given node set are known by the resource manager
areNodesRecoverable(NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
areNodesRecoverable(NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Check whether the nodes in the given node set can be recovered in case of a crash
ARGS_FIELD_NAME - Static variable in class org.ow2.proactive.scheduler.common.task.JavaTask
For internal use: name of the field that stores task arguments
ARGUMENTS_NAME - Static variable in class org.ow2.proactive.scripting.Script
Variable name for script arguments
ASC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort according to ascendant order
ASC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
ASC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
asReader() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets the contents of this builder as a Reader.
asTokenizer() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Creates a tokenizer that can tokenize the contents of this builder.
asWriter() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets this builder as a Writer that can be written to.
AsyncAppenderWithStorage - Class in org.ow2.proactive.scheduler.common.util.logforwarder.appenders
Class defines a log4j AsyncAppender that is able to store all appended event additionally to bufferize and send them to the added appenders.
AsyncAppenderWithStorage() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
Create a AsyncAppenderWithStorage with default parameters.
AsyncAppenderWithStorage(int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
Create a AsyncAppenderWithStorage.
AsyncAppenderWithStorage(String) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
Create a AsyncAppenderWithStorage.
AsyncAppenderWithStorage(String, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
Create a AsyncAppenderWithStorage.
authenticate(Credentials) - Method in interface org.ow2.proactive.authentication.Authentication
Performs login.
authenticate(Credentials) - Method in class org.ow2.proactive.authentication.AuthenticationImpl
Performs login.
authenticate(Object) - Method in class org.ow2.proactive.jmx.JMXAuthenticatorImpl
This method is automatically called when a JMX client tries to connect to the MBean Server referred by the connector.
Authentication - Interface in org.ow2.proactive.authentication
Authentication interface.
AuthenticationImpl - Class in org.ow2.proactive.authentication
An active object responsible for authentication.
AuthenticationImpl() - Constructor for class org.ow2.proactive.authentication.AuthenticationImpl
Empty constructor
AuthenticationImpl(String, String, String) - Constructor for class org.ow2.proactive.authentication.AuthenticationImpl
Default constructor
AVG - Static variable in class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
AVG - the mean distance between elements of each cluster (also called average linkage clustering) The similarity of two clusters is the similarity of their centers.
AwaitedJob - Class in org.ow2.proactive.scheduler.smartproxy.common
A job which has been submitted to the scheduler and whose output data needs to be transfered after termination.
AwaitedJob() - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
AwaitedJob(String, String, String, String, String, String, String, boolean, boolean, HashMap<String, AwaitedTask>) - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
awaitedJobs - Variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
A map of jobs that have been launched and which results are awaited each time a new job is sent to the scheduler for computation, it will be added to this map, as an entry of (JobId, AwaitedJob), where JobId is given as a string.
AwaitedTask - Class in org.ow2.proactive.scheduler.smartproxy.common
AwaitedTask
AwaitedTask(String, List<OutputSelector>) - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
AzureBlobDownloader - Class in org.ow2.proactive.scheduler.examples
Import file(s) from an Azure Blob Storage using an AzureBlobDownloader task.
AzureBlobDownloader() - Constructor for class org.ow2.proactive.scheduler.examples.AzureBlobDownloader
 
AzureBlobUploader - Class in org.ow2.proactive.scheduler.examples
Export file(s) to an Azure Blob Storage using an AzureBlobUploader task.
AzureBlobUploader() - Constructor for class org.ow2.proactive.scheduler.examples.AzureBlobUploader
 
AzureStorageConnectorUtils - Class in org.ow2.proactive.scheduler.examples
 

B

base64StringToByteArray(String) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
base64StringToSerializable(String) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
BaseParserValidator<T> - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
BaseParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
 
beautifyName(String) - Static method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
BEST_PROXIMITY - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
the set of closest nodes
BestProximityDescriptor - Class in org.ow2.proactive.topology.descriptor
The descriptor allows to select a set of closest nodes which is currently available in the resource manager.
BestProximityDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
Constructs new instance of the class.
BigString - Class in org.ow2.proactive.db.types
BigString is the Scheduler Wrapper object for String.
BigString() - Constructor for class org.ow2.proactive.db.types.BigString
 
BigString(String) - Constructor for class org.ow2.proactive.db.types.BigString
Create a new instance of BigString.
Block(FlowChecker.TaskTree, FlowChecker.TaskTree) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.Block
 
BOOLEAN_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
BOOLEAN_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
BooleanConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
BooleanConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.BooleanConverter
 
BooleanParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
BooleanParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
BooleanWrapper - Class in org.ow2.proactive.scheduler.common.task.util
BooleanWrapper is the Scheduler Wrapper object for boolean.
BooleanWrapper(boolean) - Constructor for class org.ow2.proactive.scheduler.common.task.util.BooleanWrapper
Create a new instance of BooleanWrapper.
boot(Authentication) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Starts the boot sequence of of the JMX monitoring infrastructure with a new JMX server.
boot(Authentication, boolean, PermissionChecker) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Starts the boot sequence of of the JMX monitoring infrastructure.
BoundedStringWriter - Class in org.ow2.proactive.utils
BoundedStringWriter that keeps a limited amount (maxLength) of chars into a sliding (elements are added and removed from the head) buffer and always prints them to an output sink.
BoundedStringWriter(PrintStream, int) - Constructor for class org.ow2.proactive.utils.BoundedStringWriter
Create a new bounded string writer using the default maximum size.
branchSelectionVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Name of the variable to set in the script to determine which one of the IF or ELSE branch is selected in an IF control flow action
buf - Variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
The internal buffer where data is stored.
buffer - Variable in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Internal data storage.
build() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
build() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Implement the Builder interface.
build() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails.Builder
 
build() - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 
Builder() - Constructor for class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails.Builder
 
Builder() - Constructor for class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 
buildSelectionScriptId() - Method in class org.ow2.proactive.scripting.SelectionScript
Build script ID.
buildSubstitutor(Map<? extends Serializable, ? extends Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
 
byteArrayToBase64String(byte[]) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
byteArrayToObject(byte[]) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
Convert the given byte array into the corresponding object.
byteArrayToObject(byte[], boolean) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
Convert the given byte array into the corresponding object.
ByteArrayWrapper - Class in org.ow2.proactive.scheduler.common.task.util
ByteArrayWrapper is the Scheduler Wrapper object for byte[].
ByteArrayWrapper(byte[]) - Constructor for class org.ow2.proactive.scheduler.common.task.util.ByteArrayWrapper
Create a new instance of ByteArrayWrapper.

C

callbackHandler - Variable in class org.ow2.proactive.authentication.FileLoginModule
JAAS call back handler used to get authentication request parameters
CANCEL_JOB - Static variable in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
capacity() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets the current size of the internal character array buffer.
CATALOG_OBJECT_MODEL_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CatalogObjectValidator
 
CATALOG_OBJECT_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
CATALOG_OBJECT_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
CatalogObjectParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
CatalogObjectParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
CatalogObjectValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
CatalogObjectValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CatalogObjectValidator
 
ChangedTasksInfo - Class in org.ow2.proactive.scheduler.job
 
ChangedTasksInfo() - Constructor for class org.ow2.proactive.scheduler.job.ChangedTasksInfo
 
changeJobPriority(JobId, JobPriority) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Change the priority of the job represented by jobId.
Only administrator can change the priority to HIGH, HIGEST, IDLE.
changeJobPriority(String, JobPriority) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Change the priority of the job represented by jobId.
Only administrator can change the priority to HIGH, HIGEST, IDLE.

The jobId is given as a string.
changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
changeJobPriority(JobId, JobPriority) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
changeJobPriority(String, JobPriority) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
changePolicy(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, change the policy of the scheduler.
changePolicy(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
changePolicy(String) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
changePolicy(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
changePolicy(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
changeStartAt(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Change the START_AT generic information at job level and reset the scheduledAt at task level
changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
changeStartAt(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
changeStartAt(JobId, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
channelExists(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Check for channel existence
channelExists(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
channelExists(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
charAt(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets the character at the specified index.
charMatcher(char) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Constructor that creates a matcher from a character.
charSetMatcher(char...) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Constructor that creates a matcher from a set of characters.
charSetMatcher(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Constructor that creates a matcher from a string representing a set of characters.
checkConfigAndGetUser(Decrypter) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
If the process must be run under a specific user, check the configuration of '"pas.launcher.forkas.method"' property and proceed as follow: if "pas.launcher.forkas.method"=none : throws IllegalAccessException if "pas.launcher.forkas.method"=pwd : return the user using its login and password if "pas.launcher.forkas.method"=key : return the user using its ssh key
checkCudaWin() - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if CUDA is set-up (for Windows System only)
checkExec(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if a file exist in folders contains in PATH environment variable
checkFileExist(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if the given file path exist or not.
checkFreeMemory(long) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if there is enough free memory.
checkFreeSpaceDiskAvailable(Long, String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if free space (for a specify path) is greater than space
checkFreeSpaceDiskAvailableForTmpDir(Long) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if default free space (tmpdir) is greater than parameter
checkGroupFile() - Method in class org.ow2.proactive.authentication.FileLoginModule
 
checkHostName(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if the host name is the given one.
checkInitialized() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
checkIp(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if the host matches the given IP address.
The IP can be given as x.x.x.x or using the token * to match a network for example.
checkJavaProperty(String, String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check a Java Property
checkJobPermissionMethod(String, String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Check if the user has the permission to execute the method passed as argument
checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
checkJobPermissionMethod(String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
checkLoginFile() - Method in class org.ow2.proactive.authentication.FileLoginModule
 
checkOSArch(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check the OS Architecture
checkOSName(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check the OS Name (case-insensitive)
checkOSVersion(String) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check the OS Version
checkPermission(Credentials) - Method in interface org.ow2.proactive.jmx.PermissionChecker
Checks that client has the specified permission.
checkPermission(Permission, String) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Checks if user has the specified permission.
checkProperties(String, Conditions) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check all given conditions in the given configuration file path.
This method returns true if (and only if) every conditions match the given file.
checkProperty(String, Condition) - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check the condition in the given configuration file.
checkVariableFormat(Task, JobVariable, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
 
checkWifi() - Static method in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Check if a wireless network interface exist
children - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
Chronological - Annotation Type in org.ow2.proactive.jmx
This annotation marks the fields of mbean for those we have a history in rrd data base.
ClasspathUtils - Class in org.ow2.proactive.utils
 
ClasspathUtils() - Constructor for class org.ow2.proactive.utils.ClasspathUtils
 
cleanDatabase() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Cleans the DataBase handled by the smart proxy, it will delete all informations tracked.
cleanDataBase() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
cleanDataBase() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
CleanupTimeoutGetter - Class in org.ow2.proactive.scheduler.task.utils.task.termination
 
CleanupTimeoutGetter() - Constructor for class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetter
 
CleanupTimeoutGetterDoubleValue - Class in org.ow2.proactive.scheduler.task.utils.task.termination
 
CleanupTimeoutGetterDoubleValue() - Constructor for class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetterDoubleValue
 
clear() - Method in class org.ow2.proactive.authentication.NoCallback
Resets properties.
clear() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
clear() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Clears the string builder (convenience Collections API style method).
clear(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Removes all of the mappings from this channel map (optional operation).
clear(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
clear(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
clear() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
clearCache() - Method in class org.ow2.proactive.account.AbstractAccountsManager
This methods performs a full refresh from database.
clearTasksChanges() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
ClientBase - Class in org.ow2.proactive.scheduler.rest
 
ClientBase() - Constructor for class org.ow2.proactive.scheduler.rest.ClientBase
 
ClientJobSerializationHelper - Class in org.ow2.proactive.scheduler.job
 
ClientJobSerializationHelper() - Constructor for class org.ow2.proactive.scheduler.job.ClientJobSerializationHelper
 
ClientJobState - Class in org.ow2.proactive.scheduler.job
This class is a client view of a JobState.
ClientJobState(JobState) - Constructor for class org.ow2.proactive.scheduler.job.ClientJobState
 
ClientPermission - Class in org.ow2.proactive.permissions
Base class of client specific permissions.
ClientPermission() - Constructor for class org.ow2.proactive.permissions.ClientPermission
 
ClientPermission(String) - Constructor for class org.ow2.proactive.permissions.ClientPermission
 
ClientPermission(String, String) - Constructor for class org.ow2.proactive.permissions.ClientPermission
 
ClientProvider - Class in org.ow2.proactive.jmx.provider.ro
A provider for creating JMX API connector clients using a given protocol.
ClientProvider() - Constructor for class org.ow2.proactive.jmx.provider.ro.ClientProvider
 
ClientsPolicy - Class in org.ow2.proactive.policy
The java security policy which is used in the scheduler and the resource manager and is indented to filter out permissions for their clients.
ClientTaskState - Class in org.ow2.proactive.scheduler.task
This class is a client view of a TaskState.
ClientTaskState(TaskState) - Constructor for class org.ow2.proactive.scheduler.task.ClientTaskState
 
clone() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
clone() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Clones the topology object, which is uses for synchronization purposes.
clone() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Creates a new instance of this Tokenizer.
cloneAndFilter(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
Clones current state events, but keep only those events which has counter bigger than provided 'filter' Event counter can take values [0, +).
cloneAndFilterNotRemovedOnly() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
Clones current state events, but keep only those events which was not removed.
close() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
Closes this connection.
close() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
close() - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
Closes this server.
close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
 
close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
 
close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
 
close() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
close() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
close() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
close() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
close() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
close() - Method in class org.ow2.proactive.scheduler.task.utils.ProcessStreamsReader
 
close() - Method in class org.ow2.proactive.utils.BoundedStringWriter
Closing a BoundedStringWriter has no effect.
CLOSE_TAG_PATTERN - Static variable in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
pattern that matches for open tag for provided tag name.
closeConnectionById(String) - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
 
ClosureEvaluationException - Exception in org.ow2.proactive.scheduler.synchronization
 
ClosureEvaluationException() - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
 
ClosureEvaluationException(String) - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
 
ClosureEvaluationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
 
ClosureEvaluationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.ClosureEvaluationException
 
Cluster<Element> - Class in org.ow2.proactive.resourcemanager.frontend.topology.clustering
Class represents the cluster of elements grouped by their proximity.
Cluster(String, Element) - Constructor for class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
clusterize(int, Set<String>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.HAC
 
clusterize(int, DistanceFunction) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Clustirizes hosts into clusters based on their proximity
clusterize(int, DistanceFunction) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Clustirizes hosts into clusters based on their proximity
CMD_FILE_COMMENT_CHAR - Static variable in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
comment character used to ignore line in text file containing native commands
COLLECTOR_BIND_NAME - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
 
commaMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns a matcher which matches the comma character.
commit() - Method in class org.ow2.proactive.authentication.FileLoginModule
 
commit() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
This method is called if the LoginContext's overall authentication succeeded (the relevant REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL LoginModules succeeded).
commit() - Method in class org.ow2.proactive.authentication.PAMLoginModule
This method is called if the LoginContext's overall authentication succeeded (the relevant REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL LoginModules succeeded).
commit() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
CommonAttribute - Class in org.ow2.proactive.scheduler.common.task
Definition of the common attributes between job and task.
CommonAttribute() - Constructor for class org.ow2.proactive.scheduler.common.task.CommonAttribute
 
CommonHttpClientBuilder - Class in org.ow2.proactive.http
Utility class used to perform http connections with trust strategy
CommonHttpClientBuilder() - Constructor for class org.ow2.proactive.http.CommonHttpClientBuilder
 
CommonHttpResourceDownloader - Class in org.ow2.proactive.http
 
CommonHttpResourceDownloader.UrlContent - Class in org.ow2.proactive.http
 
COMP_LEVEL - Static variable in class org.ow2.proactive.scheduler.common.util.ZipUtils
Compression level of the file.
COMPARE_BY_FINISHED_TIME_ASC - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
compareByteArray(byte[], byte[]) - Method in class org.ow2.proactive.scripting.SelectionScript
Compare two arrays of bytes
compareTo(RMEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
compareTo(JobState) - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
compareTo(UserIdentification) - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
compareTo(TaskState) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
 
compareTo(JobId) - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
compareTo(TaskId) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
CompilationException - Exception in org.ow2.proactive.scheduler.synchronization
 
CompilationException() - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
 
CompilationException(String) - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
 
CompilationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
 
CompilationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.CompilationException
 
compute(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
compute(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
computeIfAbsent(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
computeIfAbsent(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
computeIfPresent(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
computeIfPresent(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
Condition - Class in org.ow2.proactive.scripting.helper.selection
A Condition object is a structure which defines - the name of the property - the value which will compare - the operator which will be used to operate this In order to compare some values with a local property file, create one or several Condition object and call CheckProperty or CheckProperties method
Condition(String, int, String) - Constructor for class org.ow2.proactive.scripting.helper.selection.Condition
Create a new condition using its name, operator and value.
conditionalCompute(String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Conditional execution on a key based on a predicate result and remapping function.
conditionalCompute(String, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Conditional execution on a key based on a predicate result and two remapping functions.
conditionalCompute(String, TaskId, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
conditionalCompute(String, TaskId, String, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
conditionalCompute(String, String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
conditionalCompute(String, String, String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
conditionalReplaceAll(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Replaces each entry's value with the result of invoking the given function on that entry if the given predicate is satisfied.
conditionalReplaceAll(String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Replaces each entry's value with the result of invoking the given function on that entry if the given predicate is satisfied.
conditionalReplaceAll(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
conditionalReplaceAll(String, TaskId, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
conditionalReplaceAll(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
conditionalReplaceAll(String, String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
Conditions - Class in org.ow2.proactive.scripting.helper.selection
Conditions provide a way to group a list of conditions used for the selection scripts
Conditions() - Constructor for class org.ow2.proactive.scripting.helper.selection.Conditions
 
Configurable - Annotation Type in org.ow2.proactive.resourcemanager.nodesource.common
Annotation for automatic GUI construction.
ConfigurableAdapter - Class in org.ow2.proactive.resourcemanager.nodesource.common
Converts the @Configurable annotation into a String, else JAXB / JACKSON won't serialize it
ConfigurableAdapter() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter
 
ConfigurableAdapter.ConfigurableValues - Enum in org.ow2.proactive.resourcemanager.nodesource.common
Keep track of the possible values of the @Configurable annotation
ConfigurableAdapter.ConfigurableWrapper - Class in org.ow2.proactive.resourcemanager.nodesource.common
Actual serialized object
ConfigurableField - Class in org.ow2.proactive.resourcemanager.nodesource.common
Encapsulation of field name, value and its meta data.
ConfigurableField(String, String, Configurable) - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
 
ConfigurableWrapper(ConfigurableAdapter.ConfigurableValues, String, boolean) - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableWrapper
 
configuredEvents - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
configureEvents(SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Configure the scheduler events this smart proxy is listening to.
configureSecurityManager(String, long) - Static method in class org.ow2.proactive.utils.SecurityPolicyLoader
 
connect(String) - Method in class org.ow2.proactive.authentication.Connection
Connect to the service with given url.
connect() - Method in class org.ow2.proactive.jmx.JMXClientHelper
Establishes the connection to the connector server by calling JMXClientHelper.connect(JMXTransportProtocol) using the JMXTransportProtocol specified by the JMXClientHelper.PA_JMX_CLIENT_PROTOCOL property that can be JMXTransportProtocol.RMI or JMXTransportProtocol.RO.
connect(JMXTransportProtocol) - Method in class org.ow2.proactive.jmx.JMXClientHelper
Establishes the connection to the connector server.
connect() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
connect(Map<String, ?>) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
connect() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
Connects to the dataspace at the default schedulerRestUrl, using the current user credentials
connect(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
Connects to the server at the specified schedulerRestUrl, using the current user credentials
connect() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
Connects to the scheduler at the default schedulerRestUrl, using the current user credentials
connect(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
Connects to the scheduler at the specified schedulerRestUrl, using the current user credentials
Connection<T extends Authentication> - Class in org.ow2.proactive.authentication
Class implements connection to the service with authentication.
Connection(Class<? extends Authentication>) - Constructor for class org.ow2.proactive.authentication.Connection
Create a new instance of Connection
ConnectionException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when trying to join an active Scheduler.
For some different reasons, it could be thrown when joining a started Scheduler.
ConnectionException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
Create a new instance of ConnectionException
ConnectionException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
Create a new instance of PermissionException
ConnectionException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
Create a new instance of ConnectionException
ConnectionException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ConnectionException
Create a new instance of ConnectionException
ConnectionInfo - Class in org.ow2.proactive.authentication
Composite object storing information to connect to the scheduler/rm
ConnectionInfo(String, String, String, File, boolean) - Constructor for class org.ow2.proactive.authentication.ConnectionInfo
 
connectionInfo - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
contains(String) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
contains(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks if the string builder contains the specified char.
contains(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks if the string builder contains the specified string.
contains(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks if the string builder contains a string matched using the specified matcher.
CONTAINS - Static variable in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Pattern matching operator
containsKey(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns true if this channel map contains a mapping for the specified key.
containsKey(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
containsKey(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
containsKey(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
containsValue(String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns true if this channel map maps one or more keys to the specified value.
containsValue(String, TaskId, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
containsValue(String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
containsValue(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
CONTEXT_FILE - Static variable in class org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm
 
CONTINUE_JOB_EXECUTION - Static variable in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
ConversionException - Exception in org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions
 
ConversionException(String, Class<?>) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
 
ConversionException(String, Class<?>, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
 
ConversionException(String, Class<?>, String) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
 
ConversionException(String, Class<?>, String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ConversionException
 
convert(String) - Method in enum org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface.MBeanAttributeType
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.BooleanConverter
 
convert(String) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.Converter
Converts the specified string parameter value to a given type.
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DateTimeConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DoubleConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.FloatConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IdentityConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IntegerConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.LongConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.ShortConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.URIConverter
 
convert(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.URLConverter
 
convertAllBytes2Objects(Map<String, byte[]>, ClassLoader) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
 
convertAllObjects2Bytes(Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
 
convertByte2Object(byte[]) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
 
convertByteArrayToFile(byte[], File) - Static method in class org.ow2.proactive.utils.FileToBytesConverter
write contents of a byte array in a file
Converter<T> - Interface in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
convertFileToByteArray(File) - Static method in class org.ow2.proactive.utils.FileToBytesConverter
Read contents of a file and return it as a byte array
convertObject2Byte(String, Serializable) - Static method in class org.ow2.proactive.scheduler.common.util.AllObjects2BytesConverterHandler
 
CookieBasedProcessTreeKiller - Class in org.ow2.proactive.utils
 
CopyFile - Class in org.ow2.proactive.scheduler.examples
CopyFile, copy a single input File to an output File
CopyFile() - Constructor for class org.ow2.proactive.scheduler.examples.CopyFile
 
copyInputDataToScratch(List<InputSelector>) - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
copyInputDataToScratch(List<InputSelector>) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
copyScratchDataToOutput(List<OutputSelector>) - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
copyScratchDataToOutput(List<OutputSelector>) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
count - Variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
The number of valid bytes in the buffer.
counter - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
event count sent to this client during the session
counter - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
create(IDataSpaceClient.IRemoteSource) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
create(IDataSpaceClient.IRemoteSource) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
Creates a new file or folder in the specified dataspace dataspace.
createAllChildrenKiller(String) - Static method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
A subsequent kill will terminate all children of the current process.
createAppenderProvider(URI) - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingProvider
Create an appender provider (i.e.
createAppenderProvider(URI) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
 
createAppenderProvider(URI) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
 
createAppenderProvider(URI) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketWithSSHTunnelBasedForwardingProvider
 
createBindings() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
 
createBucketIfNotExists(String, AmazonS3) - Static method in class org.ow2.proactive.scheduler.examples.S3ConnectorUtils
Creates an S3 bucket if it does not exist and returns its name.
createChannel(String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Create a channel, overwrite any already existing channel with the same name
createChannel(String, TaskId, String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
createChannel(String, boolean) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
createChannelIfAbsent(String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Create a channel, if no channel with the same name already exists
createChannelIfAbsent(String, TaskId, String, boolean) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
createChannelIfAbsent(String, boolean) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
createContainerURL(String, String, String) - Static method in class org.ow2.proactive.scheduler.examples.AzureStorageConnectorUtils
 
createContinueFlowScript() - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
Create a converter used by this parser
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
createConverter(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
CreateCredentials - Class in org.ow2.proactive.authentication.crypto
Creates encrypted credentials for future non-interactive authentications
CreateCredentials() - Constructor for class org.ow2.proactive.authentication.crypto.CreateCredentials
 
createCredentials(CredData, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Creates new encrypted credentials.
createCredentials(CredData, PublicKey) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Creates new encrypted credentials.
createCredentials(CredData, PublicKey, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Creates new encrypted credentials
createCredentials(String, String, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Deprecated.
createCredentials(String, String, PublicKey) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Deprecated.
createCredentials(String, String, String, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Deprecated.
createCredentials(String, String, byte[], PublicKey, String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Deprecated.
createDataSpaceNodeClient(TaskContext, SchedulerNodeClient, IDataSpaceClient.Dataspace) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
 
createFileAppender(File) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
createFileWithPath(File) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
 
createFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
createFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
createFolder(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
createFolderHierarchy(boolean, DataSpacesFileObject, DataSpacesFileObject) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
createFolderHierarchySequentially(DataSpacesFileObject, String, List<DataSpacesFileObject>, Map<String, DataSpacesFileObject>) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
createForkedJvmTaskExecutionCommand(TaskContext, ScriptResult, String) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedJvmTaskExecutionCommandCreator
Creates a command to start a task inside a java virtual machine.
createForkedProcessBuilder(TaskContext, File, PrintStream, PrintStream, File) - Method in class org.ow2.proactive.scheduler.task.executors.ForkedProcessBuilderCreator
Creates a process builder for a given task context.
createHandler(Node) - Static method in class org.ow2.proactive.scripting.ScriptLoader
Create a script handler active object that performs a script execution
createIfFlowScript(String, String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform an IF control flow action the code will be run using a javascript engine
createIfFlowScript(String, String, String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform an IF control flow action
createIfFlowScript(Script<?>, String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform an IF control flow action
createInstance() - Static method in class org.ow2.proactive.scheduler.rest.SchedulerClient
Creates an ISchedulerClient instance.
createInternalHttpClientBuilder() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
createJob(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Creates a job using the given job descriptor.
createJob(String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Creates a job using the given job descriptor.
createJob(URI) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Creates a job using the given job descriptor.
createJob(URI, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Creates a job using the given job descriptor.
createJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
 
createJob(InputStream, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
 
createJob(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
createJob(String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
createJob(URI) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
createJob(URI, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
createJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
createJob(InputStream, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
createLocalHandler() - Static method in class org.ow2.proactive.scripting.ScriptLoader
Creates a local script handler: not an AO
createLogFilePath(File) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
createLoggerServer(LoggingEventProcessor) - Static method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
Create and start a new logger server on any free port.
createLoopFlowScript(String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform a LOOP control flow action the code will be run using a javascript engine
createLoopFlowScript(String, String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform a LOOP control flow action
createLoopFlowScript(Script<?>, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform a LOOP control flow action
createMBean(String, ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
createMBean(String, ObjectName, ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
createMBean(String, ObjectName, Object[], String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
createNativeJobFromCommand(String, String, String, String) - Method in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
Creates a job from a String representing a native command to launch.
createNativeJobFromCommandsFile(String, String, String, String) - Method in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
Create a job from a String representing file path, this text file contains native commands to launch Every line of the text file is taken and considered as a native command from which a native task is built, except lines beginning with FlatJobFactory.JOB_DEFAULT_NAME_PREFIX and empty lines.
createNewFolderName() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
createNodeSource(String, String, Object[], String, Object[], boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
createNodeSource(String, String, Object[], String, Object[], boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Deprecated.
As of version 8.1, replaced by ResourceManager.defineNodeSource(String, String, Object[], String, Object[], boolean) and ResourceManager.deployNodeSource(String) The node source is the set of nodes acquired from specific infrastructure and characterized by particular acquisition policy.

This method creates a new node source with specified name, infrastructure manager and acquisition policy. Parameters required to create infrastructure manager and policy can be obtained from corresponding PluginDescriptor.

createParserValidator() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ModelValidator
Returns a registered parser validator based on the model syntax.
createProcessChildrenKiller(String, Map<String, String>) - Static method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
A subsequent kill will terminate only children of the process whose environment is passed as a parameter.
createReplicateFlowScript(String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform a REPLICATE control flow action the code will be run using a javascript engine
createReplicateFlowScript(String, String) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform a Replicate control flow action
createReplicateFlowScript(Script<?>) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Creates a Control Flow Script configured to perform a REPLICATE control flow action
createSchedulerNodeClient(TaskContext) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
 
createScriptEngine() - Method in class org.ow2.proactive.scripting.Script
The Script Engine used to evaluate the script.
createServer(LoggingEventProcessor) - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingProvider
Create locally a server that is able to receive logging events from the appender created by createAppenderProvider.
createServer(LoggingEventProcessor) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
 
createServer(LoggingEventProcessor) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
 
createSslContext() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
createTaskDataspaces(TaskId, NamingService, boolean) - Method in class org.ow2.proactive.scheduler.task.ProActiveForkedTaskLauncherFactory
 
createTaskDataspaces(TaskId, NamingService, boolean) - Method in class org.ow2.proactive.scheduler.task.ProActiveNonForkedTaskLauncherFactory
 
createTaskDataspaces(TaskId, NamingService, boolean) - Method in interface org.ow2.proactive.scheduler.task.TaskLauncherFactory
 
createTaskExecutor(File) - Method in class org.ow2.proactive.scheduler.task.ProActiveForkedTaskLauncherFactory
 
createTaskExecutor(File) - Method in class org.ow2.proactive.scheduler.task.ProActiveNonForkedTaskLauncherFactory
 
createTaskExecutor(File) - Method in interface org.ow2.proactive.scheduler.task.TaskLauncherFactory
 
createTaskId(JobId, String, long) - Static method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Create task id, and set task name.
createTaskId(JobId, String, long, String) - Static method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Create task id, and set task name + tag.
createTempDirectory(String, String, File) - Static method in class org.ow2.proactive.utils.FileUtils
Creates a new temp directory in the specified directory, using the given prefix and suffix strings to generate its name.
createValidator(String, Converter<T>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
Create a validator used by this parser, using eventually a converter
createValidator(String, Converter<Boolean>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
createValidator(String, Converter<Date>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
createValidator(String, Converter<T>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
createValidator(String, Converter<String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
createValidator(String, Converter<URI>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
createValidator(String, Converter<URL>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
CredData - Class in org.ow2.proactive.authentication.crypto
Used to properly separate login, password and key: will be serialized and encrypted
CredData() - Constructor for class org.ow2.proactive.authentication.crypto.CredData
 
CredData(String, String) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
 
CredData(String, String, Map<String, String>) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
 
CredData(String, String, String) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
 
CredData(String, String, byte[]) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
 
CredData(String, String, String, byte[]) - Constructor for class org.ow2.proactive.authentication.crypto.CredData
 
Credentials - Class in org.ow2.proactive.authentication.crypto
Encapsulates encrypted Scheduler credentials
credentials - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
credentials - Variable in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
 
CREDENTIALS_KEY_PREFIX - Static variable in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
Will be replaced by the matching third-party credential Example: if one of the third-party credentials' key-value pairs is 'foo:bar', then '$credentials_foo' will be replaced by 'bar' in the arguments of the tasks.
CREDENTIALS_VARIABLE - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
The variable name to access the user's third party credentials.
credentialsPathProperty - Static variable in class org.ow2.proactive.authentication.crypto.Credentials
Java properly describing the path to the encrypted credentials on the local drive
Criteria - Class in org.ow2.proactive.utils
When user searches for nodes in the resource manager he can specify various criteria.
Criteria(int) - Constructor for class org.ow2.proactive.utils.Criteria
Creates criteria instance
criterias() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
 
CRON_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
CRON_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
CRONParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
CRONParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
CRONValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
CRONValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CRONValidator
 
cScript - Variable in class org.ow2.proactive.scheduler.common.task.Task
CleaningScript : can be used to launch script just after the task or the postScript (if set) Started even if a problem occurs.
currentOrder - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
currentSort - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 

D

dataBaseFile - Variable in class org.ow2.proactive.jmx.RRDDataStore
 
DatabaseManagerException - Exception in org.ow2.proactive.db
DatabaseManagerException is thrown by the DataBaseManager when Hibernate exception occurs.
DatabaseManagerException() - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
Create a new instance of DatabaseManagerException.
DatabaseManagerException(String, Throwable) - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
Create a new instance of DatabaseManagerException.
DatabaseManagerException(String) - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
Create a new instance of DatabaseManagerException.
DatabaseManagerException(Throwable) - Constructor for exception org.ow2.proactive.db.DatabaseManagerException
Create a new instance of DatabaseManagerException.
dataSources - Variable in class org.ow2.proactive.jmx.RRDDataStore
 
DataSpaceClient - Class in org.ow2.proactive.scheduler.rest.ds
 
DataSpaceClient() - Constructor for class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
DataSpaceClient(String, ClientHttpEngine) - Constructor for class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
dataSpaceConfigPropertyToUrls(String) - Static method in class org.ow2.proactive.utils.Tools
Parses the given dataspace configuration property to an array of strings The parsing handles double quotes and space separators
DataSpaceNodeClient - Class in org.ow2.proactive.scheduler.task.client
DataSpace api available as a variable during the execution of a task.
DataSpaceNodeClient(SchedulerNodeClient, IDataSpaceClient.Dataspace, String) - Constructor for class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
DataUtility - Class in org.ow2.proactive.scheduler.rest.data
 
DATETIME_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
DATETIME_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
DateTimeConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
DateTimeConverter(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DateTimeConverter
 
DateTimeParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
DateTimeParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
DATETYPE_MAIN_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
DBConnectionDetails - Class in org.ow2.proactive.scheduler.examples.connectionpooling
 
DBConnectionDetails.Builder - Class in org.ow2.proactive.scheduler.examples.connectionpooling
 
DBConnectionPoolFactory - Class in org.ow2.proactive.scheduler.examples.connectionpooling
 
DBConnectionPoolFactory() - Constructor for class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolFactory
 
DBConnectionPoolsHolder - Class in org.ow2.proactive.scheduler.examples.connectionpooling
 
decreaseNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
Decrease the number of execution left.
decreaseNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
Decrease the number of execution on failure left.
decrypt(String) - Method in class org.ow2.proactive.authentication.crypto.Credentials
Decrypts the encapsulated credentials
decrypt(PrivateKey) - Method in class org.ow2.proactive.authentication.crypto.Credentials
Decrypts the encapsulated credentials
decrypt(PrivateKey, String, HybridEncryptionUtil.HybridEncryptedData) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
 
decrypt(PrivateKey, String, byte[]) - Static method in class org.ow2.proactive.authentication.crypto.KeyPairUtil
Decrypt a message using asymmetric keys
decrypt(SecretKey, String, byte[]) - Static method in class org.ow2.proactive.authentication.crypto.KeyUtil
Decrypt a message using a symmetric key
decrypt() - Method in class org.ow2.proactive.scheduler.task.utils.Decrypter
Decrypt the stored credential with this object private key.
decryptBase64String(String, PrivateKey, String) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
 
Decrypter - Class in org.ow2.proactive.scheduler.task.utils
Decrypter is used to ensure one shot usage of private key for a decryption.
Decrypter(PrivateKey) - Constructor for class org.ow2.proactive.scheduler.task.utils.Decrypter
Create a new instance of Decrypter
decryptString(HybridEncryptionUtil.HybridEncryptedData, PrivateKey) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
 
DEFAULT_BUFFER_LENGTH - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
The default number of bytes in the buffer.
DEFAULT_ESCAPE - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Constant for the default escape character.
DEFAULT_JOB_NAME - Static variable in class org.ow2.proactive.scheduler.job.JobIdImpl
Default job name
DEFAULT_OUTPUT_MAX_SIZE - Static variable in class org.ow2.proactive.scripting.Script
 
DEFAULT_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Constant for the default variable prefix.
DEFAULT_STATIC_SOURCE_NAME - Static variable in interface org.ow2.proactive.resourcemanager.common.RMConstants
The default name of the static node source created at Resource manager Startup
DEFAULT_STATUS_FILENAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
Default name of the file used to persist the list of jobs
DEFAULT_STORAGE_SIZE - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
Default buffer size.
DEFAULT_SUFFIX - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Constant for the default variable suffix.
DEFAULT_VALUE_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Constant for the default value delimiter of a variable.
DefaultModelJobValidatorServiceProvider - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model
TaskFlowJob validator which validates variables against model definition
DefaultModelJobValidatorServiceProvider() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
 
defineNodeSource(String, String, Object[], String, Object[], boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
defineNodeSource(String, String, Object[], String, Object[], boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Defines a new node source in the resource manager.
delete(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes the characters between the two specified indices.
delete(IDataSpaceClient.IRemoteSource) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
delete(IDataSpaceClient.IRemoteSource) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
Deletes the specified directory or the file from the dataspace.
deleteAll(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes the character wherever it occurs in the builder.
deleteAll(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes the string wherever it occurs in the builder.
deleteAll(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes all parts of the builder that the matcher matches.
deleteChannel(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Delete a channel
deleteChannel(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
deleteChannel(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
deleteCharAt(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes the character at the specified index.
deleteFile(File) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
Delete the given file or folder(including its content) inside the local space
deleteFile(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Delete the given file or folder(including its content) inside the remote space
deleteFile(String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Deletes the specified file from the server.
deleteFile(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
deleteFile(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
deleteFile(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
deleteFile(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
deleteFiles(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
Deletes all files found by resolving the given pattern The following special characters can be used :
** matches zero or more directories
* matches zero or more characters
? matches one character
deleteFiles(String, String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Delete the remote files described by the given pattern The following special characters can be used inside the pattern :
** matches zero or more directories
* matches zero or more characters
? matches one character
deleteFiles(String, String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
deleteFirst(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes the character wherever it occurs in the builder.
deleteFirst(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes the string wherever it occurs in the builder.
deleteFirst(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Deletes the first match within the builder using the specified matcher.
deleteRecursively(Path) - Static method in class org.ow2.proactive.utils.FileUtils
Deletes a file or directory and all contents recursively.
DependenceFailedException - Exception in org.ow2.proactive.scheduler.common.exception
Exceptions Generated if a ProActive task is sent to a java or native task dependence list.
DependenceFailedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.DependenceFailedException
Create a new instance of JobCreationException with the given messag
deployNodeSource(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
deployNodeSource(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Start acquiring the nodes of a node source that has been defined before.
DESC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort according to descendant order
DESC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
DESC_ORDER - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
description - Variable in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableWrapper
 
description - Variable in class org.ow2.proactive.scheduler.common.job.Job
Short description of this job
description - Variable in class org.ow2.proactive.scheduler.common.task.Task
Description of the task.
deserializeVariableMap(Map<String, byte[]>) - Static method in class org.ow2.proactive.scheduler.common.task.util.SerializationUtil
 
deserializeVariableMap(Map<String, byte[]>, ClassLoader) - Static method in class org.ow2.proactive.scheduler.common.task.util.SerializationUtil
 
DIFFERENT_HOSTS_EXCLUSIVE - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
the set of nodes one per host exclusively (hosts are reserved for the user)
DifferentHostsExclusiveDescriptor - Class in org.ow2.proactive.topology.descriptor
This descriptor allows to select one node per host exclusively.
DifferentHostsExclusiveDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.DifferentHostsExclusiveDescriptor
Constructs a new instance of the class.
digest(String) - Static method in class org.ow2.proactive.scripting.Script
Get MD5 hash value of the script without parameters
digest() - Method in class org.ow2.proactive.scripting.SelectionScript
Get MD5 hash value
DISABLE_PROCESS_TREE_KILLER_GENERIC_INFO - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
This generic information can be used to disable Process Tree Killer execution
disableContentCompression() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
discardAllJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
This call "reset" the current proxy by removing all knowledge of awaited jobs
discardAllJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
discardJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
Removes the given job of the awaited job list (should rarely be used)
discardJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
disconnect() - Method in class org.ow2.proactive.jmx.JMXClientHelper
Disconnects the connector of this helper.
disconnect() - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
disconnect() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Disconnects from resource manager and releases all the nodes taken by user for computations.
disconnect() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Disconnect properly the user from the scheduler.
disconnect() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
disconnect() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
disconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Disconnect from the scheduler
disconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
disconnect() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
Disconnect from the server
disconnect() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
disconnect() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
DisconnectionAwareSchedulerEventListener - Interface in org.ow2.proactive.scheduler.rest
extended scheduler event listener to notify the disconnection event
display() - Method in class org.ow2.proactive.scheduler.common.job.Job
 
display() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
 
display() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
 
display() - Method in class org.ow2.proactive.scheduler.common.task.NativeTask
 
display() - Method in class org.ow2.proactive.scheduler.common.task.ScriptTask
 
display() - Method in class org.ow2.proactive.scheduler.common.task.Task
 
display() - Method in class org.ow2.proactive.scripting.Script
 
distance(long, long) - Method in interface org.ow2.proactive.topology.descriptor.DistanceFunction
Defines the way how distances are calculated in clustering
DistanceFunction - Interface in org.ow2.proactive.topology.descriptor
This class represent a distance function for hierarchical agglomerative clustering.
doInTransaction(Session) - Method in interface org.ow2.proactive.db.SessionWork
 
doTask(ExecutableContainer, TaskResult[], TaskTerminateNotification, String, boolean) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
DOUBLE_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
 
DOUBLE_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
 
DoubleConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
DoubleConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.DoubleConverter
 
DoubleParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
DoubleParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
 
doubleQuoteMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns a matcher which matches the double quote character.
download(IDataSpaceClient.IRemoteSource, IDataSpaceClient.ILocalDestination) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
download(IDataSpaceClient.IRemoteSource, IDataSpaceClient.ILocalDestination) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
 
downloadTaskOutputFiles(AwaitedJob, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Pull the output files of the given task from the pull_url either to the localFolder defined for the job or to the localFolder specified as argument, if it is not null.
downloadTaskOutputFiles(AwaitedJob, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
downloadTaskOutputFiles(AwaitedJob, String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
DS_CACHE_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
DS_GLOBAL_API_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
DS_GLOBAL_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
DS_INPUT_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
DS_OUTPUT_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
DS_SCRATCH_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
DS_USER_API_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
DS_USER_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
dynamic - Variable in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableWrapper
 

E

editNodeSource(String, String, Object[], String, Object[], boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
editNodeSource(String, String, Object[], String, Object[], boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Edit an existing node source in the resource manager.
element - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
elements() - Method in class org.ow2.proactive.policy.Permissions
 
elseBranchSelectedVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Value to set FlowScript.branchSelectionVariable to signify the ELSE branch should be selected
ELSEWHERE - Static variable in class org.ow2.proactive.scheduler.common.task.RestartMode
The task will be restarted on an other node.
EMPTY_CONTAINER - Static variable in class org.ow2.proactive.scheduler.common.SortSpecifierContainer
 
EMPTY_STATE - Static variable in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
EmptyAppender - Class in org.ow2.proactive.scheduler.common.util.logforwarder.appenders
 
EmptyTask - Class in org.ow2.proactive.scheduler.examples
Do nothing...
EmptyTask() - Constructor for class org.ow2.proactive.scheduler.examples.EmptyTask
 
encrypt(PublicKey, String, byte[]) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
 
encrypt(PublicKey, String, byte[]) - Static method in class org.ow2.proactive.authentication.crypto.KeyPairUtil
Encrypt a message using asymmetric keys
encrypt(SecretKey, String, byte[]) - Static method in class org.ow2.proactive.authentication.crypto.KeyUtil
Encrypt a message using a symmetric key
ENCRYPTED_DATA_SEP - Static variable in class org.ow2.proactive.authentication.FileLoginModule
 
encryptString(String, PublicKey) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
 
encryptStringToBase64(String, PublicKey, String) - Static method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
 
end - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.Block
 
endActivity(Body) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
endsWith(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks whether this builder ends with the specified string.
ensureCapacity(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks the capacity and ensures that it is at least the size specified.
entrySet(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns a Set view of the mappings contained in this map.
entrySet(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
entrySet(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
entrySet() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
Environment - Class in org.ow2.proactive.utils
Environment this class uses JNA to change the System Environment variables from the current JVM
Environment() - Constructor for class org.ow2.proactive.utils.Environment
 
Environment.LinuxLibC - Interface in org.ow2.proactive.utils
 
Environment.POSIX - Class in org.ow2.proactive.utils
 
Environment.WinLibC - Interface in org.ow2.proactive.utils
 
EQUAL - Static variable in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Equal than operator
equals(Object) - Method in class org.ow2.proactive.authentication.principals.IdentityPrincipal
 
equals(Object) - Method in class org.ow2.proactive.permissions.PrincipalPermission
 
equals(Object) - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
equals(Object) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Compare two RMNodeEvent objects.
equals(Object) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
Compare two RMNodeSourceEvent objects.
equals(Object) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.task.util.BooleanWrapper
 
equals(Object) - Method in class org.ow2.proactive.scheduler.common.task.util.IntegerWrapper
 
equals(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks the contents of this builder against another to see if they contain the same character content.
equals(Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks the contents of this builder against another to see if they contain the same character content.
equals(Object) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
 
equals(Object) - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
equals(Object) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
equals(Object) - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
 
equals(Object) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
 
equals(Object) - Method in class org.ow2.proactive.scripting.Script
 
equals(Object) - Method in class org.ow2.proactive.scripting.SelectionScript
 
equalsIgnoreCase(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks the contents of this builder against another to see if they contain the same character content ignoring case.
errorOccured() - Method in class org.ow2.proactive.scripting.ScriptResult
tell if an exception has been raised during script execution.
eval(String, ScriptContext) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
 
eval(Reader, ScriptContext) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
 
EventCodecUtil - Class in org.ow2.proactive.scheduler.rest.utils
 
eventListeners - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
exception(Throwable) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
 
EXCEPTION_MESSAGE - Static variable in class org.ow2.proactive.scheduler.examples.FailTaskConditionally
 
ExceptionUtility - Class in org.ow2.proactive.scheduler.rest
 
execInitializer - Variable in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
executableClassName - Variable in class org.ow2.proactive.scheduler.common.task.JavaTask
Classname of the executable
ExecutableContainer - Class in org.ow2.proactive.scheduler.task.containers
An executable container allows to instantiate the actual executable in a lazy manner, i.e.
ExecutableContainer() - Constructor for class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
 
ExecutableCreationException - Exception in org.ow2.proactive.scheduler.common.exception
Exceptions Generated if a problem occurred while creating a task.
ExecutableCreationException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ExecutableCreationException
Attaches a message to the Exception.
ExecutableCreationException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.ExecutableCreationException
Create a new instance of TaskCreationException.
ExecutableCreationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ExecutableCreationException
Create a new instance of TaskCreationException with the given message and cause
ExecutableCreationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.ExecutableCreationException
Create a new instance of TaskCreationException with the given cause.
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
The content of this method will be executed once after being scheduled.
This may generate a result as an Object.
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.AbortJob
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.AzureBlobDownloader
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.AzureBlobUploader
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.CopyFile
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.EmptyTask
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.FailTaskConditionally
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.IncrementJob
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.IterationAwareJob
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.KillJob
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.MonteCarlo
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.MonteCarloAverage
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.MultiNodeExample
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.PropertyTask
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.S3ConnectorDownloader
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.S3ConnectorUploader
 
execute(TaskResult...) - Method in class org.ow2.proactive.scheduler.examples.WaitAndPrint
 
execute(TaskContext, PrintStream, PrintStream) - Method in class org.ow2.proactive.scheduler.task.executors.ForkedTaskExecutor
 
execute(TaskContext, PrintStream, PrintStream) - Method in class org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor
Executes a task inside a task context.
execute(TaskContext, PrintStream, PrintStream) - Method in interface org.ow2.proactive.scheduler.task.executors.TaskExecutor
 
execute() - Method in class org.ow2.proactive.scripting.Script
Execute the script and return the ScriptResult corresponding.
execute(Map<String, Object>, PrintStream, PrintStream) - Method in class org.ow2.proactive.scripting.Script
Execute the script and return the ScriptResult corresponding.
ExecuteForkedTaskInsideNewJvm - Class in org.ow2.proactive.scheduler.task.executors.forked.env
 
executeForkEnvironmentScript(TaskContext, PrintStream, PrintStream) - Method in class org.ow2.proactive.scheduler.task.executors.ForkEnvironmentScriptExecutor
Executes a fork environment script.
executeQuery(DBConnectionDetails, String) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolsHolder
 
executeReadOnlyTransaction(SessionWork<T>) - Method in class org.ow2.proactive.db.TransactionHelper
Execute the specified sessionWork in a session configured for read-only interactions with the database.
executeReadWriteTransaction(SessionWork<T>) - Method in class org.ow2.proactive.db.TransactionHelper
Execute the specified sessionWork in a session configured for read/write interactions with the database.
executeReadWriteTransaction(SessionWork<T>, boolean) - Method in class org.ow2.proactive.db.TransactionHelper
 
executeScript(Script<T>, String, Set<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
executeScript(String, String, String, Set<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
executeScript(Script<T>, String, Set<String>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Executes the script on the specified targets depending on the target type.
executeScript(String, String, String, Set<String>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Executes the script on the specified targets depending on the target type.
executeUpdate(DBConnectionDetails, String) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolsHolder
 
exitcode - Variable in class org.ow2.proactive.scheduler.examples.KillJob
 
EXPORTED_PROPERTIES_VAR_NAME - Static variable in class org.ow2.proactive.scripting.PropertyUtils
Deprecated.
 
exportProperty(String) - Static method in class org.ow2.proactive.scripting.PropertyUtils
Deprecated.
This method allows to export a java property, i.e.
extractException(Exception) - Static method in class org.ow2.proactive.jmx.provider.JMXProviderUtils
Iterate until we extract the real exception from a stack of PrivilegedActionExceptions.
extractJavaPrefixCommandToCommandListFromScriptResult(ScriptResult) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.command.JavaPrefixCommandExtractor
Extracts a java fork prefix command from a script result.
extractRange(String, Converter<T>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
extractThirdPartyCredentials(TaskContext) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
 
extractURI(JMXServiceURL) - Static method in class org.ow2.proactive.jmx.provider.JMXProviderUtils
Extracts an URI from a JMXServiceURL address such as: service:jmx:protocol:///jndi/uri
extractVariablesThirdPartyCredentialsAndSystemEnvironmentVariables(TaskContext) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
Retrieve all third party credential variables in a map.

F

FailTaskConditionally - Class in org.ow2.proactive.scheduler.examples
Throw RuntimeException if replicationId argument is 1, otherwise sleep for 30 seconds and exit normally.
FailTaskConditionally() - Constructor for class org.ow2.proactive.scheduler.examples.FailTaskConditionally
 
FALLBACK_GROUP_MEMBERSHIP - Static variable in class org.ow2.proactive.authentication.LDAPProperties
group fall back property, check user group membership group file if user is not found in corresponding LDAP group.
FALLBACK_USER_AUTH - Static variable in class org.ow2.proactive.authentication.LDAPProperties
fall back property, check user/password and group in files if user is not found in LDAP.
fetchScript() - Method in class org.ow2.proactive.scripting.Script
If the script is defined by an url, in fetchImmediately=false mode, retrieve and return the script content from the url.
fetchScriptWithExceptionHandling() - Method in class org.ow2.proactive.scripting.Script
If the script is defined by an url, in fetchImmediately=false mode, retrieve and return the script content from the url.
fetchUrlIfNeeded() - Method in class org.ow2.proactive.scripting.Script
 
FileLoginModule - Class in org.ow2.proactive.authentication
Authentication based on user and group file.
FileLoginModule() - Constructor for class org.ow2.proactive.authentication.FileLoginModule
 
FileSystemException - Exception in org.ow2.proactive.scheduler.common.task.dataspaces
FileSystemException exception thrown when errors happen with LocalSpace or RemoteSpace usage
FileSystemException() - Constructor for exception org.ow2.proactive.scheduler.common.task.dataspaces.FileSystemException
 
FileSystemException(String) - Constructor for exception org.ow2.proactive.scheduler.common.task.dataspaces.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.task.dataspaces.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.task.dataspaces.FileSystemException
 
FileToBytesConverter - Class in org.ow2.proactive.utils
Utility functions for converting files contents to a byte array, and vis versa.
FileToBytesConverter() - Constructor for class org.ow2.proactive.utils.FileToBytesConverter
 
FileUtils - Class in org.ow2.proactive.utils
Utils for file handling files.
FileUtils() - Constructor for class org.ow2.proactive.utils.FileUtils
 
filterAndUpdate(Map<String, String>, Map<String, ? extends Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
Replaces variables in input map values using keys defined in variables map.
filterAndUpdate(String, Map<? extends Serializable, ? extends Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
Filters the specified string and replaces the variables with values specified in the map.
filterAndUpdate(Script<?>, Map<? extends Serializable, ? extends Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
Filters the specified script object.
filterOnUser(String) - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Filter the state on the given user name and return a new instance of scheduler state impl After this call, this instance remains the same.
filterOnUser(String) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
Filter the state on the given user name and return a new instance of scheduler state impl After this call, this instance remains the same.
findBaseDirectoryFromJarLocation(String) - Static method in class org.ow2.proactive.utils.ClasspathUtils
Used for instance when looking for SCHEDULER_HOME using jars location.
findPriority(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobPriority
Get the priority associated with the given name.
findPriority(int) - Static method in enum org.ow2.proactive.scheduler.common.job.JobPriority
Get the priority associated with the given priorityValue.
findPriority(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobStatus
 
findSchedulerHome() - Static method in class org.ow2.proactive.utils.ClasspathUtils
 
finished(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is true (fetch all tasks)
finishInErrorTask(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
 
finishInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
finishInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
finishInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
finishInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
finishInErrorTask(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
firstCounter - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
smallest counter among the set of events with equal nodeUrl or nodeSourceName smallest possible counter is zero so that is why we initilize it like this
FlatJobFactory - Class in org.ow2.proactive.scheduler.common.job.factories
This class implements static methods use to parse a text file containing commands, and from it build a ProActive Scheduler job made of native tasks.
FlatJobFactory() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
 
FLOAT_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
 
FLOAT_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
 
FloatConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
FloatConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.FloatConverter
 
FloatParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
FloatParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
 
FlowAction - Class in org.ow2.proactive.scheduler.common.task.flow
Describes a Control Flow Action that enables workflow operations in TaskFlow jobs.
FlowAction() - Constructor for class org.ow2.proactive.scheduler.common.task.flow.FlowAction
Default constructor
FlowAction(FlowActionType) - Constructor for class org.ow2.proactive.scheduler.common.task.flow.FlowAction
Default constructor
FlowActionType - Enum in org.ow2.proactive.scheduler.common.task.flow
Control Flow Action types
FlowBlock - Enum in org.ow2.proactive.scheduler.common.task.flow
Possible values for Task Block declaration
flowBlock - Variable in class org.ow2.proactive.scheduler.common.task.Task
block declaration : syntactic scopes used for workflows string representation of a FlowBlock enum
FlowChecker - Class in org.ow2.proactive.scheduler.common.job.factories
Static checking utility for TaskFlow Jobs
FlowChecker.Block - Class in org.ow2.proactive.scheduler.common.job.factories
Dummy pair class containing two Task
FlowChecker.TaskTree - Class in org.ow2.proactive.scheduler.common.job.factories
Dummy double linked Task tree structure natural Tasks only have bottom-up links
FlowError - Exception in org.ow2.proactive.scheduler.common.job.factories
Exception thrown upon detection of an invalid workflow, see FlowChecker.validate(org.ow2.proactive.scheduler.common.job.TaskFlowJob)
FlowError(String, FlowError.FlowErrorType, String) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.FlowError
Default constructor
FlowError.FlowErrorType - Enum in org.ow2.proactive.scheduler.common.job.factories
Generic category of the error type, for a specific message use Throwable.getMessage()
FlowScript - Class in org.ow2.proactive.scheduler.common.task.flow
Dynamic evaluation of this script determines at runtime if a specific Control Flow operation should be performed in a TaskFlow.
FlowScript() - Constructor for class org.ow2.proactive.scheduler.common.task.flow.FlowScript
FlowScript(FlowScript) - Constructor for class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Copy constructor
flowScript - Variable in class org.ow2.proactive.scheduler.common.task.Task
FlowScript: Control Flow Action Script executed after the task, returns a FlowAction which will perform flow actions on the job
flush() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class org.ow2.proactive.utils.BoundedStringWriter
Flush the stream.
FLUSH_PERIOD - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.ProActiveAppenderProvider
Default flusing period of the ProActive appender.
forEach(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Performs the given action for each entry in this channel map until all entries have been processed or the action throws an exception.
forEach(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
forEach(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
forEachWithIndex(Iterable<T>, Lambda.IteratorWithIndex<T>) - Static method in class org.ow2.proactive.utils.Lambda
 
forEachWithIndex(T, int) - Method in interface org.ow2.proactive.utils.Lambda.IteratorWithIndex
 
FORK_ENVIRONMENT_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
FORK_METHOD_KEY - Static variable in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
System property Key of the fork method
ForkedJvmProcessException - Exception in org.ow2.proactive.scheduler.task.exceptions
ForkedJvmProcessException is thrown when forkedJavaProcess is not responding anymore.
ForkedJvmProcessException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.task.exceptions.ForkedJvmProcessException
Create a new instance of ForkedJvmProcessException
ForkedJvmTaskExecutionCommandCreator - Class in org.ow2.proactive.scheduler.task.executors.forked.env
 
ForkedJvmTaskExecutionCommandCreator() - Constructor for class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedJvmTaskExecutionCommandCreator
 
ForkedProcessBuilderCreator - Class in org.ow2.proactive.scheduler.task.executors
 
ForkedProcessBuilderCreator() - Constructor for class org.ow2.proactive.scheduler.task.executors.ForkedProcessBuilderCreator
 
ForkedTaskExecutor - Class in org.ow2.proactive.scheduler.task.executors
Executor in charge to fork a new process for running a non forked task in a dedicated JVM.
ForkedTaskExecutor(File) - Constructor for class org.ow2.proactive.scheduler.task.executors.ForkedTaskExecutor
 
ForkedTaskVariablesManager - Class in org.ow2.proactive.scheduler.task.executors.forked.env
 
ForkedTaskVariablesManager() - Constructor for class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
 
ForkEnvironment - Class in org.ow2.proactive.scheduler.common.task
Class representing a forked environment of a JVM created specifically for an execution of a Java Task.
ForkEnvironment() - Constructor for class org.ow2.proactive.scheduler.common.task.ForkEnvironment
 
ForkEnvironment(ForkEnvironment) - Constructor for class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Copy constructor.
ForkEnvironment(String) - Constructor for class org.ow2.proactive.scheduler.common.task.ForkEnvironment
 
forkEnvironment - Variable in class org.ow2.proactive.scheduler.common.task.Task
 
ForkEnvironmentScript - Class in org.ow2.proactive.scripting
 
ForkEnvironmentScript(Script<?>) - Constructor for class org.ow2.proactive.scripting.ForkEnvironmentScript
 
ForkEnvironmentScriptExecutor - Class in org.ow2.proactive.scheduler.task.executors
 
ForkEnvironmentScriptExecutor() - Constructor for class org.ow2.proactive.scheduler.task.executors.ForkEnvironmentScriptExecutor
 
ForkEnvironmentScriptResult - Class in org.ow2.proactive.scripting
 
ForkEnvironmentScriptResult() - Constructor for class org.ow2.proactive.scripting.ForkEnvironmentScriptResult
 
ForkEnvironmentScriptResultExtractor - Class in org.ow2.proactive.scripting.helper.forkenvironment
 
ForkEnvironmentScriptResultExtractor() - Constructor for class org.ow2.proactive.scripting.helper.forkenvironment.ForkEnvironmentScriptResultExtractor
 
ForkerUtils - Class in org.ow2.proactive.scheduler.task.utils
ForkerUtils is a helper to cache OSBuilder factory and provide some helping methods to launcher and executable.
ForkerUtils() - Constructor for class org.ow2.proactive.scheduler.task.utils.ForkerUtils
 
ForkerUtils.ForkMethod - Enum in org.ow2.proactive.scheduler.task.utils
 
formatDate(String) - Static method in class org.ow2.proactive.utils.Tools
Format the given string and return a long that correspond to the time represented by the given string.
formatNChar(int, int, char) - Static method in class org.ow2.proactive.utils.Tools
Format the given integer 'toFormat' to a String containing 'nbChar' characters
freeze() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Freeze the scheduler by terminating running tasks.
freeze() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
freeze() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
freeze() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
freeze() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
from(long) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is 0L (no date filtering)
fromJsonString(String, Class<T>) - Static method in class org.ow2.proactive.scheduler.rest.utils.EventCodecUtil
 
fsManager - Variable in class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
The VFS FileSystemManager used for file transfer
function - Variable in class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
 

G

generateConnectionPool(DBConnectionDetails) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolFactory
 
generateKey(String, int) - Static method in class org.ow2.proactive.authentication.crypto.KeyUtil
Generates a secret symmetric key
generateKeyPair(String, int, String, String) - Static method in class org.ow2.proactive.authentication.crypto.KeyPairUtil
Generates a pair of public and private keys
generateKeyPair(String, int) - Static method in class org.ow2.proactive.authentication.crypto.KeyPairUtil
 
generatePublicKey() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
GENERIC_INFO_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
GENERIC_INFO_INPUT_FOLDER_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
GENERIC_INFO_OUTPUT_FOLDER_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
GENERIC_INFO_PULL_URL_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
GENERIC_INFO_PUSH_URL_PROPERTY_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
GENERIC_INFO_START_AT_KEY - Static variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
The key for specifying start at time as generic information
genericInformation - Variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Common user informations
get() - Method in class org.ow2.proactive.authentication.NoCallback
Gets properties map
get(String) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
get(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns the value to which the specified key is mapped, or null if this channel map contains no mapping for the key.
get(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
get(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
get(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
getAbsoluteDeadline() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
 
getAbsolutePath(String) - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
Get the absolute path of the given path.
It the path is absolute, then it is returned.
getAbsolutePath(String) - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Get the absolute path of the given path.
getAcceptableNodesUrls() - Method in class org.ow2.proactive.utils.Criteria
 
getAccessMode(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
 
getAccessMode(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
 
getAccount(String) - Method in class org.ow2.proactive.account.AbstractAccountsManager
Returns the accounts for the user specified by its username
getAccountUsage(String, Date, Date) - Method in interface org.ow2.proactive.scheduler.common.usage.SchedulerUsage
Returns details on job and task execution times for a given user's executions.
getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getAccountUsage(String, Date, Date) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getAction() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
If a FlowScript was executed on this task, its result is stored it so that the action can be performed later when processed by the core.
getAction() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getAction() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
If a FlowScript was executed on this task, its result is stored so that the action can be performed later when processed by the core.
getActionContinuation() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.IF, the targetContinuation is the Task on which both if and else branches will join after either one has been executed.
getActionResult() - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
Returns the result of the conditional action
getActionTarget() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.LOOP, the target is the entry point of the next loop iteration.
getActionTargetElse() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.IF, the targetElse is the branch executed when the If condition fails.
getActionType() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
The Action Type does not have any effect on the execution of the script, but will be used after the execution to determine what Control Flow Action should be performed on the TaskFlow.
getActiveInstance() - Static method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
Singleton active object constructor.
getActiveInstance() - Static method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
Returns a stub to the only active instance of the proxy (proactive singleton pattern)
getAdditionalClasspath() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Return a copy of the additional classpath, empty list if no arguments.
getAddress(JMXTransportProtocol) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Returns the address of the JMX connector server depending on the specified protocol.
getAddress() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
The address of this connector.
getAddress() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
The address of this connector server.
getAliveNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
Returns a set containing all alive nodes urls in the resource manager.
getAliveNodesUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
 
getAllEvents() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Return all the currently logged events
getAllLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getAllLogs() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getAllLogs() - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
 
getAllLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
Timestamp parameter is not relevant for this TaskLogs implementation.
getAllLogs() - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
Return all the logs generated on standard and error output.
getAllLogs(boolean) - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
Return all the logs generated on standard and error output.
getAllLogs(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
 
getAllLogs() - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
 
getAllNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
Returns a set containing all nodes urls (including dead nodes) in the resource manager.
getAllNodesUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
 
getAllNodesUrls() - Method in class org.ow2.proactive.utils.NodeSet
Returns a set containing all nodes urls (standard + extra) included in this node set
getAllNonTaskVariables(TaskContext) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
Method to retrieve all variables in scope.
getAllNonTaskVariablesInjectNodesFile(TaskContext, String) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
Method to retrieve all variables in scope.
getAllResults() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Return every task results of this job as a mapping between user task name (in XML job description) and its task result.
User that wants to get a specific result may get this map and ask for a specific mapping or use the JobResult.getResult(String) method.
getAllResults() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getAllResults() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getAllVariables(TaskContext) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
Method to retrieve all variables in scope.
getAllVariablesWithTaskResult(TaskContext, TaskResult) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
Return all variables available.
getAppender() - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.AppenderProvider
Create and return the contained appender.
getAppender() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.ProActiveAppenderProvider
 
getAppender() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider.SocketAppenderProvider
 
getAppender() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketWithSSHTunnelBasedForwardingProvider.SocketSSHAppenderProvider
 
getAppenderProvider() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
Create an appender provider that contains an appender to the server created by initialize() method.
getArgument(String) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
Return a copy of the value of the specified argument.
getArguments(ClassLoader) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
getArguments() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
Return an unmodifiable copy of all the task arguments as a hash map.
getAsString() - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
Get the columned string according to the titles, lines and spaces.
getAtMostNodes(int, SelectionScript) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getAtMostNodes(int, SelectionScript, NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getAtMostNodes(int, List<SelectionScript>, NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getAtMostNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getAtMostNodes(int, SelectionScript) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Deprecated.
getAtMostNodes(int, SelectionScript, NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Deprecated.
getAtMostNodes(int, List<SelectionScript>, NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Deprecated.
getAtMostNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Deprecated.
getAttempt() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
Get the number of attempt the core has made to start this task.
getAttribute(ObjectName, String) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
getAttribute() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Get the attribute where the exception has been thrown.
getAttributes(ObjectName, String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
getAttributes() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
Returns the attributes of this connector.
getAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
getAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
getAwaitedJobsIds() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
getAwaitedJobsIds() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
getAwaitedTask(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getAwaitedTasks() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getBase64() - Method in class org.ow2.proactive.authentication.crypto.Credentials
Returns a representation of this credentials as a base64 encoded byte array
getBaseURI() - Static method in class org.ow2.proactive.jmx.provider.JMXProviderUtils
Returns the default base URI for all remote objects.
getBindings() - Method in class org.ow2.proactive.utils.Criteria
returns the bindings map used by selection scripts
getBlackList() - Method in class org.ow2.proactive.utils.Criteria
 
getBooleanValue() - Method in class org.ow2.proactive.scheduler.common.task.util.BooleanWrapper
Get the boolean value.
getBucket(String, AmazonS3) - Static method in class org.ow2.proactive.scheduler.examples.S3ConnectorUtils
Check if an S3 bucket exists and returns its name if it does exist or null otherwise.
getBuilder() - Method in class org.ow2.proactive.utils.BoundedStringWriter
Return the string builder itself.
getByteArray() - Method in class org.ow2.proactive.scheduler.common.task.util.ByteArrayWrapper
Get the ByteArray value.
getBytes() - Method in class org.ow2.proactive.jmx.RRDDataStore
Converts the data base into the bytes array in order to send it to a client.
getCacheURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
 
getCacheURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
getCacheURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getCacheValidityTimeInSeconds() - Method in class org.ow2.proactive.account.AbstractAccountsManager
Returns the refresh rate of the accounts refresher.
getCatalogRestUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getChars(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Copies the character array into the specified array.
getChars(int, int, char[], int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Copies the character array into the specified array.
getChildren() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
To get the children
getChildrenCount() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
Return the number of children remaining.
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
Returns the class used by this parser to convert string parameter values.
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
getClassType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
getCleaningScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
To get the cleaningScript of this task.
getCleanupTimeSeconds() - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetter
 
getCleanupTimeSeconds() - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.CleanupTimeoutGetterDoubleValue
 
getCloseTagPattern() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
 
getCmdLine() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the string to be passed on the command line The property surrounded by '-D' and '='
getCmdLine(String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Returns the string to be passed on the command line The property surrounded by '-D' and '='
getCmdLine() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getCmdLine() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
getCollectorURL() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollectorDeployer
 
getCommandLine() - Method in class org.ow2.proactive.scheduler.common.task.NativeTask
Get the command line for this task.
getComputationDescriptors() - Method in class org.ow2.proactive.utils.Criteria
 
getConfigurableFields() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
getConfigurationDefaultRelativeFilePath() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the default relative path used to store the property file
getConfigurationDefaultRelativeFilePath() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getConfigurationDefaultRelativeFilePath() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
getConfigurationFilePathPropertyName() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the System property name used to store the configuration file path
getConfigurationFilePathPropertyName() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getConfigurationFilePathPropertyName() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
getConnectionId() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
Returns the id of this connection.
getConnectionId() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
getConnectionInfo() - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Returns the connection info, if initialized previously
getConnectionInfo() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getConnectionInfo() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
Returns the connection info, if initialized previously
getConnectionInfo() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getConnectionInfo() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getConnectionTime() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Get the time of the connection of this user.
getConnectionTime() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
 
getConnectionTime() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
getConnectionTime() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
getConnector() - Method in class org.ow2.proactive.jmx.JMXClientHelper
Returns the connected JMXConnector.
getConnectorServerName() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Sub-classes must provide the name of the connector server.
getContainingFolderForLogFiles(JobId) - Static method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
Return the containing folder of log files for a given job id
getContent() - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader.UrlContent
 
getContent() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the String content that the tokenizer is parsing.
getControlFlowScript() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getControlFlowScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the control flow script
getCookieName() - Method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
 
getCookieValue() - Method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
 
getCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
Gets the number of events sent to a client during the current session.
getCredentialFile() - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
getCredentials() - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Retrieves a credentials from disk
getCredentials(String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Retrieves a credentials from disk
getCredentials(InputStream) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Constructs a Credentials given an InputStream
getCredentials() - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
Get the credentials crypted with launcher public key
getCredentials() - Method in class org.ow2.proactive.scheduler.task.utils.Decrypter
 
getCredentialsBase64(byte[]) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Creates a Credentials given its base64 encoded representation
getCredentialsPath() - Static method in class org.ow2.proactive.authentication.crypto.Credentials
 
getCronExpr() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
getCSVInstance() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCSVInstance(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCSVInstance(char[]) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCurrentNodeHostname() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
 
getCurrentNodeName() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
 
getCurrentNodeUrl() - Method in class org.ow2.proactive.scheduler.task.context.NodeInfo
 
getCurrentPolicy() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Return the name of the current Policy
getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getCurrentPolicy() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getCurrentPolicy() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getCurrentUser() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getCurrentUser() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the user currently connected
getCurrentUser() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns the user currently connected
getCurrentUser() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getCurrentUser() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getCurrentUser() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getCurrentUser() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getCurrentUser() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getCurrentUserData() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getCurrentUserData() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the groups associated with the current connected user.
getCurrentUserData() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns the user data object associated with the user currently connected
getCurrentUserData() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getCurrentUserData() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getCurrentUserData() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getCurrentUserData() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getCurrentUserData() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getData() - Method in class org.ow2.proactive.scheduler.common.NotificationData
Get the data.
getDataspace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteDestination
 
getDataspace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
 
getDataspace() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
 
getDataspace() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
getDataStore() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Gets the RRD data base with statistics.
getDecrypter() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getDefaultAction(FlowScript) - Static method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
If a FlowScript cannot be performed and the execution of the job must continue, a default 'neutral' action must be provided
getDefaultCacheValidityTimeInSeconds() - Method in class org.ow2.proactive.account.AbstractAccountsManager
Returns the default value of the accounts refresher.
getDefaultDomain() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
getDefaultJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getDefaultJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Gets the node default JMX url.
getDefaultScriptName() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
 
getDefaultScriptName() - Method in class org.ow2.proactive.scripting.ForkEnvironmentScript
 
getDefaultScriptName() - Method in class org.ow2.proactive.scripting.Script
 
getDefaultScriptName() - Method in class org.ow2.proactive.scripting.SelectionScript
 
getDefaultScriptName() - Method in class org.ow2.proactive.scripting.SimpleScript
 
getDefaultScriptName() - Method in class org.ow2.proactive.scripting.TaskScript
 
getDefaultValues() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
getDelimiterMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the field delimiter matcher.
getDependences() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the dependences of this task.
getDependences() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getDependences() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
getDependences() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
getDependencesList() - Method in class org.ow2.proactive.scheduler.common.task.Task
To get the list of dependencies of the task.
getDependencesList() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
If the Task was submitted, a call to this method will throw a RuntimeException.
getDescription() - Method in enum org.ow2.proactive.resourcemanager.common.event.RMEventType
 
getDescription() - Method in class org.ow2.proactive.scheduler.common.job.Job
To get the description
getDescription() - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
 
getDescription() - Method in class org.ow2.proactive.scheduler.common.task.Task
To get the description of this task.
getDescription() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getDescriptorVMName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getDifferenceMessage() - Method in class org.ow2.proactive.scheduler.common.job.factories.JobComparator
if the last 2 jobs compared are not equal, a message will be returned explaining the first difference encountered.
getDistance(Node, Node) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.HAC
 
getDistance(Node, Node) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Returns the distance between 2 nodes.
getDistance(InetAddress, InetAddress) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Returns the distance between 2 hosts identified by their inet addresses.
getDistance(String, String) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Returns the distance between 2 hosts identified by their domain names.
getDistance(Node, Node) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Returns the distance between 2 nodes.
getDistance(InetAddress, InetAddress) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Returns the distance between 2 hosts identified by their inet addresses.
getDistance(String, String) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Returns the distance between 2 hosts identified by their domain names.
getDistanceFunction() - Method in class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
Gets the distance function.
getDomain() - Method in class org.ow2.proactive.authentication.crypto.CredData
Return the domain of this user or null if no domain has been specified.
getDomains() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
getDupNumber() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
getElapsedTime(long) - Static method in class org.ow2.proactive.utils.Tools
 
getElements() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
getEligibleTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
To get the tasks.
getEncoding() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.ILocalSource
 
getEncoding() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
getEncoding() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalFileSource
 
getEncryptedData() - Method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil.HybridEncryptedData
 
getEncryptedSymmetricKey() - Method in class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil.HybridEncryptedData
 
getEngineName() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getEngineName() - Method in class org.ow2.proactive.scripting.Script
 
getEngineVersion() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getenv() - Static method in class org.ow2.proactive.utils.Environment
 
getEnvScript() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Get the environment script.
getErr() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
When using non forked Java tasks, you should use this PrintStream instead of System.err.
getErrorMessage() - Method in class org.ow2.proactive.resourcemanager.common.NSState
 
getErrorSink() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
getErrorSink() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
getErrorType() - Method in exception org.ow2.proactive.scheduler.common.job.factories.FlowError
 
getEscapeChar() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Returns the escape character.
getEventType() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
Gets the type of event @see RMEventType
getEventType() - Method in class org.ow2.proactive.scheduler.common.NotificationData
Get the Type of the event.
getException() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Retrieve the exception threw by the task.
getException() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getException() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
getException() - Method in class org.ow2.proactive.scripting.ScriptResult
Return the eventual exception of the script's execution.
getExceptionMessage() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Return the exception message, if any, used by dozer mappings.
getExceptionResults() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Return only the task results that have generated an exception.
User that wants to get a specific result may get this map and ask for a specific mapping.
getExceptionResults() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getExceptionResults() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getExcludes() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
 
getExcludes() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
getExecutable(String) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
 
getExecutableClassName() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
To get the executable task classname.
getExecutableContainer() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getExecutionDuration() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
Get the execution duration of the task.
getExecutionDuration() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Get the real task duration in millis.
getExecutionDuration() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getExecutionDuration() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
Get the execution duration of the task.
getExecutionHostName() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
Get the last execution HostName of the task.
getExecutionHostName() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Get the last execution HostName of the task.
getExecutionHostName() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getExecutionHostName() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getExecutionHostNameList() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the list of execution hosts name.
getExecutionHostNameList() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the list of execution hosts name.
getExecutionHostNameList() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getExecutionHostNameList() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getExistingNodeSourcesList() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getExistingNodeSourcesList() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the list of existing node source infrastructures
getExtension(String) - Static method in class org.ow2.proactive.utils.FileUtils
 
getExtensions() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getExtraNodes() - Method in class org.ow2.proactive.utils.NodeSet
Returns the collection of extra nodes associated to this node set.
getFactory() - Static method in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
Return the instance of the jobFactory.
getFactory() - Static method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Try to instantiate the known factories.
getFactory(String) - Static method in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Try to instantiate the given factory.
getFactory() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
 
getFamily() - Method in enum org.ow2.proactive.utils.OperatingSystem
 
getField() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
 
getFile(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
Returns a File object corresponding to the path given as parameter relative to the LocalSpace root
getFileEncoding() - Static method in class org.ow2.proactive.utils.PAProperties
Returns value associated to Java property "pa.file.encoding" or the current JVM charset name if the previous property is not defined.
getFileName() - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader.UrlContent
 
getFileName() - Method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
 
getFileNameWithExtension(URL) - Static method in class org.ow2.proactive.utils.FileUtils
Extract a file name with it's extension from the given URL.
getFiles(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
Returns a list of File objects found by resolving the pattern given in parameter
The following special characters can be used :
** matches zero or more directories
* matches zero or more characters
? matches one character
getFileTransferThreadPoolSize() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getFilteredInputFiles(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getFilteredOutputFiles(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getFinishedJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Get the finished Jobs list
getFinishedJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
To get the finishedJobs
getFinishedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the time at which the Job has finished.
getFinishedTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the finishedTime
getFinishedTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the finishedTime
getFinishedTime() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the finishedTime
getFinishedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the time at which the Job has finished.
getFinishedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getFinishedTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getFinishedTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getFirstCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
getFlowBlock() - Method in class org.ow2.proactive.scheduler.common.task.Task
Defining Control Flow Blocks with pairs of FlowBlock.START and FlowBlock.END is a semantic requirement to be able to create specific control flow constructs.
getFlowScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
To perform complex Control Flow Actions in a TaskFlowJob, a FlowScript needs to be attached to specific tasks.
getFlowScript() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
This property is not available for this implementation.
getForkEnvironment() - Method in class org.ow2.proactive.scheduler.common.task.Task
 
getForkEnvironment() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getFormattedDate(long) - Static method in class org.ow2.proactive.utils.Tools
Return the given date as a formatted string.
getFormattedDuration(long, long) - Static method in class org.ow2.proactive.utils.Tools
Format 2 long times into a single duration as a String.
getFreeNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
Returns a set containing all free nodes urls in the resource manager.
getFreeNodesNumber() - Method in class org.ow2.proactive.resourcemanager.common.RMState
Returns free nodes number in the resource manager.
getFreeNodesUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
 
getFrom() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
getFromXMLName(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
Get the XMLAttributes enum corresponding to the given xml attribute name.
getFromXMLName(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
Get the XMLTags enum corresponding to the given xml tag name.
getGenericInformation() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the generic information Map
getGenericInformation() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Returns generic information.
getGenericInformation() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
getGenericInformation() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getGenericInformation() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getGlobalSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
 
getGlobalSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getGlobalSpace() - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
getGlobalSpace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
Returns a RemoteSpace implementation instance which represents the globalspace.
getGlobalSpaceURIs() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns the GLOBAL DataSpace URI available to all users
getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getGlobalSpaceURIs() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getGlobalSpaceURIs() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getGlobalURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
 
getGlobalURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
getGlobalURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getGroupFileName() - Method in class org.ow2.proactive.authentication.FileLoginModule
Defines group file name
getGroups() - Method in class org.ow2.proactive.authentication.UserData
 
getGroups() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
To get the groups associated with this user name
getGroups() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
getGroups() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
getHMTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the tasks as a hash map.
getHMTasks() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
getHMTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getHostName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getHostName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns host name of the node.
getHostName() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Get the host name of this user.
getHostName() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
 
getHostName() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
getHostName() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
getHostname() - Method in class org.ow2.proactive.scripting.ScriptResult
Return the name of the host that executes the script
getHosts() - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Gets the set of hosts handled by resource manager.
getHosts() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Gets the set of hosts handled by resource manager.
getHostTopology(InetAddress) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Gets the distances associated to the host.
getHostTopology(InetAddress) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Gets the distances associated to the host.
getHostURL() - Method in interface org.ow2.proactive.authentication.Authentication
Return the URL of this Instance.
getHostURL(String) - Static method in class org.ow2.proactive.utils.Tools
Normalize the given URL into an URL that only contains protocol://host:port/
getId() - Method in class org.ow2.proactive.scheduler.common.job.Job
To get the id
getId() - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
getId() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
 
getId() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
 
getId() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the taskId
getId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getId() - Method in class org.ow2.proactive.scripting.Script
String identifying the script.
getId() - Method in class org.ow2.proactive.scripting.SelectionScript
 
getId() - Method in class org.ow2.proactive.scripting.SimpleScript
 
getId() - Method in class org.ow2.proactive.scripting.TaskScript
 
getIgnoredMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the ignored character matcher.
getIncludePatternForAllLogFiles(JobId) - Static method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
Return an include pattern to find all log files associated with the given job id
getIncludes() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
 
getIncludes() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
getIndex() - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
 
getInErrorTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the time at which a Job was seen as in-error for the last time.
getInErrorTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
getInErrorTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the time at which the Task has been terminated for the last time (last attempt).
getInErrorTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the time at which a Job was seen as in-error for the last time.
getInErrorTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getInErrorTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getInErrorTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getInfo(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
Deprecated.
getInfo(String) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
Deprecated.
getInfrastructurePluginDescriptor() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
 
getInheritedMap() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
Getter of the inheritedMap
getInitializer() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getInputFiles() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
Get the inputFiles
getInputFilesList() - Method in class org.ow2.proactive.scheduler.common.task.Task
Get the input file selectors list.
getInputFilesList() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
This property is not available for this implementation.
getInputSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
Get the input Space
getInputSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getInputSpaceURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getInputStream(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Returns an input stream on the specified remote file.
getInputStream(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
getInputStreamBytes(InputStream) - Static method in class org.ow2.proactive.scheduler.common.job.factories.ValidationUtil
 
getInputURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
 
getInputURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
getInputURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getInstance() - Static method in class org.ow2.proactive.http.CommonHttpResourceDownloader
 
getInstance() - Static method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
 
getInstance() - Static method in class org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorRegistry
 
getInstance() - Static method in class org.ow2.proactive.scheduler.common.SchedulerConnection
Get the instance of the Scheduler connection
getInstance(String) - Static method in class org.ow2.proactive.scheduler.common.task.OnTaskError
Get a OnTaskError instance based on a descriptor string.
getInstance() - Static method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionPoolsHolder
 
getInstance() - Static method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
Returns the real singleton instance of the proxy
getInstance() - Static method in class org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm
 
getIntegerValue() - Method in class org.ow2.proactive.scheduler.common.task.util.IntegerWrapper
Get the Integer value.
getIterationIndex() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
When iteration occurs due to a FlowActionType.LOOP FlowAction, each new iterated instance of a task is assigned an iteration index so that it can be uniquely identified.
getIterationIndex() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
When Control Flow actions are performed on Tasks, some tasks are replicated.
getIterationIndex() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
When Control Flow actions are performed (see Task.getFlowScript()), some tasks are replicated.
getIterationIndex() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
 
getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getIterationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
getJavaHome() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Returns the javaHome.
getJavaPrefixCommand() - Method in class org.ow2.proactive.scripting.ForkEnvironmentScriptResult
 
getJavaPrefixCommand(Map<String, Object>) - Method in class org.ow2.proactive.scripting.helper.forkenvironment.ForkEnvironmentScriptResultExtractor
 
getJdbcUrl() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
 
getJMXConnectorURL() - Method in interface org.ow2.proactive.authentication.Authentication
Return the JMX connector server URL used to contact this instance.
getJMXConnectorURL(JMXTransportProtocol) - Method in interface org.ow2.proactive.authentication.Authentication
Returns the address of the JMX connector server depending on the specified protocol.
getJMXRMIConnectorServerPort() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Sub-classes must provide the port to be used by the JMX RMI connector server.
getJobContent() - Method in class org.ow2.proactive.scheduler.common.job.Job
 
getJobContent(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
 
getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getJobContent(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobContent(JobId) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
GetJobContentFactory - Class in org.ow2.proactive.scheduler.common.job.factories
Factory used to create a job content as merge between submitted xml and provided variables and genericInfo maps.
GetJobContentFactory() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.GetJobContentFactory
 
getJobDeadline() - Method in class org.ow2.proactive.scheduler.common.job.Job
Deadline can be as absolute or relative (from the job started time) Absolute deadline can be set as GI vairable `JOB_DDL` in ISO8601 date format without milliseconds, e.g.
getJobDuration() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
 
getJobExpectedExecutionTime() - Method in class org.ow2.proactive.scheduler.common.job.Job
 
getJobId() - Method in exception org.ow2.proactive.scheduler.common.exception.UnknownJobException
 
getJobId() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns an identifier that uniquely identifies the Job within a Scheduler instance.
getJobId() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
To get the id of the job corresponding to this result.
getJobId() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
Get the job id
getJobId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
Returns the job identifier associated with this task.
getJobId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the jobId
getJobId() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the jobID
getJobId() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
To get the jobId
getJobId() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
 
getJobId() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns an identifier that uniquely identifies the Job within a Scheduler instance.
getJobId() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getJobId() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getJobId() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getJobId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getJobId() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getJobId() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Returns the job identifier associated with this task.
getJobId() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getJobInfo() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Return the information of the corresponding job
getJobInfo() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the jobInfo of this job.
getJobInfo(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Retrieve a job info by it id.
getJobInfo() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the jobInfo
getJobInfo(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobInfo() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
getJobInfo() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getJobInfo() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getJobInfo() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getJobInfo() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getJobInfo(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobInfo(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getJobInfo(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobInfo() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getJobInfo(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getJobName() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
 
getJobOwner() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the name of the Job owner.
getJobOwner() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the name of the Job owner.
getJobOwner() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getJobOwner() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getJobPriority() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
Get the job priority
getJobResult(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given jobId.
getJobResult(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given jobId.
The jobId is given as a string.
getJobResult(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobResult(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobResult(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobResult(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobResult(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Retrieves a job list of the scheduler.
getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobs(int, int, JobFilterCriteria, List<SortParameter<JobSortParameter>>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobServerLogs(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Retrieves server logs for a job with the given id.
getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobServerLogs(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobsInfoList(List<String>) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns a list of jobs info corresponding to the given job IDs (in the same order)
getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobsInfoList(List<String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobState(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Return the state of the given job.
The state contains informations about the job, every tasks and informations about the tasks.

The jobId is given as a string.
getJobState(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Return the state of the given job.
The state contains informations about the job, every tasks and informations about the tasks.

A user can only get the state of HIS job.
If the job does not exist, a schedulerException is sent with the proper message.
getJobState(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobState(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobState(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobState(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobState(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobState(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobState(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getJobState(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobState(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobState(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getJobStateData() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getJobsToSchedule() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
get job Descriptor Map with eligible jobs (running and pending)
getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getJobsToSchedule() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getJobsToSchedule() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getJobVariables() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getJVMArguments() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Return a copy of the JVM arguments, empty list if no arguments.
getKey() - Method in class org.ow2.proactive.authentication.crypto.CredData
Get the key
getKey() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Get the key.
getKey() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
getKey() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
getKey() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
 
getKey() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getKey() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Get the key.
getKeyPair() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
getLabel() - Method in enum org.ow2.proactive.utils.OperatingSystem
 
getLanguageName() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getLanguageVersion() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getLastException() - Method in class org.ow2.proactive.jmx.JMXClientHelper
Returns the last happened exception.
getLastRefreshDurationInMilliseconds() - Method in class org.ow2.proactive.account.AbstractAccountsManager
Returns the duration of the last refresh performed by the account refresher.
getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Get the last time this user has submit a job.
getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
 
getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
getLastSubmitTime() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
getLastUpdatedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the time at which the last updated happened on the Job.
getLastUpdatedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
getLastUpdatedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getLatestCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
 
getLatestCounter() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
getLDAPConfigFileName() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
Retrieves LDAP configuration file name.
getLimit() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
getLimit() - Method in class org.ow2.proactive.scheduler.common.util.PageBoundaries
 
getList() - Method in class org.ow2.proactive.scheduler.common.Page
 
getLocalInputFolder() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getLocalOutputFolder() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getLocalRoot() - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.LocalSpace
Returns the root File of the LocalSpace
getLocalSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getLocation() - Method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
 
getLockedBy() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getLockTime() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getLockTime() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
getLogger() - Method in interface org.ow2.proactive.authentication.Loggable
Retrieves a corresponding logger.
getLogger() - Method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
 
getLogger() - Method in class org.ow2.proactive.scheduler.common.SchedulerConnection
 
getLoggerName(String) - Static method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getLoggerName(JobId) - Static method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getLogin() - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
getLogin() - Method in class org.ow2.proactive.authentication.crypto.CredData
Get the login
getLoginFileName() - Method in class org.ow2.proactive.authentication.FileLoginModule
Defines login file name
getLoginMethod() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
Defines login method
getLoginPassword() - Method in class org.ow2.proactive.authentication.crypto.CredData
Return the login and password as a string array.
getLogs() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
getMappedInfo(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
Return the informations about the Scheduler MBean as a Map.
getMappedInfo(String) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
Return the informations about the Scheduler MBean as a Map.
getMaxNumberOfExecution() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Get the number of execution allowed for this task.
getMaxNumberOfExecution() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
getMaxNumberOfExecution() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Get the number of execution on failure allowed by the task.
getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
getMaxNumberOfExecutionOnFailure() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
getMaxNumberOfExecutionProperty() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Get the maximum number Of Execution updatable property.
getMaxNumberOfNodes() - Method in class org.ow2.proactive.resourcemanager.common.RMState
 
getMBeanAttributes(ObjectName, String[]) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
returns a list of attributes whose names come from attributes of the MBean with the name name
getMBeanCount() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
getMBeanInfo(ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
getMBeanInfo(ObjectName) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
MBeanInfo object of the mbean represented by its objectname name
getMBeanServer() - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
Returns the MBean server bound with the connector.
getMBeanServerConnection() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
getMBeanServerConnection(Subject) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
getMessage() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Return the detail message string of this exception.
getMeta() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
 
getMetadata() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Return the result metadata map
getMetadata() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Get metadata associated with this result.
getMetadata() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getMetadata() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
getMethodCallSyntax(String, String, String...) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getMimeTypes() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getMode() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
Get the mode
getMode() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
Get the mode
getMode(String) - Static method in class org.ow2.proactive.scheduler.common.task.RestartMode
Return the RestartMode corresponding to the given description.
getMode(int) - Static method in class org.ow2.proactive.scheduler.common.task.RestartMode
 
getModel() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
getModifiedTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
getMonitoring() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getMonitoring() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the monitoring interface to manager listeners of the resource manager.
getMyAccountUsage(Date, Date) - Method in interface org.ow2.proactive.scheduler.common.usage.SchedulerUsage
Returns details on job and task execution times for the caller's executions.
getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getMyAccountUsage(Date, Date) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getName() - Method in interface org.ow2.proactive.account.Account
Returns the name of this account.
getName() - Method in class org.ow2.proactive.authentication.principals.IdentityPrincipal
 
getName() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
 
getName() - Method in class org.ow2.proactive.scheduler.common.job.Job
To get the name of the job.
getName() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
To get the name of the job that has generate this result.
getName() - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
getName() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
getName() - Method in class org.ow2.proactive.scheduler.common.task.PropertyModifier
Get the name
getName() - Method in class org.ow2.proactive.scheduler.common.task.Task
To get the name of this task.
getName() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
Get the name of the task
getName() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
 
getName() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getName() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getName() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getName() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getName() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getName() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getName() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
getName() - Method in class org.ow2.proactive.scripting.helper.selection.Condition
Get the name of the condition
getNames() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getNamespace() - Method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
 
getNamingService() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the namingService Stub
getNetworkInterfaceFor(String) - Static method in class org.ow2.proactive.authentication.Connection
Selects a network interface for proactive runtime based on provided url.
getNewLineText() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets the text to be appended when a new line is added.
getNewTasks() - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
 
getNodeAccessToken() - Method in class org.ow2.proactive.utils.Criteria
If a token is specified the resource manager only looks for nodes having this token.
getNodeDataSpaceURIs() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getNodeEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
getNodeHostname() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getNodeInfo() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getNodeInfo() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Gets information about the associated node
getNodeLocker() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
getNodeMBeanHistory(String, String, List<String>, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
getNodeMBeanInfo(String, String, List<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
Retrieves attributes of the specified mbean.
getNodeMBeansHistory(String, String, List<String>, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
getNodeMBeansInfo(String, String, List<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
Retrieves attributes of the specified mbeans.
getNodeName() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getNodeOwner() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Gets the owner of the node (who currently running computations on it)
getNodeProvider() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Gets the provider of the node (who created and deployed it)
getNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
Deprecated.
getNodes(Criteria) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getNodes(int, TopologyDescriptor, List<SelectionScript>, NodeSet, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Deprecated.
getNodes(Criteria) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Finds and books nodes for computations.
getNodes() - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
Return the nodes set for this executable container
getNodesEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
Current version of RM portal and maybe other clients expects "nodesEvents" inside JSON
getNodesEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
Current version of RM portal and maybe other clients expects "nodesEvents" inside JSON
getNodesHosts() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getNodesNumber() - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
Returns the node number of the parallel task.
getNodeSource() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
Current version of RM portal and maybe other clients expects "nodeSource" inside JSON
getNodeSource() - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
Current version of RM portal and maybe other clients expects "nodeSource" inside JSON
getNodeSource() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns NodeSource name of the node
getNodeSourceAdmin() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
Returns the name of the node source administrator.
getNodeSourceConfiguration(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getNodeSourceConfiguration(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the current configuration of a node source.
getNodeSourceEvents() - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
getNodeSourceName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getNodeSourceName() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
 
getNodeSourcePingFrequency(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getNodeSourcePingFrequency(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the ping frequency of a node source.
getNodeSourceStatus() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
Returns node source status under String representation
getNodesRecoverable() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
 
getNodeState() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns the state of the node related to this event.
getNodesURL() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
getNodesURL() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Use this method for a multi-node task.
getNodeThreadDump(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getNodeThreadDump(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the string content of the thread dump asked to the Node identified by the given URL.
getNodeURL() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getNodeUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns node's URL.
getNodeUrl() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getNullText() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets the text to be appended when null is added.
getNumberOfExecutionLeft() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
Get the number of execution left.
getNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Get the number of execution left.
getNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getNumberOfExecutionLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getNumberOfExecutionOnFailureLeft() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
Get the numberOfExecutionOnFailureLeft value.
getNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Get the numberOfExecutionOnFailureLeft value.
getNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getNumberOfExecutionOnFailureLeft() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getNumberOfFailedTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the number of tasks managed by the Job that are in a failed state due to a resource failure.
getNumberOfFailedTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the numberOfFailedTask
getNumberOfFailedTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the number of tasks managed by the Job that are in a failed state due to a resource failure.
getNumberOfFailedTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getNumberOfFaultyTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the number of tasks managed by the Job that are in a faulty state.
getNumberOfFaultyTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the numberOfFailedTask
getNumberOfFaultyTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the number of tasks managed by the Job that are in a faulty state.
getNumberOfFaultyTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getNumberOfFinishedTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the number of tasks managed by the Job which are finished.
getNumberOfFinishedTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the numberOfFinishedTask
getNumberOfFinishedTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the number of tasks managed by the Job which are finished.
getNumberOfFinishedTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getNumberOfInErrorTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the number of tasks managed by the Job that are in an in-error state.
getNumberOfInErrorTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the numberOfInErrorTask
getNumberOfInErrorTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the number of tasks managed by the Job that are in an in-error state.
getNumberOfInErrorTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getNumberOfNodesNeeded() - Method in class org.ow2.proactive.scheduler.common.task.Task
Get the number of nodes needed for this task (by default: 1).
getNumberOfNodesNeeded() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
Get the number of nodes needed for this task (by default: 1).
getNumberOfPendingTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the number of tasks managed by the Job which are pending.
getNumberOfPendingTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the numberOfPendingTask
getNumberOfPendingTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the number of tasks managed by the Job which are pending.
getNumberOfPendingTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getNumberOfRunningTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the number of tasks managed by the Job which are running.
getNumberOfRunningTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the numberOfRunningTask
getNumberOfRunningTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the number of tasks managed by the Job which are running.
getNumberOfRunningTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getObjectInstance(ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
getOffset() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
getOffset() - Method in class org.ow2.proactive.scheduler.common.util.PageBoundaries
 
getOnTaskErrorProperty() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Get the OnTaskError UpdatableProperties.
getOpenTagPattern() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
 
getOperator() - Method in class org.ow2.proactive.scripting.helper.selection.Condition
Get the operator of the condition
getOrDefault(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns the value to which the specified key is mapped, or defaultValue if this channel map contains no mapping for the key.
getOrDefault(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
getOrDefault(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
getOrder() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
 
getOSProcessBuilderFactory(String) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
Get the singleton instance of PAOSProcessBuilderFactory
getOtherNodesURLs() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getOut() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
When using non forked Java tasks, you should use this PrintStream instead of System.out.
getOutput() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Return the output of the execution, including stdout and stderr.
getOutput() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getOutput() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
getOutput() - Method in class org.ow2.proactive.scripting.ScriptResult
Return the script's output.
getOutputFiles() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
Get the outputFiles
getOutputFilesList() - Method in class org.ow2.proactive.scheduler.common.task.Task
Get the output file selectors list.
getOutputFilesList() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
This property is not available for this implementation.
getOutputSelectors() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
getOutputSink() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
getOutputSink() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
getOutputSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
Get the output Space
getOutputSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getOutputSpaceURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getOutputStatement(String) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getOutputStream(String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Returns an output stream on the specified remote file.
getOutputStream(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
getOutputURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
 
getOutputURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
getOutputURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getOwner() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the owner of the job.
getOwner() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
 
getOwner() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
getOwner() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getOwnerName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getPADName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns ProActiveDescriptor name of the node.
getPageBoundaries(int, int, int, int) - Static method in class org.ow2.proactive.scheduler.common.util.Pagination
 
getParallelEnvironment() - Method in class org.ow2.proactive.scheduler.common.task.Task
Returns the parallel environment of the task.
getParameter() - Method in class org.ow2.proactive.db.SortParameter
 
getParameter(String) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getParameters() - Method in class org.ow2.proactive.scripting.Script
Get the parameters.
getParents() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
To get the parents
getPassword() - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
getPassword() - Method in class org.ow2.proactive.authentication.crypto.CredData
Get the password
getPath() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteDestination
 
getPath() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
 
getPath() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
 
getPath() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
getPausedTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
Return the list of paused tasks
getPendingJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Get the pending Jobs list
getPendingJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
To get the pendingJobs
getPermissions(CodeSource) - Method in class org.ow2.proactive.policy.ClientsPolicy
 
getPermissions(ProtectionDomain) - Method in class org.ow2.proactive.policy.ClientsPolicy
 
getPingAttempts() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getPingPeriod() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getPluginDescription() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
getPluginName() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
getPolicyPluginDescriptor() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
 
getPort() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
Return the binding port of the created server.
getPortalConfiguration() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
 
getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getPortalConfiguration() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getPortalConfiguration() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getPostScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
To get the postScript of this task.
getPostScript() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
This property is not available for this implementation.
getPostScript() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getPostScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the post-script
getPreciousResults() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Return only the precious results of this job as a mapping between user task name (in XML job description) and its task result.
User that wants to get a specific result may get this map and ask for a specific mapping.
getPreciousResults() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getPreciousResults() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getPreScript() - Method in class org.ow2.proactive.scheduler.common.task.Task
To get the preScript of this task.
getPreScript() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
This property is not available for this implementation.
getPreScript() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getPreScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the pre-script
getPreviewerClassName() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Get the previewerClassName.
getPreviousNodeState() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns the previous state of the node related to this event.
getPreviousTasksResults() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getPriority() - Method in class org.ow2.proactive.scheduler.common.job.Job
To get the priority of the job.
getPriority() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the priority of the Job.
getPriority() - Method in enum org.ow2.proactive.scheduler.common.job.JobPriority
Return the integer representing the priority.
getPriority() - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
getPriority() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the priority of the Job.
getPriority() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getPriority() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getPrivateKey() - Method in interface org.ow2.proactive.authentication.Authentication
Request this Authentication's private key for credentials encryption
getPrivateKey() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
 
getPrivateKey(String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Retrieves a private key stored in a local file
getPrivateKey(String, String[]) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Retrieves a private key stored in a local file
getPrivateKey() - Method in class org.ow2.proactive.authentication.FileLoginModule
Defines private key
getProactiveJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getProactiveJMXUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Gets the node proactive JMX url.
getProgram(String...) - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getProgress() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Return the current progress value for this executable, ranged between 0 and 100.
getProgress() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
Return the latest progress value for this task.
getProgress() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Return the latest progress value for this task.
getProgress() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getProgress() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
 
getProgress() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getProgress() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
getProgress(String) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
Returns the progress value read from the specified progressFilePath as an int.
getProgress(Path) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
Returns the progress value read from the specified progressFile as an int.
getProgressFile() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
 
getProgressFilePath() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getProject() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
 
getProjectName() - Method in class org.ow2.proactive.scheduler.common.job.Job
Returns the project Name.
getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
Returns the propagated variables map of the current Java task.
getPropagatedVariables() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Return the content of propagated variables, in byte array format
getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Returns a map of propagated variables.
getPropagatedVariables() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
Getter of the propagated variables: only inheritedMap and scriptMap variables are propagated.
getProperties() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
 
getProperties() - Method in class org.ow2.proactive.utils.PAPropertiesLazyLoader
Get the properties map or load it if needed.
getPropertiesAsHashMap() - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Return all properties as a HashMap.
getPropertiesAsHashMap() - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
Return all properties as a HashMap.
getPropertiesAsHashMap() - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Return all properties as a HashMap.
getProperty(String) - Method in class org.ow2.proactive.authentication.LDAPProperties
Retrieves the value of the property
getProviderName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getPubKeyPath() - Static method in class org.ow2.proactive.authentication.crypto.Credentials
 
getPublicKey() - Method in interface org.ow2.proactive.authentication.Authentication
Request this Authentication's public key for credentials encryption
getPublicKey() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
Request this AuthenticationImpl's public key.
getPublicKey(String) - Static method in class org.ow2.proactive.authentication.crypto.Credentials
Retrieves a public key stored in a local file
getPullURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getPushURL() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
getQuoteMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the quote matcher currently in use.
getReadableName() - Method in interface org.ow2.proactive.scheduler.common.job.JobId
Return the human readable name associated to this id.
getReadableName() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
Return the human readable name associated with this id.
getReadableName() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
Return the human readable name associated to this id.
getReadableName() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Return the human readable name associated to this id.
getReader() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
 
getReader() - Method in class org.ow2.proactive.scripting.Script
The reader used to read the script.
getReader() - Method in class org.ow2.proactive.scripting.SelectionScript
 
getReader() - Method in class org.ow2.proactive.scripting.SimpleScript
 
getReader() - Method in class org.ow2.proactive.scripting.TaskScript
 
getRegisteredFactories() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorRegistry
 
getRelativeDeadline() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
 
getRelativePath() - Method in class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
 
getRemoteObjectExposer() - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
Returns the remote object exposer of this server.
getRemovedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the time at which the Job has been marked as removed.
getRemovedTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the removedTime
getRemovedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the time at which the Job has been marked as removed.
getRemovedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getReplicationIndex() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
When replication occurs due to a FlowActionType.REPLICATE FlowAction, each new replicated instance of a task is assigned a replication index so that it can be uniquely identified.
getReplicationIndex() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
When Control Flow actions are performed on Tasks, some tasks are replicated.
getReplicationIndex() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
When Control Flow actions are performed (see Task.getFlowScript()), some tasks are replicated.
getReplicationIndex() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
 
getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getReplicationIndex() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
getResource(String, String, boolean) - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader
 
getResourceContent(String, String, boolean) - Method in class org.ow2.proactive.http.CommonHttpResourceDownloader
 
getRestartTaskOnError() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Returns the restartTaskOnError state.
getRestartTaskOnError() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
This property is not available for this implementation.
getRestartTaskOnError() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
This property is not available for this implementation.
getRestartTaskOnErrorProperty() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Get the restartTaskOnError updatable property.
getResult(String) - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Return the task Result corresponding to the given name.
getResult(Object, Bindings) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
 
getResult(String) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getResult(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.ForkEnvironmentScript
 
getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.Script
Return the variable awaited from the script execution
getResult() - Method in class org.ow2.proactive.scripting.ScriptResult
Return the result's object
getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.SelectionScript
SelectionScript must give its result in the 'result_script' variable.
getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.SimpleScript
 
getResult(Object, Bindings) - Method in class org.ow2.proactive.scripting.TaskScript
 
getResultMap() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Each task can contribute to this map.
getResultMap() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getResultMap() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Returns a map of job results
getResultMap() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
getResultMap() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
getResultMap() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getResultMap() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
getRmNodeUrls() - Method in class org.ow2.proactive.resourcemanager.common.RMState
 
getRMStateDelta(long) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
getRMStateFull() - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
getRMThreadDump() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getRMThreadDump() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the string content of the thread dump asked to the Node of the Resource Manager.
getRMUrl() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
Returns the RM's URL of the event.
getRunningJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Get the running Jobs list
getRunningJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
To get the runningJobs
getRunningTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
Return the list of running tasks
getRuntimeGenericInformation() - Method in class org.ow2.proactive.scheduler.common.job.JobState
Returns job generic information, where job variables, PA_JOB_ID, PA_JOB_NAME and PA_USER were replaced
getRuntimeGenericInformation() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Returns a map of generic information, with replacement done from the runtime variables map
getRuntimeVariables() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Returns a map containing both scope variables and system variables
getS3Client(String, String, String...) - Static method in class org.ow2.proactive.scheduler.examples.S3ConnectorUtils
Get or initialize the S3 client.
getScheduledTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
Get the scheduled time.
getScheduledTime() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the scheduledTime
getScheduledTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getScheduledTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getScheduledTimeForRemoval() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the scheduled time for removal.
getScheduledTimeForRemoval() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
getScheduledTimeForRemoval() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getSchedulerHome() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getSchedulerProperties() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns the scheduler properties associated with the user currently connected
getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getSchedulerProperties() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getSchedulerProperties() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getSchedulerRestUrl() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getSchedulerRestUrl() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getSchemaByNamespace(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
 
getScopeMap() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
Getter of the scopeMap
getScopeVariables() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Returns a map containing all scope variables defined in this Task (i.e.
getScopeVariables(TaskContext) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
Return all variables in scope of a given taskContext.
getScratchFolder() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
getScratchFolder() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getScratchURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
 
getScratchURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
getScratchURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getScript() - Method in class org.ow2.proactive.scheduler.common.task.ScriptTask
 
getScript() - Method in class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
 
getScript() - Method in class org.ow2.proactive.scripting.Script
Get the script.
getScriptEngine() - Method in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
getScriptMap() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
Getter of the scriptMap
getScriptName() - Method in class org.ow2.proactive.scripting.Script
Get the script name.
getScripts() - Method in class org.ow2.proactive.utils.Criteria
 
getScriptUrl() - Method in class org.ow2.proactive.scripting.Script
Get the script url, if applicable
getSecureRandom() - Static method in class org.ow2.proactive.authentication.crypto.KeyUtil
 
getSelectionScripts() - Method in class org.ow2.proactive.scheduler.common.task.Task
To get the selection script.
getSelectionScripts() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
This property is not available for this implementation.
getSerializedArguments() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
 
getSerializedArguments() - Method in class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
 
getSerializedException() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Get the serializedException.
getSerializedValue() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Get the serialized value of the task.
getSerializedValue() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getSerializedValue() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Get the serializedValue.
getServerURI() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
Return the URI on which the log server is bound.
getSession() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Get the session for this user (timer task)
getSession() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
getSession() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
getSession() - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Retrieves the current session identifier, or null if the session was not initialized yet.
getSession() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getSession() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
Retrieves the current session identifier, or null if the session was not initialized yet.
getSession() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getSession() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getShortMessage() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Return only the message that is the cause of the exception.
getSize() - Method in class org.ow2.proactive.scheduler.common.Page
 
getSize() - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
 
getSize() - Method in class org.ow2.proactive.utils.Criteria
 
getSkippedTasks() - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
 
getSortedItems() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
getSortOrder() - Method in class org.ow2.proactive.db.SortParameter
 
getSortParameters() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer
 
getSortParameters() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
getSourceDescription() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
Returns Node source type of the event.
getSourceName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
Returns Node source name of the event.
getSpaceURLs() - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Returns the URLs of the RemoteSpace
getSpaceURLs() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
getSpELContext() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
 
getSpELVariables() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
 
getStackTrace() - Method in class org.ow2.proactive.resourcemanager.common.NSState
 
getStartTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the time at which the Job has started.
getStartTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the startTime
getStartTime() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the startTime
getStartTime() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the startTime
getStartTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the time at which the Job has started.
getStartTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getStartTime() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getStartTime() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getState() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getState() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getState() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the resource manager summary state.
getState() - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
Gets the current snapshot of the resource manager state providing detailed nodes and node source information.
getState() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the list of job states that describe every jobs in the Scheduler.
getState(boolean) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the list of job states that describe every jobs in the Scheduler.
getState() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getState(boolean) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getState() - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
getState(boolean) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
getState() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getState(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getState() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getState(boolean) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getStateChangeTime() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getStatus() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Return the status of the job.
getStatus() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the status of the job.
getStatus() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the current status of the Scheduler
getStatus() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Get the status of the scheduler
getStatus() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the taskStatus
getStatus() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the status of this task
getStatus() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getStatus() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
getStatus() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Return the status of the job.
getStatus() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getStatus() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getStatus() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getStatus() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getStatus() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getStatus() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getStatus() - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller
 
getStderrLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getStderrLogs() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getStderrLogs() - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
 
getStderrLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
Timestamp parameter is not relevant for this TaskLogs implementation.
getStderrLogs() - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
Return the logs generated on error output.
getStderrLogs(boolean) - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
Return the logs generated on error output.
getStderrLogs(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
 
getStderrLogs() - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
 
getStdoutLogs() - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getStdoutLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
getStdoutLogs() - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
 
getStdoutLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
Timestamp parameter is not relevant for this TaskLogs implementation.
getStdoutLogs() - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
Return the logs generated on standard output.
getStdoutLogs(boolean) - Method in interface org.ow2.proactive.scheduler.common.task.TaskLogs
Return the logs generated on standard output.
getStdoutLogs(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
 
getStdoutLogs() - Method in class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
 
getStorage() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
Return a clone of the current logging event storage.
getStoredLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
getStoredLogs(AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
getStringAsArray(ObjectArrayFormatter) - Static method in class org.ow2.proactive.utils.Tools
Get the columned string according to the given ObjectArrayFormatter descriptor.
getSubject() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Gets user's subject retrieved from JAAS authentication
getSubmitNumber() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Get the number of submit for this user.
getSubmitNumber() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
 
getSubmitNumber() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
getSubmitNumber() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
getSubmittedTime() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the time at which the Job was submitted.
getSubmittedTime() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the submittedTime
getSubmittedTime() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the time at which the Job was submitted.
getSubmittedTime() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getSupportedNodeSourceInfrastructures() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getSupportedNodeSourceInfrastructures() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the list of supported node source infrastructures descriptors.
getSupportedNodeSourcePolicies() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getSupportedNodeSourcePolicies() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the list of supported node source policies descriptors.
getSynchronizationAPI() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getSynchronizationAPI() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getSynchronizationAPI() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getSystemCompliantPath(String) - Static method in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool
Convert path parameter into system compliant path on a common file system
getSystemEnvironment() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Return a copy of the system environment, empty map if no variables.
getSystemEnvironmentVariable(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Get the system environment variable value associated with the given name.
getSystemVariables() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Returns a map containing all variables defined by the system for this task, such as PA_JOB_ID, PA_USER, etc.
getTag() - Method in class org.ow2.proactive.scheduler.common.task.Task
Get the tag of this task.
getTag() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
Return the tag of the task.
getTag() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
getTag() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
 
getTags() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the list of available tags in a job.
getTags(String) - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the list of available tags in a job and that matches a given prefix.
getTarget() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
getTargetContinuation() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
getTargetElse() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
getTask() - Method in exception org.ow2.proactive.scheduler.common.job.factories.FlowError
 
getTask(String) - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
Get the task corresponding to the given name.
getTaskByTagPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the paginated filtered tasks by a given tag.
getTaskDuration() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Get the real task duration.
getTaskExecutionDuration() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
 
getTaskFinishedTime() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
 
getTaskId() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
getTaskId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskInfo
To get the taskId
getTaskId() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
To get the id of the task.
getTaskId() - Method in interface org.ow2.proactive.scheduler.common.TaskDescriptor
To get the id of the corresponding task
getTaskId() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
 
getTaskId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
getTaskId() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getTaskId() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
getTaskId() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
getTaskId() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
getTaskId() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the taskId
getTaskId() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Retrieve a tasks names list from the scheduler.
getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskIds(String, long, long, boolean, boolean, boolean, boolean, int, int) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getTaskInfo() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To get the taskInfo
getTaskInfo() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
getTaskInfo() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
getTaskInfo() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
getTaskInputFiles() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the taskInputFiles
getTaskLogLayout() - Static method in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Default layout for logs
getTaskName() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Get the taskName where the exception has been thrown.
getTaskName() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
 
getTaskName() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
getTaskNodeNumber() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
 
getTaskOutputFiles() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the taskOutputFiles
getTaskPaginated(String, int, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Return the page of tasks of the given job.
getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskPaginated(String, int, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskPaginated(String, int, int) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getTaskResult(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given task name in the given jobId.
getTaskResult(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given task name in the given jobId.
getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskResult(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskResult(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskResult(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getTaskResultAllIncarnations(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given task name and all result incarnations in the given jobId.
getTaskResultAllIncarnations(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given task name and all result incarnations in the given jobId.
getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskResultAllIncarnations(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskResultAllIncarnations(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskResultFromIncarnation(JobId, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given task name and the given incarnation in the given jobId.
getTaskResultFromIncarnation(String, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the result for the given task name and the given incarnation in the given jobId.
getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskResultFromIncarnation(JobId, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskResultFromIncarnation(String, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskResultsByTag(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the results for a set of tasks in the given jobId and filtered by a given tag.
getTaskResultsByTag(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Get the results for a set of tasks in the given jobId and filtered by a given tag.
getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskResultsByTag(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskResultsByTag(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the tasks as an array list.
getTasks() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
To get the list of tasks.
getTasks() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
getTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getTasksByTag(String) - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the task as an array list and filtered by a given tag.
getTasksByTag(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getTaskServerLogs(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Retrieves server logs for a task with the given id.
getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskServerLogs(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskServerLogsByTag(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Retrieves server logs for a set of tasks filtered by the given tag.
getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTaskServerLogsByTag(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTasksPageBoundaries(int, int, int) - Static method in class org.ow2.proactive.scheduler.common.util.Pagination
 
getTasksPaginated(int, int) - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the paginated tasks.
getTasksSkipped() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Used as an argument for SchedulerEvent.TASK_SKIPPED to specify which tasks were skipped
getTaskStartTime() - Method in class org.ow2.proactive.scheduler.common.usage.TaskUsage
 
getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Retrieve a taskstates list from the scheduler.
getTaskStates() - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
 
getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTaskStates(String, long, long, boolean, boolean, boolean, boolean, int, int, SortSpecifierContainer) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getTasksToSchedule() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
get task descriptor list with eligible tasks (running)
getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getTasksToSchedule() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getTasksToSchedule() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getTaskUsages() - Method in class org.ow2.proactive.scheduler.common.usage.JobUsage
 
getTaskVariables() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
getThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Third-party credentials are specific to each Scheduler user and stored on the server side.
getThirdPartyCredentials() - Method in class org.ow2.proactive.authentication.crypto.CredData
 
getThirdPartyCredentials() - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
getThreshold() - Method in class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
Gets the threshold value (in microseconds)
getTimeStamp() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
Gets the time of event creation
getTimeStampFormatted() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
Gets the formatted time of event creation
getTo() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
getTokenArray() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a copy of the full token list as an independent modifiable array.
getTokenList() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a copy of the full token list as an independent modifiable list.
getTopology() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
getTopology() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns the topology information of nodes.
getTopology() - Method in class org.ow2.proactive.utils.Criteria
 
getTopologyDescriptor() - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
Returns the topology descriptor of the parallel task.
getTotalAliveNodesNumber() - Method in class org.ow2.proactive.resourcemanager.common.RMState
Returns total alive nodes number in the resource manager.
getTotalNbJobs() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Returns the total number of jobs (pending, running and finished)
getTotalNbJobs() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
Returns the total number of jobs.
getTotalNodesNumber() - Method in class org.ow2.proactive.resourcemanager.common.RMState
Returns total nodes number (including dead nodes) in the resource manager.
getTotalNumberOfNodes() - Method in class org.ow2.proactive.utils.NodeSet
Return the total number of nodes (standard + extra) included in this node set
getTotalNumberOfTasks() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the number of tasks managed by the Job.
getTotalNumberOfTasks() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To get the totalNumberOfTasks
getTotalNumberOfTasks() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns the number of tasks managed by the Job.
getTotalNumberOfTasks() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getTrimmerMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the trimmer character matcher.
getTSVInstance() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a new tokenizer instance which parses Tab Separated Value strings.
getTSVInstance(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a new tokenizer instance which parses Tab Separated Value strings.
getTSVInstance(char[]) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets a new tokenizer instance which parses Tab Separated Value strings.
getType() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Return the type of the given properties.
getType() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
Return the name of the parser type
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
getType() - Method in class org.ow2.proactive.scheduler.common.job.Job
To get the type of this job
getType() - Method in class org.ow2.proactive.scheduler.common.job.TaskFlowJob
 
getType() - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
getType() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Return the type of the given properties.
getType() - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
getType() - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
getType() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.IRemoteSource
 
getType() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
Returns a model regexp able to match the parser type.
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BooleanParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CatalogObjectParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.CRONParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DoubleParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.FloatParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
getTypeRegexp() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
getUnresolvedGenericInformation() - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Returns the generic information without variable replacements.
getUnresolvedVariables() - Method in class org.ow2.proactive.scheduler.common.job.Job
Returns the unresolved variable map of this job.
getUpdatedTasks() - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
 
getUrl() - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
getUser() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
getUserEvents() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Returns the userEvents.
getUserName() - Method in class org.ow2.proactive.authentication.UserData
 
getUsername() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
To get the user name
getUsername() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
 
getUsername() - Method in class org.ow2.proactive.scheduler.job.SchedulerUserInfo
 
getUsername() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
getUsername() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
getUsers() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns a list of connected users.
getUsers() - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Returns the list of connected users.
getUsers() - Method in class org.ow2.proactive.scheduler.common.SchedulerUsers
Return a sorted collection of all connected users.
getUsers() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getUsers() - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
Returns the list of connected users.
getUsers() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getUsers() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getUsers() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getUsersCount() - Method in class org.ow2.proactive.scheduler.common.SchedulerUsers
 
getUserSpace() - Method in class org.ow2.proactive.scheduler.common.job.Job
 
getUserSpace() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getUserSpace() - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
getUserSpace() - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
Returns a RemoteSpace implementation instance which represents the userspace
getUserSpaceURIs() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns the USER DataSpace URIs associated with the current user
getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
getUserSpaceURIs() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getUserSpaceURIs() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
getUsersWithJobs() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Returns a list of users having jobs.
getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
getUsersWithJobs() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
getUserURI() - Method in class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
 
getUserURI() - Method in interface org.ow2.proactive.scheduler.task.data.TaskDataspaces
 
getUserURI() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
getValue() - Method in class org.ow2.proactive.db.types.BigString
Get the String value.
getValue() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
 
getValue() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
getValue() - Method in class org.ow2.proactive.scheduler.common.task.PropertyModifier
Get the value
getValue() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Get the value of the task.
getValue() - Method in class org.ow2.proactive.scheduler.common.task.UpdatableProperties
Get the value of the property.
getValue() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getValue() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
getValue() - Method in class org.ow2.proactive.scripting.helper.selection.Condition
Get the value of the condition
getValueAsBoolean() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the value of this property as a boolean.
getValueAsBoolean(String, PropertyType, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Returns the value of this property as a boolean.
getValueAsBoolean() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getValueAsBoolean() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Returns the value of this property as a boolean.
getValueAsInt() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the value of this property as an integer.
getValueAsInt(String, PropertyType, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Returns the value of this property as an integer.
getValueAsInt() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getValueAsInt() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
getValueAsList(String) - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the value of this property as a List of strings.
getValueAsList(String, PropertyType, String, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Returns the value of this property as a List of strings.
getValueAsList(String) - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getValueAsList(String) - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
getValueAsLong() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the value of this property as a long integer.
getValueAsLong(String, PropertyType, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Returns the value of this property as an integer.
getValueAsLong() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getValueAsLong() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
getValueAsString() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the value of this property as a string.
getValueAsString(String, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Returns the value of this property as a string.
getValueAsString() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getValueAsString() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
getValueAsStringOrNull() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Returns the value of this property as a string.
getValueAsStringOrNull(String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Returns the value of this property as a string.
getValueAsStringOrNull() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
getValueAsStringOrNull() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Returns the value of this property as a string.
getValueDelimiterMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Gets the variable default value delimiter matcher currently in use.
getVariablePrefixMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Gets the variable prefix matcher currently in use.
getVariableResolver() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Gets the VariableResolver that is used to lookup variables.
getVariables() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
 
getVariables() - Method in class org.ow2.proactive.scheduler.common.job.Job
Returns the variable map of this job.
getVariables() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns the variables Map
getVariables() - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
getVariables() - Method in class org.ow2.proactive.scheduler.common.task.Task
Returns the variable map of this task.
getVariables() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Returns the deserialized version of the propagated variables
getVariables() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
getVariables() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
getVariables() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
getVariables() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
getVariablesAsReplacementMap() - Method in class org.ow2.proactive.scheduler.common.job.Job
Returns a map containing the variable names and their values.
getVariablesOverriden(Job) - Method in class org.ow2.proactive.scheduler.common.task.Task
Returns the variable map of this task.
getVariableSuffixMatcher() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Gets the variable suffix matcher currently in use.
getVersion() - Method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
 
getVisualization() - Method in class org.ow2.proactive.scheduler.common.job.Job
Get the job visualization rendering in SVG format
getVMName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns java Virtual machine name of the node.
getVnName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Returns VirtualNode name of the node.
getVNodeName() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
getWallTime() - Method in class org.ow2.proactive.scheduler.common.task.Task
 
getWalltime() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Get the walltime of the task
getwinenv() - Static method in class org.ow2.proactive.utils.Environment
 
getWorkingDir() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Return the working Directory.
getWorkingDir() - Method in class org.ow2.proactive.scheduler.common.task.Task
Return the working Directory.
getXMLName() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
Return the XML tag name of the attribute as a String.
getXMLName() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
Return the XML tag name of the element as a String.
getXMLTagsStack() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Return a stack that contains every tags (path) to the element that causes the exception.
globalSpace - Variable in class org.ow2.proactive.scheduler.common.job.Job
 
GLOBALSPACE_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Name of the GlobalSpace for DataSpaces registration
GREATER_THAN - Static variable in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Greater than operator
groupFile - Variable in class org.ow2.proactive.authentication.FileLoginModule
The file where to store group management
groupMembershipFromFile(String) - Method in class org.ow2.proactive.authentication.FileLoginModule
Return corresponding group for an user from the group file.
GroupNamePrincipal - Class in org.ow2.proactive.authentication.principals
 
GroupNamePrincipal(String) - Constructor for class org.ow2.proactive.authentication.principals.GroupNamePrincipal
 

H

HAC - Class in org.ow2.proactive.resourcemanager.frontend.topology.clustering
Implementation of "Hierarchical Agglomerative Clustering" For details see http://en.wikipedia.org/wiki/Cluster_analysis#Agglomerative_hierarchical_clustering
HAC(Topology, List<Node>, DistanceFunction, long) - Constructor for class org.ow2.proactive.resourcemanager.frontend.topology.clustering.HAC
 
hadException() - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Returns true if the job has generated an exception, false if not.
hadException() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
To know if an exception has occurred on this task.
hadException() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
hadException() - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
hadException() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
hadException() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
handle(Callback[]) - Method in class org.ow2.proactive.authentication.NoCallbackHandler
Invoke an array of Callbacks.
handle(Script<T>, PrintStream, PrintStream) - Method in class org.ow2.proactive.scripting.ScriptHandler
Execute a script
handle(Script<T>) - Method in class org.ow2.proactive.scripting.ScriptHandler
Execute a script using standard error and output as the output sink.
handleNotification(Notification, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
handleResultsWhileTransferringFile(List<Future<Boolean>>, String, long) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
hasBeenClosed - Variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
Used to maintain the contract of #close().
hasChildren(TaskId) - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
Return true if the task represented by the given taskId has children, false if not.
hasFreeResources() - Method in class org.ow2.proactive.resourcemanager.common.RMState
Return true if the scheduler has free resources, false if not.
hashCode() - Method in class org.ow2.proactive.authentication.principals.IdentityPrincipal
 
hashCode() - Method in class org.ow2.proactive.permissions.PrincipalPermission
 
hashCode() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
hashCode() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
hashCode() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
 
hashCode() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.task.util.BooleanWrapper
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.task.util.IntegerWrapper
 
hashCode() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets a suitable hash code for this builder.
hashCode() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
 
hashCode() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
Do not use this method to get the value as an INTEGER.
hashCode() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
hashCode() - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
 
hashCode() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
 
hashCode() - Method in class org.ow2.proactive.scripting.Script
 
hashCode() - Method in class org.ow2.proactive.scripting.SelectionScript
 
hashCodeFromList(List<SelectionScript>) - Static method in class org.ow2.proactive.scripting.SelectionScript
Util method to get an hashCode of a list of selection script.
hasNext() - Method in class org.ow2.proactive.scheduler.common.util.RegexpMatcher
Tell if an other matches is existing.
hasNext() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Checks whether there are any more tokens.
hasPrevious() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Checks whether there are any previous tokens that can be iterated to.
hasPrincipal(IdentityPrincipal) - Method in class org.ow2.proactive.permissions.PrincipalPermission
 
hasWallTimed() - Method in class org.ow2.proactive.scheduler.task.utils.WallTimer
 
HostsPinger - Class in org.ow2.proactive.resourcemanager.frontend.topology.pinging
Pings hosts using standard InetAddress.isReachable() method.
HostsPinger() - Constructor for class org.ow2.proactive.resourcemanager.frontend.topology.pinging.HostsPinger
 
HybridEncryptedData(byte[], byte[]) - Constructor for class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil.HybridEncryptedData
 
HybridEncryptionUtil - Class in org.ow2.proactive.authentication.crypto
Encrypt data with a symmetric key that is asymmetrically encrypted.
HybridEncryptionUtil() - Constructor for class org.ow2.proactive.authentication.crypto.HybridEncryptionUtil
 
HybridEncryptionUtil.HybridEncryptedData - Class in org.ow2.proactive.authentication.crypto
 

I

id - Variable in class org.ow2.proactive.scripting.Script
Id of this script
id_ - Variable in class org.ow2.proactive.scripting.SelectionScript
Hash digest of the script
IDataSpaceClient - Interface in org.ow2.proactive.scheduler.rest.ds
 
IDataSpaceClient.Dataspace - Enum in org.ow2.proactive.scheduler.rest.ds
 
IDataSpaceClient.ILocalDestination - Interface in org.ow2.proactive.scheduler.rest.ds
 
IDataSpaceClient.ILocalSource - Interface in org.ow2.proactive.scheduler.rest.ds
 
IDataSpaceClient.IRemoteDestination - Interface in org.ow2.proactive.scheduler.rest.ds
 
IDataSpaceClient.IRemoteSource - Interface in org.ow2.proactive.scheduler.rest.ds
 
IdentityConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
IdentityConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IdentityConverter
 
IdentityPrincipal - Class in org.ow2.proactive.authentication.principals
 
IdentityPrincipal(String) - Constructor for class org.ow2.proactive.authentication.principals.IdentityPrincipal
 
ifBranchSelectedVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Value to set FlowScript.branchSelectionVariable to signify the IF branch should be selected
implies(Permission) - Method in class org.ow2.proactive.permissions.PrincipalPermission
 
implies(Permission) - Method in class org.ow2.proactive.policy.Permissions
 
IncrementJob - Class in org.ow2.proactive.scheduler.examples
Simple executable that returns 1 + sum(parameters) as result
IncrementJob() - Constructor for class org.ow2.proactive.scheduler.examples.IncrementJob
 
indexOf(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the first reference to the specified char.
indexOf(char, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the first reference to the specified char.
indexOf(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the first reference to the specified string.
indexOf(String, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the first reference to the specified string starting searching from the given index.
indexOf(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder using the matcher to find the first match.
indexOf(StrMatcher, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder using the matcher to find the first match searching from the given index.
init() - Static method in class org.ow2.proactive.policy.ClientsPolicy
Initialize the policy in the system
init(String, CredData) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
init(String, Credentials) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Initialization default method for a java task.
init(String, Credentials) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
initialize the connection the scheduler.
init(String, String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
initialize the connection the scheduler.
init(String, CredData) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
initialize the connection the scheduler.
init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.AzureBlobDownloader
 
init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.AzureBlobUploader
 
init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.IterationAwareJob
 
init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.MonteCarlo
 
init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.S3ConnectorDownloader
 
init(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.examples.S3ConnectorUploader
 
init(String, ISchedulerClient) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
init(ConnectionInfo) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Initialize this instance.
init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Connects to the scheduler
init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
init(String, Credentials) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
init(String, CredData) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
init(ConnectionInfo) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
init(ConnectionInfo) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
initActivity(Body) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
initActivity(Body) - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
initAPIs(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
initDatabase() - Method in class org.ow2.proactive.jmx.RRDDataStore
 
initDataSpaces(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Initialization of the dataSpaces.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.proactive.authentication.FileLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.proactive.authentication.LDAPLoginModule
Initialize this LDAPLoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.ow2.proactive.authentication.PAMLoginModule
 
initialize() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
Instantiate the LogForwardingProvider specified by providerClassname value, and create and start the log server.
initiator - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
the resource manager client which initiates the event
initMetadata(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Initialization of the metadata.
initResultMap(ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Initialization of the resultMap.
InProcessTaskExecutor - Class in org.ow2.proactive.scheduler.task.executors
Run a task through a script handler.
InProcessTaskExecutor() - Constructor for class org.ow2.proactive.scheduler.task.executors.InProcessTaskExecutor
 
InputAccessMode - Enum in org.ow2.proactive.scheduler.common.task.dataspaces
InputAccessMode provide a way to define how files should be accessed in the executable.
inputFile - Variable in class org.ow2.proactive.scheduler.examples.CopyFile
 
inputFiles - Variable in class org.ow2.proactive.scheduler.common.task.Task
DataSpace inputFiles
InputSelector - Class in org.ow2.proactive.scheduler.common.task.dataspaces
InputSelector is a couple of FileSelector and InputAccessMode
InputSelector() - Constructor for class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
 
InputSelector(FileSelector, InputAccessMode) - Constructor for class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
Create a new instance of InputSelector
inputSpace - Variable in class org.ow2.proactive.scheduler.common.job.Job
 
insecure(boolean) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
insecure(boolean) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 
insert(int, Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the string representation of an object into this builder.
insert(int, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the string into this builder.
insert(int, char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the character array into this builder.
insert(int, char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts part of the character array into this builder.
insert(int, boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the value into this builder.
insert(int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the value into this builder.
insert(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the value into this builder.
insert(int, long) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the value into this builder.
insert(int, float) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the value into this builder.
insert(int, double) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Inserts the value into this builder.
INTEGER_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
 
INTEGER_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
 
IntegerConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
IntegerConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.IntegerConverter
 
IntegerParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
IntegerParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.IntegerParserValidator
 
IntegerWrapper - Class in org.ow2.proactive.scheduler.common.task.util
IntegerWrapper is the Scheduler Wrapper object for Integer.
IntegerWrapper(Integer) - Constructor for class org.ow2.proactive.scheduler.common.task.util.IntegerWrapper
Create a new instance of IntegerWrapper.
InternalException - Exception in org.ow2.proactive.scheduler.common.exception
InternalException...
InternalException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
Create a new instance of InternalException
InternalException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
Create a new instance of InternalException
InternalException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
Create a new instance of InternalException
InternalException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalException
Create a new instance of InternalException
internalInit(JavaStandaloneExecutableInitializer, ScriptContext) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Initialize the executable using the given executable Initializer.
InternalSchedulerException - Exception in org.ow2.proactive.scheduler.common.exception
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform of internal known problem.
InternalSchedulerException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
Create a new instance of InternalSchedulerException with the given message.
InternalSchedulerException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
Create a new instance of InternalSchedulerException.
InternalSchedulerException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
Create a new instance of InternalSchedulerException with the given message and cause
InternalSchedulerException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.InternalSchedulerException
Create a new instance of InternalSchedulerException with the given cause.
InvalidChannelException - Exception in org.ow2.proactive.scheduler.synchronization
 
InvalidChannelException() - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
 
InvalidChannelException(String) - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
 
InvalidChannelException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
 
InvalidChannelException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.synchronization.InvalidChannelException
 
InvalidScriptException - Exception in org.ow2.proactive.scripting
Exception thrown when creation of a Script fails.
InvalidScriptException() - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
Constructor.
InvalidScriptException(String, Throwable) - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
Constructor
InvalidScriptException(String) - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
Constructor
InvalidScriptException(Throwable) - Constructor for exception org.ow2.proactive.scripting.InvalidScriptException
Constructor
invoke(ObjectName, String, Object[], String[]) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
invoke(Object, Method, Object[]) - Method in class org.ow2.proactive.scheduler.rest.SessionHandler
 
invoke(String, String, Object[]) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
Invokes an operation on an MBean.
isAbsolute() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
 
isActivated() - Method in interface org.ow2.proactive.authentication.Authentication
Checks whether an authentication is activated or in other words is ready to authenticate users.
isActivated() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
 
isActivated() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
Method used to wait until the TaskLauncher is activated (i.e.
isActive() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
Determines whether the connector server is active.
isActive() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
isActive() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns true if the resource manager is operational and a client is connected.
isAlive() - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
Deprecated.
isAscending() - Method in enum org.ow2.proactive.db.SortOrder
 
isAuthorizedForkEnvironmentScript() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
isAutomaticTransfer() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
isAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
isBestEffort() - Method in class org.ow2.proactive.utils.Criteria
 
ISchedulerClient - Interface in org.ow2.proactive.scheduler.rest
Scheduler interface available in the rest-client framework.
isConnected() - Method in class org.ow2.proactive.jmx.JMXClientHelper
Returns true if this client is connected.
isConnected() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Test whether or not the user is connected to the ProActive Scheduler.
isConnected() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
isConnected() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
isConnected() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
isConnected() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
Check connection with the server return true if the current session is connected, false otherwise
isConnected() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
isCreateFolderHierarchySequentiallyEnabled() - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
isDirectoryPath(String) - Static method in class org.ow2.proactive.scheduler.examples.SchedulerExamplesUtils
check whether or not the given file path is a path to a directory terminated by /
isDown() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is not currently UP
isDynamic() - Method in class org.ow2.proactive.scripting.SelectionScript
Say if the script is static or dynamic
isEmpty() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
isEmpty() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks is the string builder is empty (convenience Collections API style method).
isEmpty(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns true if this channel map contains no key-value mappings.
isEmpty(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
isEmpty(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
isEmpty() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
isEmptyTokenAsNull() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets whether the tokenizer currently returns empty tokens as null.
isEnableSubstitutionInVariables() - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Returns a flag whether substitution is done in variable names.
isEqualJob(TaskFlowJob, TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.JobComparator
We state that: For any jobs (TaskFlowJob) job1 and job2 such that job1 serialized to xml produces job1.xml job1.xml loaded in java produces job2 then isEqual(job1,job2) == true
isFinished() - Method in class org.ow2.proactive.scheduler.common.job.JobState
To know if the job is finished or not.
isFinished() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
 
isFinished() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
isFork() - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
 
isFreezable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is freezable in its current state
isIgnoreEmptyTokens() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets whether the tokenizer currently ignores empty tokens.
isInsecure() - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
isInstanceOf(ObjectName, String) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
isIsolateTaskOutputs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
isJobAlive() - Method in enum org.ow2.proactive.scheduler.common.job.JobStatus
 
isJobFinished(JobId) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Returns true, if the scheduler has finished the execution of the specified job.
isJobFinished(String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Returns true, if the scheduler has terminated the execution of the specified job.
isJobFinished(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
isJobFinished(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
isJobFinished(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
isJobFinished(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
isJobFinished(JobId) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
isJobFinished(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
isJobInherited() - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
 
isKilled() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is killed
isLocked() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
isLocked() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
isMatch(char[], int, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns the number of matching characters, zero for no match.
isMatch(char[], int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns the number of matching characters, zero for no match.
isMyEventsOnly() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Get the myEventsOnly.
isMyEventsOnly() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
isMyEventsOnly() - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
isMyJobsOnly() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
 
isNodeAdmin(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
isNodeAdmin(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Checks if the currently connected user is the node administrator
isNodeUser(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
isNodeUser(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Checks if the currently connected user can use node for computations
ISO8601DateUtil - Class in org.ow2.proactive.scheduler.common.util
Helper class for converting ISO datetime strings of the following format: "2008-03-01T13:00:00+01:00".
isParallel() - Method in class org.ow2.proactive.scheduler.common.task.Task
Checks if the task is parallel.
isPausable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is pausable in its current state
isPending() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
 
isPending() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
isPreciousLogs() - Method in class org.ow2.proactive.scheduler.common.task.Task
To know if the logs of this task are precious.
isPreciousLogs() - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
isPreciousResult() - Method in class org.ow2.proactive.scheduler.common.task.Task
To know if the result of this task is precious.
isRaw() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Returns true if this result contains raw data (i.e.
isRaw() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
isRaw() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.proactive.scheduler.rest.readers.OctetStreamReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.proactive.scheduler.rest.readers.TaskResultReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.ow2.proactive.scheduler.rest.readers.WildCardTypeReader
 
isRegistered(ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
isRelative() - Method in class org.ow2.proactive.scheduler.common.job.JobDeadline
 
isResult() - Method in class org.ow2.proactive.resourcemanager.common.NSState
 
isResumable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is resumable in its current state
isRunAsMe() - Method in class org.ow2.proactive.scheduler.common.task.Task
To know if the task will be executed under the user identity or not.
isRunAsUser() - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
Return true if user want to run the task under his account id, false otherwise.
isRunAsUser() - Method in class org.ow2.proactive.scheduler.task.context.TaskContext
 
isRunning() - Method in class org.ow2.proactive.scheduler.common.JobFilterCriteria
 
isRunning() - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
isSchemaException() - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Get the isSchemaException
isSet() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Return true if this property is set or has a default value, false otherwise.
isSet(String, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Return true if this property is set, false otherwise.
isSet() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
isSet() - Method in class org.ow2.proactive.scheduler.common.task.UpdatableProperties
Tell if the value has been set or if it is the default one.
isSet() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
isShuttingDown() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is currently shutting down
isStartable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is startable
isStarted() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
 
isStarted() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
isStarted() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
isStoppable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler can be stopped in its current state.
isSubmittable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if a job can be submitted to scheduler
isTaskAlive() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Returns true if the task is not alive any more (a task is alive when it's waiting to be executed or being executed
isTaskAlive() - Method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
 
isTaskFinished(String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Returns true, if the scheduler has finished the execution of the task.
isTaskFinished(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
isTaskFinished(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
isTaskFinished(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
isTaskStarted() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
isToBeRemoved() - Method in interface org.ow2.proactive.scheduler.common.job.JobInfo
Returns a boolean that indicates whether the job is marked for removal or not.
isToBeRemoved() - Method in class org.ow2.proactive.scheduler.common.job.JobState
Get the toBeRemoved property.
isToBeRemoved() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
Returns a boolean that indicates whether the job is marked for removal or not.
isToBeRemoved() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
isTopologyBased() - Method in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
Defines if selection scripts have to be executed on all available nodes before the topology information will be processed.
isToRemove() - Method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Returns true if this user has to be removed, false if not.
isTransferring() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
isTrue() - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
Returns the result of the predicate evaluation
isTrusted(X509Certificate[], String) - Method in class org.ow2.proactive.http.AllowAllTrustStrategy
 
isUnusable() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Return true if the scheduler is NOT usable in its current state
isValidProgressValue(int) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
Returns a boolean that indicates whether the specified value is a valid progress value.
isWallTimeSet() - Method in class org.ow2.proactive.scheduler.common.task.Task
Return true if wallTime is set.
ITERATION_SEPARATOR - Static variable in interface org.ow2.proactive.scheduler.common.task.TaskId
string separator in the task name for indicating the iteration index
IterationAwareJob - Class in org.ow2.proactive.scheduler.examples
Prints iteration and replication exported properties for testing purposes
IterationAwareJob() - Constructor for class org.ow2.proactive.scheduler.examples.IterationAwareJob
 
iterator() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 

J

jar(String[], File, String, String, String, CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.JarUtils
Create a jar file that contains all the directory listed in directories parameter and store the create content in a file denoted by the path in the given dest argument
jarDirectoriesAndFiles(String[], String, String, String, CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.JarUtils
Create a jar file that contains all the directory listed in directories parameter.
jarIt(ZipOutputStream, String[], CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.JarUtils
Jar directory content in the given output stream
JarUtils - Class in org.ow2.proactive.scheduler.common.util
Utils for creating and reading jar files.
JarUtils() - Constructor for class org.ow2.proactive.scheduler.common.util.JarUtils
 
JAVA_CLASS_SCRIPT_ENGINE_NAME - Static variable in class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
JavaClassScriptEngine - Class in org.ow2.proactive.scheduler.task.java
 
JavaClassScriptEngine() - Constructor for class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngine
 
JavaClassScriptEngineFactory - Class in org.ow2.proactive.scheduler.task.java
 
JavaClassScriptEngineFactory() - Constructor for class org.ow2.proactive.scheduler.task.java.JavaClassScriptEngineFactory
 
JavaExecutable - Class in org.ow2.proactive.scheduler.common.task.executable
AbstractJavaExecutable : base class of Java Executables
JavaExecutable() - Constructor for class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
JavaPrefixCommandExtractor - Class in org.ow2.proactive.scheduler.task.executors.forked.env.command
 
JavaPrefixCommandExtractor() - Constructor for class org.ow2.proactive.scheduler.task.executors.forked.env.command.JavaPrefixCommandExtractor
 
JavaStandaloneExecutableInitializer - Class in org.ow2.proactive.scheduler.common.task.executable.internal
JavaStandaloneExecutableInitializer is the class used to store context of java standalone executable initialization
JavaStandaloneExecutableInitializer() - Constructor for class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
JavaTask - Class in org.ow2.proactive.scheduler.common.task
Use this class to build a java task that will use a JavaExecutable and be integrated in a TaskFlowJob.
JavaTask() - Constructor for class org.ow2.proactive.scheduler.common.task.JavaTask
Empty constructor.
jdbcUrl(String) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails.Builder
 
JMXAuthenticatorImpl - Class in org.ow2.proactive.jmx
Class to perform the authentication for the JMX MBean Server.
JMXAuthenticatorImpl(Authentication, PermissionChecker) - Constructor for class org.ow2.proactive.jmx.JMXAuthenticatorImpl
Constructor to assign the values to the global variables
jmxClient - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
JMXClientHelper - Class in org.ow2.proactive.jmx
This helper class provides a way to establish a JMX connection over RMI.
JMXClientHelper(Authentication, Object[]) - Constructor for class org.ow2.proactive.jmx.JMXClientHelper
Creates a new instance of this helper and puts the credentials in the environment used by the JMXConnector.
JMXClientHelper(Authentication, Map<String, Object>) - Constructor for class org.ow2.proactive.jmx.JMXClientHelper
Creates a new instance of this helper.
JMXProviderUtils - Class in org.ow2.proactive.jmx.provider
Various utilities and constants.
JMXProviderUtils() - Constructor for class org.ow2.proactive.jmx.provider.JMXProviderUtils
 
JMXTransportProtocol - Enum in org.ow2.proactive.jmx.naming
This enum defines the transport protocol used by the JMX infrastructure.
Job - Class in org.ow2.proactive.scheduler.common.job
Definition of a job for the user.
Job() - Constructor for class org.ow2.proactive.scheduler.common.job.Job
ProActive Empty Constructor
job2xmlFile(TaskFlowJob, File) - Method in class org.ow2.proactive.scheduler.common.job.factories.Job2XMLTransformer
Serializes the given job as xml and writes it to a file.
Job2XMLTransformer - Class in org.ow2.proactive.scheduler.common.job.factories
Helper class to transform a job into its xml representation.
Job2XMLTransformer() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.Job2XMLTransformer
 
JOB_DDL - Static variable in class org.ow2.proactive.scheduler.common.job.Job
 
JOB_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Default job name
JOB_DEFAULT_NAME_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
String prefix used to build default job name (if no job name is specified).
JOB_EXEC_TIME - Static variable in class org.ow2.proactive.scheduler.common.job.Job
 
JOB_LOGGER_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Prefix for job logger
JobAlreadyFinishedException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when trying to get or set information on a finished job that must be done on a running one.
JobAlreadyFinishedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobAlreadyFinishedException
Create a new instance of JobAlreadyFinishedException
JobAlreadyFinishedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobAlreadyFinishedException
Create a new instance of JobAlreadyFinishedException
JobAlreadyFinishedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobAlreadyFinishedException
Create a new instance of JobAlreadyFinishedException
JobAlreadyFinishedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobAlreadyFinishedException
Create a new instance of JobAlreadyFinishedException
JobComparator - Class in org.ow2.proactive.scheduler.common.job.factories
 
JobComparator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.JobComparator
 
JobCreationException - Exception in org.ow2.proactive.scheduler.common.exception
Exceptions Generated if a problem occurred while creating a job.
JobCreationException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Create a new instance of JobCreationException using the given message string
JobCreationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Create a new instance of JobCreationException using the given message string
JobCreationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Create a new instance of JobCreationException using the given message string and cause
JobCreationException(boolean, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Create a new instance of JobCreationException and tell if it was a schema exception
JobCreationException(String, String, Exception) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Create a new instance of JobCreationException using the given tag, attribute and cause.
JobCreationException(XMLTags, String, Exception) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Create a new instance of JobCreationException using the given tag, attribute and cause.
JobDatabase - Class in org.ow2.proactive.scheduler.smartproxy.common
Database in charge to persist references to awaited jobs in order to prevent data loss.
JobDatabase() - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
jobDatabase - Variable in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
JobDeadline - Class in org.ow2.proactive.scheduler.common.job
 
JobDeadline(Date) - Constructor for class org.ow2.proactive.scheduler.common.job.JobDeadline
 
JobDeadline(Duration) - Constructor for class org.ow2.proactive.scheduler.common.job.JobDeadline
 
JobDescriptor - Interface in org.ow2.proactive.scheduler.common
This class represents a job for the policy.
JobFactory - Class in org.ow2.proactive.scheduler.common.job.factories
JobFactory is used to parse XML Job descriptor.
JobFactory() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.JobFactory
 
JOBFACTORY_TMPDIR_PROPERTY - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
Temp dir to store temporary archive content
JobFilterCriteria - Class in org.ow2.proactive.scheduler.common
 
JobFilterCriteria(boolean, boolean, boolean, boolean) - Constructor for class org.ow2.proactive.scheduler.common.JobFilterCriteria
 
JobId - Interface in org.ow2.proactive.scheduler.common.job
Definition of a job identification, this will be used during scheduling to identify your job.
jobId(JobIdData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
JobIdImpl - Class in org.ow2.proactive.scheduler.job
Definition of a job identification, this will be used during scheduling to identify your job.
JobIdImpl(long, String) - Constructor for class org.ow2.proactive.scheduler.job.JobIdImpl
Default Job id constructor
JobInfo - Interface in org.ow2.proactive.scheduler.common.job
JobInfo provides information about the Job it is linked with.
JobInfoImpl - Class in org.ow2.proactive.scheduler.job
JobInfo provides some information about the Job it is linked with.
JobInfoImpl() - Constructor for class org.ow2.proactive.scheduler.job.JobInfoImpl
 
JobInfoImpl(JobInfoImpl) - Constructor for class org.ow2.proactive.scheduler.job.JobInfoImpl
 
JobInfoImpl - Class in org.ow2.proactive.scheduler.rest.data
 
JobInfoImpl() - Constructor for class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
JobPriority - Enum in org.ow2.proactive.scheduler.common.job
This is the different job priorities.
jobPriority(JobPriorityData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
JobResult - Interface in org.ow2.proactive.scheduler.common.job
Result of the execution of a job which is a map of task result.
The key of the map is the name of the task on which to get the result.
To identify the job attached to this result, a JobId and its name are provide by this class.
You can get the task results within 3 different ways : Every results of every tasks executed in the job. Every results that have generated an exception. Every results that you pointed out as precious result.
JobResultImpl - Class in org.ow2.proactive.scheduler.job
Class representing a job result.
JobResultImpl() - Constructor for class org.ow2.proactive.scheduler.job.JobResultImpl
ProActive empty constructor
JobResultImpl - Class in org.ow2.proactive.scheduler.rest.data
 
JobSortParameter - Enum in org.ow2.proactive.scheduler.common
 
JobState - Class in org.ow2.proactive.scheduler.common.job
This class contains all informations about the state of the job.
JobState() - Constructor for class org.ow2.proactive.scheduler.common.job.JobState
ProActive default constructor
JobStateImpl - Class in org.ow2.proactive.scheduler.rest.data
 
jobStateUpdatedEvent(NotificationData<JobInfo>) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
Invoked each time the state of a job has changed.
If you want to maintain an up to date list of jobs, just use the JobState.update(org.ow2.proactive.scheduler.common.job.JobInfo) method to update the content of your job.
jobStateUpdatedEvent(NotificationData<JobInfo>) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
 
jobStateUpdatedEvent(NotificationData<JobInfo>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
JobStatus - Enum in org.ow2.proactive.scheduler.common.job
Scheduling status of a job.
jobStatus(JobStatusData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
jobSubmittedEvent(JobState) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
Invoked each time a new job has been submitted to the Scheduler and validated.
jobSubmittedEvent(JobState) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
 
jobSubmittedEvent(JobState) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
jobToxml(TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.Job2XMLTransformer
Creates the xml representation of the job in argument
jobToxmlString(TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.Job2XMLTransformer
Creates the xml representation of the job in argument
jobTracker - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
JobTracker - Class in org.ow2.proactive.scheduler.smartproxy.common
JobTracker is in charge to track jobs and associated tasks.
JobTracker() - Constructor for class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
JobTrackerImpl - Class in org.ow2.proactive.scheduler.smartproxy
JobTracker implementation that use active objects and VFS for performing actions on dataspaces.
JobTrackerImpl() - Constructor for class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
 
JobType - Enum in org.ow2.proactive.scheduler.common.job
Class representing the type of the job.
jobUpdatedFullDataEvent(JobState) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
Invoked each time the state of a job has changed and each time a scheduler event occurs.
jobUpdatedFullDataEvent(JobState) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
 
jobUpdatedFullDataEvent(JobState) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
JobUsage - Class in org.ow2.proactive.scheduler.common.usage
Job information for accounting / usage purpose.
JobUsage(String, String, String, String, long) - Constructor for class org.ow2.proactive.scheduler.common.usage.JobUsage
 
jobUsage(JobUsageData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
JobValidationException - Exception in org.ow2.proactive.scheduler.common.exception
 
JobValidationException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobValidationException
 
JobValidationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobValidationException
 
JobValidationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobValidationException
 
JobValidationException(boolean, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobValidationException
 
JobValidationException(String, String, Exception) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobValidationException
 
JobValidationException(XMLTags, String, Exception) - Constructor for exception org.ow2.proactive.scheduler.common.exception.JobValidationException
 
JobValidatorRegistry - Class in org.ow2.proactive.scheduler.common.job.factories.spi
 
jobValidators - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorRegistry
 
JobValidatorService - Interface in org.ow2.proactive.scheduler.common.job.factories.spi
Interface used by Job Validators
JobVariable - Class in org.ow2.proactive.scheduler.common.job
 
JobVariable() - Constructor for class org.ow2.proactive.scheduler.common.job.JobVariable
 
JobVariable(String, String) - Constructor for class org.ow2.proactive.scheduler.common.job.JobVariable
 
JobVariable(String, String, String) - Constructor for class org.ow2.proactive.scheduler.common.job.JobVariable
 
join(String) - Static method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
Returns the RMAuthentication from the specified URL.
join(String) - Static method in class org.ow2.proactive.scheduler.common.SchedulerConnection
Returns the SchedulerAuthenticationInterface from the specified URL.
joinedBy - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
joins - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
joinTrigger - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 

K

KEY_PA_FILE_ENCODING - Static variable in class org.ow2.proactive.utils.PAProperties
 
KeyGen - Class in org.ow2.proactive.authentication.crypto
KeyPair generation utility
KeyGen() - Constructor for class org.ow2.proactive.authentication.crypto.KeyGen
 
KeyPairUtil - Class in org.ow2.proactive.authentication.crypto
Asymmetric cryptography utilities for KeyPair generation, encryption and decryption
KeyPairUtil() - Constructor for class org.ow2.proactive.authentication.crypto.KeyPairUtil
 
keySet(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns a Set view of the keys contained in this channel map.
keySet(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
keySet(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
keySet() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
KeyUtil - Class in org.ow2.proactive.authentication.crypto
Symmetric cryptography utilities for Key generation, encryption and decryption
KeyUtil() - Constructor for class org.ow2.proactive.authentication.crypto.KeyUtil
 
kill() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Kill the scheduler.
Will stop the scheduling, and shutdown the scheduler.
kill() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
kill() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
kill() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
kill() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
kill() - Method in class org.ow2.proactive.scheduler.task.TaskLauncher
 
kill(TaskKiller.Status) - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller
 
kill() - Method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
 
killJob(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Kill the job represented by jobId.
This method will kill every running tasks of this job, and remove it from the scheduler.
The job won't be terminated, it won't have result.
killJob(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Kill the job represented by jobId.
This method will kill every running tasks of this job, and remove it from the scheduler.
The job won't be terminated, it won't have result.

The jobId is given as a string.
killJob(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
killJob(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
KillJob - Class in org.ow2.proactive.scheduler.examples
KillJob is a task that will kill the JVM 5 seconds after start.
KillJob() - Constructor for class org.ow2.proactive.scheduler.examples.KillJob
 
killJob(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
killJob(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
killJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
killJob(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
killJob(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
killJob(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
killTask(JobId, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Try to kill the task with the given task name in the given jobId.
killTask(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Try to kill the task with the given task name in the given jobId.
killTask(JobId, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
killTask(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
killTask(JobId, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
killTask(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
killTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
killTask(JobId, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
killTask(JobId, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
killTask(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
knownHost(InetAddress) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Checks if the information about host is presented in the topology records.
knownHost(InetAddress) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Checks if the information about host is presented in the topology records.

L

Lambda - Class in org.ow2.proactive.utils
 
Lambda.CallableThatThrows<T> - Interface in org.ow2.proactive.utils
 
Lambda.FunctionThatThrows<T,R> - Interface in org.ow2.proactive.utils
 
Lambda.IteratorWithIndex<T> - Interface in org.ow2.proactive.utils
 
Lambda.RunnableThatThrows - Interface in org.ow2.proactive.utils
 
lastIndexOf(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the last reference to the specified char.
lastIndexOf(char, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the last reference to the specified char.
lastIndexOf(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the last reference to the specified string.
lastIndexOf(String, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder to find the last reference to the specified string starting searching from the given index.
lastIndexOf(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder using the matcher to find the last match.
lastIndexOf(StrMatcher, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Searches the string builder using the matcher to find the last match searching from the given index.
LDAP_AUTHENTICATION_METHOD - Static variable in class org.ow2.proactive.authentication.LDAPProperties
authentication method used to connect to LDAP : none, simple or a SASL method
LDAP_BIND_LOGIN - Static variable in class org.ow2.proactive.authentication.LDAPProperties
login name used to perform ldap's binding
LDAP_BIND_PASSWD - Static variable in class org.ow2.proactive.authentication.LDAPProperties
password used to perform ldap's binding
LDAP_CONNECTION_POOLING - Static variable in class org.ow2.proactive.authentication.LDAPProperties
boolean defining whether the LDAP service provider has to use connection pooling or not
LDAP_GROUP_FILTER - Static variable in class org.ow2.proactive.authentication.LDAPProperties
Retrieves the group the user dn belongs to pa.ldap.group.filter=(&(objectclass=groupOfUniqueNames)(uniqueMember=%s)) the %s parameter is the user dn.
LDAP_GROUPNAME_ATTR - Static variable in class org.ow2.proactive.authentication.LDAPProperties
the attribute in the group entry that matches the jaas' group name
LDAP_GROUPS_SUBTREE - Static variable in class org.ow2.proactive.authentication.LDAPProperties
path in the LDAP tree groups containing
LDAP_KEYSTORE_PASSWD - Static variable in class org.ow2.proactive.authentication.LDAPProperties
password for the keystore defined by pa.ldap.keystore.path
LDAP_KEYSTORE_PATH - Static variable in class org.ow2.proactive.authentication.LDAPProperties
path of the java keystore file used by LDAP module for SSL/TLS authentication
LDAP_TRUSTSTORE_PASSWD - Static variable in class org.ow2.proactive.authentication.LDAPProperties
password for the truststore defined by pa.ldap.truststore.path
LDAP_TRUSTSTORE_PATH - Static variable in class org.ow2.proactive.authentication.LDAPProperties
path of the java truststore file used by LDAP module for SSL/TLS authentication
LDAP_URL - Static variable in class org.ow2.proactive.authentication.LDAPProperties
URL of a ldap used for authentication
LDAP_USER_FILTER - Static variable in class org.ow2.proactive.authentication.LDAPProperties
Filter that allows to find the user dn given its scheduler login pa.ldap.user.filter=(&(objectclass=inetOrgPerson)(uid=%s)) the %s parameter is the login used during the scheduler authentication process
LDAP_USERS_SUBTREE - Static variable in class org.ow2.proactive.authentication.LDAPProperties
path in the LDAP tree users containing
LDAPLoginModule - Class in org.ow2.proactive.authentication
Authentication based on LDAP system.
LDAPLoginModule() - Constructor for class org.ow2.proactive.authentication.LDAPLoginModule
Creates a new instance of LDAPLoginModule
LDAPProperties - Class in org.ow2.proactive.authentication
LDAPProperties contains all LDAP configuration properties.
LDAPProperties(String) - Constructor for class org.ow2.proactive.authentication.LDAPProperties
Create a new instance of LDAPProperties
LEFT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
LEFT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
LEFT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
LEFT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
LEFT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
LEFT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
LEFT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
LEFT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
LEFT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
LEFT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
LEFT_RANGE_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
LEFT_RANGE_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
leftString(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Extracts the leftmost characters from the string builder without throwing an exception.
length() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets the length of the string builder.
LESS_THAN - Static variable in class org.ow2.proactive.scripting.helper.selection.SelectionUtils
Less than operator
level - Variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
The priority to use when writing to the Category.
limit(int) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is 0 (no pagination)
line(String, Map<?, ?>) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
 
line(String, Object) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
 
line(String, Object, Supplier<?>) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
 
lineWithQuotes(String, Object) - Static method in class org.ow2.proactive.scheduler.common.util.LogFormatter
 
linkResourceManager(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Reconnect a new Resource Manager to the scheduler.
linkResourceManager(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
linkResourceManager(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
linkResourceManager(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
linkResourceManager(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
list(IDataSpaceClient.IRemoteSource) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
list(IDataSpaceClient.IRemoteSource) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
Returns a ListFile type object which contains the names of files and directories in the specified location of the dataspace.
LIST_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
LIST_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
listAliveNodeUrls() - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
listAliveNodeUrls(Set<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
listAliveNodeUrls() - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns a list of all alive Nodes Urls.
listAliveNodeUrls(Set<String>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns a list of all alive Nodes Urls associated with the given node sources.
listenJobLogs(JobId, AppenderProvider) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Listen for the tasks user logs.
listenJobLogs(String, AppenderProvider) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Listen for the tasks user logs.
The jobId is given as a string.
listenJobLogs(JobId, AppenderProvider) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
listenJobLogs(String, AppenderProvider) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
listenJobLogs(JobId, AppenderProvider) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
listenJobLogs(String, AppenderProvider) - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
listenJobLogs(String, AppenderProvider) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
listenJobLogs(JobId, AppenderProvider) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
listenJobLogs(JobId, AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
listenJobLogs(String, AppenderProvider) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
listFiles(String, String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
List the content of the given remote directory, using a glob pattern
listFiles(String, String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
ListParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
ListParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
ListValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
ListValidator(ImmutableList<String>) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ListValidator
 
load() - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorRegistry
 
load() - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
loadJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
load the awaited jobs from the status file if a InvalidClassException occur, we clean the database
loadJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
loadProperties(String) - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
Load the properties from the given file.
loadProperties(String) - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Load the properties from the given file.
loadPropertiesFromFile(String) - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Load the properties from the given file.
loadPropertiesFromFile(String) - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
loadPropertiesFromFile(String) - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
LocalDestination - Class in org.ow2.proactive.scheduler.rest.ds
 
LocalDestination(File) - Constructor for class org.ow2.proactive.scheduler.rest.ds.LocalDestination
 
LocalDirSource - Class in org.ow2.proactive.scheduler.rest.ds
 
LocalDirSource(File) - Constructor for class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
LocalDirSource(String) - Constructor for class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
LocalFileSource - Class in org.ow2.proactive.scheduler.rest.ds
 
LocalFileSource(File) - Constructor for class org.ow2.proactive.scheduler.rest.ds.LocalFileSource
 
LocalFileSource(String) - Constructor for class org.ow2.proactive.scheduler.rest.ds.LocalFileSource
 
LocalSpace - Interface in org.ow2.proactive.scheduler.common.task.dataspaces
LocalSpace is the interface used to access the local file space of the ProActive Node used to executed the Task
lockNodes(Set<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
lockNodes(Set<String>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Locks the set of nodes and makes them not available for others.
Log4JRemover - Class in org.ow2.proactive.scheduler.common.util.logforwarder
 
Log4JRemover() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.Log4JRemover
 
Log4JTaskLogs - Class in org.ow2.proactive.scheduler.common.task
Log4j based implementation of TaskLogs.
Log4JTaskLogs() - Constructor for class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Hibernate constructor
Log4JTaskLogs(LinkedList<LoggingEvent>, String) - Constructor for class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Create a new Log4JTaskLogs log.
logAvailableScriptEngines(Logger) - Static method in class org.ow2.proactive.utils.Tools
Log available script engines at INFO level.
LogCollector() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollector
 
LogCollector(LoggingEventProcessor) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollector
 
LogCollectorDeployer(String, LoggingEventProcessor) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollectorDeployer
 
LogFormatter - Class in org.ow2.proactive.scheduler.common.util
 
LogForwardingException - Exception in org.ow2.proactive.scheduler.common.util.logforwarder
LogForwardingService related Exception.
LogForwardingException() - Constructor for exception org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingException
 
LogForwardingException(String) - Constructor for exception org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingException
 
LogForwardingException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingException
 
LogForwardingException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingException
 
LogForwardingProvider - Interface in org.ow2.proactive.scheduler.common.util.logforwarder
This interface should be implemented by all log forwarding methods.
LogForwardingService - Class in org.ow2.proactive.scheduler.common.util.logforwarder
This class provides server and appenders for log forwarding.
LogForwardingService(String) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
Create a new LogForwardingService, based on the provider providerClassname.
Loggable - Interface in org.ow2.proactive.authentication
This interface is used to acquire a Logger object defined in its children
logger - Variable in class org.ow2.proactive.account.AbstractAccountsManager
The logger provided by sub-classes
logger - Variable in class org.ow2.proactive.jmx.RRDDataStore
 
logger - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
logger - Static variable in class org.ow2.proactive.scheduler.common.job.factories.FlatJobFactory
Log4j logger name
logger - Static variable in class org.ow2.proactive.scheduler.common.job.factories.Job2XMLTransformer
 
logger - Static variable in class org.ow2.proactive.scheduler.common.job.factories.JobFactory
 
logger - Static variable in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
logger - Static variable in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool
 
logger - Variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
The category to write to.
logger - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
 
logger - Static variable in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
logger - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
logger - Static variable in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
logger - Static variable in class org.ow2.proactive.scripting.Script
Loggers
logger - Static variable in class org.ow2.proactive.scripting.SelectionScript
Loggers
logger - Static variable in class org.ow2.proactive.utils.Environment
 
LoggingEventProcessor - Class in org.ow2.proactive.scheduler.common.util.logforwarder
 
LoggingEventProcessor() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
 
LoggingOutputStream - Class in org.ow2.proactive.scheduler.common.util.logforwarder.util
An OutputStream that flushes out to a Category.
LoggingOutputStream(Logger, Level) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
Creates the LoggingOutputStream to flush to the given Category.
LoggingOutputStream(Logger) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
 
login() - Method in class org.ow2.proactive.authentication.FileLoginModule
 
login() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
Authenticate the user by getting the user name and password from the CallbackHandler.
login() - Method in class org.ow2.proactive.authentication.PAMLoginModule
Authenticate the user by getting the user name and password from the CallbackHandler.
login(Credentials) - Method in interface org.ow2.proactive.resourcemanager.authentication.RMAuthentication
Performs the user authentication into the resource manager.
login(String) - Static method in class org.ow2.proactive.scheduler.common.SchedulerAuthenticationGUIHelper
This method will log a client to the scheduler by requesting his URL, username and password from a graphical interface.
login(Credentials) - Method in interface org.ow2.proactive.scheduler.common.SchedulerAuthenticationInterface
Try to login a client to the scheduler sending login and password in an encrypted state.
If the login or/and password do not match an allowed one, it will throw an LoginException.
If the authentication succeed, it will return a new scheduler API.
This authentication just requires the client to be known by the System.
Note that you can use the provided SchedulerAuthenticationGUIHelper class to display a graphical interface that will ask the URL, login and password.
loginFile - Variable in class org.ow2.proactive.authentication.FileLoginModule
The file where to store the allowed user//password
logout() - Method in class org.ow2.proactive.authentication.FileLoginModule
 
logout() - Method in class org.ow2.proactive.authentication.LDAPLoginModule
Logout the user.
logout() - Method in class org.ow2.proactive.authentication.PAMLoginModule
Logout the user.
logUser(String, String, boolean) - Method in class org.ow2.proactive.authentication.FileLoginModule
First Check user and password from login file.
logUser(String, String) - Method in class org.ow2.proactive.authentication.LDAPLoginModule
Check user and password from file, or authenticate with ldap.
logUser(String, String) - Method in class org.ow2.proactive.authentication.PAMLoginModule
Check user and password from file, or authenticate with PAM.
LONG_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
 
LONG_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
 
LongConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
LongConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.LongConverter
 
LongParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
LongParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.LongParserValidator
 
longValue() - Method in interface org.ow2.proactive.scheduler.common.job.JobId
Returns the current value of the JobId.
longValue() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
Returns a long representation that is unique for the job it is related to.
longValue() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
Returns the current value of the JobId.
longValue() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Returns a long representation that is unique for the job it is related to.
lookup(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrLookup
Looks up a String key to a String value.
loopVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Name of the boolean variable to set in the script to determine if a LOOP action is enabled or if the execution should continue

M

main(String[]) - Static method in class org.ow2.proactive.authentication.crypto.CreateCredentials
Entry point
main(String[]) - Static method in class org.ow2.proactive.authentication.crypto.KeyGen
Entry point
Main - Class in org.ow2.proactive.resourcemanager.common
Main class displays the current version of Resource Manager
Main() - Constructor for class org.ow2.proactive.resourcemanager.common.Main
 
main(String[]) - Static method in class org.ow2.proactive.resourcemanager.common.Main
 
main(String[]) - Static method in class org.ow2.proactive.scheduler.examples.NativeTestWithRandomDefault
Task that will wait randomly from 1 to 30 milliseconds And will then return an error code 3 times on 5.
main(String[]) - Static method in class org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm
Everything here and called from here should only use System.out and System.err
main(String[]) - Static method in class org.ow2.proactive.scripting.ScriptLoader
Main function
main(String[]) - Static method in class org.ow2.proactive.utils.Environment
 
makeJobId(String) - Static method in class org.ow2.proactive.scheduler.job.JobIdImpl
Make a new JobId with the given arguments.
makeTaskId(String) - Static method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Make a new TaskId with the given arguments.
MANAGEMENT_MBEAN_NAME - Static variable in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXBeans
 
mapLookup(Map<String, V>) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrLookup
Returns a lookup which looks up values using a map.
mapOfBase64StringToByteArray(Map<String, String>) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
mapOfBase64StringToSerializable(Map<String, String>) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
mapOfByteArrayToSerializable(Map<String, byte[]>) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
mapOfSerializableToByteArray(Map<String, Serializable>) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
marshal(Configurable) - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter
 
matches(String) - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
Return true if the given XML name matches this XMLAttributes
matches(String) - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
Return true if the given XML name matches this XMLAttributes
matches(String) - Method in class org.ow2.proactive.scheduler.common.util.RegexpMatcher
Matches the regular expression with the given string.
matches(String, String) - Static method in class org.ow2.proactive.scheduler.common.util.RegexpMatcher
Return an array that contains all the string matched by the given pattern in the given string.
MAX - Static variable in class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
MAX - the maximum distance between elements of each cluster (also called complete linkage clustering) The similarity of two clusters is the similarity of their most dissimilar members.
MAX_CONTEXT_WAIT - Static variable in class org.ow2.proactive.scheduler.task.executors.forked.env.ExecuteForkedTaskInsideNewJvm
 
MAX_NB_OF_DATA_TRANSFER_THREADS - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
maxConnections(int) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
MaxJobIdReachedException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated by the scheduler JobId nextId() method informing that max Id has been reached.
In this case, the Scheduler stops, and administrator may check what to do with the Database.
For information, max Id is the Integer.MAX_VALUE.
MaxJobIdReachedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.MaxJobIdReachedException
Create a new instance of MaxJobIdReachedException with the given message.
MaxJobIdReachedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.MaxJobIdReachedException
Create a new instance of MaxJobIdReachedException.
MaxJobIdReachedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.MaxJobIdReachedException
Create a new instance of MaxJobIdReachedException with the given message and cause
MaxJobIdReachedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.MaxJobIdReachedException
Create a new instance of MaxJobIdReachedException with the given cause.
maxNumberOfExecution - Variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
The maximum number of execution for a task (default 1).
mbeaninfoviewer - Variable in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
MBeanInfoViewer - Class in org.ow2.proactive.utils.console
MBeanInfoViewer is used to handle MBean information display
MBeanInfoViewer(Authentication, String, Credentials) - Constructor for class org.ow2.proactive.utils.console.MBeanInfoViewer
Creates a new instance of MBeanInfoViewer.
MD5 - Static variable in class org.ow2.proactive.scripting.Script
 
MDC_HOST - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Log4j context variable name for task ids
MDC_JOB_ID - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
MDC_TASK_ID - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Log4j context variable name for task ids
MDC_TASK_NAME - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
 
merge(String, String, Serializable, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
merge(String, TaskId, String, String, Serializable, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
merge(String, String, Serializable, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
metadata(IDataSpaceClient.IRemoteSource) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
metadata(IDataSpaceClient.IRemoteSource) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
Returns the metadata map of the specified file in the dataspace.
MethodCallPermission - Class in org.ow2.proactive.permissions
Allows to remotely call a method of the service.
MethodCallPermission(String) - Constructor for class org.ow2.proactive.permissions.MethodCallPermission
 
midString(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Extracts some characters from the middle of the string builder without throwing an exception.
MIN - Static variable in class org.ow2.proactive.topology.descriptor.BestProximityDescriptor
MIN - the minimum distance between elements of each cluster (also called single-linkage clustering) The similarity of two clusters is the similarity of their most similar members.
minimizeCapacity() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Minimizes the capacity to the actual length of the string.
model - Variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
 
MODEL_FROM_URL_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
MODEL_FROM_URL_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
ModelFromURLParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
ModelFromURLParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
ModelSyntaxException - Exception in org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions
 
ModelSyntaxException() - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ModelSyntaxException
 
ModelSyntaxException(String) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ModelSyntaxException
 
ModelSyntaxException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ModelSyntaxException
 
ModelSyntaxException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ModelSyntaxException
 
ModelValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
ModelValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ModelValidator
 
ModelValidatorContext - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model
This class contains a context used by SPEL Language to let the language access all variables of a job
ModelValidatorContext(StandardEvaluationContext) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
 
ModelValidatorContext(Task) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
 
ModelValidatorContext(TaskFlowJob) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
 
ModelValidatorContext.SpELVariables - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model
 
MonteCarlo - Class in org.ow2.proactive.scheduler.examples
MonteCarlo compute PI using MonteCarlo method.
MonteCarlo() - Constructor for class org.ow2.proactive.scheduler.examples.MonteCarlo
 
MonteCarloAverage - Class in org.ow2.proactive.scheduler.examples
MonteCarloAverage compute PI using MonteCarlo method.
MonteCarloAverage() - Constructor for class org.ow2.proactive.scheduler.examples.MonteCarloAverage
 
MSG_UNABLE_TO_INSTANCIATE_JOB_VALIDATION_FACTORIES - Static variable in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
MULTI_NODE_TASK_NODESURL_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
MultiNodeExample - Class in org.ow2.proactive.scheduler.examples
Multi-nodes Example.
MultiNodeExample() - Constructor for class org.ow2.proactive.scheduler.examples.MultiNodeExample
 
MULTIPLE_HOSTS_EXCLUSIVE - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
the set of nodes of several hosts exclusively (hosts are reserved for the user)
MultipleHostsExclusiveDescriptor - Class in org.ow2.proactive.topology.descriptor
This descriptor allows to select nodes on multiple hosts exclusively.
MultipleHostsExclusiveDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.MultipleHostsExclusiveDescriptor
Constructs a new instance of the class.
MYACCOUNT_MBEAN_NAME - Static variable in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXBeans
 
myEventsOnly(boolean) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 

N

name - Variable in class org.ow2.proactive.scheduler.common.job.Job
Name of the job
name - Variable in class org.ow2.proactive.scheduler.common.task.Task
Name of the task.
NAME_ACTIVE_OBJECT_RMADMIN - Static variable in interface org.ow2.proactive.resourcemanager.common.RMConstants
name of RMAdmin AO registered in RMI register
NAME_ACTIVE_OBJECT_RMAUTHENTICATION - Static variable in interface org.ow2.proactive.resourcemanager.common.RMConstants
name of RMAuthentication AO registered in RMI register
NAME_ACTIVE_OBJECT_RMCORE - Static variable in interface org.ow2.proactive.resourcemanager.common.RMConstants
name of RMCore AO registered in RMI register
NAME_ACTIVE_OBJECT_RMMONITORING - Static variable in interface org.ow2.proactive.resourcemanager.common.RMConstants
name of RMMonitoring AO registered in RMI register
NAME_ACTIVE_OBJECT_RMUSER - Static variable in interface org.ow2.proactive.resourcemanager.common.RMConstants
name of RMUser AO registered in RMI register
NativeTask - Class in org.ow2.proactive.scheduler.common.task
Use this class to build a native task that will use a 'org.ow2.proactive.scheduler.task.NativeExecutable' and be integrated in a TaskFlowJob.
NativeTask() - Constructor for class org.ow2.proactive.scheduler.common.task.NativeTask
Empty constructor.
NativeTestWithRandomDefault - Class in org.ow2.proactive.scheduler.examples
NativeTestWithRandomDefault is a class that should test native process generating random error code.
NativeTestWithRandomDefault() - Constructor for class org.ow2.proactive.scheduler.examples.NativeTestWithRandomDefault
 
newClient(Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
Returns a new ROConnection.
newInstance() - Static method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
 
newIOException(String, Throwable) - Static method in class org.ow2.proactive.jmx.provider.JMXProviderUtils
Construct a new IOException with a nested exception.
newJMXConnector(JMXServiceURL, Map<String, ?>) - Method in class org.ow2.proactive.jmx.provider.ro.ClientProvider
 
newJMXConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Method in class org.ow2.proactive.jmx.provider.ro.ServerProvider
 
newPermissionCollection() - Method in class org.ow2.proactive.permissions.PrincipalPermission
 
newTasksAdded(Collection<? extends TaskState>) - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
 
next() - Method in class org.ow2.proactive.scheduler.common.util.RegexpMatcher
Once matches, returns the next string instance matches by the pattern.
next() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the next token.
nextIndex() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the index of the next token to return.
nextToken() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the next token from the String.
NoCallback - Class in org.ow2.proactive.authentication
A callback stub to NoCallbackHandler.
NoCallback() - Constructor for class org.ow2.proactive.authentication.NoCallback
 
NoCallbackHandler - Class in org.ow2.proactive.authentication
CallbackHandler that actually does no callback, but takes its informations as a map in the constructor and then gives them to all the callbacks given in the handle method.
NoCallbackHandler(Map<String, Object>) - Constructor for class org.ow2.proactive.authentication.NoCallbackHandler
Creates a new instance of NoCallbackHandler
NODE_ACCESS_TOKEN - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Attribute name in task the generic information indicating that the task requires a node protedcted by token
nodeAdded(RMNodeEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
nodeConnector - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
nodeConnectorUrl - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
NodeDataSpacesURIs - Class in org.ow2.proactive.scheduler.task.context
 
NodeDataSpacesURIs(String, String, String, String, String, String) - Constructor for class org.ow2.proactive.scheduler.task.context.NodeDataSpacesURIs
 
nodeEvent(RMNodeEvent) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
nodeEvent(RMNodeEvent) - Method in interface org.ow2.proactive.resourcemanager.frontend.RMEventListener
new node available in RM.
NodeInfo - Class in org.ow2.proactive.scheduler.task.context
 
NodeInfo(String, String, String) - Constructor for class org.ow2.proactive.scheduler.task.context.NodeInfo
 
nodeIsAvailable(String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
nodeIsAvailable(String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Returns true if the node nodeUrl is registered (i.e.
nodeRemoved(RMNodeEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
nodes - Variable in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
nodes - Variable in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
 
NodeSet - Class in org.ow2.proactive.utils
The set of nodes given by the resource manager for computations.
NodeSet() - Constructor for class org.ow2.proactive.utils.NodeSet
constructor.
NodeSet(Collection<Node>) - Constructor for class org.ow2.proactive.utils.NodeSet
Creates a node set containing given nodes.
NodeSet(int) - Constructor for class org.ow2.proactive.utils.NodeSet
Constructs an empty list with the specified initial capacity.
NodeSet(NodeSet) - Constructor for class org.ow2.proactive.utils.NodeSet
Constructs the nodes set from another node set.
nodeSourceAdded(RMNodeSourceEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
NodeSourceConfiguration - Class in org.ow2.proactive.resourcemanager.nodesource.common
Object holding the current configuration of a node source.
NodeSourceConfiguration(String, boolean, PluginDescriptor, PluginDescriptor) - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.NodeSourceConfiguration
 
nodeSourceEvent(RMNodeSourceEvent) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
nodeSourceEvent(RMNodeSourceEvent) - Method in interface org.ow2.proactive.resourcemanager.frontend.RMEventListener
new node source available in RM.
nodeSourceRemoved(RMNodeSourceEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
nodeSourceStateChanged(RMNodeSourceEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
NodesPinger - Class in org.ow2.proactive.resourcemanager.frontend.topology.pinging
Pings ProActive nodes using Node.getNumberOfActiveObjects().
NodesPinger() - Constructor for class org.ow2.proactive.resourcemanager.frontend.topology.pinging.NodesPinger
 
NodeState - Enum in org.ow2.proactive.resourcemanager.common
Enumeration of all states of a RMNode :
-deploying : node deployment is on going.
nodeStateChanged(RMNodeEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
NONE - Static variable in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
noneLookup() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrLookup
Returns a lookup which always returns null.
noneMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Matches no characters.
normalize(String) - Static method in class org.ow2.proactive.authentication.Connection
Normalize the URL url.
NotConnectedException - Exception in org.ow2.proactive.resourcemanager.exception
The exception is thrown when client invokes methods of the resource manager without being authenticated.
NotConnectedException(String) - Constructor for exception org.ow2.proactive.resourcemanager.exception.NotConnectedException
 
NotConnectedException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when trying to connect the scheduler without being authenticate.
Try to authenticate before using the Scheduler.
NotConnectedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.NotConnectedException
Create a new instance of NotConnectedException
NotConnectedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.NotConnectedException
Create a new instance of NotConnectedException
NotConnectedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.NotConnectedException
Create a new instance of NotConnectedException
NotConnectedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.NotConnectedException
Create a new instance of NotConnectedException
NotificationData<T> - Class in org.ow2.proactive.scheduler.common
NotificationData is used by the Scheduler Core to notify the front-end of any changes.
NotificationData(SchedulerEvent, T) - Constructor for class org.ow2.proactive.scheduler.common.NotificationData
Create a new instance of NotificationData.
notify(Collection<RMEvent>) - Method in class org.ow2.proactive.resourcemanager.frontend.RMGroupEventListener
 
notifyDisconnection() - Method in interface org.ow2.proactive.scheduler.rest.DisconnectionAwareSchedulerEventListener
notify the socket disconnection
notifyDisconnection() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
notify the socket disconnection
NSState - Class in org.ow2.proactive.resourcemanager.common
 
NSState() - Constructor for class org.ow2.proactive.resourcemanager.common.NSState
 
number - Variable in class org.ow2.proactive.scheduler.examples.WaitAndPrint
Parameter number.

O

ObjectArrayFormatter - Class in org.ow2.proactive.utils
ObjectArrayFormatter is used to format (as string) an object in ordered column.
ObjectArrayFormatter() - Constructor for class org.ow2.proactive.utils.ObjectArrayFormatter
 
ObjectByteConverter - Class in org.ow2.proactive.utils
Utility functions for converting object to a byte array, and vice versa.
ObjectByteConverter() - Constructor for class org.ow2.proactive.utils.ObjectByteConverter
 
objectToByteArray(Object) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
Convert the given Serializable Object into a byte array.
objectToByteArray(Object, boolean) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
Convert the given Serializable Object into a byte array.
OctetStreamReader - Class in org.ow2.proactive.scheduler.rest.readers
 
OctetStreamReader() - Constructor for class org.ow2.proactive.scheduler.rest.readers.OctetStreamReader
 
offset(int) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is 0 (no pagination)
onProgressUpdate(int) - Method in interface org.ow2.proactive.scheduler.task.ProgressFileReader.Listener
 
onSameHost(Node, Node) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.Topology
Checks if 2 nodes are on the sane host.
onSameHost(Node, Node) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Checks if 2 nodes are on the sane host.
onTaskError - Variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
OnTaskError defines the behavior happening when a task fails.
OnTaskError - Class in org.ow2.proactive.scheduler.common.task
 
OPEN_TAG_PATTERN - Static variable in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
pattern that matches for open tag for provided tag name.
OperatingSystem - Enum in org.ow2.proactive.utils
OperatingSystem
OperatingSystemFamily - Enum in org.ow2.proactive.utils
OperatingSystemFamily
org.ow2.proactive.account - package org.ow2.proactive.account

This package contains all common classes related to the accounting.

org.ow2.proactive.authentication - package org.ow2.proactive.authentication
 
org.ow2.proactive.authentication.crypto - package org.ow2.proactive.authentication.crypto

Contains credentials encapsulation containers and utilities used to manipulate asymmetric keypairs and symmetric keys for secure authentication.

org.ow2.proactive.authentication.principals - package org.ow2.proactive.authentication.principals
 
org.ow2.proactive.core.properties - package org.ow2.proactive.core.properties
 
org.ow2.proactive.db - package org.ow2.proactive.db
 
org.ow2.proactive.db.types - package org.ow2.proactive.db.types
 
org.ow2.proactive.http - package org.ow2.proactive.http
 
org.ow2.proactive.jmx - package org.ow2.proactive.jmx
 
org.ow2.proactive.jmx.naming - package org.ow2.proactive.jmx.naming
 
org.ow2.proactive.jmx.provider - package org.ow2.proactive.jmx.provider
 
org.ow2.proactive.jmx.provider.ro - package org.ow2.proactive.jmx.provider.ro
 
org.ow2.proactive.permissions - package org.ow2.proactive.permissions
 
org.ow2.proactive.policy - package org.ow2.proactive.policy
 
org.ow2.proactive.resourcemanager.authentication - package org.ow2.proactive.resourcemanager.authentication
 
org.ow2.proactive.resourcemanager.common - package org.ow2.proactive.resourcemanager.common
 
org.ow2.proactive.resourcemanager.common.event - package org.ow2.proactive.resourcemanager.common.event

This package contains all events type generated by the RMMonitoring class.

org.ow2.proactive.resourcemanager.common.event.dto - package org.ow2.proactive.resourcemanager.common.event.dto
 
org.ow2.proactive.resourcemanager.common.util - package org.ow2.proactive.resourcemanager.common.util
 
org.ow2.proactive.resourcemanager.core.jmx - package org.ow2.proactive.resourcemanager.core.jmx
 
org.ow2.proactive.resourcemanager.core.properties - package org.ow2.proactive.resourcemanager.core.properties
 
org.ow2.proactive.resourcemanager.exception - package org.ow2.proactive.resourcemanager.exception
 
org.ow2.proactive.resourcemanager.frontend - package org.ow2.proactive.resourcemanager.frontend
 
org.ow2.proactive.resourcemanager.frontend.topology - package org.ow2.proactive.resourcemanager.frontend.topology
 
org.ow2.proactive.resourcemanager.frontend.topology.clustering - package org.ow2.proactive.resourcemanager.frontend.topology.clustering
 
org.ow2.proactive.resourcemanager.frontend.topology.pinging - package org.ow2.proactive.resourcemanager.frontend.topology.pinging
 
org.ow2.proactive.resourcemanager.nodesource.common - package org.ow2.proactive.resourcemanager.nodesource.common
 
org.ow2.proactive.resourcemanager.utils - package org.ow2.proactive.resourcemanager.utils
 
org.ow2.proactive.scheduler.common - package org.ow2.proactive.scheduler.common
 
org.ow2.proactive.scheduler.common.exception - package org.ow2.proactive.scheduler.common.exception
 
org.ow2.proactive.scheduler.common.job - package org.ow2.proactive.scheduler.common.job

This package contains the required classes to create a job, whatever the type and prepare it in order to be submit.

org.ow2.proactive.scheduler.common.job.factories - package org.ow2.proactive.scheduler.common.job.factories

This package contains the factories which permit to create jobs from XML descriptors.

org.ow2.proactive.scheduler.common.job.factories.spi - package org.ow2.proactive.scheduler.common.job.factories.spi
 
org.ow2.proactive.scheduler.common.job.factories.spi.model - package org.ow2.proactive.scheduler.common.job.factories.spi.model
 
org.ow2.proactive.scheduler.common.job.factories.spi.model.converter - package org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions - package org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions
 
org.ow2.proactive.scheduler.common.job.factories.spi.model.factory - package org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
org.ow2.proactive.scheduler.common.job.factories.spi.model.validator - package org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
org.ow2.proactive.scheduler.common.job.factories.spi.stax - package org.ow2.proactive.scheduler.common.job.factories.spi.stax
 
org.ow2.proactive.scheduler.common.task - package org.ow2.proactive.scheduler.common.task

This package contains the required classes to create every type of tasks in order to be inserted in a job.

org.ow2.proactive.scheduler.common.task.dataspaces - package org.ow2.proactive.scheduler.common.task.dataspaces
 
org.ow2.proactive.scheduler.common.task.executable - package org.ow2.proactive.scheduler.common.task.executable
 
org.ow2.proactive.scheduler.common.task.executable.internal - package org.ow2.proactive.scheduler.common.task.executable.internal
 
org.ow2.proactive.scheduler.common.task.flow - package org.ow2.proactive.scheduler.common.task.flow

Control Flow classes and utilities: functionalities to alter to alter the task flow at runtime.

org.ow2.proactive.scheduler.common.task.util - package org.ow2.proactive.scheduler.common.task.util

Static util methods and class for task and DataBase help.

org.ow2.proactive.scheduler.common.usage - package org.ow2.proactive.scheduler.common.usage
 
org.ow2.proactive.scheduler.common.util - package org.ow2.proactive.scheduler.common.util
 
org.ow2.proactive.scheduler.common.util.logforwarder - package org.ow2.proactive.scheduler.common.util.logforwarder
 
org.ow2.proactive.scheduler.common.util.logforwarder.appenders - package org.ow2.proactive.scheduler.common.util.logforwarder.appenders
 
org.ow2.proactive.scheduler.common.util.logforwarder.providers - package org.ow2.proactive.scheduler.common.util.logforwarder.providers
 
org.ow2.proactive.scheduler.common.util.logforwarder.util - package org.ow2.proactive.scheduler.common.util.logforwarder.util
 
org.ow2.proactive.scheduler.common.util.text - package org.ow2.proactive.scheduler.common.util.text
 
org.ow2.proactive.scheduler.core - package org.ow2.proactive.scheduler.core
 
org.ow2.proactive.scheduler.core.properties - package org.ow2.proactive.scheduler.core.properties
 
org.ow2.proactive.scheduler.examples - package org.ow2.proactive.scheduler.examples
 
org.ow2.proactive.scheduler.examples.connectionpooling - package org.ow2.proactive.scheduler.examples.connectionpooling
 
org.ow2.proactive.scheduler.job - package org.ow2.proactive.scheduler.job
 
org.ow2.proactive.scheduler.rest - package org.ow2.proactive.scheduler.rest
 
org.ow2.proactive.scheduler.rest.data - package org.ow2.proactive.scheduler.rest.data
 
org.ow2.proactive.scheduler.rest.ds - package org.ow2.proactive.scheduler.rest.ds
 
org.ow2.proactive.scheduler.rest.readers - package org.ow2.proactive.scheduler.rest.readers
 
org.ow2.proactive.scheduler.rest.utils - package org.ow2.proactive.scheduler.rest.utils
 
org.ow2.proactive.scheduler.smartproxy - package org.ow2.proactive.scheduler.smartproxy
 
org.ow2.proactive.scheduler.smartproxy.common - package org.ow2.proactive.scheduler.smartproxy.common
 
org.ow2.proactive.scheduler.synchronization - package org.ow2.proactive.scheduler.synchronization
 
org.ow2.proactive.scheduler.task - package org.ow2.proactive.scheduler.task
 
org.ow2.proactive.scheduler.task.client - package org.ow2.proactive.scheduler.task.client
 
org.ow2.proactive.scheduler.task.containers - package org.ow2.proactive.scheduler.task.containers
 
org.ow2.proactive.scheduler.task.context - package org.ow2.proactive.scheduler.task.context
 
org.ow2.proactive.scheduler.task.data - package org.ow2.proactive.scheduler.task.data
 
org.ow2.proactive.scheduler.task.exceptions - package org.ow2.proactive.scheduler.task.exceptions
 
org.ow2.proactive.scheduler.task.executors - package org.ow2.proactive.scheduler.task.executors
 
org.ow2.proactive.scheduler.task.executors.forked.env - package org.ow2.proactive.scheduler.task.executors.forked.env
 
org.ow2.proactive.scheduler.task.executors.forked.env.command - package org.ow2.proactive.scheduler.task.executors.forked.env.command
 
org.ow2.proactive.scheduler.task.java - package org.ow2.proactive.scheduler.task.java
 
org.ow2.proactive.scheduler.task.utils - package org.ow2.proactive.scheduler.task.utils
 
org.ow2.proactive.scheduler.task.utils.task.termination - package org.ow2.proactive.scheduler.task.utils.task.termination
 
org.ow2.proactive.scripting - package org.ow2.proactive.scripting

This package contains the required classes to use pre, post or selection script.

org.ow2.proactive.scripting.helper.forkenvironment - package org.ow2.proactive.scripting.helper.forkenvironment
 
org.ow2.proactive.scripting.helper.progress - package org.ow2.proactive.scripting.helper.progress
 
org.ow2.proactive.scripting.helper.selection - package org.ow2.proactive.scripting.helper.selection
 
org.ow2.proactive.topology.descriptor - package org.ow2.proactive.topology.descriptor
 
org.ow2.proactive.utils - package org.ow2.proactive.utils
 
org.ow2.proactive.utils.console - package org.ow2.proactive.utils.console
 
org.ow2.proactive_grid_cloud_portal.smartproxy - package org.ow2.proactive_grid_cloud_portal.smartproxy
 
OutputAccessMode - Enum in org.ow2.proactive.scheduler.common.task.dataspaces
OutputAccessMode provide a way to define how output files should be managed after the execution.
outputFile - Variable in class org.ow2.proactive.scheduler.examples.CopyFile
 
outputFiles - Variable in class org.ow2.proactive.scheduler.common.task.Task
DataSpace outputFiles
OutputSelector - Class in org.ow2.proactive.scheduler.common.task.dataspaces
OutputSelector is a couple of FileSelector and OutputAccessMode
OutputSelector() - Constructor for class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
 
OutputSelector(FileSelector, OutputAccessMode) - Constructor for class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
Create a new instance of OutputSelector
outputSpace - Variable in class org.ow2.proactive.scheduler.common.job.Job
 
overrideDefaultScriptName(String) - Method in class org.ow2.proactive.scripting.Script
 

P

PA_JMX_CLIENT_PROTOCOL - Static variable in class org.ow2.proactive.jmx.JMXClientHelper
The name of the java property that defines the JMXTransportProtocol used by JMX client
PA_NODE_DATASPACE_CREATE_FOLDER_HIERARCHY_SEQUENTIALLY - Static variable in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
PA_NODE_DATASPACE_FILE_TRANSFER_THREAD_POOL_SIZE - Static variable in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
PA_RM_PROPERTIES_FILEPATH - Static variable in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
PA_RM_PROPERTIES_RELATIVE_FILEPATH - Static variable in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
PA_SCHEDULER_PROPERTIES_FILEPATH - Static variable in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
PA_SCHEDULER_PROPERTIES_RELATIVE_FILEPATH - Static variable in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
PA_VERSION - Static variable in class org.ow2.proactive.utils.Version
 
packParameters(Object[]) - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
Packs parameters inputed by user into appropriate parameters set required for this plugin.
PACommonProperties - Interface in org.ow2.proactive.core.properties
 
PACommonPropertiesHelper - Class in org.ow2.proactive.core.properties
 
PACommonPropertiesHelper(PAPropertiesLazyLoader) - Constructor for class org.ow2.proactive.core.properties.PACommonPropertiesHelper
 
Page<T extends Serializable> - Class in org.ow2.proactive.scheduler.common
 
Page() - Constructor for class org.ow2.proactive.scheduler.common.Page
 
Page(List<T>, int) - Constructor for class org.ow2.proactive.scheduler.common.Page
 
PageBoundaries - Class in org.ow2.proactive.scheduler.common.util
Utility class to pass boundaries easily.
PageBoundaries(int, int) - Constructor for class org.ow2.proactive.scheduler.common.util.PageBoundaries
 
Pagination - Class in org.ow2.proactive.scheduler.common.util
Utility methods to ease pagination.
Pagination() - Constructor for class org.ow2.proactive.scheduler.common.util.Pagination
 
paintComponent(Graphics) - Method in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleImagePanel
 
PAM_MODULE_NAME - Static variable in class org.ow2.proactive.authentication.PAMLoginModule
PAM module name to be installed in the pam configuration
PAMLoginModule - Class in org.ow2.proactive.authentication
Authentication based on user and group file.
PAMLoginModule() - Constructor for class org.ow2.proactive.authentication.PAMLoginModule
 
PAProperties - Class in org.ow2.proactive.utils
Contain definitions related to ProActive properties which are common to Scheduler, Resource Manager and Nodes.
PAProperties() - Constructor for class org.ow2.proactive.utils.PAProperties
 
PAPropertiesLazyLoader - Class in org.ow2.proactive.utils
 
PAPropertiesLazyLoader(String, String, String) - Constructor for class org.ow2.proactive.utils.PAPropertiesLazyLoader
 
PAPropertiesLazyLoader(String, String, String, String) - Constructor for class org.ow2.proactive.utils.PAPropertiesLazyLoader
 
ParallelEnvironment - Class in org.ow2.proactive.scheduler.common.task
The parallel environment of the multi-nodes tasks that defines the number of nodes needed by task to be executed and topology descriptor optimizing its execution.
ParallelEnvironment() - Constructor for class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
Default constructor for hibernate
ParallelEnvironment(int) - Constructor for class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
Creates new instance of the parallel environment.
ParallelEnvironment(int, TopologyDescriptor) - Constructor for class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
Creates new instance of the parallel environment.
ParallelEnvironment(ParallelEnvironment) - Constructor for class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
Copy constructor
parallelEnvironment - Variable in class org.ow2.proactive.scheduler.common.task.Task
The parallel environment of the task included number of nodes and topology definition required to execute this task.
parameters - Variable in class org.ow2.proactive.scripting.Script
The parameters of the script
parents - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
PAResourceManagerProperties - Enum in org.ow2.proactive.resourcemanager.core.properties
PAResourceManagerProperties contains all ProActive Resource Manager properties.
parse(String) - Static method in enum org.ow2.proactive.resourcemanager.common.NodeState
Returns the enum constant of the specified NodeState with the specified description.
parse(String) - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowActionType
Parses a string containing the textual representation of a FlowActionType
parse(String) - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowBlock
Parses a string containing the textual representation of a FlowBlock
parse(Date) - Static method in class org.ow2.proactive.scheduler.common.util.ISO8601DateUtil
Convert java.util.Date instance into a ISO8601 complaint string.
parseAndGetOneGroup(String, String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
 
parseAndGetRegexGroups(String, String) - Static method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
 
parseAndValidate(String) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
 
parseAndValidate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.BaseParserValidator
 
parseAndValidate(String) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ParserValidator
Parses/converts and validate the given value
parseAndValidate(String, ModelValidatorContext) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ParserValidator
Parses/converts and validate the given value
parseCommandLine(String) - Static method in class org.ow2.proactive.utils.Tools
Parse a command line in order to split it into a string array.
parseDomain(String) - Static method in class org.ow2.proactive.authentication.crypto.CredData
Extract the Windows domain name from the full login parseDomain("domain\\user") returns domain parseDomain("user") returns null
parseDuration(String) - Static method in class org.ow2.proactive.scheduler.common.job.JobDeadline
Parse string to the duration: `05:44:15` - 5 hours, 44 minutes, 15 seconds `44:15` - 44 minutes, 15 seconds `15` - 15 seconds
parseLogin(String) - Static method in class org.ow2.proactive.authentication.crypto.CredData
Extract the user name from the full login parseDomain("domain\\user") returns user parseDomain("user") returns user
parsePeriod(String) - Static method in class org.ow2.proactive.utils.Tools
Translates time period string into milliseconds.
ParserValidator<T> - Interface in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
PASchedulerProperties - Enum in org.ow2.proactive.scheduler.core.properties
PASchedulerProperties contains all ProActive Scheduler properties.
password(String) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails.Builder
 
pause() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Pause the scheduler by terminating running jobs.
pause() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
pause() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
pause() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
pause() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
PAUSE_JOB - Static variable in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
PAUSE_TASK - Static variable in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
pauseJob(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Pause the job represented by jobId.
This method will finish every running tasks of this job, and then pause the job.
The job will have to be resumed in order to finish.
pauseJob(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Pause the job represented by jobId.
This method will finish every running tasks of this job, and then pause the job.
The job will have to be resumed in order to finish.

The jobId is given as a string.
pauseJob(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
pauseJob(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
pauseJob(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
pauseJob(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
pauseJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
pauseJob(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
pauseJob(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
pauseJob(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
pending(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is true (fetch all tasks)
pendingToFinished(T) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
pendingToRunning(T) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
PermissionChecker - Interface in org.ow2.proactive.jmx
 
PermissionException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when trying to perform an action not allowed by a client.
It could be an administrator method or simply an access to a job that you do not own.
PermissionException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.PermissionException
Create a new instance of PermissionException
PermissionException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.PermissionException
Create a new instance of PermissionException
PermissionException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.PermissionException
Create a new instance of PermissionException
PermissionException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.PermissionException
Create a new instance of PermissionException
Permissions - Class in org.ow2.proactive.policy
The only goal if this class is to support org.ow2.proactive.permissions.AllPermission in the same manner as it is done in java.security.Permissions for standard java.security.AllPermission
Permissions() - Constructor for class org.ow2.proactive.policy.Permissions
 
ping(NodeSet) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.pinging.HostsPinger
Pings remote nodes and returns distances to hosts where these nodes are located.
ping(NodeSet) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.pinging.NodesPinger
Pings remote nodes and returns distances to hosts where these nodes are located.
ping(NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.topology.pinging.Pinger
Pings remote nodes and returns distances to hosts where these nodes are located.
Pinger - Interface in org.ow2.proactive.resourcemanager.frontend.topology.pinging
Interface represents a pinger executed on just registered node.
PluginDescriptor - Class in org.ow2.proactive.resourcemanager.nodesource.common
A descriptor of pluggable policies and infrastructure manages.
PluginDescriptor() - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
PluginDescriptor(Class<?>, Map<String, String>) - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
PluginDescriptor(Class<?>, Object[]) - Constructor for class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
Create a plugin descriptor populated with the given parameters
POSIX() - Constructor for class org.ow2.proactive.utils.Environment.POSIX
 
postScript - Variable in class org.ow2.proactive.scheduler.common.task.Task
PostScript : can be used to launch script just after the task
PRE_JAVA_CMD_KEY - Static variable in class org.ow2.proactive.scripting.helper.forkenvironment.ForkEnvironmentScriptResultExtractor
 
preciousLogs - Variable in class org.ow2.proactive.scheduler.common.task.Task
If true, the stdout/err of this tasks are stored in a file in LOCALSPACE and copied back to USERSPACE
preciousResult - Variable in class org.ow2.proactive.scheduler.common.task.Task
Tell whether this task has a precious result or not.
PredicateActionResult - Class in org.ow2.proactive.scheduler.synchronization
Wrapper object used as result of conditionalCompute or waitUntilThen operations.
PredicateActionResult(boolean, Serializable) - Constructor for class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
 
preemptTask(JobId, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Try to stop the task execution represented by the given task name in the given jobId.
preemptTask(String, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Try to stop the task execution represented by the given task name in the given jobId.
If the job does not exist, an UnknownJobException is sent with the proper message.
So, if you have the right to stop this task and if the job and task name exist and is running, the task will be stopped and restarted later and this method will return true.
The given delay is the delay between the task termination and it's eligibility to be re-scheduled.
preemptTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
preemptTask(String, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
preemptTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
preemptTask(String, String, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
preemptTask(String, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
preemptTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
preemptTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
preemptTask(String, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
PREFIX - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ModelValidator
 
prepareBindings(Bindings) - Method in class org.ow2.proactive.scripting.Script
Set parameters in bindings if any
prepareJobInput(Job, String, List<String>, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
This method will create a remote folder for the input data of this job and update the inputSpace job property.
prepareJobOutput(TaskFlowJob, String, List<String>, String, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
This method will create a remote folder for output of this job and update the outputSpace job property.
prepareSpecialBindings(Bindings) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
 
prepareSpecialBindings(Bindings) - Method in class org.ow2.proactive.scripting.ForkEnvironmentScript
 
prepareSpecialBindings(Bindings) - Method in class org.ow2.proactive.scripting.Script
Specify the variable awaited from the script execution
prepareSpecialBindings(Bindings) - Method in class org.ow2.proactive.scripting.SelectionScript
There is no parameter to give to the selection script.
prepareSpecialBindings(Bindings) - Method in class org.ow2.proactive.scripting.SimpleScript
There is no parameter to give to the selection script.
prepareSpecialBindings(Bindings) - Method in class org.ow2.proactive.scripting.TaskScript
 
preScript - Variable in class org.ow2.proactive.scheduler.common.task.Task
PreScript : can be used to launch script just before the task execution.
previous() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the token previous to the last returned token.
previousIndex() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the index of the previous token.
previousToken() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the previous token from the String.
PrincipalPermission - Class in org.ow2.proactive.permissions
PrincipalPermission represents an access limitation to the private resource for a particular principal.
PrincipalPermission(IdentityPrincipal) - Constructor for class org.ow2.proactive.permissions.PrincipalPermission
 
PrincipalPermission(String, Set<? extends IdentityPrincipal>) - Constructor for class org.ow2.proactive.permissions.PrincipalPermission
 
priority - Variable in class org.ow2.proactive.scheduler.common.job.Job
Job priority
privateKeyPath - Variable in class org.ow2.proactive.authentication.AuthenticationImpl
Path to the private key file for used for authentication
ProActiveBasedForwardingProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
ProActive communication based log forwarding service.
ProActiveBasedForwardingProvider() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
 
ProActiveBasedForwardingProvider.LogCollector - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
 
ProActiveBasedForwardingProvider.LogCollectorDeployer - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
 
ProActiveBasedForwardingProvider.ProActiveAppenderProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
 
ProActiveForkedTaskLauncherFactory - Class in org.ow2.proactive.scheduler.task
 
ProActiveForkedTaskLauncherFactory() - Constructor for class org.ow2.proactive.scheduler.task.ProActiveForkedTaskLauncherFactory
 
ProActiveNonForkedTaskLauncherFactory - Class in org.ow2.proactive.scheduler.task
 
ProActiveNonForkedTaskLauncherFactory() - Constructor for class org.ow2.proactive.scheduler.task.ProActiveNonForkedTaskLauncherFactory
 
processEvent(LoggingEvent) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
 
ProcessStreamsReader - Class in org.ow2.proactive.scheduler.task.utils
 
ProcessStreamsReader(String, Process, PrintStream, PrintStream) - Constructor for class org.ow2.proactive.scheduler.task.utils.ProcessStreamsReader
 
ProgressFile - Class in org.ow2.proactive.scripting.helper.progress
Utility methods that can be invoked from scripts to ease reading and writing of progress values from or to a file.
ProgressFile() - Constructor for class org.ow2.proactive.scripting.helper.progress.ProgressFile
 
ProgressFileReader - Class in org.ow2.proactive.scheduler.task
ProgressFileReader is in charge of: - creating a progress file in the specified working directory - detecting changes on a progress file efficiently - reading new value and saving it in memory - exposing the last read value
ProgressFileReader() - Constructor for class org.ow2.proactive.scheduler.task.ProgressFileReader
 
ProgressFileReader.Listener - Interface in org.ow2.proactive.scheduler.task
 
ProgressFileReader.ProgressFileReaderThread - Class in org.ow2.proactive.scheduler.task
 
ProgressFileReaderThread(String) - Constructor for class org.ow2.proactive.scheduler.task.ProgressFileReader.ProgressFileReaderThread
 
projectName - Variable in class org.ow2.proactive.scheduler.common.job.Job
Project name for this job
PROPAGATED_PROPERTIES_VAR_NAME - Static variable in class org.ow2.proactive.scripting.PropertyUtils
Deprecated.
Name of the java property that contains the names of currently exported properties
propagatedVariables - Variable in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
Propagated variables from parent tasks
propagateProperty(String) - Static method in class org.ow2.proactive.scripting.PropertyUtils
Deprecated.
This method allows to propagate a java property, i.e.
PropertyModifier - Class in org.ow2.proactive.scheduler.common.task
PropertyModifier is used to have an history of modification to apply to properties.
PropertyModifier(String, String) - Constructor for class org.ow2.proactive.scheduler.common.task.PropertyModifier
Create a new instance of PropertyModifier
PropertyTask - Class in org.ow2.proactive.scheduler.examples
PropertyTask is a task that can display a property.
PropertyTask() - Constructor for class org.ow2.proactive.scheduler.examples.PropertyTask
 
PropertyType - Enum in org.ow2.proactive.core.properties
 
PropertyUtils - Class in org.ow2.proactive.scripting
Deprecated.
Use variable propagation instead
PropertyUtils() - Constructor for class org.ow2.proactive.scripting.PropertyUtils
Deprecated.
 
PROXY_SCHED_EVENTS - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
pubkeyPathProperty - Static variable in class org.ow2.proactive.authentication.crypto.Credentials
Java property describing the path to the public key on the local drive
publicKeyPath - Variable in class org.ow2.proactive.authentication.AuthenticationImpl
Path to the private key file for used for authentication
pullData(String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Transfer the output files associated with the given task to the specified local folder.
pullDataFailed(String, String, String, Throwable) - Method in interface org.ow2.proactive.scheduler.smartproxy.common.SchedulerEventListenerExtended
 
pullDataFinished(String, String, String) - Method in interface org.ow2.proactive.scheduler.smartproxy.common.SchedulerEventListenerExtended
 
pullFile(String, File) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Pull the given file or folder(including its content) from the remote space to the local space
pullFile(String, String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Retrieves the specified file from the server.
pullFile(String, String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
pullFile(String, File) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
pullFile(String, String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
pullFile(String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
pullFiles(String, String, File) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Pull the remote files described by the given pattern to the local space The following special characters can be used inside the pattern :
** matches zero or more directories
* matches zero or more characters
? matches one character
pullFiles(String, String, File) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
pushFile(File, String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Push the given file or directory(including its content) from the local space to the remote space.
pushFile(String, String, String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Transfers the specified file from the local file system to the specified dataspace at the server
pushFile(String, String, String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
pushFile(File, String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
pushFile(String, String, String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
pushFile(String, String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
pushFiles(File, String, String) - Method in interface org.ow2.proactive.scheduler.common.task.dataspaces.RemoteSpace
Push the local files described by the given pattern to the remote space The following special characters can be used inside the pattern :
** matches zero or more directories
* matches zero or more characters
? matches one character
pushFiles(File, String, String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
 
pushTag(String) - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Push a new tag on the stack of tag for this exception
pushTag(XMLTags) - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Push a new tag on the stack of tag for this exception
put(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Associates the specified value with the specified key in this channel map (optional operation).
put(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
put(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
put(String, Serializable) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
putAll(String, Map<? extends String, ? extends Serializable>) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Copies all of the mappings from the specified map to this channel map (optional operation).
putAll(String, TaskId, String, Map<? extends String, ? extends Serializable>) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
putAll(String, Map<? extends String, ? extends Serializable>) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
putAll(Map<? extends String, ? extends Serializable>) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
putAwaitedJob(String, AwaitedJob) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
putAwaitedJob(String, AwaitedJob) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
putAwaitedTask(String, AwaitedTask) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
putIfAbsent(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
putIfAbsent(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
putThirdPartyCredential(String, String) - Method in interface org.ow2.proactive.scheduler.common.ThirdPartyCredentials
Stores a third-party credential key-value pair in the database.
putThirdPartyCredential(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
putThirdPartyCredential(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
putThirdPartyCredential(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
putThirdPartyCredential(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 

Q

queryMBeans(ObjectName, QueryExp) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
queryNames(ObjectName, QueryExp) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
quoteMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns a matcher which matches the single or double quote character.

R

RANGE_MAIN_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
RangeParserValidator<T extends Comparable<T>> - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
RangeParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
RangeValidator<T extends Comparable<T>> - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
RangeValidator() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
 
RangeValidator(T) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
 
RangeValidator(T, T) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
 
RangeValidator(Range) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
 
RAW_PROTOCOL_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
Prefix for direct socket (i.e.
readAccount(String) - Method in class org.ow2.proactive.account.AbstractAccountsManager
Reads account information from the data base
readFile(File) - Static method in class org.ow2.proactive.scripting.Script
Create string script from file
readFrom(Readable) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
If possible, reads chars from the provided Readable directly into underlying character buffer without making extra copies.
readFrom(InputStream, String) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.ILocalDestination
 
readFrom(InputStream, String) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDestination
 
readFrom(Class<ExceptionToJson>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.ow2.proactive.scheduler.rest.readers.OctetStreamReader
 
readFrom(Class<Serializable>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.ow2.proactive.scheduler.rest.readers.TaskResultReader
 
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.ow2.proactive.scheduler.rest.readers.WildCardTypeReader
 
recMan - Variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
Object handling the AwaitedJobsFile connection
reconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Reconnects this smart proxy to the scheduler
reconnect() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
refresh() - Method in class org.ow2.proactive.policy.ClientsPolicy
 
REGEXP_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
REGEXP_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
RegexpMatcher - Class in org.ow2.proactive.scheduler.common.util
RegexpMatcher should help you when looking for patterns in a string.
RegexpMatcher(String) - Constructor for class org.ow2.proactive.scheduler.common.util.RegexpMatcher
Create a new instance of RegexpMatcher.
RegexpParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
RegexpParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
RegexpValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
RegexpValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RegexpValidator
 
register(ProgressFileReader.Listener) - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
 
registerAsListener() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
registerAsListener() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
registerAsListener() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
registerKillChildProcessesOnShutdown(String) - Static method in class org.ow2.proactive.utils.CookieBasedProcessTreeKiller
Register a shutdown hook to kill children processes
registerMBeans(MBeanServer) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Sub-class must register the MBeans into the MBean server.
reinitializeState() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
relativize(String, DataSpacesFileObject) - Method in class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
releaseBusyNodesNotInList(List<NodeSet>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
releaseBusyNodesNotInList(List<NodeSet>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Release the nodes that are busy and that are not part of the given node set
releaseNode(Node) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
releaseNode(Node) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Releases the node after computations.
releaseNodes(NodeSet) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
releaseNodes(NodeSet) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Releases nodes after computations.
reload() - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
reloadConfiguration() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Reload the properties using the default property file configuration This method will clean every loaded properties before.
reloadConfiguration() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
reloadConfiguration() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
reloadPolicyConfiguration() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, order a reload to the policy.
reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.rest.ClientBase
 
reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
reloadPolicyConfiguration() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
REMOTE_CONNECTION_MARKER - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Marker in the task output to locate the remote connection hint for the hint to be detected client side, the following String has to be printed to the task log : PA_REMOTE_CONNECTION;TaskId;type;url example : 'PA_REMOTE_CONNECTION;10005;vnc;localhost:5901'
REMOTE_CONNECTION_SEPARATOR - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Separator character for the String located by the SchedulerConstants.REMOTE_CONNECTION_MARKER
RemoteDestination - Class in org.ow2.proactive.scheduler.rest.ds
 
RemoteDestination(IDataSpaceClient.Dataspace, String) - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
 
RemoteSource - Class in org.ow2.proactive.scheduler.rest.ds
 
RemoteSource() - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
RemoteSource(IDataSpaceClient.Dataspace) - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
RemoteSource(IDataSpaceClient.Dataspace, String) - Constructor for class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
RemoteSpace - Interface in org.ow2.proactive.scheduler.common.task.dataspaces
RemoteSpace is the interface used to access remote file spaces
remove(T) - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
remove(List<Element>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
remove() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Unsupported ListIterator operation.
remove(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Removes the mapping for a key from this channel map if it is present (optional operation).
remove(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
remove(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
remove(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
remove(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
remove(Object) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
removeAllAppenders(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
 
removeAllAppenders(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
 
removeAllAppenders() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
 
removeArgument(String) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
Remove the specified argument from the argument map.
removeAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
removeAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
Removes from the proxy knowledge all info related with the given job.
removeAwaitedJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
Removes from the proxy knowledge all info related with the given job.
removeAwaitedJob(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
 
removeAwaitedTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
The method from jobTracker is encapsulated in order to be called via the SmartProxy stub
removeAwaitedTask(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
removeAwaitedTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
Removes from the proxy knowledge all info related with the given task.
removeAwaitedTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
Removes from the proxy knowledge all info related with the given task.
removeAwaitedTask(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
 
removeConnectionNotificationListener(NotificationListener) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
removeDir(File) - Static method in class org.ow2.proactive.utils.FileUtils
Remove directories and files recursively
removeEventListener() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Remove the current event listener your listening on.
If no listener is defined, this method has no effect.
removeEventListener() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
removeEventListener() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
removeEventListener(SchedulerEventListenerExtended) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
removeEventListener() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
removeEventListener() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
removeFinished(T) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
removeHostTopology(String, InetAddress) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
Removes all information about host from the topology.
removeJob(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Remove the job from the scheduler.
removeJob(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Remove the job from the scheduler.
removeJob(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
removeJob(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
removeJob(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
removeJob(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
removeJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
removeJob(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
removeJob(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
removeJob(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
removeJobIO(Job, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
removeJobIO(Job, String, String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
removeJobIO(Job, String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
removeLast(int) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
removeLogger(String) - Static method in class org.ow2.proactive.scheduler.common.util.logforwarder.Log4JRemover
 
removeLogger(String, Hierarchy) - Static method in class org.ow2.proactive.scheduler.common.util.logforwarder.Log4JRemover
 
removeLogger(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
 
removeLogger(String) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
 
removeNode(String, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
removeNode(String, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Removes a node from the resource manager.
removeNodeSource(String, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
removeNodeSource(String, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Remove a node source from the RM.
removeNotificationListener(ObjectName, ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
removeNotificationListener(ObjectName, NotificationListener) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
removeResult(String) - Method in interface org.ow2.proactive.scheduler.common.job.JobResult
Remove the result of the given task in this jobResult.
removeResult(String) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
removeResult(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobResultImpl
 
removeRMEventListener() - Method in interface org.ow2.proactive.resourcemanager.frontend.RMMonitoring
Removes a listener from RMMonitoring.
removeThirdPartyCredential(String) - Method in interface org.ow2.proactive.scheduler.common.ThirdPartyCredentials
 
removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
removeThirdPartyCredential(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
renewSession() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
This method renew the connection lease without other side effect.
renewSession() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
renewSession() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
renewSession() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
renewSession() - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
To renew the current server session.
renewSession() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
repeater - Static variable in class org.ow2.proactive.utils.Lambda
repeats func function limit number of times
replace(int, int, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Replaces a portion of the string builder with another string.
replace(StrMatcher, String, int, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Advanced search and replaces within the builder using a matcher.
replace(Object, Map<String, V>) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the map.
replace(Object, Map<String, V>, String, String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the map.
replace(Object, Properties) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the properties.
replace(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.
replace(String, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source string as a template.
replace(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.
replace(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source array as a template.
replace(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.
replace(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source buffer as a template.
replace(CharSequence) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source as a template.
replace(CharSequence, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source as a template.
replace(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.
replace(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables with their matching values from the resolver using the given source builder as a template.
replace(Object) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the resolver.
replace(String, String, Serializable, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Replaces the entry for the specified key only if it is currently mapped to some value.
replace(String, TaskId, String, String, Serializable, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
replace(String, TaskId, String, String, Serializable) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
replace(String, String, Serializable, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
replace(String, String, Serializable) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
replaceAll(char, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Replaces the search character with the replace character throughout the builder.
replaceAll(String, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Replaces the search string with the replace string throughout the builder.
replaceAll(StrMatcher, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Replaces all matches within the builder with the replace string.
replaceAll(String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceAll(String, TaskId, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
replaceAll(String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
replaceFirst(char, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Replaces the first instance of the search character with the replace character in the builder.
replaceFirst(String, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Replaces the first instance of the search string with the replace string.
replaceFirst(StrMatcher, String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Replaces the first match within the builder with the replace string.
replaceIn(StringBuffer) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
replaceIn(StringBuffer, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
replaceIn(StringBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables within the given source buffer with their matching values from the resolver.
replaceIn(StringBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
replaceIn(StrBuilder) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
replaceIn(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables within the given source builder with their matching values from the resolver.
replaceScriptParameters(Script<?>, Map<String, String>, VariablesMap, PrintStream) - Method in class org.ow2.proactive.scheduler.task.executors.forked.env.ForkedTaskVariablesManager
 
replaceSystemProperties(Object) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Replaces all the occurrences of variables in the given source object with their matching values from the system properties.
replaceVariablesInJobVariablesMap(Map<String, JobVariable>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.StaxJobFactory
 
replaceVarsAndGenericInfo(String, Map<String, JobVariable>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.job.factories.GetJobContentFactory
 
replicate() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
Replicates a task
replicate() - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
replicate() - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
replicate() - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
replicateRunsVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Name of the Integer variable to set in the script to determine the number of parallel runs of a REPLICATE action
REPLICATION_SEPARATOR - Static variable in interface org.ow2.proactive.scheduler.common.task.TaskId
string separator in the task name for indicating the replication index
requiresLayout() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.AsyncAppenderWithStorage
 
requiresLayout() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
 
reset() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Resets this tokenizer, forgetting all parsing and iteration already completed.
reset(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Reset this tokenizer, giving it a new input string to parse.
reset(char[]) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Reset this tokenizer, giving it a new input string to parse.
resetLogContextForImmediateService() - Method in class org.ow2.proactive.scheduler.task.TaskLogger
 
resolve(String) - Static method in enum org.ow2.proactive.utils.OperatingSystem
 
resolveFile(String) - Method in class org.ow2.proactive.scheduler.smartproxy.JobTrackerImpl
 
resolveOrError(String) - Static method in enum org.ow2.proactive.utils.OperatingSystem
 
resolvePropertiesFile(String) - Static method in class org.ow2.proactive.utils.FileUtils
 
resolveVariable(String, StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Internal method that resolves the value of a variable.
resolveVariables(Map<String, Serializable>, Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
Creates a HashMap with variablesDictionary where values are resolved.
ResourceManager - Interface in org.ow2.proactive.resourcemanager.frontend
This class represents the interface of the resource manager.
restartAllInErrorTasks(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Restart all in error tasks in the job represented by jobId.
This method will restart every in error tasks of this job.

The jobId is given as a string.
restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
restartAllInErrorTasks(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
restartAllInErrorTasks(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
restartInErrorTask(String, String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
 
restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
restartInErrorTask(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
restartInErrorTask(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
RestartMode - Class in org.ow2.proactive.scheduler.common.task
This class represents the different restart mode for a task if an error occurred during its execution.
!! It is no longer an Enum since the rise of Hibernate.
RestartMode() - Constructor for class org.ow2.proactive.scheduler.common.task.RestartMode
 
RestartMode(int, String) - Constructor for class org.ow2.proactive.scheduler.common.task.RestartMode
Implicit constructor of a restart mode.
restartTask(JobId, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Try to restart the task represented by the given task name in the given jobId.
restartTask(String, String, int) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Try to restart the task represented by the given task name in the given jobId.
restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
restartTask(JobId, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
restartTask(String, String, int) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
restartTaskOnError - Variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Define where will a task be restarted if an error occurred (default is ANYWHERE).
RestJobTrackerImpl - Class in org.ow2.proactive_grid_cloud_portal.smartproxy
JobTracker that uses the REST API for performing actions on dataspaces.
RestJobTrackerImpl() - Constructor for class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
 
restoreDependences(Map<TaskId, TaskState>) - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
restoreRunningTasks() - Method in interface org.ow2.proactive.scheduler.common.JobDescriptor
Retrieve the persisted state of tasks and restore the state of tasks that are found running.
restServerUrl(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 
RestSmartProxyImpl - Class in org.ow2.proactive_grid_cloud_portal.smartproxy
Smart proxy implementation that relies on the REST API for communicating with dataspaces and websockets to push notifications to clients.
RestSmartProxyImpl() - Constructor for class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
RESULT_MAP_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
RESULT_METADATA_VARIABLE - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
The variable name to access result metadata from dependent tasks (a map).
RESULT_VARIABLE - Static variable in class org.ow2.proactive.scripting.SelectionScript
The variable name which must be set after the evaluation of a verifying script.
RESULT_VARIABLE - Static variable in class org.ow2.proactive.scripting.TaskScript
The variable name which must be set after the evaluation of a script task.
ResultPreviewTool - Class in org.ow2.proactive.scheduler.common.task.util
Static util methods for result preview definition.
ResultPreviewTool() - Constructor for class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool
 
ResultPreviewTool.SimpleImagePanel - Class in org.ow2.proactive.scheduler.common.task.util
Simple JPanel for displaying image
ResultPreviewTool.SimpleTextPanel - Class in org.ow2.proactive.scheduler.common.task.util
Simple JPanel for displaying text message
RESULTS_VARIABLE - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
The variable name to access results from dependent tasks (an array).
resultVariable - Static variable in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
Name of the variable that will be set in the script's environment to contain the result of the Task executed along this script
resume() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Resume the scheduler.
resume() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
resume() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
resume() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
resume() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
resumeJob(JobId) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Resume the job represented by jobId.
This method will restart every non-finished tasks of this job.
resumeJob(String) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Resume the job represented by jobId.
This method will restart every non-finished tasks of this job.

The jobId is given as a string.
resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
resumeJob(String) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
resumeJob(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
resumeJob(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
resumeJob(JobId) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
resumeJob(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
reverse() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Reverses the string builder placing each character in the opposite index.
RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
RIGHT_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.DateTimeParserValidator
 
RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ListParserValidator
 
RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ModelFromURLParserValidator
 
RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RegexpParserValidator
 
RIGHT_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
RIGHT_RANGE_DELIMITER - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
RIGHT_RANGE_DELIMITER_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.RangeParserValidator
 
rightString(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Extracts the rightmost characters from the string builder without throwing an exception.
rmAuth - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
RMAuthentication - Interface in org.ow2.proactive.resourcemanager.authentication
Authentication interface of the resource manager.
RMConnection - Class in org.ow2.proactive.resourcemanager.frontend
This class provides means to connect to an existing RM.
RMConstants - Interface in org.ow2.proactive.resourcemanager.common
Constant types in the Resource Manager.
RMEvent - Class in org.ow2.proactive.resourcemanager.common.event
Upper class for RM's event objects
RMEvent() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMEvent
ProActive empty constructor
RMEvent(long) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
RMEvent(RMEventType) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMEvent
Creates the node event object.
rmEvent(RMEvent) - Method in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
rmEvent(RMEvent) - Method in interface org.ow2.proactive.resourcemanager.frontend.RMEventListener
RM is shutting down
RMEventListener - Interface in org.ow2.proactive.resourcemanager.frontend
Interface for RM events monitoring.
RMEventType - Enum in org.ow2.proactive.resourcemanager.common.event
Enumeration of all events generated by the Resource Manager, and received by Monitors, which permits to probe RM activity.
RMException - Exception in org.ow2.proactive.resourcemanager.exception
Exceptions Generated by the RM
RMException(String) - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
Attaches a message to the Exception
RMException() - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
Empty constructor
RMException(String, Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
Attaches a message and a cause to the Exception
RMException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.exception.RMException
Attaches a cause to the Exception
RMGroupEventListener - Class in org.ow2.proactive.resourcemanager.frontend
A listener of the resource manager which can receive a collection of events at once.
RMGroupEventListener() - Constructor for class org.ow2.proactive.resourcemanager.frontend.RMGroupEventListener
 
RMInitialState - Class in org.ow2.proactive.resourcemanager.common.event
Defines a state of the Resource Manager for a Monitor.
RMInitialState() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
rmInitialState - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
RMJMXBeans - Class in org.ow2.proactive.resourcemanager.core.jmx
 
RMListenerProxy - Class in org.ow2.proactive.resourcemanager.common.util
This class adds a cache mechanism that maintains the RMInitialState state of the remote resource manager.
RMListenerProxy() - Constructor for class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
RMMonitoring - Interface in org.ow2.proactive.resourcemanager.frontend
An interface Front-End for the Monitoring of the Resource Manager.
RMNodeDescriptor - Class in org.ow2.proactive.resourcemanager.common.event
 
RMNodeDescriptor() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
RMNodeEvent - Class in org.ow2.proactive.resourcemanager.common.event
This class implements Event object related to an RMNode This immutable event object is thrown to all Resource Manager Monitors to inform them about a Node's state modification.
RMNodeEvent() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
ProActive empty constructor
RMNodeEvent(String, long) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
RMNodeEvent(String, long, RMEventType) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
RMNodeEvent(RMNodeDescriptor) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Creates a node event object without previous node state.
RMNodeEvent(RMNodeDescriptor, RMEventType, NodeState, String) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
Creates a node event object with a previous node state.
RMNodeSourceEvent - Class in org.ow2.proactive.resourcemanager.common.event
This class implements the Event object related to a NodeSource.
RMNodeSourceEvent() - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
ProActive Empty constructor.
RMNodeSourceEvent(String, String, String, String) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
Creates an RMNodesourceEvent object.
RMNodeSourceEvent(RMEventType, String, String, String, String, String) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
Creates an RMNodesourceEvent object.
RMNodeSourceEvent(String, long) - Constructor for class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
 
RMProxyUserInterface - Class in org.ow2.proactive.resourcemanager.common.util
This class implements an active object managing a connection to the Resource Manager (a proxy to the Resource Manager) You must init the proxy by calling the RMListenerProxy.init(String, Credentials) method after having created it
RMProxyUserInterface() - Constructor for class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
RMProxyUserInterface.MBeanAttributeType - Enum in org.ow2.proactive.resourcemanager.common.util
Enum of managed MBean attribute types Convert a String MBean attribute value to Object
RMState - Class in org.ow2.proactive.resourcemanager.common
RMState represents information about RM activity.
RMState(RMStateNodeUrls, Long) - Constructor for class org.ow2.proactive.resourcemanager.common.RMState
 
RMstate - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
RMStateDelta - Class in org.ow2.proactive.resourcemanager.common.event.dto
 
RMStateDelta() - Constructor for class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
 
RMStateFull - Class in org.ow2.proactive.resourcemanager.common.event.dto
 
RMStateFull() - Constructor for class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
 
RMStateNodeUrls - Class in org.ow2.proactive.resourcemanager.common
 
RMStateNodeUrls(Set<String>, Set<String>, Set<String>) - Constructor for class org.ow2.proactive.resourcemanager.common.RMStateNodeUrls
 
RO_PROTOCOL - Static variable in class org.ow2.proactive.jmx.provider.JMXProviderUtils
A string representation of the Remote Object protocol
RO_PROVIDER_PKGS - Static variable in class org.ow2.proactive.jmx.provider.JMXProviderUtils
The package that contains the classes of the JMX Remote Object provider
ROConnection - Class in org.ow2.proactive.jmx.provider.ro
This class represents a way to talk to an MBean server through Remote Objects.
ROConnection() - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnection
Empty constructor without arguments.
ROConnection(MBeanServer, String, ROServerImpl, Subject, AccessControlContext) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnection
Creates a new ROConnection that forwards remote calls to the attached MBean server.
ROConnector - Class in org.ow2.proactive.jmx.provider.ro
The ROConnector thats exposes the active object responsible of creating the ROConnections.
ROConnector() - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnector
Empty constructor without arguments (needed by ProActive).
ROConnector(JMXServiceURL, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnector
Constructs an ROConnector that will connect the RO connector server with the given address.
ROConnector(ROServerImpl, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnector
Constructs an ROConnector using the given RO server stub.
ROConnectorServer - Class in org.ow2.proactive.jmx.provider.ro
A JMX API connector server that creates Remote Object based connections from remote clients.
ROConnectorServer(JMXServiceURL, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
Creates a ROConnectorServer
ROConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
Creates a ROConnectorServer
ROConnectorServer(JMXServiceURL, Map<String, ?>, ROServerImpl, MBeanServer) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
Creates a ROConnectorServer
ROServerImpl - Class in org.ow2.proactive.jmx.provider.ro
A remote object representing a connector server.
ROServerImpl() - Constructor for class org.ow2.proactive.jmx.provider.ro.ROServerImpl
Empty constructor without arguments.
ROServerImpl(MBeanServer, Map<String, ?>) - Constructor for class org.ow2.proactive.jmx.provider.ro.ROServerImpl
Constructs a new ROServerImpl.
RRDDataStore - Class in org.ow2.proactive.jmx
This class (thread) dump all properties of MBean to RRD data base with specific period.
RRDDataStore(String, int, Logger) - Constructor for class org.ow2.proactive.jmx.RRDDataStore
 
RRDDataStore(StandardMBean, String, int, Logger) - Constructor for class org.ow2.proactive.jmx.RRDDataStore
Initializes a new RRD data base if it's not exist.
run() - Method in class org.ow2.proactive.jmx.RRDDataStore
Periodically dumps the new mbean state to the data base
run() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
 
run() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader.ProgressFileReaderThread
 
run() - Method in class org.ow2.proactive.scheduler.task.utils.ThreadReader
 
run() - Method in interface org.ow2.proactive.utils.Lambda.RunnableThatThrows
 
runActivity(Body) - Method in class org.ow2.proactive.authentication.AuthenticationImpl
Method controls the execution of every request.
runAsMe - Variable in class org.ow2.proactive.scheduler.common.task.Task
 
running(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is true (fetch all tasks)
runningToFinished(T) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
RUNTIMEDATA_MBEAN_NAME - Static variable in class org.ow2.proactive.resourcemanager.core.jmx.RMJMXBeans
The name of the Resource Manager bean

S

S3ConnectorDownloader - Class in org.ow2.proactive.scheduler.examples
Import file(s) from an S3 server using the Import_from_S3 task.
S3ConnectorDownloader() - Constructor for class org.ow2.proactive.scheduler.examples.S3ConnectorDownloader
 
S3ConnectorUploader - Class in org.ow2.proactive.scheduler.examples
Import/Export file(s) from/to an AWS S3 server using an S3Connector task.
S3ConnectorUploader() - Constructor for class org.ow2.proactive.scheduler.examples.S3ConnectorUploader
 
S3ConnectorUtils - Class in org.ow2.proactive.scheduler.examples
 
Scheduler - Interface in org.ow2.proactive.scheduler.common
Scheduler interface for someone connected to the scheduler.
SCHEDULER_CLIENT_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
The variable containing a proxy to the scheduler server
SCHEDULER_DATASPACE_APPLICATION_ID - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
The Application ID used by the scheduler for local Dataspaces
SCHEDULER_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Default scheduler node name
SchedulerAuthenticationGUIHelper - Class in org.ow2.proactive.scheduler.common
SchedulerAuthenticationHelper provides a graphical user interface to connect to the ProActiveScheduler.
SchedulerAuthenticationInterface - Interface in org.ow2.proactive.scheduler.common
Scheduler Authentication Interface provides method to connect to the scheduler.
SchedulerClient - Class in org.ow2.proactive.scheduler.rest
 
SchedulerConnection - Class in org.ow2.proactive.scheduler.common
Start here, it provides a method to join an existing scheduler.
The method SchedulerConnection.join(String) returns a SchedulerAuthenticationInterface in order to give the scheduler the possibility to authenticate user that wants to connect a scheduler.
SchedulerConstants - Class in org.ow2.proactive.scheduler.common
Constant types in the Scheduler.
SchedulerConstants() - Constructor for class org.ow2.proactive.scheduler.common.SchedulerConstants
 
SchedulerEvent - Enum in org.ow2.proactive.scheduler.common
Enumeration of all different events that scheduler can invoke.
SchedulerEventListener - Interface in org.ow2.proactive.scheduler.common
Class providing events that the scheduler is able to send using the described listener.
schedulerEventListener(SchedulerEventListener) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 
SchedulerEventListenerExtended - Interface in org.ow2.proactive.scheduler.smartproxy.common
A scheduler Event Listener.
SchedulerEventReceiver - Class in org.ow2.proactive.scheduler.rest
Utility class to subscribe and receive scheduler events from REST server.
SchedulerEventReceiver.Builder - Class in org.ow2.proactive.scheduler.rest
 
SchedulerExamplesUtils - Class in org.ow2.proactive.scheduler.examples
SelectionUtils provides static methods for scheduler examples.
SchedulerException - Exception in org.ow2.proactive.scheduler.common.exception
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform the user of a problem.
SchedulerException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
Create a new instance of SchedulerException with the given message.
SchedulerException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
Create a new instance of SchedulerException.
SchedulerException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
Create a new instance of SchedulerException with the given message and cause
SchedulerException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SchedulerException
Create a new instance of SchedulerException with the given cause.
SchedulerNodeClient - Class in org.ow2.proactive.scheduler.task.client
Scheduler api available as a variable during the execution of a task.
SchedulerNodeClient(Decrypter, String) - Constructor for class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
schedulerProxy - Variable in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
SchedulerProxyUserInterface - Class in org.ow2.proactive.scheduler.common.util
This class implements an active object managing a connection to the Scheduler (a proxy to the Scheduler) You must init the proxy by calling the SchedulerProxyUserInterface.init(String, String, String) method after having created it
SchedulerProxyUserInterface() - Constructor for class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
Deprecated. 
SchedulerState<T extends JobState> - Interface in org.ow2.proactive.scheduler.common
This interface is a representation of the whole scheduler jobs list state.
It is basically represented by 3 lists of jobs, and their scheduling status.
SchedulerStateImpl<T extends JobState> - Class in org.ow2.proactive.scheduler.core
This class is a representation of the whole scheduler initial jobs list state.
It is basically represented by 3 lists of jobs, and its scheduling status.
SchedulerStateImpl() - Constructor for class org.ow2.proactive.scheduler.core.SchedulerStateImpl
ProActive Empty constructor.
schedulerStateUpdatedEvent(SchedulerEvent) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
Invoked each time a scheduler event occurs.
Scheduler events are stopped,started, paused, frozen, etc.
schedulerStateUpdatedEvent(SchedulerEvent) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
 
schedulerStateUpdatedEvent(SchedulerEvent) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
SchedulerStatus - Enum in org.ow2.proactive.scheduler.common
Status of the scheduler.
SchedulerUsage - Interface in org.ow2.proactive.scheduler.common.usage
Scheduler interface for accounting information, usage data and statistics.
SchedulerUserInfo - Class in org.ow2.proactive.scheduler.job
 
SchedulerUserInfo(String, String, long, long, int) - Constructor for class org.ow2.proactive.scheduler.job.SchedulerUserInfo
 
SchedulerUsers - Class in org.ow2.proactive.scheduler.common
SchedulerUsers is the list of user connected to the scheduler with the GUI.
This can provide informations about who is connected, what are their status, etc...
SchedulerUsers() - Constructor for class org.ow2.proactive.scheduler.common.SchedulerUsers
 
SchedulerVars - Enum in org.ow2.proactive.scheduler.task
Scheduler related java properties.
Schemas - Enum in org.ow2.proactive.scheduler.common.job.factories
 
Script<E> - Class in org.ow2.proactive.scripting
A simple script to evaluate using java 6 scripting API.
Script() - Constructor for class org.ow2.proactive.scripting.Script
ProActive needed constructor
Script(String, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.Script
Directly create a script with a string.
Script(String, String, Serializable[], String) - Constructor for class org.ow2.proactive.scripting.Script
Directly create a script with a string.
Script(String, String) - Constructor for class org.ow2.proactive.scripting.Script
Directly create a script with a string.
Script(String, String, String) - Constructor for class org.ow2.proactive.scripting.Script
Directly create a script with a string.
Script(File, Serializable[]) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from a file.
Script(File) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from a file.
Script(URL, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from an URL.
Script(URL, String, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from an URL.
Script(URL, boolean) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from an URL.
Script(URL, String, boolean) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from an URL.
Script(Script<?>) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from another script object
Script(Script<?>, String) - Constructor for class org.ow2.proactive.scripting.Script
Create a script from another script object
script - Variable in class org.ow2.proactive.scripting.Script
The script to evaluate
scriptEngineLookupName - Variable in class org.ow2.proactive.scripting.Script
Name of the script engine or file path to script file (extension will be used to lookup)
ScriptException - Exception in org.ow2.proactive.scripting
ScriptException is used to manage exception that occurs in script engines
ScriptException() - Constructor for exception org.ow2.proactive.scripting.ScriptException
Constructor.
ScriptException(String, Throwable) - Constructor for exception org.ow2.proactive.scripting.ScriptException
Constructor
ScriptException(String) - Constructor for exception org.ow2.proactive.scripting.ScriptException
Constructor
ScriptException(Throwable) - Constructor for exception org.ow2.proactive.scripting.ScriptException
Constructor
ScriptExecutableContainer - Class in org.ow2.proactive.scheduler.task.containers
Reuse the Java executable container as part of a forked task, specialized for a script execution.
ScriptExecutableContainer(TaskScript) - Constructor for class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
 
ScriptHandler - Class in org.ow2.proactive.scripting
A script handler is an object able to perform execution of a script.
ScriptHandler() - Constructor for class org.ow2.proactive.scripting.ScriptHandler
ProActive Constructor
ScriptLoader - Class in org.ow2.proactive.scripting
The script Loade
ScriptLoader() - Constructor for class org.ow2.proactive.scripting.ScriptLoader
 
ScriptResult<E> - Class in org.ow2.proactive.scripting
The class implements a script result container.
ScriptResult() - Constructor for class org.ow2.proactive.scripting.ScriptResult
ProActive empty constructor
ScriptResult(E) - Constructor for class org.ow2.proactive.scripting.ScriptResult
Create a new instance of ScriptResult.
ScriptResult(Throwable) - Constructor for class org.ow2.proactive.scripting.ScriptResult
Create a new instance of ScriptResult.
ScriptResult(E, Throwable) - Constructor for class org.ow2.proactive.scripting.ScriptResult
Constructor
ScriptTask - Class in org.ow2.proactive.scheduler.common.task
 
ScriptTask() - Constructor for class org.ow2.proactive.scheduler.common.task.ScriptTask
 
SecurityPolicyLoader - Class in org.ow2.proactive.utils
 
SecurityPolicyLoader() - Constructor for class org.ow2.proactive.utils.SecurityPolicyLoader
 
select(int, List<Node>) - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.HAC
Selects a set of closest nodes from specified list.
selectedEvents(SchedulerEvent...) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 
SelectionScript - Class in org.ow2.proactive.scripting
A selection Script : return true if the resource tested is correct.
SelectionScript() - Constructor for class org.ow2.proactive.scripting.SelectionScript
ProActive needed constructor
SelectionScript(String, String) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Directly create a script with a String.
SelectionScript(String, String, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Directly create a script with a string.
SelectionScript(String, String, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Directly create a script with a string.
SelectionScript(File, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from a file.
SelectionScript(File, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from a file.
SelectionScript(URL) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(URL, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(URL, String) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(URL, String, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(URL, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(URL, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(URL, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(URL, String, Serializable[], boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from an URL.
SelectionScript(Script<?>, boolean) - Constructor for class org.ow2.proactive.scripting.SelectionScript
Create a selection script from another selection script
SelectionUtils - Class in org.ow2.proactive.scripting.helper.selection
SelectionUtils provides static methods for selection script.
SelectionUtils() - Constructor for class org.ow2.proactive.scripting.helper.selection.SelectionUtils
 
sendEvent(List<LoggingEvent>) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollector
 
serializableToBase64String(Serializable) - Static method in class org.ow2.proactive.utils.ObjectByteConverter
 
SerializationUtil - Class in org.ow2.proactive.scheduler.common.task.util
Utility class which facilitates the serialization/de-serialization of Java objects in variable maps.
serializeContext(TaskContext, File) - Method in class org.ow2.proactive.scheduler.task.context.TaskContextSerializer
Serializes a task context to disk.
serializedArguments - Variable in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
Arguments of the java task
serializedArguments - Variable in class org.ow2.proactive.scheduler.task.containers.ScriptExecutableContainer
Arguments of the task as a map
serializeTasks(Map<TaskId, TaskState>) - Method in class org.ow2.proactive.scheduler.job.ClientJobSerializationHelper
 
serializeVariableMap(Map<String, Serializable>) - Static method in class org.ow2.proactive.scheduler.common.task.util.SerializationUtil
 
ServerProvider - Class in org.ow2.proactive.jmx.provider.ro
A provider for creating JMX API connector servers using a given protocol.
ServerProvider() - Constructor for class org.ow2.proactive.jmx.provider.ro.ServerProvider
 
SessionHandler - Class in org.ow2.proactive.scheduler.rest
Renews the session, in case of a session timeout.
SessionHandler(SchedulerClient) - Constructor for class org.ow2.proactive.scheduler.rest.SessionHandler
 
sessionId(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver.Builder
 
sessionName - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
SessionWork<T> - Interface in org.ow2.proactive.db
Encapsulates the semantic of a database query.
set(Map<String, Object>) - Method in class org.ow2.proactive.authentication.NoCallback
Sets properties of the callback
set(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Unsupported ListIterator operation.
setAcceptableNodesUrls(Set<String>) - Method in class org.ow2.proactive.utils.Criteria
Sets acceptables nodes that can resulting nodes list.
setAction(FlowAction) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
If a FlowScript was executed on this task, its result is stored so that the action can be performed later when processed by the core.
setActionContinuation(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.IF, the targetContinuation is the Task on which both if and else branches will join after either one has been executed.
setActionContinuation(Task) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.IF, the targetContinuation is the Task on which both if and else branches will join after either one has been executed.
setActionTarget(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.LOOP, the target is the entry point of the next loop iteration.
setActionTarget(Task) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.LOOP, the target is the entry point of the next loop iteration.
setActionTargetElse(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.IF, the targetElse is the branch executed when the If condition fails.
setActionTargetElse(Task) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
If the Action type (see FlowScript.getActionType()) of this FlowScript is FlowActionType.IF, the targetElse is the branch executed when the If condition fails.
setActionType(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
The Action Type does not have any effect on the execution of the script, but will be used after the execution to determine what Control Flow Action should be performed on the TaskFlow.
setActionType(FlowActionType) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowScript
The Action Type does not have any effect on the execution of the script, but will be used after the execution to determine what Control Flow Action should be performed on the TaskFlow.
setActivated(boolean) - Method in class org.ow2.proactive.authentication.AuthenticationImpl
Activates or desactivates authentication active object
setAttribute(ObjectName, Attribute) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
setAttribute(String, String, Object) - Method in class org.ow2.proactive.utils.console.MBeanInfoViewer
Sets the value of a specific attribute of a named MBean.
setAttributes(ObjectName, AttributeList) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
setAuthorizedForkEnvironmentScript(boolean) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setAutomaticTransfer(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setAwaitedTasks(HashMap<String, AwaitedTask>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setBestEffort(boolean) - Method in class org.ow2.proactive.utils.Criteria
Sets the mode of selection: if best effort is true RM returns up to required number of nodes that satisfy to selection scripts and topology if false it either exact number of empty node set.
setBindings(Map<String, Serializable>) - Method in class org.ow2.proactive.utils.Criteria
Sets variable bindings map used by selection scripts
setBlackList(NodeSet) - Method in class org.ow2.proactive.utils.Criteria
Sets nodes that have not be in resulting nodes list.
setCacheValidityTimeInSeconds(int) - Method in class org.ow2.proactive.account.AbstractAccountsManager
Sets the refresh rate of the accounts refresher.
setCatalogRestUrl(String) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setCharAt(int, char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Sets the character at the specified index.
setCleaningScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.Task
To set the cleaningScript of this task.
setCommandLine(String...) - Method in class org.ow2.proactive.scheduler.common.task.NativeTask
Set the command line that will be executed in this task.
setComputationDescriptors(Collection<String>) - Method in class org.ow2.proactive.utils.Criteria
Sets descriptors of computations for which nodes will be reserved (for information purposes).
setConnectionTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
setContentBuffer(StringBuilder) - Method in class org.ow2.proactive.utils.BoundedStringWriter
 
setControlFlowScript(FlowScript) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the control flow script value to the given flow value
setCounter(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
Sets the number of events sent to a client during the current session.
setCredentialFile(File) - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
setCredentials(Credentials) - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
Set the credentials value to the given credentials value
setCredentials(Credentials) - Method in class org.ow2.proactive.scheduler.task.utils.Decrypter
Set the credentials to be decrypted.
setCronExpr(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
setDataStore(RRDDataStore) - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Sets the rrd data store.
setDefaultJMXUrl(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setDefaultRequestConfig(RequestConfig) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
setDelimiterChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Sets the field delimiter character.
setDelimiterMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Sets the field delimiter matcher.
setDelimiterString(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Sets the field delimiter string.
setDescription(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
To set a short description for the job.
setDescription(String) - Method in class org.ow2.proactive.scheduler.common.task.Task
To set the description of this task.
setDescriptorVMName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setDomain(String) - Method in class org.ow2.proactive.authentication.crypto.CredData
Set a domain for this user.
setDupNumber(int) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
setEmptyTokenAsNull(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Sets whether the tokenizer should return empty tokens as null.
setEnableSubstitutionInVariables(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets a flag whether substitution is done in variable names.
setenv(String, String, int) - Method in interface org.ow2.proactive.utils.Environment.LinuxLibC
 
setenv(String, String, int) - Method in class org.ow2.proactive.utils.Environment.POSIX
 
setenv(String, String, boolean) - Static method in class org.ow2.proactive.utils.Environment
 
setEnvScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Set the environment script value to the given script value.
setErrorMessage(String) - Method in class org.ow2.proactive.resourcemanager.common.NSState
 
setErrorSink(PrintStream) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
setEscapeChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the escape character.
setException(Throwable) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
setExcludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
setExcludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
setExcludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
setExcludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
setExecutableClassName(String) - Method in class org.ow2.proactive.scheduler.common.task.JavaTask
To set the executable task class name.
setExecutionDuration(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setExecutionDuration(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
Set the execution duration value to the given executionDuration value
setExecutionHostName(String) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setExecutionHostName(String) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
Set a new execution HostName.
setExtraNodes(Collection<Node>) - Method in class org.ow2.proactive.utils.NodeSet
Sets new extra nodes list.
setFinished(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setFinishedJobs(Vector<T>) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
To set the finishedJobs
setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setFinishedTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the finishedTime
setFlowBlock(FlowBlock) - Method in class org.ow2.proactive.scheduler.common.task.Task
Defining Control Flow Blocks using FlowBlock.START and FlowBlock.END is a semantic requirement to be able to create specific control flow constructs.
setFlowScript(FlowScript) - Method in class org.ow2.proactive.scheduler.common.task.Task
To perform complex Control Flow Actions in a TaskFlowJob, a FlowScript needs to be attached to specific tasks.
setForkEnvironment(ForkEnvironment) - Method in class org.ow2.proactive.scheduler.common.task.Task
 
setForkEnvironment(ForkEnvironment) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setFrom(long) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Set the generic information as a hash map.
setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setGlobalSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
Set the global Space value to the given GLOBAL space string value
setGroups(Set<String>) - Method in class org.ow2.proactive.authentication.UserData
 
setGroups(Set<String>) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
setHostName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setHostName(String) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Sets the hostName to the given hostName value.
setHostName(String) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
setHostname(String) - Method in class org.ow2.proactive.scripting.ScriptResult
Sets the name of the host that executes the script
setIgnoredChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Set the character to ignore.
setIgnoredMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Set the matcher for characters to ignore.
setIgnoreEmptyTokens(boolean) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Sets whether the tokenizer should ignore and not return empty tokens.
setIncludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
setIncludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
setIncludes(List<String>) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
setIncludes(String...) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setInErrorTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
setInheritedMap(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
Setter of the inheritedMap
setInitialized(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
setInputFiles(FileSelector) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
Set the inputFiles value to the given inputFiles value
setInputSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
Set the input Space value to the given inputSpace value
setInputSpaceURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setInsecure(boolean) - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
setIsolateTaskOutputs(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setIterationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setIterationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
setJavaHome(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Sets the javaHome to the given javaHome value.
setJavaPrefixCommand(String[]) - Method in class org.ow2.proactive.scripting.ForkEnvironmentScriptResult
 
setJobContent(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
 
setJobId(JobId) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setJobId(JobId) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setJobId(JobId) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setJobId(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setJobId(JobId) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
 
setJobId(JobId) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the jobId
setJobInfo(JobInfo) - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
Set the job info for this result
setJobInfo(JobInfo) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setJobInfo(JobInfo) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the jobInfo
setJobInherited(boolean) - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
 
setJobOwner(String) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setJobOwner(String) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setJobOwner(String) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setJobPriority(JobPriority) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setJobStatus(JobStatus) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setJobVariables(Map<String, JobVariable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setKey(byte[]) - Method in class org.ow2.proactive.authentication.crypto.CredData
Set the key value to the given key value
setLastSubmitTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
setLastUpdatedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setLastUpdatedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setLatestCounter(long) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
 
setLength(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Updates the length of the builder by either dropping the last characters or adding filler of Unicode zero.
setLimit(int) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setList(List<T>) - Method in class org.ow2.proactive.scheduler.common.Page
 
setLocalInputFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setLocalOutputFolder(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setLocked(boolean) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setLockedBy(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setLockTime(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setLogin(String) - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
setLogin(String) - Method in class org.ow2.proactive.authentication.crypto.CredData
Set the login value to the given login value
setLogs(TaskLogs) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
setMaxColumnLength(int) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
Set the maxColumnLength value to the given maxColumnLength value
setMaxNumberOfExecution(int) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
To set the number of execution for this task.
setMaxNumberOfExecutionOnFailure(int) - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
setMBeanAttribute(ObjectName, String, String, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
Set a single JMX attribute of the MBean objectName.
setMBeanServer(MBeanServer) - Method in class org.ow2.proactive.jmx.provider.ro.ROServerImpl
Sets the MBean server attached to this connector.
setMetadata(Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
setMetadata(Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
setMode(InputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
Set the mode value to the given mode value
setMode(OutputAccessMode) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
Set the mode value to the given mode value
setModel(String) - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
setMyEventsOnly(boolean) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Set the myEventsOnly value to the given myEventsOnly value.
setMyEventsOnly(boolean) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
setName(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
To set the name of the job.
setName(String) - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
setName(String) - Method in class org.ow2.proactive.scheduler.common.task.Task
To set the name of this task.
setName(String) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setNamingService(NamingService) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the namingService Stub to the given namingService value
setNewLineText(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Sets the text to be appended when a new line is added.
setNodeAccessToken(String) - Method in class org.ow2.proactive.utils.Criteria
If key is specified the resource manager only looks for nodes having this token.
setNodeInfo(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setNodes(NodeSet) - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
Set the nodes value to the given nodes value
setNodesAvailable(Set<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
This method is called periodically by ProActive Nodes to inform the Resource Manager of a possible reconnection.
setNodesAvailable(Set<String>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
This method is called periodically by ProActive Nodes to inform the Resource Manager of a possible reconnection.
setNodesEvents(List<RMNodeEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
 
setNodesEvents(List<RMNodeEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
 
setNodeSource(List<RMNodeSourceEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateDelta
 
setNodeSource(List<RMNodeSourceEvent>) - Method in class org.ow2.proactive.resourcemanager.common.event.dto.RMStateFull
 
setNodeSourceName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setNodeSourcePingFrequency(int, String) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
setNodeSourcePingFrequency(int, String) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Each node source scan its nodes periodically to check their states.
setNodesURL(List<String>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
setNodeURL(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setNullText(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Sets the text to be appended when null is added.
setNumberOfExecutionLeft(int) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setNumberOfExecutionLeft(int) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
Set the number of execution left.
setNumberOfExecutionOnFailureLeft(int) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setNumberOfExecutionOnFailureLeft(int) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
Set the initial number of execution on failure left.
setNumberOfFailedTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setNumberOfFailedTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setNumberOfFaultyTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setNumberOfFaultyTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setNumberOfFinishedTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setNumberOfFinishedTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setNumberOfInErrorTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setNumberOfInErrorTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setNumberOfNeededNodes(int) - Method in class org.ow2.proactive.scheduler.common.task.Task
Deprecated.
setNumberOfPendingTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setNumberOfPendingTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setNumberOfRunningTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setNumberOfRunningTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setOffset(int) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setOnTaskError(OnTaskError) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Set onTaskError property value.
setOutput(TaskLogs) - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
setOutput(String) - Method in class org.ow2.proactive.scripting.ScriptResult
Sets the output of the script
setOutputFiles(FileSelector) - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
Set the outputFiles value to the given outputFiles value
setOutputSelectors(List<OutputSelector>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
setOutputSink(PrintStream) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
setOutputSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
Set the output Space value to the given outputSpace value
setOutputSpaceURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setOwnerName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setParallelEnvironment(ParallelEnvironment) - Method in class org.ow2.proactive.scheduler.common.task.Task
Sets new parallel environment of the task.
setPassword(String) - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
setPassword(String) - Method in class org.ow2.proactive.authentication.crypto.CredData
Set the password value to the given pass value
setPath(String) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
setPending(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setPendingJobs(Vector<T>) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
To set the pendingJobs
setPingAttempts(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setPingPeriod(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setPostScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.Task
To set the postScript of this task.
setPostScript(Script<?>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the post-script value to the given post value
setPreciousLogs(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Task
Set if the logs of this task are precious.
setPreciousLogs(boolean) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setPreciousResult(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Task
Set if the result of this task is precious.
setPreScript(Script<?>) - Method in class org.ow2.proactive.scheduler.common.task.Task
To set the preScript of this task.
setPreScript(Script<?>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the pre-script value to the given pre value
setPreviewerClassName(String) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Set the class that is able to describe this result.
setPriority(JobPriority) - Method in class org.ow2.proactive.scheduler.common.job.Job
To set the priority of the job.
setPriority(JobPriority) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setProactiveJMXUrl(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setProgress(int) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
Set the progress value for this Executable.
setProgress(int) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setProgress(int) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the progress value
setProgress(String, int) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
Write the specified value to the given progressFilePath if the value is between 0 and 100 included.
setProgress(Path, int) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
Write the specified value to the given progressFilePath if the value is between 0 and 100 included.
setProgress(Path, String) - Static method in class org.ow2.proactive.scripting.helper.progress.ProgressFile
Write the specified value to the given progressFilePath.
setProjectName(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
Sets the project Name to the given projectName value.
setPropagatedVariables(Map<String, byte[]>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
Sets the propagated variable map for the current Java task.
setPropagatedVariables(Map<String, byte[]>) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
Sets the propagated variables.
setProviderName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setPullURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setPushURL(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
setQuoteChar(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Sets the quote character to use.
setQuoteMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Set the quote matcher to use.
setReadableName(String) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Set readable name of this TaskId.
setRemovedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setRemovedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setReplicationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setReplicationIndex(int) - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
setRestartTaskOnError(RestartMode) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Sets the restartTaskOnError to the given restartOnError value.
setRestDataSpaceClient(IDataSpaceClient) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestJobTrackerImpl
 
setResult(boolean) - Method in class org.ow2.proactive.resourcemanager.common.NSState
 
setResultMap(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
setRMUrl(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
Set the RM's URL of the event.
setRunAsMe(boolean) - Method in class org.ow2.proactive.scheduler.common.task.Task
Set if this task will be run under user identity.
setRunAsUser(boolean) - Method in class org.ow2.proactive.scheduler.task.containers.ExecutableContainer
 
setRunning(boolean) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setRunningJobs(Vector<T>) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
To set the runningJobs
setScheduledTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the scheduledTime
setScheduledTimeForRemoval(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setScheduledTimeForRemoval(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setSchedulerRestUrl(String) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setScopeMap(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
Setter of the scopeMap
setScript(TaskScript) - Method in class org.ow2.proactive.scheduler.common.task.ScriptTask
 
setScript(String) - Method in class org.ow2.proactive.scripting.Script
Set the script content, ie the executed code
setScripts(List<SelectionScript>) - Method in class org.ow2.proactive.utils.Criteria
Sets a selection scripts list.
setSelectionScript(SelectionScript) - Method in class org.ow2.proactive.scheduler.common.task.Task
Set a selection script.
setSelectionScripts(List<SelectionScript>) - Method in class org.ow2.proactive.scheduler.common.task.Task
Set a list of selection scripts.
setSerializedArguments(Map<String, byte[]>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
Set the arguments value to the given arguments value
setSession(TimerTask) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Set the session value to the given session value
setSession(String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Sets the session identifier explicitly.
setSession(String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
setSession(String) - Method in class org.ow2.proactive.scheduler.task.client.DataSpaceNodeClient
Sets the session identifier explicitly.
setSession(String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
setSession(String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
setSessionName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Sets the name of this recording session.
setSessionName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
Sets the name of this recording session.
setSessionName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
setSharedExecutablePermissions(File) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
 
setSharedPermissions(File) - Static method in class org.ow2.proactive.scheduler.task.utils.ForkerUtils
 
setSize(int) - Method in class org.ow2.proactive.scheduler.common.Page
 
setSize(int) - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
 
setSortingBy(int) - Static method in class org.ow2.proactive.scheduler.common.job.JobState
Set the field to sort on.
setSortingBy(int) - Static method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Set the field to sort on.
setSortingBy(int) - Static method in class org.ow2.proactive.scheduler.common.task.TaskState
Set the field to sort on.
setSortingOrder(int) - Static method in class org.ow2.proactive.scheduler.common.job.JobState
Set the order for the next sort.
setSortingOrder(int) - Static method in class org.ow2.proactive.scheduler.common.job.UserIdentification
Set the order for the next sort.
setSortingOrder(int) - Static method in class org.ow2.proactive.scheduler.common.task.TaskState
Set the order for the next sort.
setSortParameters(List<SortSpecifierContainer>) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setSpace(int) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
Set the space value to the given space value.
setStackTrace(String) - Method in class org.ow2.proactive.resourcemanager.common.NSState
 
setStartTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setStartTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setStartTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setStartTime(long) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the startTime
setState(NodeState) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setState(SchedulerStatus) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
setStateChangeTime(long) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setStatus(JobStatus) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setStatus(TaskStatus) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setStatus(TaskStatus) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the taskStatus
setSubmitNumber(int) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
setSubmittedTime(long) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setSubmittedTime(long) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setSynchronizationAPI(Synchronization) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setTag(String) - Method in class org.ow2.proactive.scheduler.common.task.Task
Set the tag of this task.
setTag(String) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setTag(String) - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
 
setTarget(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
setTargetContinuation(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
setTargetElse(String) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
setTaskId(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
To set the taskId
setTaskId(TaskId) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the taskId value to the given taskId value
setTaskInputFiles(List<InputSelector>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the taskInputFiles value to the given taskInputFiles value
setTaskName(String) - Method in exception org.ow2.proactive.scheduler.common.exception.JobCreationException
Set the task name on which the problem was found
setTaskName(String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
setTaskOutputFiles(List<OutputSelector>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the taskOutputFiles value to the given taskOutputFiles value
setTasksChanges(ChangedTasksInfo, JobState) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setTaskStates(List<TaskState>) - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
 
setTaskTransferring(String, String, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
Sets the given task to transferring status.
setTaskTransferring(String, String, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.JobTracker
 
setTaskVariables(Map<String, TaskVariable>) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
setThirdPartyCredentials(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
setTitle(List<String>) - Method in class org.ow2.proactive.utils.ObjectArrayFormatter
Set the title value to the given title value.
setTo(long) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setToBeRemoved() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setToBeRemoved() - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setTopology(TopologyDescriptor) - Method in class org.ow2.proactive.utils.Criteria
Sets topology criteria for nodes TopologyDescriptor
setTopologyDescriptor(TopologyDescriptor) - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
 
setToRemove() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Set this user to be removed by update method.
setTotalNumberOfTasks(int) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setTotalNumberOfTasks(int) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setTransferring(boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedTask
 
setTrimmerMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Sets the matcher for characters to trim.
setType(FlowActionType) - Method in class org.ow2.proactive.scheduler.common.task.flow.FlowAction
 
setType(FileType) - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
setUnresolvedGenericInformation(Map<String, String>) - Method in class org.ow2.proactive.scheduler.common.task.CommonAttribute
Set the generic information without variable replacement.
setUnresolvedVariables(Map<String, JobVariable>) - Method in class org.ow2.proactive.scheduler.common.job.Job
Sets the unresolved variable map for this job.
setUrl(String) - Method in class org.ow2.proactive.authentication.ConnectionInfo
 
setUser(String) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
setUserEvents(SchedulerEvent[]) - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Sets the userEvents to the given userEvents value.
setUserName(String) - Method in class org.ow2.proactive.authentication.UserData
 
setUsername(String) - Method in class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
setUsers(SchedulerUsers) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
Sets the list of connected users to the given users value.
setUserSpace(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
Set the USER space value to the given USER space string value
setValue(String) - Method in class org.ow2.proactive.db.types.BigString
Set the String value value to the given value value.
setValue(String) - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableField
 
setValue(String) - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
setValue(String) - Method in class org.ow2.proactive.scheduler.common.task.PropertyModifier
 
setValue(T) - Method in class org.ow2.proactive.scheduler.common.task.UpdatableProperties
Set the value of the property.
setValue(Serializable) - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
setValueDelimiter(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable default value delimiter to use.
setValueDelimiter(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable default value delimiter to use.
setValueDelimiterMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable default value delimiter matcher to use.
setVariablePrefix(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable prefix to use.
setVariablePrefix(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable prefix to use.
setVariablePrefixMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable prefix matcher currently in use.
setVariableResolver(StrLookup<?>) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the VariableResolver that is used to lookup variables.
setVariables(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
 
setVariables(Map<String, JobVariable>) - Method in class org.ow2.proactive.scheduler.common.job.Job
Sets the variable map for this job.
setVariables(Map<String, Serializable>) - Method in class org.ow2.proactive.scheduler.common.task.executable.JavaExecutable
 
setVariables(Map<String, TaskVariable>) - Method in class org.ow2.proactive.scheduler.common.task.Task
Sets the variable map for this task.
setVariables(Map<String, String>) - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
setVariables(Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.data.JobInfoImpl
 
setVariableSuffix(char) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable suffix to use.
setVariableSuffix(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable suffix to use.
setVariableSuffixMatcher(StrMatcher) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Sets the variable suffix matcher currently in use.
setVisualization(String) - Method in class org.ow2.proactive.scheduler.common.job.Job
Set the SVG code of the job visualization
setVNodeName(String) - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeDescriptor
 
setWallTime(long) - Method in class org.ow2.proactive.scheduler.common.task.Task
Set the wall time to the task in millisecond.
setWalltime(long) - Method in class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
Set the walltime value to the given walltime value
setWorkingDir(String) - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
Set the working directory value to the given workingDir value.
shellExtension() - Static method in class org.ow2.proactive.utils.Tools
Return the extension of shell script depending the current OS
SHORT_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
 
SHORT_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
 
ShortConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
ShortConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.ShortConverter
 
ShortParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
ShortParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.ShortParserValidator
 
shutdown() - Method in class org.ow2.proactive.jmx.AbstractJMXHelper
Shutdown the JMX monitoring infrastructure.
shutdown(boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
shutdown(boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Initiate the shutdowns the resource manager.
shutdown() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Terminate the scheduler after all currently running tasks are finished.
shutdown() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LoggingEventProcessor
 
shutdown() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
shutdown() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
shutdown() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
shutdown() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
silent(Lambda.FunctionThatThrows<T, R>) - Static method in class org.ow2.proactive.utils.Lambda
 
silent(Lambda.CallableThatThrows<T>) - Static method in class org.ow2.proactive.utils.Lambda
 
silent(Lambda.RunnableThatThrows) - Static method in class org.ow2.proactive.utils.Lambda
 
SimpleImagePanel(String) - Constructor for class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleImagePanel
Create a new instance of SimpleImagePanel.
SimpleLoggerServer - Class in org.ow2.proactive.scheduler.common.util.logforwarder.util
 
SimpleLoggerServer(int, LoggingEventProcessor) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
Create a logger server on a given port.
SimpleLoggerServer(LoggingEventProcessor) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
Create a logger server on any free port.
SimpleScript - Class in org.ow2.proactive.scripting
A simple script implementation
SimpleScript(String, String) - Constructor for class org.ow2.proactive.scripting.SimpleScript
Directly create a script with a string.
SimpleScript(File, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
Create a script from a file.
SimpleScript(URL, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
Create a script from an URL.
SimpleScript(URL, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
Create a script from an URL.
SimpleScript(String, String, Serializable[]) - Constructor for class org.ow2.proactive.scripting.SimpleScript
Directly create a script with a string.
SimpleScript(Script<?>) - Constructor for class org.ow2.proactive.scripting.SimpleScript
Copy constructor
SimpleTaskLogs - Class in org.ow2.proactive.scheduler.common.task
A simple String based implementation of TaskLogs.
SimpleTaskLogs(String, String) - Constructor for class org.ow2.proactive.scheduler.common.task.SimpleTaskLogs
Create a new SimpleTaskLogs.
SimpleTextPanel(String) - Constructor for class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleTextPanel
Create a new instance of SimpleTextPanel.
SINGLE_HOST - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
the set of nodes on a single host
SINGLE_HOST_EXCLUSIVE - Static variable in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
the set of nodes of a single host exclusively (the host is reserved for the user)
SingleHostDescriptor - Class in org.ow2.proactive.topology.descriptor
This descriptor allows to select nodes on the single hosts.
SingleHostDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.SingleHostDescriptor
Constructs the new instance of this class.
SingleHostExclusiveDescriptor - Class in org.ow2.proactive.topology.descriptor
This descriptor allows to select nodes on the single hosts exclusively.
SingleHostExclusiveDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.SingleHostExclusiveDescriptor
Constructs the new instance of this class.
singleQuoteMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns a matcher which matches the single quote character.
SINK - Static variable in class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.EmptyAppender
 
size() - Method in class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
size() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
size - Variable in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Current size of the buffer.
size() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets the length of the string builder.
size() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the number of tokens found in the String.
size(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns the number of key-value mappings in this channel map.
size(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
size(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
size() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
sleepTime - Variable in class org.ow2.proactive.scheduler.examples.WaitAndPrint
Sleeping time before displaying.
SmartProxyImpl - Class in org.ow2.proactive.scheduler.smartproxy
Smart proxy implementation that relies on active objects for communicating with dataspaces and pushing notifications to clients.
SmartProxyImpl() - Constructor for class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
SocketAppenderWithSSHTunneling - Class in org.ow2.proactive.scheduler.common.util.logforwarder.appenders
 
SocketAppenderWithSSHTunneling(String, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
Create a new SocketAppenderWithSSHTunneling with the current username on remote ssh port 22.
SocketAppenderWithSSHTunneling(String, int, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
Create a new SocketAppenderWithSSHTunneling with the current username.
SocketAppenderWithSSHTunneling(String, String, int, int) - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.appenders.SocketAppenderWithSSHTunneling
Create a new SocketAppenderWithSSHTunneling.
SocketBasedForwardingProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
Socket based log forwarding service.
SocketBasedForwardingProvider() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
 
SocketBasedForwardingProvider.SocketAppenderProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
A simple container for a log4j SocketAppender.
SocketWithSSHTunnelBasedForwardingProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
SSH-tunneled socket based log forwarding service.
SocketWithSSHTunnelBasedForwardingProvider() - Constructor for class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketWithSSHTunnelBasedForwardingProvider
 
SocketWithSSHTunnelBasedForwardingProvider.SocketSSHAppenderProvider - Class in org.ow2.proactive.scheduler.common.util.logforwarder.providers
A simple container for a log4j SocketAppenderWithSSHTunneling.
SORT_BY_CONNECTION - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
SORT_BY_DESCRIPTION - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by description
SORT_BY_DESCRIPTION - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_EXEC_DURATION - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_EXECUTIONLEFT - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_EXECUTIONONFAILURELEFT - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_FINISHED_TIME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_HOST - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
SORT_BY_HOST_NAME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_ID - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by id
SORT_BY_ID - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
Sorting constant, this will allow the user to sort the descriptor.
SORT_BY_LASTSUBMIT - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
SORT_BY_NAME - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by name
SORT_BY_NAME - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
Value for
SORT_BY_NAME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_OWNER - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by owner
SORT_BY_PRIORITY - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by priority
SORT_BY_PROJECT - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by project name
SORT_BY_STARTED_TIME - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_STATUS - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by status
SORT_BY_STATUS - Static variable in class org.ow2.proactive.scheduler.common.task.TaskState
 
SORT_BY_SUBMIT - Static variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
SORT_BY_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.JobState
Used to sort by type
SortedUniqueSet<T extends org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet.Unique & Comparable<T> & Serializable> - Class in org.ow2.proactive.resourcemanager.common.event
Set based on #getKey() that provides log(N) to add and remove, but keeps sorted version of items based on #getCounter().
SortedUniqueSet() - Constructor for class org.ow2.proactive.resourcemanager.common.event.SortedUniqueSet
 
SortOrder - Enum in org.ow2.proactive.db
 
SortParameter<T> - Class in org.ow2.proactive.db
 
SortParameter(T, SortOrder) - Constructor for class org.ow2.proactive.db.SortParameter
 
sortParameters(List<SortSpecifierContainer>) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is null (no sort parameters)
SortSpecifierContainer - Class in org.ow2.proactive.scheduler.common
Utility container to pass multiple parameters for tasks sorting.
SortSpecifierContainer() - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer
 
SortSpecifierContainer(int) - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer
 
SortSpecifierContainer(String) - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer
 
SortSpecifierContainer.SortSpecifierItem - Class in org.ow2.proactive.scheduler.common
 
SortSpecifierItem() - Constructor for class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
 
spaceMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns a matcher which matches the space character.
SPEL_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
SPEL_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
SPELParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
SPELParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.SPELParserValidator
 
SpelValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
SpelValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.SpelValidator
 
SpELVariables(Map<String, Serializable>) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext.SpELVariables
 
splitMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Matches the same characters as StringTokenizer, namely space, tab, newline and formfeed.
sScripts - Variable in class org.ow2.proactive.scheduler.common.task.Task
selection script : can be launched before getting a node in order to verify some computer specificity.
SSH_PRIVATE_KEY - Static variable in class org.ow2.proactive.authentication.crypto.CredData
thirdPartyCredentials can contain the SSH key used for runAsMe tasks under this specific key
start() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
Activates the connector server, that is starts listening for client connections.
start - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.Block
 
start() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Start the scheduler.
start() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
start() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
start() - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver
 
start() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
start() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
start(File, TaskId) - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
 
start() - Method in class org.ow2.proactive.scheduler.task.utils.WallTimer
 
startsWith(String) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Checks whether this builder starts with the specified string.
STATUS_RECORD_NAME - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
Name of the jobs backup table being recorded
statusFile - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
File which persists the list of AwaitedJob
StaxJobFactory - Class in org.ow2.proactive.scheduler.common.job.factories
StaxJobFactory provide an implementation of the JobFactory using StAX
StaxJobValidatorServiceProvider - Class in org.ow2.proactive.scheduler.common.job.factories.spi.stax
Job XML Validator which validates against the XML schema
StaxJobValidatorServiceProvider() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.stax.StaxJobValidatorServiceProvider
 
STDERR_LEVEL - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Logger level in which stderr must be redirected
STDOUT_LEVEL - Static variable in class org.ow2.proactive.scheduler.common.task.Log4JTaskLogs
Logger level in which stdout must be redirected
step - Variable in class org.ow2.proactive.jmx.RRDDataStore
 
stop() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnectorServer
Deactivates the connector server, that is, stops listening for client connections.
stop() - Method in interface org.ow2.proactive.scheduler.common.Scheduler
For administrator only, Stop the scheduler.
Once done, you won't be able to submit job, and the scheduling will be stopped.
Every running jobs will be terminated.
stop() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.SimpleLoggerServer
Stop this logger server.
stop() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
stop() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
stop() - Method in class org.ow2.proactive.scheduler.rest.SchedulerEventReceiver
 
stop() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
stop() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
stop() - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
 
stop() - Method in class org.ow2.proactive.scheduler.task.utils.WallTimer
 
StrBuilder - Class in org.ow2.proactive.scheduler.common.util.text
Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer.
StrBuilder() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Constructor that creates an empty builder initial capacity 32 characters.
StrBuilder(int) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Constructor that creates an empty builder the specified initial capacity.
StrBuilder(String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Constructor that creates a builder from the string, allocating 32 extra characters for growth.
stringMatcher(String) - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Constructor that creates a matcher from a string.
StrLookup<V> - Class in org.ow2.proactive.scheduler.common.util.text
Lookup a String key to a String value.
StrLookup() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrLookup
Constructor.
StrMatcher - Class in org.ow2.proactive.scheduler.common.util.text
A matcher class that can be queried to determine if a character array portion matches.
StrMatcher() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Constructor.
StrSubstitutor - Class in org.ow2.proactive.scheduler.common.util.text
Substitutes variables within a string by values.
StrSubstitutor() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance with defaults for variable prefix and suffix and the escaping character.
StrSubstitutor(Map<String, V>) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(Map<String, V>, String, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(Map<String, V>, String, String, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(Map<String, V>, String, String, char, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, String, String, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, String, String, char, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, StrMatcher, StrMatcher, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrSubstitutor(StrLookup<?>, StrMatcher, StrMatcher, char, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Creates a new instance and initializes it.
StrTokenizer - Class in org.ow2.proactive.scheduler.common.util.text
Tokenizes a string based based on delimiters (separators) and supporting quoting and ignored character concepts.
StrTokenizer() - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer, but with no text to tokenize.
StrTokenizer(String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer.
StrTokenizer(String, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on the specified delimiter character.
StrTokenizer(String, String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on the specified delimiter string.
StrTokenizer(String, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting using the specified delimiter matcher.
StrTokenizer(String, char, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on the specified delimiter character and handling quotes using the specified quote character.
StrTokenizer(String, StrMatcher, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting using the specified delimiter matcher and handling quotes using the specified quote matcher.
StrTokenizer(char[]) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer.
StrTokenizer(char[], char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on the specified character.
StrTokenizer(char[], String) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on the specified string.
StrTokenizer(char[], StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting using the specified delimiter matcher.
StrTokenizer(char[], char, char) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting on the specified delimiter character and handling quotes using the specified quote character.
StrTokenizer(char[], StrMatcher, StrMatcher) - Constructor for class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Constructs a tokenizer splitting using the specified delimiter matcher and handling quotes using the specified quote matcher.
subject - Variable in class org.ow2.proactive.authentication.FileLoginModule
 
SubmissionClosedException - Exception in org.ow2.proactive.scheduler.common.exception
Exceptions Generated by the scheduler or its proxy.
This is the generic exception used to inform the user of a problem.
SubmissionClosedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
Create a new instance of SubmissionClosedException with the given message.
SubmissionClosedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
Create a new instance of SubmissionClosedException.
SubmissionClosedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
Create a new instance of SubmissionClosedException with the given message and cause
SubmissionClosedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.SubmissionClosedException
Create a new instance of SubmissionClosedException with the given cause.
submit(Job) - Method in interface org.ow2.proactive.scheduler.common.Scheduler
Submit a new job to the scheduler.
submit(Job) - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
submit(File) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler.
submit(URL) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler.
submit(URL, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler with provided variables.
submit(Map<String, String>, URL, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler with provided variables.
submit(URL, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler with provided variables.
submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler with provided variables.
submit(File, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler with provided variables.
submit(File, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler with provided variables.
submit(Job) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(File) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(File, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(File, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(URL) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(Map<String, String>, URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(URL, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submit(TaskFlowJob, String, String, boolean, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Submits a job to the scheduler and handle data transfer via the SmartProxy, the dataspace server will be the default user space
submit(TaskFlowJob, String, String, String, String, boolean, boolean) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Submits a job to the scheduler and handle data transfer via the SmartProxy
submit(Job) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
submit(Job) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
submit(Job) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(File) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(File, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(File, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(URL) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(Map<String, String>, URL, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(URL, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submit(Job) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(File) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(File, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(File, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(URL) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(URL, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(URL, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(URL, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submit(Map<String, String>, URL, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submitFromCatalog(String, String, String, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler from the catalogRestURL with provided variables.
submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler from the catalogRestURL with provided variables.
submitFromCatalog(String, String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler from the catalogRestURL without variables.
submitFromCatalog(String, String) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler from the catalogRestURL without provided variables.
submitFromCatalog(String, String, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler from the catalogRestURL with provided variables.
submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Submit a new job to the scheduler from the catalogRestURL with provided variables ang generic information.
submitFromCatalog(String, String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submitFromCatalog(String, String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submitFromCatalog(String, String) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submitFromCatalog(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
submitFromCatalog(String, String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submitFromCatalog(String, String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submitFromCatalog(String, String) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submitFromCatalog(String, String, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
submitFromCatalog(String, String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submitFromCatalog(String, String, String, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submitFromCatalog(String, String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submitFromCatalog(String, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submitFromCatalog(String, String, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
submitFromCatalog(String, String, Map<String, String>, Map<String, String>) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
subSequence(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
SUBSITUTE_PREFIX - Static variable in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
 
SUBSITUTE_PREFIX_SIMPLE - Static variable in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
 
substitute(StrBuilder, int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrSubstitutor
Internal method that substitutes the variables.
SUBSTITUTE_SUFFIX - Static variable in class org.ow2.proactive.scheduler.common.util.VariableSubstitutor
 
substring(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Extracts a portion of this string builder as a string.
substring(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Extracts a portion of this string builder as a string.
syncAwaitedJobs() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
This method will synchronize this proxy with a remote Scheduler, it will contact the scheduler and checks the current state of every job being handled.
Synchronization - Interface in org.ow2.proactive.scheduler.synchronization
Synchronization provides a persistent key/value store API, similar to the Map interface.
SYNCHRONIZATION_API_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
The variable containing a proxy to the key/value store
SYNCHRONIZATION_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Default name for store active object binding
SynchronizationInternal - Interface in org.ow2.proactive.scheduler.synchronization
 
SynchronizationWrapper - Class in org.ow2.proactive.scheduler.synchronization
SynchronizationWrapper acts as a proxy object to the Synchronization service (Internal) implementation Basically, this wrapper forwards to the service context information such as the current task id or the user (originator).
SynchronizationWrapper(String, TaskId, SynchronizationInternal) - Constructor for class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
systemPropertiesLookup() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrLookup
Returns a new lookup which uses a copy of the current System properties.

T

tabMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Returns a matcher which matches the tab character.
tag - Variable in class org.ow2.proactive.scheduler.common.task.Task
tag of the task
tag(String) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is null (no task tag filtering)
target - Variable in class org.ow2.proactive.resourcemanager.common.util.RMListenerProxy
 
targetJoin - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
targetOf - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
targets - Variable in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
TargetType - Enum in org.ow2.proactive.resourcemanager.utils
The target type enumeration, used for the selection of nodes.
Task - Class in org.ow2.proactive.scheduler.common.task
This class is the super class of the every task that can be integrated in a job.
A task contains some properties that can be set but also : A selection script that can be used to select a specific execution node for this task. A preScript that will be launched before the real task (can be used to set environment vars). A postScript that will be launched just after the end of the real task.
Task() - Constructor for class org.ow2.proactive.scheduler.common.task.Task
 
TASK_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Default task name
TASK_NAME_IFNOTSET - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
If the task name is not set, this is the generated one
TaskAbortedException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when a task is aborted (killed while it's running)
TaskAbortedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
Create a new instance of TaskAbortedException
TaskAbortedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
Create a new instance of TaskAbortedException
TaskAbortedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
Create a new instance of TaskAbortedException
TaskAbortedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskAbortedException
Create a new instance of TaskAbortedException
TaskClassLoader - Interface in org.ow2.proactive.scheduler.task
This interface should not be implemented on the scheduler client side.
TaskContext - Class in org.ow2.proactive.scheduler.task.context
 
TaskContext(ExecutableContainer, TaskLauncherInitializer, TaskResult[], NodeDataSpacesURIs, String, NodeInfo) - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContext
 
TaskContext(ExecutableContainer, TaskLauncherInitializer, TaskResult[], NodeDataSpacesURIs, String, NodeInfo, Decrypter) - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContext
 
TaskContextSerializer - Class in org.ow2.proactive.scheduler.task.context
 
TaskContextSerializer() - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContextSerializer
 
TaskContextVariableExtractor - Class in org.ow2.proactive.scheduler.task.context
This class will help you to create a Map containing all variables you need.
TaskContextVariableExtractor() - Constructor for class org.ow2.proactive.scheduler.task.context.TaskContextVariableExtractor
 
TaskCouldNotRestartException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when a task could not be restarted after an error during the previous execution
TaskCouldNotRestartException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
Create a new instance of TaskCouldNotRestartException
TaskCouldNotRestartException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
Create a new instance of TaskCouldNotRestartException
TaskCouldNotRestartException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
Create a new instance of TaskCouldNotRestartException
TaskCouldNotRestartException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotRestartException
Create a new instance of TaskCouldNotRestartException
TaskCouldNotStartException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when a task could not be started due to dependences failure.
TaskCouldNotStartException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
Create a new instance of TaskCouldNotStartException
TaskCouldNotStartException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
Create a new instance of TaskCouldNotStartException
TaskCouldNotStartException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
Create a new instance of TaskCouldNotStartException
TaskCouldNotStartException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskCouldNotStartException
Create a new instance of TaskCouldNotStartException
TaskDataspaces - Interface in org.ow2.proactive.scheduler.task.data
 
TaskDescriptor - Interface in org.ow2.proactive.scheduler.common
This class represents a task for the policy.
TaskException - Exception in org.ow2.proactive.scheduler.task.exceptions
 
TaskException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.task.exceptions.TaskException
 
TaskExecutor - Interface in org.ow2.proactive.scheduler.task.executors
 
TaskFilterCriteria - Class in org.ow2.proactive.scheduler.common
Default values for the embedded criterias are the following: no tag filtering no dates filtering no pagination all status are selected no sort parameter
TaskFilterCriteria() - Constructor for class org.ow2.proactive.scheduler.common.TaskFilterCriteria
 
TaskFilterCriteria.TFCBuilder - Class in org.ow2.proactive.scheduler.common
 
TaskFlowJob - Class in org.ow2.proactive.scheduler.common.job
Use this class to create your job if you want to define a task flow job.
A task flow job or data flow job, is a job that can contain one or more task(s) with the dependencies you want.
To make this type of job, just use the default no arg constructor, and set the properties you want to set.
Then add tasks with the given method TaskFlowJob.addTask(Task) in order to fill the job with your own tasks.
TaskFlowJob() - Constructor for class org.ow2.proactive.scheduler.common.job.TaskFlowJob
ProActive Empty Constructor
taskId - Variable in class org.ow2.proactive.scheduler.common.task.executable.internal.JavaStandaloneExecutableInitializer
 
TaskId - Interface in org.ow2.proactive.scheduler.common.task
Definition of a task identification.
taskId(JobId, TaskIdData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
TASKID_DIR_DEFAULT_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Default taskid directory name (used in TaskLauncher)
TaskIdImpl - Class in org.ow2.proactive.scheduler.task
Definition of a task identification.
TaskInfo - Interface in org.ow2.proactive.scheduler.common.task
Informations about the task that is able to change.
These informations are not in the Task class in order to permit the scheduler listener to send this class as event.
taskInfo(TaskInfoData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
TaskInfoImpl - Class in org.ow2.proactive.scheduler.rest.data
 
TaskInfoImpl() - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskInfoImpl
 
TaskInfoImpl - Class in org.ow2.proactive.scheduler.task
Information about the task that is able to change.
These information are not in the Task class in order to permit the scheduler listener to send this class as event.
TaskInfoImpl() - Constructor for class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
TaskInfoImpl(TaskInfoImpl) - Constructor for class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
TaskKiller - Class in org.ow2.proactive.scheduler.task.utils.task.termination
 
TaskKiller(Thread, CleanupTimeoutGetter) - Constructor for class org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller
 
TaskKiller.Status - Enum in org.ow2.proactive.scheduler.task.utils.task.termination
 
TaskLauncher - Class in org.ow2.proactive.scheduler.task
The node side of task execution: - communicates with the Scheduler via ProActive - deals with data transfers - deals with task killing and walltime - sends result back to the Scheduler
TaskLauncher() - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncher
Needed for ProActive but should never be used manually to create an instance of the object.
TaskLauncher(TaskLauncherInitializer, TaskLauncherFactory) - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncher
 
TaskLauncher(TaskLauncherInitializer) - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncher
 
TaskLauncherFactory - Interface in org.ow2.proactive.scheduler.task
 
TaskLauncherInitializer - Class in org.ow2.proactive.scheduler.task
TaskLauncherInitializer is used to initialize the task launcher.
It contains every information that can be used by the launcher.
TaskLauncherInitializer() - Constructor for class org.ow2.proactive.scheduler.task.TaskLauncherInitializer
 
TaskLauncherRebinder - Class in org.ow2.proactive.scheduler.task
This class is used in the task recovery mechanism.
TaskLogger - Class in org.ow2.proactive.scheduler.task
 
TaskLogger(TaskId, String) - Constructor for class org.ow2.proactive.scheduler.task.TaskLogger
 
TaskLoggerRelativePathGenerator - Class in org.ow2.proactive.scheduler.common.util
 
TaskLoggerRelativePathGenerator(TaskId) - Constructor for class org.ow2.proactive.scheduler.common.util.TaskLoggerRelativePathGenerator
 
TaskLogs - Interface in org.ow2.proactive.scheduler.common.task
This interface must be implemented by log storage for scheduler jobs.
TaskLogsImpl - Class in org.ow2.proactive.scheduler.rest.data
 
TaskLogsImpl(String, String, String) - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskLogsImpl
 
TaskPreemptedException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when admin preempt a task.
This exception is thrown in the task result of the preempted task.
TaskPreemptedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
Create a new instance of TaskPreemptedException
TaskPreemptedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
Create a new instance of TaskPreemptedException
TaskPreemptedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
Create a new instance of TaskPreemptedException
TaskPreemptedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskPreemptedException
Create a new instance of TaskPreemptedException
TaskProActiveDataspaces - Class in org.ow2.proactive.scheduler.task.data
 
TaskProActiveDataspaces(TaskId, NamingService, boolean) - Constructor for class org.ow2.proactive.scheduler.task.data.TaskProActiveDataspaces
 
TaskRestartedException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when user or admin restart a task.
The current execution terminates immediately throwing this exception.
TaskRestartedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
Create a new instance of TaskRestartedException
TaskRestartedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
Create a new instance of TaskRestartedException
TaskRestartedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
Create a new instance of TaskRestartedException
TaskRestartedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskRestartedException
Create a new instance of TaskRestartedException
TaskResult - Interface in org.ow2.proactive.scheduler.common.task
Interface representing the task result.
A task result can be an exception or a serializable object that you have to cast into your own type.
Before getting the object it is recommended to call the TaskResult.hadException() method.
It will tell you if an exception occurred in the task that generate this result.
TaskResultImpl - Class in org.ow2.proactive.scheduler.rest.data
 
TaskResultImpl(TaskId, TaskResultData) - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
TaskResultImpl - Class in org.ow2.proactive.scheduler.task
Class representing the task result.
TaskResultImpl(TaskId, byte[], byte[], TaskLogs, Map<String, String>, Map<String, byte[]>, boolean) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
 
TaskResultImpl(TaskId, byte[], byte[], TaskLogs, boolean) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
 
TaskResultImpl(TaskId, Throwable) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
 
TaskResultImpl(TaskId, Serializable, TaskLogs, long) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
Return a new instance of task result represented by a task id, its result and its output.
TaskResultImpl(TaskId, Throwable, TaskLogs, long) - Constructor for class org.ow2.proactive.scheduler.task.TaskResultImpl
Return a new instance of task result represented by a task id and its exception.
TaskResultReader - Class in org.ow2.proactive.scheduler.rest.readers
Reads the task result as a string which is returned by the 'GET jobs/{jobid}/tasks/{taskname}/result/value' server call.
TaskResultReader() - Constructor for class org.ow2.proactive.scheduler.rest.readers.TaskResultReader
 
TASKS_MAXIMUM_PAGE_SIZE - Static variable in class org.ow2.proactive.scheduler.common.util.Pagination
Maximum number of task items to retrieve.
TaskScript - Class in org.ow2.proactive.scripting
A task Script : return true by default, 'result' binding can be used to change the returned value.
TaskScript(Script) - Constructor for class org.ow2.proactive.scripting.TaskScript
 
taskSkipped(TaskState) - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
 
TaskSkippedException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when the job skip a task
TaskSkippedException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
Create a new instance of TaskSkippedException
TaskSkippedException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
Create a new instance of TaskSkippedException
TaskSkippedException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
Create a new instance of TaskSkippedException
TaskSkippedException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.TaskSkippedException
Create a new instance of TaskSkippedException
TaskSortParameter - Enum in org.ow2.proactive.scheduler.common
 
TaskState - Class in org.ow2.proactive.scheduler.common.task
This class contains all informations about the state of the task.
TaskState() - Constructor for class org.ow2.proactive.scheduler.common.task.TaskState
ProActive default constructor
taskState(TaskStateData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
TaskStateImpl - Class in org.ow2.proactive.scheduler.rest.data
 
TaskStateImpl(TaskStateData) - Constructor for class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
TaskStateImpl - Class in org.ow2.proactive.scheduler.task
 
TaskStateImpl() - Constructor for class org.ow2.proactive.scheduler.task.TaskStateImpl
 
TaskStatesPage - Class in org.ow2.proactive.scheduler.common.task
This class holds a paginated list of TaskState server-wise and the total number of tasks.
TaskStatesPage() - Constructor for class org.ow2.proactive.scheduler.common.task.TaskStatesPage
 
TaskStatesPage(List<TaskState>, int) - Constructor for class org.ow2.proactive.scheduler.common.task.TaskStatesPage
 
taskStateUpdatedEvent(NotificationData<TaskInfo>) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
Invoked each time the state of a task has changed.
In this case you can use the JobState.update(org.ow2.proactive.scheduler.common.task.TaskInfo) method to update the content of the designated task inside your job.
taskStateUpdatedEvent(NotificationData<TaskInfo>) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
 
taskStateUpdatedEvent(NotificationData<TaskInfo>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
TaskStatus - Enum in org.ow2.proactive.scheduler.common.task
This class represents every status that a task is able to be in.
Each status are best describe below.
TaskTerminateNotification - Interface in org.ow2.proactive.scheduler.common
Interface that can be notified of a task termination
TaskTerminateNotification.TerminateTaskException - Exception in org.ow2.proactive.scheduler.common
 
TaskTree(Task) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
taskUpdated(TaskState) - Method in class org.ow2.proactive.scheduler.job.ChangedTasksInfo
 
TaskUsage - Class in org.ow2.proactive.scheduler.common.usage
Task information for accounting / usage purpose.
TaskUsage(String, String, long, long, long, int) - Constructor for class org.ow2.proactive.scheduler.common.usage.TaskUsage
 
taskUsage(TaskUsageData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
TaskVariable - Class in org.ow2.proactive.scheduler.common.task
 
TaskVariable() - Constructor for class org.ow2.proactive.scheduler.common.task.TaskVariable
 
TaskVariable(String, String) - Constructor for class org.ow2.proactive.scheduler.common.task.TaskVariable
 
TaskVariable(String, String, String, boolean) - Constructor for class org.ow2.proactive.scheduler.common.task.TaskVariable
 
terminate() - Method in class org.ow2.proactive.authentication.AuthenticationImpl
Terminates the active object
terminate - Variable in class org.ow2.proactive.jmx.RRDDataStore
 
terminate() - Method in class org.ow2.proactive.jmx.RRDDataStore
Terminates the thread activity.
terminate(TaskId, TaskResult) - Method in interface org.ow2.proactive.scheduler.common.TaskTerminateNotification
Invoke by a task when it is about to finish.
terminate() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingService
Terminate this logging service.
terminate() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider.LogCollectorDeployer
 
terminate() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Terminate the SmartProxy, and release all resources used.
terminated - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
terminateFast() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
This method forcefully terminates the activity of the proxy This method should not be called via a proactive stub
terminateServer() - Method in interface org.ow2.proactive.scheduler.common.util.logforwarder.LogForwardingProvider
Terminate the server created by createServer().
terminateServer() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.ProActiveBasedForwardingProvider
 
terminateServer() - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.providers.SocketBasedForwardingProvider
 
TerminateTaskException() - Constructor for exception org.ow2.proactive.scheduler.common.TaskTerminateNotification.TerminateTaskException
 
terminating - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
ThirdPartyCredentials - Interface in org.ow2.proactive.scheduler.common
Third-party credentials are key-value pairs associated to a particular user and saved in the database.
thirdPartyCredentialsKeySet() - Method in interface org.ow2.proactive.scheduler.common.ThirdPartyCredentials
 
thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
thirdPartyCredentialsKeySet() - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
threadPool - Variable in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
ThreadReader - Class in org.ow2.proactive.scheduler.task.utils
Pipe between two streams
ThreadReader(BufferedReader, PrintStream) - Constructor for class org.ow2.proactive.scheduler.task.utils.ThreadReader
 
ThresholdProximityDescriptor - Class in org.ow2.proactive.topology.descriptor
The descriptor allows to select a set of nodes within a threshold proximity.
ThresholdProximityDescriptor() - Constructor for class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
Default constructor for hibernate
ThresholdProximityDescriptor(long) - Constructor for class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
Creates a new instance of the descriptor with specified threshold.
throwJAFEOrUJEOrNCEOrPE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
 
throwNCE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
 
throwNCEOrPE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
 
throwNCEOrPEOrSCEOrJCE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
 
throwUJEOrNCEOrPE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
 
throwUJEOrNCEOrPEOrUTE(Exception) - Static method in class org.ow2.proactive.scheduler.rest.ExceptionUtility
 
timeStamp - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
TMPDIR - Static variable in class org.ow2.proactive.scheduler.smartproxy.common.JobDatabase
 
to(long) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is 0L (no date filtering)
toCharArray() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Copies the builder's character array into a new character array.
toCharArray(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Copies part of the builder's character array into a new character array.
toDate(String) - Static method in class org.ow2.proactive.scheduler.common.util.ISO8601DateUtil
Convert ISO8601 complaint string into a java.util.Date instance.
toJobInfo(JobInfoData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
toJobInfos(List<UserJobData>) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
toJobResult(JobResultData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
toJobState(JobStateData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
toJobUsages(List<JobUsageData>) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
toJsonString(Object) - Static method in class org.ow2.proactive.scheduler.rest.utils.EventCodecUtil
 
tokenize(char[], int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Internal method to performs the tokenization.
TokenPrincipal - Class in org.ow2.proactive.authentication.principals
 
TokenPrincipal(String) - Constructor for class org.ow2.proactive.authentication.principals.TokenPrincipal
 
Tools - Class in org.ow2.proactive.utils
Provides some methods used by the scheduler or the GUI to display some tips properly.
Tools() - Constructor for class org.ow2.proactive.utils.Tools
 
Topology - Interface in org.ow2.proactive.resourcemanager.frontend.topology
Interface represents hosts topology handled by resource manager.
TopologyDescriptor - Class in org.ow2.proactive.topology.descriptor
Class represents the descriptor of the nodes topology (network location) which could be used with ResourceManager.getAtMostNodes request.
TopologyDescriptor(boolean) - Constructor for class org.ow2.proactive.topology.descriptor.TopologyDescriptor
Creates the descriptor.
TopologyDisabledException - Exception in org.ow2.proactive.resourcemanager.frontend.topology
An exception thrown by ResourceManager.getAtMostNodes(int, org.ow2.proactive.scripting.SelectionScript) request when a particular topology is demanded and not active.
TopologyDisabledException() - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
Create a new instance of TopologyException
TopologyDisabledException(String, Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
Create a new instance of TopologyException
TopologyDisabledException(String) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
Create a new instance of TopologyException
TopologyDisabledException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyDisabledException
Create a new instance of TopologyException
TopologyException - Exception in org.ow2.proactive.resourcemanager.frontend.topology
An exception thrown by ResourceManager.getAtMostNodes(int, org.ow2.proactive.scripting.SelectionScript) request when the topology information is missing.
TopologyException() - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
Create a new instance of TopologyException
TopologyException(String, Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
Create a new instance of TopologyException
TopologyException(String) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
Create a new instance of TopologyException
TopologyException(Throwable) - Constructor for exception org.ow2.proactive.resourcemanager.frontend.topology.TopologyException
Create a new instance of TopologyException
TopologyImpl - Class in org.ow2.proactive.resourcemanager.frontend.topology
Class represents hosts topology handled by resource manager.
TopologyImpl() - Constructor for class org.ow2.proactive.resourcemanager.frontend.topology.TopologyImpl
 
toRemove - Variable in class org.ow2.proactive.scheduler.common.job.UserIdentification
 
toSchedulerUserInfos(List<SchedulerUserData>) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
toString() - Method in class org.ow2.proactive.authentication.crypto.Credentials
toString() - Method in class org.ow2.proactive.authentication.principals.IdentityPrincipal
 
toString() - Method in class org.ow2.proactive.jmx.provider.ro.ROConnector
 
toString() - Method in class org.ow2.proactive.permissions.PrincipalPermission
 
toString() - Method in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
toString() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeEvent
 
toString() - Method in class org.ow2.proactive.resourcemanager.common.event.RMNodeSourceEvent
 
toString() - Method in enum org.ow2.proactive.resourcemanager.common.NodeState
Returns a string representation of the state.
toString() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
toString() - Method in class org.ow2.proactive.resourcemanager.frontend.topology.clustering.Cluster
 
toString() - Method in enum org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableValues
 
toString() - Method in class org.ow2.proactive.resourcemanager.nodesource.common.PluginDescriptor
 
toString() - Method in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker.TaskTree
 
toString() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
toString() - Method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
toString() - Method in class org.ow2.proactive.scheduler.common.job.Job
 
toString() - Method in enum org.ow2.proactive.scheduler.common.job.JobPriority
 
toString() - Method in class org.ow2.proactive.scheduler.common.job.JobState
 
toString() - Method in enum org.ow2.proactive.scheduler.common.job.JobStatus
 
toString() - Method in enum org.ow2.proactive.scheduler.common.job.JobType
 
toString() - Method in class org.ow2.proactive.scheduler.common.job.JobVariable
 
toString() - Method in class org.ow2.proactive.scheduler.common.NotificationData
 
toString() - Method in class org.ow2.proactive.scheduler.common.Page
 
toString() - Method in enum org.ow2.proactive.scheduler.common.SchedulerEvent
 
toString() - Method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
 
toString() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer.SortSpecifierItem
 
toString() - Method in class org.ow2.proactive.scheduler.common.SortSpecifierContainer
 
toString() - Method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.InputSelector
Return a string representation of this selector.
toString() - Method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.dataspaces.OutputSelector
Return a string representation of this selector.
toString() - Method in enum org.ow2.proactive.scheduler.common.task.flow.FlowActionType
 
toString() - Method in enum org.ow2.proactive.scheduler.common.task.flow.FlowBlock
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.ForkEnvironment
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.OnTaskError
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.ParallelEnvironment
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.RestartMode
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.Task
 
toString() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
Returns a String representation that is unique for the scheduler instance it was built for.
toString() - Method in class org.ow2.proactive.scheduler.common.task.TaskState
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.TaskStatesPage
 
toString() - Method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.TaskVariable
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleImagePanel
 
toString() - Method in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool.SimpleTextPanel
 
toString() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets a String version of the string builder, creating a new instance each time the method is called.
toString() - Method in class org.ow2.proactive.scheduler.common.util.text.StrTokenizer
Gets the String content that the tokenizer is parsing.
toString() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
toString() - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails
 
toString() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
toString() - Method in class org.ow2.proactive.scheduler.job.JobInfoImpl
 
toString() - Method in class org.ow2.proactive.scheduler.job.JobResultImpl
 
toString() - Method in class org.ow2.proactive.scheduler.job.UserIdentificationImpl
 
toString() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDestination
 
toString() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
toString() - Method in class org.ow2.proactive.scheduler.rest.ds.LocalFileSource
 
toString() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteDestination
 
toString() - Method in class org.ow2.proactive.scheduler.rest.ds.RemoteSource
 
toString() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AwaitedJob
 
toString() - Method in class org.ow2.proactive.scheduler.synchronization.PredicateActionResult
 
toString() - Method in exception org.ow2.proactive.scheduler.task.exceptions.TaskException
 
toString() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Returns a String representation that is unique for the scheduler instance it was built for.
toString() - Method in class org.ow2.proactive.scheduler.task.TaskInfoImpl
 
toString() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
toString() - Method in enum org.ow2.proactive.scheduler.task.utils.ForkerUtils.ForkMethod
 
toString() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
toString() - Method in class org.ow2.proactive.scripting.Script
 
toString() - Method in class org.ow2.proactive.scripting.SelectionScript
String representation
toString() - Method in class org.ow2.proactive.topology.descriptor.ThresholdProximityDescriptor
 
toString() - Method in class org.ow2.proactive.topology.descriptor.TopologyDescriptor
Returns the string representation of the descriptor.
toString() - Method in class org.ow2.proactive.utils.BoundedStringWriter
toString() - Method in class org.ow2.proactive.utils.NodeSet
 
toStringBuffer() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets a StringBuffer version of the string builder, creating a new instance each time the method is called.
toStringBuilder() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Gets a StringBuilder version of the string builder, creating a new instance each time the method is called.
toTaskLogs(String, String, String) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
toTaskResult(JobId, TaskResultData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
TransactionHelper - Class in org.ow2.proactive.db
 
TransactionHelper(SessionFactory) - Constructor for class org.ow2.proactive.db.TransactionHelper
 
trim() - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Trims the builder by removing characters less than or equal to a space from the beginning and end.
trimMatcher() - Static method in class org.ow2.proactive.scheduler.common.util.text.StrMatcher
Matches the String trim() whitespace characters.
tryJMXoverRMI(Authentication, Map<String, Object>) - Static method in class org.ow2.proactive.jmx.JMXClientHelper
Tries to create a a JMXConnector over RMI, with a fall back solution over RO.
tryJMXoverRO(Authentication, Map<String, Object>) - Static method in class org.ow2.proactive.jmx.JMXClientHelper
Tries to create a a JMXConnector over RO.
type - Variable in class org.ow2.proactive.resourcemanager.common.event.RMEvent
 
type - Variable in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableWrapper
 

U

uischeduler - Variable in class org.ow2.proactive.scheduler.common.util.SchedulerProxyUserInterface
 
UNDEFINED - Static variable in class org.ow2.proactive.utils.Version
 
undeployNodeSource(String, boolean) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
undeployNodeSource(String, boolean) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Remove the nodes of a node source that has been deployed before, and keep the node source defined in the resource manager.
UniversalSchedulerListener - Class in org.ow2.proactive.scheduler.common
Wrapper class for Scheduler Event Listener.
UniversalSchedulerListener(SchedulerEventListener) - Constructor for class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
Create a wrapper for user defined listener.
UniversalSchedulerListener() - Constructor for class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
 
UNIX_HOME_ENV_VAR - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Name of the environment variable for unix home directory on the common file system.
UNIX_HOME_ENV_VAR - Static variable in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool
Name of the environment variable for unix home directory on the common file system.
unjar(JarFile, File) - Static method in class org.ow2.proactive.scheduler.common.util.JarUtils
Unjar a jar file into a directory.
UnknownJobException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when trying to get information about a job that does not exist.
This exception is thrown each time the scheduler cannot perform a user request due to an unknown job.
UnknownJobException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownJobException
Create a new instance of UnknownJobException
UnknownJobException(JobId) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownJobException
 
UnknownJobException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownJobException
Create a new instance of UnknownJobException
UnknownJobException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownJobException
Create a new instance of UnknownJobException
UnknownJobException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownJobException
Create a new instance of UnknownJobException
UnknownTaskException - Exception in org.ow2.proactive.scheduler.common.exception
Exception generated when trying to get task result and the task result does not exist.
UnknownTaskException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownTaskException
Create a new instance of UnknownTaskException
UnknownTaskException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownTaskException
Create a new instance of UnknownTaskException
UnknownTaskException(String, JobId) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownTaskException
 
UnknownTaskException(TaskId, JobId) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownTaskException
 
UnknownTaskException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownTaskException
Create a new instance of UnknownTaskException
UnknownTaskException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UnknownTaskException
Create a new instance of UnknownTaskException
unlockNodes(Set<String>) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
unlockNodes(Set<String>) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Unlock nodes.
unmarshal(ConfigurableAdapter.ConfigurableWrapper) - Method in class org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter
 
unregister(ProgressFileReader.Listener) - Method in class org.ow2.proactive.scheduler.task.ProgressFileReader
 
unregisterMBean(ObjectName) - Method in class org.ow2.proactive.jmx.provider.ro.ROConnection
 
unresolvedGenericInformation - Variable in class org.ow2.proactive.scheduler.common.task.CommonAttribute
 
unresolvedVariables - Variable in class org.ow2.proactive.scheduler.common.job.Job
A map to holds job descriptor variables with their values unresolved against other variables
unSet() - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Unset this property, if this property has a default value, calling unSet will revert to the default.
unSet(String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
unsets this property
unSet() - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
unSet() - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
 
unsetenv(String) - Method in interface org.ow2.proactive.utils.Environment.LinuxLibC
 
unsetenv(String) - Method in class org.ow2.proactive.utils.Environment.POSIX
 
unsetenv(String) - Static method in class org.ow2.proactive.utils.Environment
 
unzip(ZipFile, File) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
Unzip a zip file into a directory.
UpdatableProperties<T> - Class in org.ow2.proactive.scheduler.common.task
UpdatableProperties allow to know if a specified value has been modified or not.
UpdatableProperties(T) - Constructor for class org.ow2.proactive.scheduler.common.task.UpdatableProperties
Create a new instance of UpdatableProperties using a specified value.
update(RMEvent) - Method in class org.ow2.proactive.resourcemanager.common.event.RMInitialState
 
update(TaskInfo) - Method in class org.ow2.proactive.scheduler.common.job.JobState
Set the jobInfo contained in the TaskInfo to this job.
update(JobInfo) - Method in class org.ow2.proactive.scheduler.common.job.JobState
To update the content of this job with a jobInfo.
update(SchedulerEvent) - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Updates the scheduler state given the event passed as a parameter
update(NotificationData<?>) - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Updates the scheduler state given the event passed as a parameter
update(T) - Method in interface org.ow2.proactive.scheduler.common.SchedulerState
Updates the scheduler state given the event passed as a parameter
update(UserIdentification) - Method in class org.ow2.proactive.scheduler.common.SchedulerUsers
Update the list of users with this given user.
update(TaskInfo) - Method in class org.ow2.proactive.scheduler.common.task.TaskState
To update this taskState using a taskInfo
update(SchedulerEvent) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
Updates the scheduler state given the event passed as a parameter
update(NotificationData<?>) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
update(T) - Method in class org.ow2.proactive.scheduler.core.SchedulerStateImpl
 
update(TaskInfo) - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
update(JobInfo) - Method in class org.ow2.proactive.scheduler.job.ClientJobState
 
update(TaskInfo) - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
update(JobInfo) - Method in class org.ow2.proactive.scheduler.rest.data.JobStateImpl
 
update(TaskInfo) - Method in class org.ow2.proactive.scheduler.rest.data.TaskStateImpl
 
update(TaskInfo) - Method in class org.ow2.proactive.scheduler.task.ClientTaskState
 
update(TaskInfo) - Method in class org.ow2.proactive.scheduler.task.TaskStateImpl
 
updateDynamicParameters(String, String, Object[], String, Object[]) - Method in class org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface
 
updateDynamicParameters(String, String, Object[], String, Object[]) - Method in interface org.ow2.proactive.resourcemanager.frontend.ResourceManager
Update the infrastructure or policy parameters of a node source that marked with 'dynamic'.
updateJob(NotificationData<?>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Check if the job concerned by this notification is awaited.
updateJobWithContext(TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
updates the given job with the current context
updateProperties(String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Override properties defined in the default configuration file, by properties defined in another file.
updateProperties(String) - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
Override properties defined in the default configuration file, by properties defined in another file.
updateProperties(String) - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Override properties defined in the default configuration file, by properties defined in another file.
updateProperty(String) - Method in interface org.ow2.proactive.core.properties.PACommonProperties
Set the value of this property to the given one.
updateProperty(String, String) - Method in class org.ow2.proactive.core.properties.PACommonPropertiesHelper
Set the value of this property to the given one.
updateProperty(String) - Method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
 
updateProperty(String) - Method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Set the value of this property to the given one.
updateTask(NotificationData<TaskInfo>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Check if the task concerned by this notification is awaited.
updateTaskWithContext(Task) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.ModelValidatorContext
updates the given task with the current context
updateWithSystemProperties(Properties) - Static method in class org.ow2.proactive.utils.PAPropertiesLazyLoader
Set the user java properties to the PASchedulerProperties.
upload(IDataSpaceClient.ILocalSource, IDataSpaceClient.IRemoteDestination) - Method in class org.ow2.proactive.scheduler.rest.ds.DataSpaceClient
 
upload(IDataSpaceClient.ILocalSource, IDataSpaceClient.IRemoteDestination) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient
 
uploadInputfiles(TaskFlowJob, String) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Push the input files of the given job from the local input folder to the location specified by PUSH_URL.
uploadInputfiles(TaskFlowJob, String) - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
uploadInputfiles(TaskFlowJob, String) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
URI_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
URI_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
URIConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
URIConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.URIConverter
 
URIParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
URIParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URIParserValidator
 
url - Variable in class org.ow2.proactive.scripting.Script
url used to define this script, if aaplicable
URL_TYPE - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
URL_TYPE_REGEXP - Static variable in class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
UrlContent(String, String) - Constructor for class org.ow2.proactive.http.CommonHttpResourceDownloader.UrlContent
 
URLConverter - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.converter
 
URLConverter() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.converter.URLConverter
 
URLParserValidator - Class in org.ow2.proactive.scheduler.common.job.factories.spi.model.factory
 
URLParserValidator(String) - Constructor for class org.ow2.proactive.scheduler.common.job.factories.spi.model.factory.URLParserValidator
 
user(String) - Method in class org.ow2.proactive.scheduler.common.TaskFilterCriteria.TFCBuilder
Default value is null (no user specific filtering)
UserData - Class in org.ow2.proactive.authentication
A class representing a user information
UserData() - Constructor for class org.ow2.proactive.authentication.UserData
 
UserException - Exception in org.ow2.proactive.scheduler.common.exception
Exceptions Generated by the scheduler due to a user problem.
This exception is sent if an exception occurs and the problem comes from the user.
UserException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UserException
Attaches a message to the Exception.
UserException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.UserException
Create a new instance of UserException.
UserException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UserException
Create a new instance of UserException with the given message and cause
UserException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.UserException
Create a new instance of UserException with the given cause.
UserIdentification - Class in org.ow2.proactive.scheduler.common.job
SchedulerUser is an internal representation of a user.
It provides some information like user name, admin status, etc...
UserIdentification() - Constructor for class org.ow2.proactive.scheduler.common.job.UserIdentification
 
userIdentification(SchedulerUserData) - Static method in class org.ow2.proactive.scheduler.rest.data.DataUtility
 
UserIdentificationImpl - Class in org.ow2.proactive.scheduler.job
This class will be able to authenticate a client.
UserIdentificationImpl(String) - Constructor for class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Constructor of user identification using user name.
UserIdentificationImpl(String, Subject) - Constructor for class org.ow2.proactive.scheduler.job.UserIdentificationImpl
Constructor of user identification using user name and admin property.
UserIdentificationImpl - Class in org.ow2.proactive.scheduler.rest.data
 
UserIdentificationImpl() - Constructor for class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
UserIdentificationImpl(String, Set<String>, int, String, long, long, boolean) - Constructor for class org.ow2.proactive.scheduler.rest.data.UserIdentificationImpl
 
username(String) - Method in class org.ow2.proactive.scheduler.examples.connectionpooling.DBConnectionDetails.Builder
 
UserNamePrincipal - Class in org.ow2.proactive.authentication.principals
 
UserNamePrincipal(String) - Constructor for class org.ow2.proactive.authentication.principals.UserNamePrincipal
 
userSpace - Variable in class org.ow2.proactive.scheduler.common.job.Job
 
USERSPACE_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Name of the UserSpace for DataSpaces registration
usersUpdatedEvent(NotificationData<UserIdentification>) - Method in interface org.ow2.proactive.scheduler.common.SchedulerEventListener
Invoked each time something change about users.
usersUpdatedEvent(NotificationData<UserIdentification>) - Method in class org.ow2.proactive.scheduler.common.UniversalSchedulerListener
 
usersUpdatedEvent(NotificationData<UserIdentification>) - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
 
useSystemProperties - Variable in class org.ow2.proactive.http.CommonHttpClientBuilder
 
useSystemProperties() - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 
useSystemProperties(boolean) - Method in class org.ow2.proactive.http.CommonHttpClientBuilder
 

V

validate(TaskFlowJob) - Static method in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker
Checks if the provided Job is valid and can be scheduled.
validate(TaskFlowJob, List<FlowChecker.Block>) - Static method in class org.ow2.proactive.scheduler.common.job.factories.FlowChecker
Checks if the provided Job is valid and can be scheduled.
validate(T, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.AcceptAllValidator
 
validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CatalogObjectValidator
 
validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.CRONValidator
 
validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ListValidator
 
validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.ModelValidator
 
validate(T, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RangeValidator
 
validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.RegexpValidator
 
validate(String, ModelValidatorContext) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.SpelValidator
 
validate(T, ModelValidatorContext) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.model.validator.Validator
Check whether the specified value is valid.
validate(InputStream, InputStream) - Static method in class org.ow2.proactive.scheduler.common.job.factories.ValidationUtil
Validates the job descriptor file against the specified schema.
validateIndex(int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Validates parameters defining a single index in the builder.
validateJob(InputStream) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorService
Validate the provided xml job file, before the job is parsed by the scheduler If this validator does not validate against the xml file, leave the implementation empty.
validateJob(TaskFlowJob) - Method in interface org.ow2.proactive.scheduler.common.job.factories.spi.JobValidatorService
Validate a job object after the job has been parsed by the scheduler.
validateJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
 
validateJob(TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.model.DefaultModelJobValidatorServiceProvider
 
validateJob(InputStream) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.stax.StaxJobValidatorServiceProvider
 
validateJob(TaskFlowJob) - Method in class org.ow2.proactive.scheduler.common.job.factories.spi.stax.StaxJobValidatorServiceProvider
 
validateRange(int, int) - Method in class org.ow2.proactive.scheduler.common.util.text.StrBuilder
Validates parameters defining a range of the builder.
ValidationException - Exception in org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions
 
ValidationException() - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
 
ValidationException(String) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
 
ValidationException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
 
ValidationException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.job.factories.spi.model.exceptions.ValidationException
 
ValidationUtil - Class in org.ow2.proactive.scheduler.common.job.factories
Utility class for validate job descriptor (job.xml) files.
ValidationUtil() - Constructor for class org.ow2.proactive.scheduler.common.job.factories.ValidationUtil
 
Validator<T> - Interface in org.ow2.proactive.scheduler.common.job.factories.spi.model.validator
 
value() - Method in interface org.ow2.proactive.scheduler.common.job.JobId
Get the value of the JobId.
value() - Method in interface org.ow2.proactive.scheduler.common.task.TaskId
Returns a String representation that is unique for the job it is related to.
value() - Method in interface org.ow2.proactive.scheduler.common.task.TaskResult
Get the value of the task.
value() - Method in class org.ow2.proactive.scheduler.job.JobIdImpl
Get the value of the JobId.
value() - Method in class org.ow2.proactive.scheduler.rest.data.TaskResultImpl
 
value() - Method in class org.ow2.proactive.scheduler.task.TaskIdImpl
Returns a String representation that is unique for the job it is related to.
value() - Method in class org.ow2.proactive.scheduler.task.TaskResultImpl
 
valueOf(String) - Static method in enum org.ow2.proactive.core.properties.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.db.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.jmx.naming.JMXTransportProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.common.event.RMEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.common.NodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface.MBeanAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableValues
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.resourcemanager.utils.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.FlowError.FlowErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.job.JobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.JobSortParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.SchedulerEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowBlock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.common.TaskSortParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.Dataspace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.task.SchedulerVars
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.task.utils.ForkerUtils.ForkMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.utils.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.proactive.utils.OperatingSystemFamily
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.proactive.core.properties.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.db.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.jmx.naming.JMXTransportProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.resourcemanager.common.event.RMEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.resourcemanager.common.NodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.resourcemanager.common.util.RMProxyUserInterface.MBeanAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.resourcemanager.core.properties.PAResourceManagerProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.resourcemanager.nodesource.common.ConfigurableAdapter.ConfigurableValues
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.resourcemanager.utils.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.FlowError.FlowErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.Schemas
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.job.factories.XMLTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.job.JobPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.job.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.job.JobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.JobSortParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.SchedulerEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.SchedulerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.InputAccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.task.dataspaces.OutputAccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.task.flow.FlowBlock
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.task.TaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.common.TaskSortParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.core.properties.PASchedulerProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.Dataspace
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Returns a Collection view of the values contained in this channel map.
values(String, TaskId, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
values(String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
values() - Static method in enum org.ow2.proactive.scheduler.task.SchedulerVars
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.task.utils.ForkerUtils.ForkMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.ow2.proactive.scheduler.task.utils.VariablesMap
 
values() - Static method in enum org.ow2.proactive.utils.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.proactive.utils.OperatingSystemFamily
Returns an array containing the constants of this enum type, in the order they are declared.
variables - Variable in class org.ow2.proactive.scheduler.common.job.Job
A map to holds job descriptor variables
variables - Variable in class org.ow2.proactive.scheduler.common.task.Task
A map to hold task variables
VARIABLES_BINDING_NAME - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
 
VariablesMap - Class in org.ow2.proactive.scheduler.task.utils
A map managing variables for scripts use
VariablesMap() - Constructor for class org.ow2.proactive.scheduler.task.utils.VariablesMap
Constructor
VariableSubstitutor - Class in org.ow2.proactive.scheduler.common.util
Utility class which facilitates the filtering of variables defined in strings and scripts by using a variable map.
VARS_VAR_SEPARATOR - Static variable in class org.ow2.proactive.scripting.PropertyUtils
Deprecated.
 
verifyVariableMap(Map<String, ? extends JobVariable>) - Static method in class org.ow2.proactive.scheduler.common.job.Job
 
version - Static variable in class org.ow2.proactive.resourcemanager.common.Main
 
Version - Class in org.ow2.proactive.utils
 
Version() - Constructor for class org.ow2.proactive.utils.Version
 
VERSION_FILE - Static variable in class org.ow2.proactive.utils.Version
 
VERSION_PROPERTY_NAME - Static variable in class org.ow2.proactive.utils.Version
 
visualization - Variable in class org.ow2.proactive.scheduler.common.job.Job
SVG Visualization rendering of this job

W

waitAndConnect(String) - Method in class org.ow2.proactive.authentication.Connection
Connects to the service using given URL.
waitAndConnect(String, long) - Method in class org.ow2.proactive.authentication.Connection
Connects to the service with a specified timeout value.
waitAndJoin(String) - Static method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
Connects to the resource manager using given URL.
waitAndJoin(String, long) - Static method in class org.ow2.proactive.resourcemanager.frontend.RMConnection
Connects to the resource manager with a specified timeout value.
waitAndJoin(String) - Static method in class org.ow2.proactive.scheduler.common.SchedulerConnection
Connects to the scheduler using given URL.
waitAndJoin(String, long) - Static method in class org.ow2.proactive.scheduler.common.SchedulerConnection
Connects to the scheduler with a specified timeout value.
WaitAndPrint - Class in org.ow2.proactive.scheduler.examples
WaitAndPrint is a task that will wait and print something.
WaitAndPrint() - Constructor for class org.ow2.proactive.scheduler.examples.WaitAndPrint
 
waitForAllJobs(List<String>, long) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Causes the current thread to wait until the execution of all specified jobs has finished or the elapse of specified wait time.
waitForAllJobs(List<String>, long) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
waitForAllJobs(List<String>, long) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
waitForAllJobs(List<String>, long) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
waitForAllTasks(String, List<String>, long) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Causes the current thread to wait until all the executions of specified tasks finish or the elapse of specified amount of time.
waitForAllTasks(String, List<String>, long) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
waitForAllTasks(String, List<String>, long) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
waitForAllTasks(String, List<String>, long) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
waitForAnyJob(List<String>, long) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Causes the current thread to wait until the execution of any job finishes or the elapse of the specified wait time.
waitForAnyJob(List<String>, long) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
waitForAnyJob(List<String>, long) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
waitForAnyJob(List<String>, long) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
waitForAnyTask(String, List<String>, long) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Causes the current thread to wait until any of the specified tasks finishes or the elapse of specified amount of time.
waitForAnyTask(String, List<String>, long) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
waitForAnyTask(String, List<String>, long) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
waitForAnyTask(String, List<String>, long) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
waitForJob(JobId, long) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Causes the current thread to wait until the scheduler has finished the execution of the specified job or the specified amount of time has elapsed.
waitForJob(String, long) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Causes the current thread to wait until the scheduler has finished the execution of the specified job or the specified amount of time has elapsed.
waitForJob(JobId, long) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
waitForJob(String, long) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
waitForJob(JobId, long) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
waitForJob(String, long) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
waitForJob(JobId, long) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
waitForJob(String, long) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
waitForTask(String, String, long) - Method in interface org.ow2.proactive.scheduler.rest.ISchedulerClient
Causes the current thread to wait until the scheduler has finished executing the specified task or the elapse of specified elapse time.
waitForTask(String, String, long) - Method in class org.ow2.proactive.scheduler.rest.SchedulerClient
 
waitForTask(String, String, long) - Method in class org.ow2.proactive.scheduler.task.client.SchedulerNodeClient
 
waitForTask(String, String, long) - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
waitUntil(String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Blocking call waiting for a predicate to be met.
waitUntil(String, String, String, long) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Blocking call waiting for a predicate to be met, with a timeout.
waitUntil(String, TaskId, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
waitUntil(String, TaskId, String, String, String, long) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
waitUntil(String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
waitUntil(String, String, String, long) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
waitUntilThen(String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Blocking call waiting for a predicate to be met before executing a remapping function.
waitUntilThen(String, String, String, long, String) - Method in interface org.ow2.proactive.scheduler.synchronization.Synchronization
Blocking call waiting with timeout for a predicate to be met before executing a remapping function.
waitUntilThen(String, TaskId, String, String, String, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
waitUntilThen(String, TaskId, String, String, String, long, String) - Method in interface org.ow2.proactive.scheduler.synchronization.SynchronizationInternal
 
waitUntilThen(String, String, String, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
waitUntilThen(String, String, String, long, String) - Method in class org.ow2.proactive.scheduler.synchronization.SynchronizationWrapper
 
wallTime - Variable in class org.ow2.proactive.scheduler.common.task.Task
maximum execution time of the task (in milliseconds), the variable is only valid if isWallTime is true
WalltimeExceededException - Exception in org.ow2.proactive.scheduler.common.exception
Exception returned as result of a task which execution time exceeded the walltime.
WalltimeExceededException(String) - Constructor for exception org.ow2.proactive.scheduler.common.exception.WalltimeExceededException
 
WalltimeExceededException() - Constructor for exception org.ow2.proactive.scheduler.common.exception.WalltimeExceededException
 
WalltimeExceededException(String, Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.WalltimeExceededException
 
WalltimeExceededException(Throwable) - Constructor for exception org.ow2.proactive.scheduler.common.exception.WalltimeExceededException
 
WallTimer - Class in org.ow2.proactive.scheduler.task.utils
 
WallTimer(long, TaskKiller) - Constructor for class org.ow2.proactive.scheduler.task.utils.WallTimer
Create and start a WallTimer instance.
wasKilled() - Method in class org.ow2.proactive.scheduler.task.utils.task.termination.TaskKiller
 
WildCardTypeReader - Class in org.ow2.proactive.scheduler.rest.readers
 
WildCardTypeReader() - Constructor for class org.ow2.proactive.scheduler.rest.readers.WildCardTypeReader
 
WINDOWS_HOME_ENV_VAR - Static variable in class org.ow2.proactive.scheduler.common.SchedulerConstants
Name of the environment variable for windows home directory on the common file system.
WINDOWS_HOME_ENV_VAR - Static variable in class org.ow2.proactive.scheduler.common.task.util.ResultPreviewTool
Name of the environment variable for windows home directory on the common file system.
withLock(Lock, Runnable) - Static method in class org.ow2.proactive.utils.Lambda
 
withLock(Lock, Callable<T>) - Static method in class org.ow2.proactive.utils.Lambda
 
write(int) - Method in class org.ow2.proactive.scheduler.common.util.logforwarder.util.LoggingOutputStream
Writes the specified byte to this output stream.
write(char[], int, int) - Method in class org.ow2.proactive.utils.BoundedStringWriter
writeTo(OutputStream) - Method in interface org.ow2.proactive.scheduler.rest.ds.IDataSpaceClient.ILocalSource
 
writeTo(OutputStream) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalDirSource
 
writeTo(OutputStream) - Method in class org.ow2.proactive.scheduler.rest.ds.LocalFileSource
 
writeToDisk(String) - Method in class org.ow2.proactive.authentication.crypto.Credentials
Write the contents of a Credentials object to the disk

X

XMLAttributes - Enum in org.ow2.proactive.scheduler.common.job.factories
XMLAttributes defines attributes allowed in XML job descriptors.
XMLTags - Enum in org.ow2.proactive.scheduler.common.job.factories
XMLTags defines all tags that can be used in an XML job descriptor.

Z

zip(String[], File, CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
Create a zip file on the given directoriesAndFiles argument and store the create content in a file denoted by the path in the given dest argument
zipDirectoriesAndFiles(String[], CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
Create a zip file that contains all the directory listed in directories parameter.
zipDirectory(String, int, ZipOutputStream, CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
Add the given directory into the zipStream.
zipFile(String, int, ZipOutputStream, CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
Add a file into a zip.
zipIt(ZipOutputStream, String[], CRC32) - Static method in class org.ow2.proactive.scheduler.common.util.ZipUtils
Zip directory content in the given output stream
ZipUtils - Class in org.ow2.proactive.scheduler.common.util
Utils for creating and reading zip files.
ZipUtils() - Constructor for class org.ow2.proactive.scheduler.common.util.ZipUtils
 

_

_getScheduler() - Method in class org.ow2.proactive.scheduler.smartproxy.common.AbstractSmartProxy
Returns a proxy instance to the Scheduler.
_getScheduler() - Method in class org.ow2.proactive.scheduler.smartproxy.SmartProxyImpl
 
_getScheduler() - Method in class org.ow2.proactive_grid_cloud_portal.smartproxy.RestSmartProxyImpl
 
_putenv(String) - Method in interface org.ow2.proactive.utils.Environment.WinLibC
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _