Class AutoDeployConstants

java.lang.Object
org.glassfish.deployment.autodeploy.AutoDeployConstants

public class AutoDeployConstants extends Object
constants detail
Author:
vikas
  • Field Details

    • STARTING_DELAY

      public static final long STARTING_DELAY
      Starting delay between AutoDeployTask activation and actual deployment.
      See Also:
    • MAX_TARDINESS

      public static final long MAX_TARDINESS
      Max tardiness between schedule and actual execution of task.
      See Also:
    • MIN_POOLING_INTERVAL

      public static final long MIN_POOLING_INTERVAL
      Max tardiness between schedule and actual execution of task.
      See Also:
    • DEFAULT_AUTODEPLOY_DIR

      public static final String DEFAULT_AUTODEPLOY_DIR
      Default autodeploy dir set to "autodeploy" relative to server root
      See Also:
    • DEFAULT_POLLING_INTERVAL

      public static final long DEFAULT_POLLING_INTERVAL
      Default polling interval set to 2sec
      See Also:
    • DEPLOYED

      public static final String DEPLOYED
      Extension of file, after successful deployment
      See Also:
    • NOTDEPLOYED

      public static final String NOTDEPLOYED
      Extension of file, if deployment fails
      See Also:
    • PENDING

      public static final String PENDING
      File type if it is being monitored due to slow growth
      See Also:
    • DEPLOY_METHOD

      public static final String DEPLOY_METHOD
      common deploy action
      See Also:
    • UNDEPLOY_METHOD

      public static final String UNDEPLOY_METHOD
      common undeploy action
      See Also:
    • DEPLOY_FAILED

      public static final String DEPLOY_FAILED
      See Also:
    • UNDEPLOYED

      public static final String UNDEPLOYED
      See Also:
    • UNDEPLOY_FAILED

      public static final String UNDEPLOY_FAILED
      See Also:
    • UNDEPLOY_REQUESTED

      public static final String UNDEPLOY_REQUESTED
      See Also:
    • MARKER_FILE_SUFFIXES

      public static final List<String> MARKER_FILE_SUFFIXES
  • Constructor Details

    • AutoDeployConstants

      public AutoDeployConstants()