Uses of Enum Class
org.glassfish.internal.deployment.ExtendedDeploymentContext.Phase
Packages that use ExtendedDeploymentContext.Phase
-
Uses of ExtendedDeploymentContext.Phase in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return ExtendedDeploymentContext.PhaseModifier and TypeMethodDescriptionExtendedDeploymentContext.getPhase()Returns the enum constant of this class with the specified name.static ExtendedDeploymentContext.Phase[]ExtendedDeploymentContext.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.internal.deployment with parameters of type ExtendedDeploymentContext.PhaseModifier and TypeMethodDescriptionvoidApplicationLifecycleInterceptor.after(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context) Provide call back after a certain phase of the application lifecyclevoidApplicationLifecycleInterceptor.before(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context) Provide call back before a certain phase of the application lifecyclevoidExtendedDeploymentContext.setPhase(ExtendedDeploymentContext.Phase newPhase) Sets the phase of the deployment activity.