org.glassfish.internal.deployment
Enum DeploymentTracing.Mark
java.lang.Object
java.lang.Enum<DeploymentTracing.Mark>
org.glassfish.internal.deployment.DeploymentTracing.Mark
- All Implemented Interfaces:
- Serializable, Comparable<DeploymentTracing.Mark>
- Enclosing class:
- DeploymentTracing
public static enum DeploymentTracing.Mark
- extends Enum<DeploymentTracing.Mark>
ARCHIVE_OPENED
public static final DeploymentTracing.Mark ARCHIVE_OPENED
ARCHIVE_HANDLER_OBTAINED
public static final DeploymentTracing.Mark ARCHIVE_HANDLER_OBTAINED
INITIAL_CONTEXT_CREATED
public static final DeploymentTracing.Mark INITIAL_CONTEXT_CREATED
APPINFO_PROVIDED
public static final DeploymentTracing.Mark APPINFO_PROVIDED
DOL_LOADED
public static final DeploymentTracing.Mark DOL_LOADED
APPNAME_DETERMINED
public static final DeploymentTracing.Mark APPNAME_DETERMINED
TARGET_VALIDATED
public static final DeploymentTracing.Mark TARGET_VALIDATED
CONTEXT_CREATED
public static final DeploymentTracing.Mark CONTEXT_CREATED
DEPLOY
public static final DeploymentTracing.Mark DEPLOY
CLASS_LOADER_HIERARCHY
public static final DeploymentTracing.Mark CLASS_LOADER_HIERARCHY
PARSING_DONE
public static final DeploymentTracing.Mark PARSING_DONE
CLASS_LOADER_CREATED
public static final DeploymentTracing.Mark CLASS_LOADER_CREATED
CONTAINERS_SETUP_DONE
public static final DeploymentTracing.Mark CONTAINERS_SETUP_DONE
PREPARE
public static final DeploymentTracing.Mark PREPARE
PREPARED
public static final DeploymentTracing.Mark PREPARED
LOAD
public static final DeploymentTracing.Mark LOAD
LOAD_EVENTS
public static final DeploymentTracing.Mark LOAD_EVENTS
LOADED
public static final DeploymentTracing.Mark LOADED
START
public static final DeploymentTracing.Mark START
START_EVENTS
public static final DeploymentTracing.Mark START_EVENTS
STARTED
public static final DeploymentTracing.Mark STARTED
REGISTRATION
public static final DeploymentTracing.Mark REGISTRATION
values
public static DeploymentTracing.Mark[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DeploymentTracing.Mark c : DeploymentTracing.Mark.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DeploymentTracing.Mark valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012 GlassFish Community. All Rights Reserved.