Package org.wso2.carbon.ntask.common
Class TaskConstants
- java.lang.Object
-
- org.wso2.carbon.ntask.common.TaskConstants
-
public class TaskConstants extends Object
This class represents the task service constants.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TaskConstants.TaskMisfirePolicy
-
Field Summary
Fields Modifier and Type Field Description static String
FIXED_LOCATION_RESOLVER_PARAM
static String
TASK_CLASS_NAME
static String
TASK_PROPERTIES
-
Constructor Summary
Constructors Constructor Description TaskConstants()
-
-
-
Field Detail
-
TASK_CLASS_NAME
public static final String TASK_CLASS_NAME
- See Also:
- Constant Field Values
-
TASK_PROPERTIES
public static final String TASK_PROPERTIES
- See Also:
- Constant Field Values
-
FIXED_LOCATION_RESOLVER_PARAM
public static final String FIXED_LOCATION_RESOLVER_PARAM
- See Also:
- Constant Field Values
-
-