Package | Description |
---|---|
org.jboss.as.server | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentProcessorTarget.addDeploymentProcessor(Phase phase,
int priority,
DeploymentUnitProcessor processor)
Add a deployment processor.
|
void |
ServerLogger.caughtExceptionUndeploying(Throwable cause,
DeploymentUnitProcessor dup,
Phase phase,
DeploymentUnit unit) |
Modifier and Type | Method and Description |
---|---|
Phase |
DeploymentPhaseContext.getPhase()
Get the phase that this processor applies to.
|
Phase |
Phase.next()
Get the next phase, or
null if none. |
static Phase |
Phase.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.
|
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
Services.deploymentUnitName(String name,
Phase phase)
Get the service name of a top-level deployment unit.
|
static org.jboss.msc.service.ServiceName |
Services.deploymentUnitName(String parent,
String name,
Phase phase)
Get the service name of a subdeployment.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeployerChainsService.addService(org.jboss.msc.service.ServiceTarget serviceTarget,
EnumMap<Phase,List<DeploymentUnitProcessor>> phases,
ServiceVerificationHandler verificationHandler) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.