Class ExecutorConstants
- java.lang.Object
-
- org.wso2.carbon.priority.executors.ui.ExecutorConstants
-
public class ExecutorConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BEFORE_EXECUTE_HANDLER
static String
CORE
static String
IS_FIXED_SIZE
static String
KEEP_ALIVE
static String
MAX
static String
NAME
static String
NEXT_QUEUE
static String
PRIORITY
static String
PRIORITY_EXECUTOR
static String
PROPERTY
static String
QUEUE
static String
QUEUES
static String
SIZE
static String
THREADS
static String
VALUE
-
Constructor Summary
Constructors Constructor Description ExecutorConstants()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
PRIORITY
public static final String PRIORITY
- See Also:
- Constant Field Values
-
IS_FIXED_SIZE
public static final String IS_FIXED_SIZE
- See Also:
- Constant Field Values
-
BEFORE_EXECUTE_HANDLER
public static final String BEFORE_EXECUTE_HANDLER
- See Also:
- Constant Field Values
-
NEXT_QUEUE
public static final String NEXT_QUEUE
- See Also:
- Constant Field Values
-
PROPERTY
public static final String PROPERTY
- See Also:
- Constant Field Values
-
QUEUES
public static final String QUEUES
- See Also:
- Constant Field Values
-
QUEUE
public static final String QUEUE
- See Also:
- Constant Field Values
-
PRIORITY_EXECUTOR
public static final String PRIORITY_EXECUTOR
- See Also:
- Constant Field Values
-
THREADS
public static final String THREADS
- See Also:
- Constant Field Values
-
MAX
public static final String MAX
- See Also:
- Constant Field Values
-
CORE
public static final String CORE
- See Also:
- Constant Field Values
-
KEEP_ALIVE
public static final String KEEP_ALIVE
- See Also:
- Constant Field Values
-
-