| Package | Description |
|---|---|
| org.glassfish.internal.deployment |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext.Phase |
ExtendedDeploymentContext.getPhase() |
static ExtendedDeploymentContext.Phase |
ExtendedDeploymentContext.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedDeploymentContext.Phase[] |
ExtendedDeploymentContext.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLifecycleInterceptor.after(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
Provide call back after a certain phase of the application lifecycle
|
void |
ApplicationLifecycleInterceptor.before(ExtendedDeploymentContext.Phase phase,
ExtendedDeploymentContext context)
Provide call back before a certain phase of the application lifecycle
|
void |
ExtendedDeploymentContext.setPhase(ExtendedDeploymentContext.Phase newPhase)
Sets the phase of the deployment activity.
|
Copyright © 2017. All rights reserved.