Class AutoDeployConstants
- java.lang.Object
-
- org.glassfish.deployment.autodeploy.AutoDeployConstants
-
public class AutoDeployConstants extends Object
constants detail- Author:
- vikas
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_AUTODEPLOY_DIRDefault autodeploy dir set to "autodeploy" relative to server rootstatic longDEFAULT_POLLING_INTERVALDefault polling interval set to 2secstatic StringDEPLOY_FAILEDstatic StringDEPLOY_METHODcommon deploy actionstatic StringDEPLOYEDExtension of file, after successful deploymentstatic List<String>MARKER_FILE_SUFFIXESstatic longMAX_TARDINESSMax tardiness between schedule and actual execution of task.static longMIN_POOLING_INTERVALMax tardiness between schedule and actual execution of task.static StringNOTDEPLOYEDExtension of file, if deployment failsstatic StringPENDINGFile type if it is being monitored due to slow growthstatic longSTARTING_DELAYStarting delay between AutoDeployTask activation and actual deployment.static StringUNDEPLOY_FAILEDstatic StringUNDEPLOY_METHODcommon undeploy actionstatic StringUNDEPLOY_REQUESTEDstatic StringUNDEPLOYED
-
Constructor Summary
Constructors Constructor Description AutoDeployConstants()
-
-
-
Field Detail
-
STARTING_DELAY
public static final long STARTING_DELAY
Starting delay between AutoDeployTask activation and actual deployment.- See Also:
- Constant Field Values
-
MAX_TARDINESS
public static final long MAX_TARDINESS
Max tardiness between schedule and actual execution of task.- See Also:
- Constant Field Values
-
MIN_POOLING_INTERVAL
public static final long MIN_POOLING_INTERVAL
Max tardiness between schedule and actual execution of task.- See Also:
- Constant Field Values
-
DEFAULT_AUTODEPLOY_DIR
public static final String DEFAULT_AUTODEPLOY_DIR
Default autodeploy dir set to "autodeploy" relative to server root- See Also:
- Constant Field Values
-
DEFAULT_POLLING_INTERVAL
public static final long DEFAULT_POLLING_INTERVAL
Default polling interval set to 2sec- See Also:
- Constant Field Values
-
DEPLOYED
public static final String DEPLOYED
Extension of file, after successful deployment- See Also:
- Constant Field Values
-
NOTDEPLOYED
public static final String NOTDEPLOYED
Extension of file, if deployment fails- See Also:
- Constant Field Values
-
PENDING
public static final String PENDING
File type if it is being monitored due to slow growth- See Also:
- Constant Field Values
-
DEPLOY_METHOD
public static final String DEPLOY_METHOD
common deploy action- See Also:
- Constant Field Values
-
UNDEPLOY_METHOD
public static final String UNDEPLOY_METHOD
common undeploy action- See Also:
- Constant Field Values
-
DEPLOY_FAILED
public static final String DEPLOY_FAILED
- See Also:
- Constant Field Values
-
UNDEPLOYED
public static final String UNDEPLOYED
- See Also:
- Constant Field Values
-
UNDEPLOY_FAILED
public static final String UNDEPLOY_FAILED
- See Also:
- Constant Field Values
-
UNDEPLOY_REQUESTED
public static final String UNDEPLOY_REQUESTED
- See Also:
- Constant Field Values
-
-