SMILA (incubation) API documentation

org.eclipse.smila.jobmanager.internal
Class JobManagerConfiguration

java.lang.Object
  extended by org.eclipse.smila.jobmanager.internal.JobManagerConfiguration

public class JobManagerConfiguration
extends java.lang.Object

Configuration properties of JobManager.


Field Summary
static java.lang.String CONFIG_FILE
          The name of the configuration file.
 
Constructor Summary
JobManagerConfiguration()
          Constructor for JobManagerConfiguration.
 
Method Summary
 int getMaxRetriesForRecoverableErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

public static final java.lang.String CONFIG_FILE
The name of the configuration file.

See Also:
Constant Field Values
Constructor Detail

JobManagerConfiguration

public JobManagerConfiguration()
Constructor for JobManagerConfiguration.

Method Detail

getMaxRetriesForRecoverableErrors

public int getMaxRetriesForRecoverableErrors()
Returns:
The number of maximum retries for RECOVERABLE_ERROR tasks.

SMILA (incubation) API documentation