Uses of Enum Class
org.jboss.as.server.deployment.Phase
Packages that use Phase
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of Phase in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type PhaseModifier and TypeMethodDescriptionstatic 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 PhaseModifier and TypeMethodDescriptionDeploymentPhaseContext.getPhase()Get the phase that this processor applies to.Phase.next()Get the next phase, ornullif none.static PhaseReturns the enum constant of this class with the specified name.static Phase[]Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.server.deployment with parameters of type PhaseModifier and TypeMethodDescriptionstatic 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 PhaseModifier and TypeMethodDescriptionstatic 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 PhaseModifier and TypeMethodDescriptionfinal voidServerLogger_$logger.caughtExceptionUndeploying(Throwable cause, DeploymentUnitProcessor dup, Phase phase, DeploymentUnit unit) voidServerLogger.caughtExceptionUndeploying(Throwable cause, DeploymentUnitProcessor dup, Phase phase, DeploymentUnit unit) final 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)