Uses of Interface
org.jboss.as.server.deployment.DeploymentUnit
Packages that use DeploymentUnit
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of DeploymentUnit in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type DeploymentUnitModifier and TypeFieldDescriptionstatic final AttachmentKey<AttachmentList<DeploymentUnit>>Attachments.ACCESSIBLE_SUB_DEPLOYMENTSSub deployments that are visible from this deployments module loader, in the order they are accessible.static final AttachmentKey<AttachmentList<DeploymentUnit>>Attachments.SUB_DEPLOYMENTSSub deployment servicesMethods in org.jboss.as.server.deployment that return DeploymentUnitModifier and TypeMethodDescriptionprotected abstract DeploymentUnitAbstractDeploymentUnitService.createAndInitializeDeploymentUnit(org.jboss.msc.service.ServiceRegistry registry) Template method required for implementations to create and fully initialize a deployment unit instance.DeploymentPhaseContext.getDeploymentUnit()Get the persistent deployment unit context for this deployment unit.DeploymentUnit.getParent()Get the deployment unit of the parent (enclosing) deployment.static DeploymentUnitDeploymentUtils.getTopDeploymentUnit(DeploymentUnit unit) Get top deployment unit.AbstractDeploymentUnitService.getValue()Methods in org.jboss.as.server.deployment with parameters of type DeploymentUnitModifier and TypeMethodDescriptionstatic List<ResourceRoot>DeploymentUtils.allResourceRoots(DeploymentUnit deploymentUnit) Get all resource roots for aDeploymentUnitDeferredDeploymentOverlayDeploymentUnitProcessor.getDeferredAttachment(DeploymentUnit deploymentUnit) DeploymentOverlayDeploymentUnitProcessor.getDeferredAttachment(DeploymentUnit deploymentUnit) static org.jboss.msc.service.ServiceNameDeploymentUtils.getDeploymentUnitPhaseServiceName(DeploymentUnit depUnit, Phase phase) protected Map<String,MountedDeploymentOverlay> DeferredDeploymentOverlayDeploymentUnitProcessor.getMountsAttachment(DeploymentUnit deploymentUnit) protected Map<String,MountedDeploymentOverlay> DeploymentOverlayDeploymentUnitProcessor.getMountsAttachment(DeploymentUnit deploymentUnit) DeferredDeploymentOverlayDeploymentUnitProcessor.getOverlays(DeploymentUnit deploymentUnit) DeploymentOverlayDeploymentUnitProcessor.getOverlays(DeploymentUnit deploymentUnit) static DeploymentUnitDeploymentUtils.getTopDeploymentUnit(DeploymentUnit unit) Get top deployment unit.protected voidDeferredDeploymentOverlayDeploymentUnitProcessor.handleExplodedEntryWithDirParent(DeploymentUnit deploymentUnit, org.jboss.vfs.VirtualFile content, org.jboss.vfs.VirtualFile mountPoint, Map<String, MountedDeploymentOverlay> mounts, String overLayPath) protected voidDeploymentOverlayDeploymentUnitProcessor.handleExplodedEntryWithDirParent(DeploymentUnit deploymentUnit, org.jboss.vfs.VirtualFile content, org.jboss.vfs.VirtualFile mountPoint, Map<String, MountedDeploymentOverlay> mounts, String overLayPath) static booleanEjbDeploymentMarker.isEjbDeployment(DeploymentUnit deploymentUnit) static booleanExplodedDeploymentMarker.isExplodedDeployment(DeploymentUnit deploymentUnit) static booleanJPADeploymentMarker.isJPADeployment(DeploymentUnit unit) return true if theDeploymentUnitis part of a JPA deploymentstatic booleanMountExplodedMarker.isMountExploded(DeploymentUnit deploymentUnit) static booleanPrivateSubDeploymentMarker.isPrivate(DeploymentUnit resourceRoot) static voidEjbDeploymentMarker.mark(DeploymentUnit deployment) static voidJPADeploymentMarker.mark(DeploymentUnit unit) Mark the top level deployment as being a JPA deployment.static voidPrivateSubDeploymentMarker.mark(DeploymentUnit attachable) static voidExplodedDeploymentMarker.markAsExplodedDeployment(DeploymentUnit deploymentUnit) static voidMountExplodedMarker.setMountExploded(DeploymentUnit deploymentUnit) voidDeploymentCompleteServiceProcessor.undeploy(DeploymentUnit deploymentUnit) voidDeploymentOverlayDeploymentUnitProcessor.undeploy(DeploymentUnit context) default voidDeploymentUnitProcessor.undeploy(DeploymentUnit context) Undo the deployment processing.voidServiceLoaderProcessor.undeploy(DeploymentUnit context) Undo the deployment processing.voidSubDeploymentProcessor.undeploy(DeploymentUnit deploymentUnit) Constructors in org.jboss.as.server.deployment with parameters of type DeploymentUnit -
Uses of DeploymentUnit in org.jboss.as.server.deployment.annotation
Methods in org.jboss.as.server.deployment.annotation with parameters of type DeploymentUnitModifier and TypeMethodDescriptionstatic Map<ResourceRoot,org.jboss.jandex.Index> AnnotationIndexUtils.getAnnotationIndexes(DeploymentUnit deploymentUnit) voidCompositeIndexProcessor.undeploy(DeploymentUnit deploymentUnit) -
Uses of DeploymentUnit in org.jboss.as.server.deployment.jbossallxml
Methods in org.jboss.as.server.deployment.jbossallxml with parameters of type DeploymentUnitModifier and TypeMethodDescriptionJBossAllXMLParser.parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, DeploymentUnit deploymentUnit) voidJBossAllXmlParserRegisteringProcessor.undeploy(DeploymentUnit unit) voidJBossAllXMLParsingProcessor.undeploy(DeploymentUnit context) -
Uses of DeploymentUnit in org.jboss.as.server.deployment.module
Methods in org.jboss.as.server.deployment.module with parameters of type DeploymentUnitModifier and TypeMethodDescriptionstatic org.jboss.modules.ModuleIdentifierModuleIdentifierProcessor.createModuleIdentifier(String deploymentUnitName, ResourceRoot deploymentRoot, DeploymentUnit topLevelDeployment, org.jboss.vfs.VirtualFile toplevelRoot, boolean topLevel) Deprecated, for removal: This API element is subject to removal in a future version.static StringModuleIdentifierProcessor.createModuleIdentifierAsString(String deploymentUnitName, ResourceRoot deploymentRoot, DeploymentUnit topLevelDeployment, org.jboss.vfs.VirtualFile toplevelRoot, boolean topLevel) Create a module identifier for the deployment.voidDeploymentRootMountProcessor.undeploy(DeploymentUnit context) voidManifestAttachmentProcessor.undeploy(DeploymentUnit context) voidModuleDependencyProcessor.undeploy(DeploymentUnit context) voidModuleExtensionNameProcessor.undeploy(DeploymentUnit deploymentUnit) Undo the deployment processing.voidModuleSpecProcessor.undeploy(DeploymentUnit deploymentUnit) -
Uses of DeploymentUnit in org.jboss.as.server.deployment.module.descriptor
Methods in org.jboss.as.server.deployment.module.descriptor with parameters of type DeploymentUnitModifier and TypeMethodDescriptionorg.jboss.as.server.deployment.module.descriptor.ParseResultJBossAllXmlParserAdaptor.parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, DeploymentUnit deploymentUnit) voidDeploymentStructureDescriptorParser.undeploy(DeploymentUnit context) -
Uses of DeploymentUnit in org.jboss.as.server.deployment.reflect
Methods in org.jboss.as.server.deployment.reflect with parameters of type DeploymentUnitModifier and TypeMethodDescriptionvoidInstallReflectionIndexProcessor.undeploy(DeploymentUnit context) -
Uses of DeploymentUnit in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type DeploymentUnitModifier 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) final IllegalStateExceptionServerLogger_$logger.nullModuleAttachment(DeploymentUnit depUnit) ServerLogger.nullModuleAttachment(DeploymentUnit depUnit) -
Uses of DeploymentUnit in org.jboss.as.server.security
Methods in org.jboss.as.server.security with parameters of type DeploymentUnitModifier and TypeMethodDescriptionstatic voidVirtualDomainUtil.clearVirtualDomainMetaDataSecurityDomain(DeploymentUnit deploymentUnit) static VirtualDomainMetaDataVirtualDomainUtil.configureVirtualDomain(DeploymentPhaseContext phaseContext, DeploymentUnit deploymentUnit, org.wildfly.security.auth.server.SecurityDomain.Builder virtualDomainBuilder) static VirtualDomainMetaDataVirtualDomainUtil.getVirtualDomainMetaData(DeploymentUnit deploymentUnit) static booleanVirtualDomainUtil.isVirtualDomainCreated(DeploymentUnit deploymentUnit) static booleanVirtualDomainMarkerUtility.isVirtualDomainRequired(DeploymentUnit deploymentUnit) static voidVirtualDomainUtil.setTopLevelDeploymentSecurityMetaData(DeploymentUnit deploymentUnit, org.jboss.msc.service.ServiceName virtualDomainName) static org.jboss.msc.service.ServiceNameVirtualDomainMarkerUtility.virtualDomainMetaDataName(DeploymentPhaseContext context, DeploymentUnit deploymentUnit) static org.jboss.msc.service.ServiceNameVirtualDomainMarkerUtility.virtualDomainMetaDataName(DeploymentUnit deploymentUnit) static org.jboss.msc.service.ServiceNameVirtualDomainMarkerUtility.virtualDomainName(DeploymentUnit deploymentUnit) static voidVirtualDomainMarkerUtility.virtualDomainRequired(DeploymentUnit deploymentUnit)
ModuleIdentifierProcessor.createModuleIdentifierAsString(String, ResourceRoot, DeploymentUnit, VirtualFile, boolean)instead