org.glassfish.deployment.autodeploy
Class AutoDeployConstants

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

public class AutoDeployConstants
extends Object

constants detail

Author:
vikas

Field Summary
static String DEFAULT_AUTODEPLOY_DIR
          Default autodeploy dir set to "autodeploy" relative to server root
static long DEFAULT_POLLING_INTERVAL
          Default polling interval set to 2sec
static String DEPLOY_FAILED
           
static String DEPLOY_METHOD
          common deploy action
static String DEPLOYED
          Extension of file, after successful deployment
static List<String> MARKER_FILE_SUFFIXES
           
static long MAX_TARDINESS
          Max tardiness between schedule and actual execution of task.
static long MIN_POOLING_INTERVAL
          Max tardiness between schedule and actual execution of task.
static String NOTDEPLOYED
          Extension of file, if deployment fails
static String PENDING
          File type if it is being monitored due to slow growth
static long STARTING_DELAY
          Starting delay between AutoDeployTask activation and actual deployment.
static String UNDEPLOY_FAILED
           
static String UNDEPLOY_METHOD
          common undeploy action
static String UNDEPLOY_REQUESTED
           
static String UNDEPLOYED
           
 
Constructor Summary
AutoDeployConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

MARKER_FILE_SUFFIXES

public static final List<String> MARKER_FILE_SUFFIXES
Constructor Detail

AutoDeployConstants

public AutoDeployConstants()


Copyright © 2012. All Rights Reserved.