Uses of Class
org.glassfish.internal.deployment.ExtendedDeploymentContext.Phase
-
Packages that use ExtendedDeploymentContext.Phase Package Description fish.payara.monitoring.runtime org.glassfish.deployment.common org.glassfish.internal.deployment -
-
Uses of ExtendedDeploymentContext.Phase in fish.payara.monitoring.runtime
Methods in fish.payara.monitoring.runtime with parameters of type ExtendedDeploymentContext.Phase Modifier and Type Method Description voidMonitoringConsoleRuntimeImpl. after(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context)voidMonitoringConsoleRuntimeImpl. before(ExtendedDeploymentContext.Phase phase, ExtendedDeploymentContext context) -
Uses of ExtendedDeploymentContext.Phase in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return ExtendedDeploymentContext.Phase Modifier and Type Method Description ExtendedDeploymentContext.PhaseDeploymentContextImpl. getPhase()Methods in org.glassfish.deployment.common with parameters of type ExtendedDeploymentContext.Phase Modifier and Type Method Description voidDeploymentContextImpl. setPhase(ExtendedDeploymentContext.Phase newPhase) -
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.
-