Uses of Interface
org.jboss.as.server.deployment.DeploymentUnit
-
Packages that use DeploymentUnit Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.deployment.annotation org.jboss.as.server.deployment.jbossallxml org.jboss.as.server.deployment.module org.jboss.as.server.deployment.module.descriptor org.jboss.as.server.deployment.reflect org.jboss.as.server.logging org.jboss.as.server.security -
-
Uses of DeploymentUnit in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type DeploymentUnit Modifier and Type Field Description static AttachmentKey<AttachmentList<DeploymentUnit>>Attachments. ACCESSIBLE_SUB_DEPLOYMENTSSub deployments that are visible from this deployments module loader, in the order they are accessible.static AttachmentKey<AttachmentList<DeploymentUnit>>Attachments. SUB_DEPLOYMENTSSub deployment servicesMethods in org.jboss.as.server.deployment that return DeploymentUnit Modifier and Type Method Description protected abstract DeploymentUnitAbstractDeploymentUnitService. createAndInitializeDeploymentUnit(org.jboss.msc.service.ServiceRegistry registry)Template method required for implementations to create and fully initialize a deployment unit instance.protected DeploymentUnitSubDeploymentUnitService. createAndInitializeDeploymentUnit(org.jboss.msc.service.ServiceRegistry registry)DeploymentUnitDeploymentPhaseContext. getDeploymentUnit()Get the persistent deployment unit context for this deployment unit.DeploymentUnitDeploymentUnit. getParent()Get the deployment unit of the parent (enclosing) deployment.static DeploymentUnitDeploymentUtils. getTopDeploymentUnit(DeploymentUnit unit)Get top deployment unit.DeploymentUnitAbstractDeploymentUnitService. getValue()Methods in org.jboss.as.server.deployment with parameters of type DeploymentUnit Modifier and Type Method Description static List<ResourceRoot>DeploymentUtils. allResourceRoots(DeploymentUnit deploymentUnit)Get all resource roots for aDeploymentUnitprotected Map<String,byte[]>DeferredDeploymentOverlayDeploymentUnitProcessor. getDeferredAttachment(DeploymentUnit deploymentUnit)protected Map<String,byte[]>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)protected Map<String,byte[]>DeferredDeploymentOverlayDeploymentUnitProcessor. getOverlays(DeploymentUnit deploymentUnit)protected Map<String,byte[]>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 Constructor Description DeploymentResourceSupport(DeploymentUnit deploymentUnit)SubDeploymentUnitService(ResourceRoot deploymentRoot, DeploymentUnit parent, ImmutableManagementResourceRegistration registration, ManagementResourceRegistration mutableRegistration, Resource resource, CapabilityServiceSupport capabilityServiceSupport, PathManager pathManager) -
Uses of DeploymentUnit in org.jboss.as.server.deployment.annotation
Methods in org.jboss.as.server.deployment.annotation with parameters of type DeploymentUnit Modifier and Type Method Description static 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 DeploymentUnit Modifier and Type Method Description TJBossAllXMLParser. 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 DeploymentUnit Modifier and Type Method Description static org.jboss.modules.ModuleIdentifierModuleIdentifierProcessor. createModuleIdentifier(String deploymentUnitName, ResourceRoot deploymentRoot, DeploymentUnit topLevelDeployment, org.jboss.vfs.VirtualFile toplevelRoot, boolean topLevel)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 DeploymentUnit Modifier and Type Method Description org.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 DeploymentUnit Modifier and Type Method Description voidInstallReflectionIndexProcessor. undeploy(DeploymentUnit context) -
Uses of DeploymentUnit in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type DeploymentUnit 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)IllegalStateExceptionServerLogger_$logger. nullModuleAttachment(DeploymentUnit depUnit)IllegalStateExceptionServerLogger. nullModuleAttachment(DeploymentUnit depUnit) -
Uses of DeploymentUnit in org.jboss.as.server.security
Methods in org.jboss.as.server.security with parameters of type DeploymentUnit Modifier and Type Method Description static booleanVirtualDomainMarkerUtility. isVirtualDomainRequired(DeploymentUnit deploymentUnit)static org.jboss.msc.service.ServiceNameVirtualDomainMarkerUtility. virtualDomainName(DeploymentUnit deploymentUnit)static voidVirtualDomainMarkerUtility. virtualDomainRequired(DeploymentUnit deploymentUnit)
-