Uses of Interface
org.jboss.as.server.deployment.DeploymentUnitProcessor
Packages that use DeploymentUnitProcessor
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of DeploymentUnitProcessor in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type DeploymentUnitProcessorModifier 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 DeploymentUnitProcessor in org.jboss.as.server.deployment
Classes in org.jboss.as.server.deployment that implement DeploymentUnitProcessorModifier and TypeClassDescriptionclassDeployment unit processor that adds content overrides to the VFS filesystem for overlays that could not be initially resolved.classclassDeployment unit processor that adds content overrides to the VFS filesystem.final classA processor which creates a service loader index.classDeployment processor responsible to creating deployment unit services for sub-deployment.Methods in org.jboss.as.server.deployment that return DeploymentUnitProcessorConstructors in org.jboss.as.server.deployment with parameters of type DeploymentUnitProcessorModifierConstructorDescriptionRegisteredDeploymentUnitProcessor(int priority, DeploymentUnitProcessor processor, String subsystemName) -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.annotation
Classes in org.jboss.as.server.deployment.annotation that implement DeploymentUnitProcessorModifier and TypeClassDescriptionclassDeployment unit processor responsible for creating and attaching an annotation index for a resource rootclassDUP that removes the Jandex indexes and composite index from the deployment unit to save memoryclassProcessor responsible for creating and attaching aCompositeIndexfor a deployment. -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.dependencies
Classes in org.jboss.as.server.deployment.dependencies that implement DeploymentUnitProcessorModifier and TypeClassDescriptionclassProcessor that handles inter-deployment dependencies. -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.jbossallxml
Classes in org.jboss.as.server.deployment.jbossallxml that implement DeploymentUnitProcessorModifier and TypeClassDescriptionclassDUP that registers aJBossAllXMLParserDescriptionwith the DU.classDUP that parses jboss-all.xml and attaches the results to the deploymentMethods in org.jboss.as.server.deployment.jbossallxml that return DeploymentUnitProcessorModifier and TypeMethodDescriptionstatic <S extends JBossAllSchema<S,T>, T>
DeploymentUnitProcessorJBossAllSchema.createDeploymentUnitProcessor(Set<S> schemas, AttachmentKey<T> key) Creates a deployment unit processor that registers parsers for the specifiedjboss-all.xmlschemas. -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.module
Classes in org.jboss.as.server.deployment.module that implement DeploymentUnitProcessorModifier and TypeClassDescriptionclassADeploymentUnitProcessorthat instantiatesClassTransformers defined in thejboss-deployment-structure.xmlfile.classDeployment processor responsible for mounting and attaching the resource root for this deployment.classProcessor that aggregates all module descriptions visible to the deployment in an EEApplicationClasses structure.classclassDeployment unit processor that attaches the deployment root manifest to the context.final classA processor which adds class path entries for each manifest entry.final classDeployment unit processor that will extract module dependencies from an and attach them.final classA processor which adds class path entries for each manifest entry.final classA processor which reads the Extension-Name attribute from a manifestfinal classThe processor which addsMANIFEST.MFClass-Pathentries to the module configuration.final classDeployment unit processor that will extract module dependencies from an archive.final classA processor which adds extension-list resource roots.final classA processor which stores extension information for deployed libraries into theExtensionIndexService.classDeployment processor that generates module identifiers for the deployment and attaches it.classProcessor responsible for creating the module spec service for this deployment.classDUP that adds dependencies that are available to all deployments by default.classProcessor that set up a module dependency on the parent module -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.module.descriptor
Classes in org.jboss.as.server.deployment.module.descriptor that implement DeploymentUnitProcessorModifier and TypeClassDescriptionclassParsesjboss-deployment-structure.xml, and merges the result with the deployment. -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.reflect
Classes in org.jboss.as.server.deployment.reflect that implement DeploymentUnitProcessorModifier and TypeClassDescriptionfinal classThe processor to remove the reflection index from the deployment unit.final classThe processor to install the reflection index. -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.service
Classes in org.jboss.as.server.deployment.service that implement DeploymentUnitProcessorModifier and TypeClassDescriptionclassDeployment processor that adds required dependencies for executing service activators.classDeployment processor responsible for executing any ServiceActivator instances for a deployment. -
Uses of DeploymentUnitProcessor in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging with parameters of type DeploymentUnitProcessorModifier and TypeMethodDescriptionfinal voidServerLogger_$logger.caughtExceptionUndeploying(Throwable cause, DeploymentUnitProcessor dup, Phase phase, DeploymentUnit unit) voidServerLogger.caughtExceptionUndeploying(Throwable cause, DeploymentUnitProcessor dup, Phase phase, DeploymentUnit unit)