|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.deployment.autodeploy.AutoDeployConstants
public class AutoDeployConstants
constants detail
| 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 |
|---|
public static final long STARTING_DELAY
public static final long MAX_TARDINESS
public static final long MIN_POOLING_INTERVAL
public static final String DEFAULT_AUTODEPLOY_DIR
public static final long DEFAULT_POLLING_INTERVAL
public static final String DEPLOYED
public static final String NOTDEPLOYED
public static final String PENDING
public static final String DEPLOY_METHOD
public static final String UNDEPLOY_METHOD
public static final String DEPLOY_FAILED
public static final String UNDEPLOYED
public static final String UNDEPLOY_FAILED
public static final String UNDEPLOY_REQUESTED
public static final List<String> MARKER_FILE_SUFFIXES
| Constructor Detail |
|---|
public AutoDeployConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||