Uses of Class
org.jboss.as.server.deployment.Phase
-
Packages that use Phase Package Description org.jboss.as.server org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.logging -
-
Uses of Phase in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type Phase Modifier and Type Method Description static voidDeployerChainAddHandler. addDeploymentProcessor(String subsystemName, Phase phase, int priority, DeploymentUnitProcessor processor)voidDeploymentProcessorTarget. addDeploymentProcessor(String subsystemName, Phase phase, int priority, DeploymentUnitProcessor processor)Add a deployment processor. -
Uses of Phase in org.jboss.as.server.deployment
Methods in org.jboss.as.server.deployment that return Phase Modifier and Type Method Description PhaseDeploymentPhaseContext. getPhase()Get the phase that this processor applies to.PhasePhase. next()Get the next phase, ornullif none.static PhasePhase. valueOf(String name)Returns the enum constant of this type with the specified name.static Phase[]Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.server.deployment with parameters of type Phase Modifier and Type Method Description static org.jboss.msc.service.ServiceNameServices. deploymentUnitName(String parent, String name, Phase phase)Get the service name of a subdeployment.static org.jboss.msc.service.ServiceNameServices. deploymentUnitName(String name, Phase phase)Get the service name of a top-level deployment unit.static org.jboss.msc.service.ServiceNameDeploymentUtils. getDeploymentUnitPhaseServiceName(DeploymentUnit depUnit, Phase phase)Method parameters in org.jboss.as.server.deployment with type arguments of type Phase Modifier and Type Method Description static voidDeployerChainsService. addService(org.jboss.msc.service.ServiceTarget serviceTarget, EnumMap<Phase,List<RegisteredDeploymentUnitProcessor>> phases) -
Uses of Phase in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type Phase Modifier and Type Method Description voidServerLogger_$logger. caughtExceptionUndeploying(Throwable cause, DeploymentUnitProcessor dup, Phase phase, DeploymentUnit unit)voidServerLogger. caughtExceptionUndeploying(Throwable cause, DeploymentUnitProcessor dup, Phase phase, DeploymentUnit unit)org.jboss.msc.service.StartExceptionServerLogger_$logger. deploymentPhaseFailed(Phase phase, DeploymentUnit deploymentUnit, Throwable cause)org.jboss.msc.service.StartExceptionServerLogger. deploymentPhaseFailed(Phase phase, DeploymentUnit deploymentUnit, Throwable cause)
-