Uses of Interface
org.jboss.as.server.deployment.DeploymentUnitProcessor
-
Packages that use DeploymentUnitProcessor Package Description org.jboss.as.server org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes.org.jboss.as.server.deployment.annotation org.jboss.as.server.deployment.dependencies 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.deployment.service org.jboss.as.server.logging -
-
Uses of DeploymentUnitProcessor in org.jboss.as.server
Methods in org.jboss.as.server with parameters of type DeploymentUnitProcessor Modifier and Type Method Description static 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 DeploymentUnitProcessor Modifier and Type Class Description classDeferredDeploymentOverlayDeploymentUnitProcessorDeployment unit processor that adds content overrides to the VFS filesystem for overlays that could not be initially resolved.classDeploymentCompleteServiceProcessorclassDeploymentOverlayDeploymentUnitProcessorDeployment unit processor that adds content overrides to the VFS filesystem.classServiceLoaderProcessorA processor which creates a service loader index.classSubDeploymentProcessorDeployment processor responsible to creating deployment unit services for sub-deployment.Methods in org.jboss.as.server.deployment that return DeploymentUnitProcessor Modifier and Type Method Description DeploymentUnitProcessorRegisteredDeploymentUnitProcessor. getProcessor()Constructors in org.jboss.as.server.deployment with parameters of type DeploymentUnitProcessor Constructor Description RegisteredDeploymentUnitProcessor(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 DeploymentUnitProcessor Modifier and Type Class Description classAnnotationIndexProcessorDeployment unit processor responsible for creating and attaching an annotation index for a resource rootclassCleanupAnnotationIndexProcessorDUP that removes the Jandex indexes and composite index from the deployment unit to save memoryclassCompositeIndexProcessorProcessor 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 DeploymentUnitProcessor Modifier and Type Class Description classDeploymentDependenciesProcessorProcessor 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 DeploymentUnitProcessor Modifier and Type Class Description classJBossAllXmlParserRegisteringProcessor<T>DUP that registers aJBossAllXMLParserDescriptionwith the DU.classJBossAllXMLParsingProcessorDUP that parses jboss-all.xml and attaches the results to the deployment -
Uses of DeploymentUnitProcessor in org.jboss.as.server.deployment.module
Classes in org.jboss.as.server.deployment.module that implement DeploymentUnitProcessor Modifier and Type Class Description classClassTransformerProcessorADeploymentUnitProcessorthat instantiatesClassTransformers defined in thejboss-deployment-structure.xmlfile.classDeploymentRootMountProcessorDeployment processor responsible for mounting and attaching the resource root for this deployment.classDeploymentVisibilityProcessorProcessor that aggregates all module descriptions visible to the deployment in an EEApplicationClasses structure.classDriverDependenciesProcessorclassManifestAttachmentProcessorDeployment unit processor that attaches the deployment root manifest to the context.classManifestClassPathProcessorA processor which adds class path entries for each manifest entry.classManifestDependencyProcessorDeployment unit processor that will extract module dependencies from an and attach them.classManifestExtensionListProcessorA processor which adds class path entries for each manifest entry.classManifestExtensionNameProcessorA processor which reads the Extension-Name attribute from a manifestclassModuleClassPathProcessorThe processor which addsMANIFEST.MFClass-Pathentries to the module configuration.classModuleDependencyProcessorDeployment unit processor that will extract module dependencies from an archive.classModuleExtensionListProcessorA processor which adds extension-list resource roots.classModuleExtensionNameProcessorA processor which stores extension information for deployed libraries into theExtensionIndexService.classModuleIdentifierProcessorDeployment processor that generates module identifiers for the deployment and attaches it.classModuleSpecProcessorProcessor responsible for creating the module spec service for this deployment.classServerDependenciesProcessorDUP thats adds dependencies that are available to all deploymentsclassSubDeploymentDependencyProcessorProcessor 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 DeploymentUnitProcessor Modifier and Type Class Description classDeploymentStructureDescriptorParserParsesjboss-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 DeploymentUnitProcessor Modifier and Type Class Description classCleanupReflectionIndexProcessorThe processor to remove the reflection index from the deployment unit.classInstallReflectionIndexProcessorThe 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 DeploymentUnitProcessor Modifier and Type Class Description classServiceActivatorDependencyProcessorDeployment processor that adds required dependencies for executing service activators.classServiceActivatorProcessorDeployment 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 DeploymentUnitProcessor 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)
-