Uses of Class
org.glassfish.internal.deployment.ExtendedDeploymentContext.Phase
-
Packages that use ExtendedDeploymentContext.Phase Package Description org.glassfish.internal.deployment -
-
Uses of ExtendedDeploymentContext.Phase in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return ExtendedDeploymentContext.Phase Modifier and Type Method Description ExtendedDeploymentContext.PhaseExtendedDeploymentContext. getPhase()static ExtendedDeploymentContext.PhaseExtendedDeploymentContext.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.Methods in org.glassfish.internal.deployment with parameters of type ExtendedDeploymentContext.Phase Modifier and Type Method Description voidApplicationLifecycleInterceptor. 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.
-