Package org.wso2.carbon.mediation.ntask
Class Constants
- java.lang.Object
-
- org.wso2.carbon.mediation.ntask.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLUSTERING_PATTERN
Parameter name which has clustering patternstatic String
CLUSTERING_PATTERN_WORKER_MANAGER
worker manager clustering patternstatic String
TASK_EXECUTING_TENANT_ID
static String
TASK_TYPE_ESB
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
TASK_TYPE_ESB
public static final String TASK_TYPE_ESB
- See Also:
- Constant Field Values
-
TASK_EXECUTING_TENANT_ID
public static final String TASK_EXECUTING_TENANT_ID
- See Also:
- Constant Field Values
-
CLUSTERING_PATTERN
public static final String CLUSTERING_PATTERN
Parameter name which has clustering pattern- See Also:
- Constant Field Values
-
CLUSTERING_PATTERN_WORKER_MANAGER
public static final String CLUSTERING_PATTERN_WORKER_MANAGER
worker manager clustering pattern- See Also:
- Constant Field Values
-
-