public static enum DeploymentTracing.Mark extends Enum<DeploymentTracing.Mark>
Modifier and Type | Method and Description |
---|---|
static DeploymentTracing.Mark |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentTracing.Mark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentTracing.Mark ARCHIVE_OPENED
public static final DeploymentTracing.Mark ARCHIVE_HANDLER_OBTAINED
public static final DeploymentTracing.Mark INITIAL_CONTEXT_CREATED
public static final DeploymentTracing.Mark APPINFO_PROVIDED
public static final DeploymentTracing.Mark DOL_LOADED
public static final DeploymentTracing.Mark APPNAME_DETERMINED
public static final DeploymentTracing.Mark TARGET_VALIDATED
public static final DeploymentTracing.Mark CONTEXT_CREATED
public static final DeploymentTracing.Mark DEPLOY
public static final DeploymentTracing.Mark CLASS_LOADER_HIERARCHY
public static final DeploymentTracing.Mark PARSING_DONE
public static final DeploymentTracing.Mark CLASS_LOADER_CREATED
public static final DeploymentTracing.Mark CONTAINERS_SETUP_DONE
public static final DeploymentTracing.Mark PREPARE
public static final DeploymentTracing.Mark PREPARED
public static final DeploymentTracing.Mark LOAD
public static final DeploymentTracing.Mark LOAD_EVENTS
public static final DeploymentTracing.Mark LOADED
public static final DeploymentTracing.Mark START
public static final DeploymentTracing.Mark START_EVENTS
public static final DeploymentTracing.Mark STARTED
public static final DeploymentTracing.Mark REGISTRATION
public static DeploymentTracing.Mark[] values()
for (DeploymentTracing.Mark c : DeploymentTracing.Mark.values()) System.out.println(c);
public static DeploymentTracing.Mark valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.