Modifier and Type | Method and Description |
---|---|
protected void |
LoggingProfileDeploymentProcessor.processDeployment(DeploymentPhaseContext phaseContext,
DeploymentUnit deploymentUnit,
ResourceRoot root) |
protected void |
LoggingConfigDeploymentProcessor.processDeployment(DeploymentPhaseContext phaseContext,
DeploymentUnit deploymentUnit,
ResourceRoot root) |
void |
LoggingDeploymentResourceProcessor.undeploy(DeploymentUnit context) |
void |
LoggingDependencyDeploymentProcessor.undeploy(DeploymentUnit context) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.ACCESSIBLE_SUB_DEPLOYMENTS
Sub deployments that are visible from this deployments module loader, in the order they are accessible.
|
static AttachmentKey<AttachmentList<DeploymentUnit>> |
Attachments.SUB_DEPLOYMENTS
Sub deployment services
|
Modifier and Type | Method and Description |
---|---|
protected DeploymentUnit |
SubDeploymentUnitService.createAndInitializeDeploymentUnit(org.jboss.msc.service.ServiceRegistry registry) |
protected abstract DeploymentUnit |
AbstractDeploymentUnitService.createAndInitializeDeploymentUnit(org.jboss.msc.service.ServiceRegistry registry)
Template method required for implementations to create and fully initialize a deployment unit instance.
|
DeploymentUnit |
DeploymentPhaseContext.getDeploymentUnit()
Get the persistent deployment unit context for this deployment unit.
|
DeploymentUnit |
DeploymentUnit.getParent()
Get the deployment unit of the parent (enclosing) deployment.
|
static DeploymentUnit |
DeploymentUtils.getTopDeploymentUnit(DeploymentUnit unit)
Get top deployment unit.
|
DeploymentUnit |
AbstractDeploymentUnitService.getValue() |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentUtils.addDeferredModule(DeploymentUnit depUnit) |
static List<ResourceRoot> |
DeploymentUtils.allResourceRoots(DeploymentUnit deploymentUnit)
Get all resource roots for a
DeploymentUnit |
protected Map<String,byte[]> |
DeferredDeploymentOverlayDeploymentUnitProcessor.getDeferredAttachment(DeploymentUnit deploymentUnit) |
protected Map<String,byte[]> |
DeploymentOverlayDeploymentUnitProcessor.getDeferredAttachment(DeploymentUnit deploymentUnit) |
static List<String> |
DeploymentUtils.getDeferredModules(DeploymentUnit depUnit) |
static org.jboss.msc.service.ServiceName |
DeploymentUtils.getDeploymentUnitPhaseServiceName(DeploymentUnit depUnit,
Phase phase) |
protected Map<String,MountedDeploymentOverlay> |
DeferredDeploymentOverlayDeploymentUnitProcessor.getMountsAttachment(DeploymentUnit deploymentUnit) |
protected Map<String,MountedDeploymentOverlay> |
DeploymentOverlayDeploymentUnitProcessor.getMountsAttachment(DeploymentUnit deploymentUnit) |
protected Map<String,byte[]> |
DeferredDeploymentOverlayDeploymentUnitProcessor.getOverlays(DeploymentUnit deploymentUnit) |
protected Map<String,byte[]> |
DeploymentOverlayDeploymentUnitProcessor.getOverlays(DeploymentUnit deploymentUnit) |
static DeploymentUnit |
DeploymentUtils.getTopDeploymentUnit(DeploymentUnit unit)
Get top deployment unit.
|
static boolean |
EjbDeploymentMarker.isEjbDeployment(DeploymentUnit deploymentUnit) |
static boolean |
ExplodedDeploymentMarker.isExplodedDeployment(DeploymentUnit deploymentUnit) |
static boolean |
JPADeploymentMarker.isJPADeployment(DeploymentUnit unit)
return true if the
DeploymentUnit is part of a JPA deployment |
static boolean |
MountExplodedMarker.isMountExploded(DeploymentUnit deploymentUnit) |
static boolean |
PrivateSubDeploymentMarker.isPrivate(DeploymentUnit resourceRoot) |
static void |
JPADeploymentMarker.mark(DeploymentUnit unit)
Mark the top level deployment as being a JPA deployment.
|
static void |
PrivateSubDeploymentMarker.mark(DeploymentUnit attachable) |
static void |
EjbDeploymentMarker.mark(DeploymentUnit deployment) |
static void |
ExplodedDeploymentMarker.markAsExplodedDeployment(DeploymentUnit deploymentUnit) |
static void |
MountExplodedMarker.setMountExploded(DeploymentUnit deploymentUnit) |
static boolean |
DeploymentUtils.skipRepeatedActivation(DeploymentUnit unit,
int maxValue) |
void |
DeploymentCompleteServiceProcessor.undeploy(DeploymentUnit context) |
void |
SubDeploymentProcessor.undeploy(DeploymentUnit deploymentUnit) |
void |
DeploymentOverlayDeploymentUnitProcessor.undeploy(DeploymentUnit context) |
void |
DeploymentUnitProcessor.undeploy(DeploymentUnit context)
Undo the deployment processing.
|
void |
ServiceLoaderProcessor.undeploy(DeploymentUnit context)
Undo the deployment processing.
|
Constructor and Description |
---|
DeploymentResourceSupport(DeploymentUnit deploymentUnit) |
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
CapabilityServiceSupport capabilityServiceSupport,
AbstractVaultReader vaultReader,
PathManager pathManager) |
Modifier and Type | Method and Description |
---|---|
static Map<ResourceRoot,org.jboss.jandex.Index> |
AnnotationIndexUtils.getAnnotationIndexes(DeploymentUnit deploymentUnit) |
void |
CleanupAnnotationIndexProcessor.undeploy(DeploymentUnit context) |
void |
AnnotationIndexProcessor.undeploy(DeploymentUnit context) |
void |
CompositeIndexProcessor.undeploy(DeploymentUnit deploymentUnit) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentDependenciesProcessor.undeploy(DeploymentUnit context) |
Modifier and Type | Method and Description |
---|---|
void |
Seam2Processor.undeploy(DeploymentUnit context) |
Modifier and Type | Method and Description |
---|---|
T |
JBossAllXMLParser.parse(org.jboss.staxmapper.XMLExtendedStreamReader reader,
DeploymentUnit deploymentUnit) |
void |
JBossAllXmlParserRegisteringProcessor.undeploy(DeploymentUnit context) |
void |
JBossAllXMLParsingProcessor.undeploy(DeploymentUnit context) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.modules.ModuleIdentifier |
ModuleIdentifierProcessor.createModuleIdentifier(String deploymentUnitName,
ResourceRoot deploymentRoot,
DeploymentUnit topLevelDeployment,
org.jboss.vfs.VirtualFile toplevelRoot,
boolean topLevel) |
void |
ServerDependenciesProcessor.undeploy(DeploymentUnit context) |
void |
ManifestAttachmentProcessor.undeploy(DeploymentUnit context) |
void |
ManifestExtensionNameProcessor.undeploy(DeploymentUnit context)
Undo the deployment processing.
|
void |
ManifestClassPathProcessor.undeploy(DeploymentUnit context)
Undo the deployment processing.
|
void |
ModuleSpecProcessor.undeploy(DeploymentUnit deploymentUnit) |
void |
DeploymentVisibilityProcessor.undeploy(DeploymentUnit context) |
void |
ModuleDependencyProcessor.undeploy(DeploymentUnit context) |
void |
ModuleExtensionNameProcessor.undeploy(DeploymentUnit deploymentUnit)
Undo the deployment processing.
|
void |
ModuleExtensionListProcessor.undeploy(DeploymentUnit context)
Undo the deployment processing.
|
void |
ModuleClassPathProcessor.undeploy(DeploymentUnit context) |
void |
DeploymentRootMountProcessor.undeploy(DeploymentUnit context) |
void |
ModuleIdentifierProcessor.undeploy(DeploymentUnit deploymentUnit) |
void |
DeploymentRootExplodedMountProcessor.undeploy(DeploymentUnit context) |
void |
ManifestDependencyProcessor.undeploy(DeploymentUnit context) |
void |
DriverDependenciesProcessor.undeploy(DeploymentUnit context) |
void |
ClassFileTransformerProcessor.undeploy(DeploymentUnit context) |
void |
SubDeploymentDependencyProcessor.undeploy(DeploymentUnit context) |
void |
ManifestExtensionListProcessor.undeploy(DeploymentUnit context)
Undo the deployment processing.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.as.server.deployment.module.descriptor.ParseResult |
JBossAllXmlParserAdaptor.parse(org.jboss.staxmapper.XMLExtendedStreamReader reader,
DeploymentUnit deploymentUnit) |
void |
DeploymentStructureDescriptorParser.undeploy(DeploymentUnit context) |
Modifier and Type | Method and Description |
---|---|
void |
CleanupReflectionIndexProcessor.undeploy(DeploymentUnit context)
Undo the deployment processing.
|
void |
InstallReflectionIndexProcessor.undeploy(DeploymentUnit context) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceActivatorProcessor.undeploy(DeploymentUnit context) |
void |
ServiceActivatorDependencyProcessor.undeploy(DeploymentUnit context) |
Modifier and Type | Method and Description |
---|---|
void |
ServerLogger.caughtExceptionUndeploying(Throwable cause,
DeploymentUnitProcessor dup,
Phase phase,
DeploymentUnit unit) |
void |
ServerLogger_$logger.caughtExceptionUndeploying(Throwable cause,
DeploymentUnitProcessor dup,
Phase phase,
DeploymentUnit unit) |
org.jboss.msc.service.StartException |
ServerLogger.deploymentPhaseFailed(Phase phase,
DeploymentUnit deploymentUnit,
Throwable cause) |
org.jboss.msc.service.StartException |
ServerLogger_$logger.deploymentPhaseFailed(Phase phase,
DeploymentUnit deploymentUnit,
Throwable cause) |
IllegalStateException |
ServerLogger.nullModuleAttachment(DeploymentUnit depUnit) |
IllegalStateException |
ServerLogger_$logger.nullModuleAttachment(DeploymentUnit depUnit) |
Modifier and Type | Method and Description |
---|---|
static boolean |
RequestControllerActivationMarker.isRequestControllerEnabled(DeploymentUnit du) |
void |
RequestControllerDeploymentUnitProcessor.undeploy(DeploymentUnit context) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.