Package org.hcjf.properties
Class SystemProperties.Cloud.Queue
- java.lang.Object
-
- org.hcjf.properties.SystemProperties.Cloud.Queue
-
- Enclosing class:
- SystemProperties.Cloud
public static class SystemProperties.Cloud.Queue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONDITION_NAME_TEMPLATEstatic java.lang.StringDEFAULT_SIZEstatic java.lang.StringLOCK_NAME_TEMPLATE
-
Constructor Summary
Constructors Constructor Description Queue()
-
-
-
Field Detail
-
LOCK_NAME_TEMPLATE
public static final java.lang.String LOCK_NAME_TEMPLATE
- See Also:
- Constant Field Values
-
CONDITION_NAME_TEMPLATE
public static final java.lang.String CONDITION_NAME_TEMPLATE
- See Also:
- Constant Field Values
-
DEFAULT_SIZE
public static final java.lang.String DEFAULT_SIZE
- See Also:
- Constant Field Values
-
-