Class AutoDeployConstants
java.lang.Object
org.glassfish.deployment.autodeploy.AutoDeployConstants
constants detail
- Author:
- vikas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault autodeploy dir set to "autodeploy" relative to server rootstatic final longDefault polling interval set to 2secstatic final Stringstatic final Stringcommon deploy actionstatic final StringExtension of file, after successful deploymentstatic final longMax tardiness between schedule and actual execution of task.static final longMax tardiness between schedule and actual execution of task.static final StringExtension of file, if deployment failsstatic final StringFile type if it is being monitored due to slow growthstatic final longStarting delay between AutoDeployTask activation and actual deployment.static final Stringstatic final Stringcommon undeploy actionstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STARTING_DELAY
public static final long STARTING_DELAYStarting delay between AutoDeployTask activation and actual deployment.- See Also:
-
MAX_TARDINESS
public static final long MAX_TARDINESSMax tardiness between schedule and actual execution of task.- See Also:
-
MIN_POOLING_INTERVAL
public static final long MIN_POOLING_INTERVALMax tardiness between schedule and actual execution of task.- See Also:
-
DEFAULT_AUTODEPLOY_DIR
Default autodeploy dir set to "autodeploy" relative to server root- See Also:
-
DEFAULT_POLLING_INTERVAL
public static final long DEFAULT_POLLING_INTERVALDefault polling interval set to 2sec- See Also:
-
DEPLOYED
Extension of file, after successful deployment- See Also:
-
NOTDEPLOYED
Extension of file, if deployment fails- See Also:
-
PENDING
File type if it is being monitored due to slow growth- See Also:
-
DEPLOY_METHOD
common deploy action- See Also:
-
UNDEPLOY_METHOD
common undeploy action- See Also:
-
DEPLOY_FAILED
- See Also:
-
UNDEPLOYED
- See Also:
-
UNDEPLOY_FAILED
- See Also:
-
UNDEPLOY_REQUESTED
- See Also:
-
MARKER_FILE_SUFFIXES
-
-
Constructor Details
-
AutoDeployConstants
public AutoDeployConstants()
-