Uses of Class
org.glassfish.internal.deployment.ExtendedDeploymentContext.Phase

Packages that use ExtendedDeploymentContext.Phase
org.glassfish.internal.deployment   
 

Uses of ExtendedDeploymentContext.Phase in org.glassfish.internal.deployment
 

Methods in org.glassfish.internal.deployment that return ExtendedDeploymentContext.Phase
 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.
 

Methods in org.glassfish.internal.deployment with parameters of type ExtendedDeploymentContext.Phase
 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 © 2012. All Rights Reserved.