SMILA (incubation) API documentation

org.eclipse.smila.taskmanager
Class TaskManagerConfiguration

java.lang.Object
  extended by org.eclipse.smila.taskmanager.TaskManagerConfiguration

public class TaskManagerConfiguration
extends java.lang.Object

The TaskManagerConfiguration class.


Field Summary
static java.lang.String CONFIG_FILE
          The name of the configuration file.
 
Constructor Summary
TaskManagerConfiguration()
          try to read values from file in configuration area.
 
Method Summary
 int getTimeToLive()
           
 
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

TaskManagerConfiguration

public TaskManagerConfiguration()
try to read values from file in configuration area.

Method Detail

getTimeToLive

public int getTimeToLive()
Returns:
the timeToLive in seconds

SMILA (incubation) API documentation