Uses of Class
org.jboss.as.server.deployment.DeploymentUnitProcessingException
Packages that use DeploymentUnitProcessingException
Package
Description
The JBossAS domain deployment subsystem classes.
-
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment
Methods in org.jboss.as.server.deployment that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidDeploymentCompleteServiceProcessor.deploy(DeploymentPhaseContext phaseContext) voidDeploymentOverlayDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) voidDeploymentUnitProcessor.deploy(DeploymentPhaseContext phaseContext) Perform a single step in processing the deployment phase.voidServiceLoaderProcessor.deploy(DeploymentPhaseContext phaseContext) Perform a single step in processing the deployment phase.voidSubDeploymentProcessor.deploy(DeploymentPhaseContext phaseContext) -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment.annotation
Methods in org.jboss.as.server.deployment.annotation that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidAnnotationIndexProcessor.deploy(DeploymentPhaseContext phaseContext) Process this deployment for annotations.voidCleanupAnnotationIndexProcessor.deploy(DeploymentPhaseContext phaseContext) voidCompositeIndexProcessor.deploy(DeploymentPhaseContext phaseContext) static voidResourceRootIndexer.indexResourceRoot(ResourceRoot resourceRoot) Creates and attaches the annotation index to a resource root, if it has not already been attached -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment.dependencies
Methods in org.jboss.as.server.deployment.dependencies that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidDeploymentDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment.jbossallxml
Methods in org.jboss.as.server.deployment.jbossallxml that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidJBossAllXmlParserRegisteringProcessor.deploy(DeploymentPhaseContext phaseContext) voidJBossAllXMLParsingProcessor.deploy(DeploymentPhaseContext phaseContext) -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment.module
Methods in org.jboss.as.server.deployment.module that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidClassTransformerProcessor.deploy(DeploymentPhaseContext phaseContext) voidDeploymentRootMountProcessor.deploy(DeploymentPhaseContext phaseContext) voidDeploymentVisibilityProcessor.deploy(DeploymentPhaseContext phaseContext) voidDriverDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) voidManifestAttachmentProcessor.deploy(DeploymentPhaseContext phaseContext) Process the deployment root for the manifest.voidManifestClassPathProcessor.deploy(DeploymentPhaseContext phaseContext) We only allow a single deployment at a time to be run through the class path processor.voidManifestDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) Process the deployment root for module dependency information.voidManifestExtensionListProcessor.deploy(DeploymentPhaseContext phaseContext) Perform a single step in processing the deployment phase.voidManifestExtensionNameProcessor.deploy(DeploymentPhaseContext phaseContext) Perform a single step in processing the deployment phase.voidModuleClassPathProcessor.deploy(DeploymentPhaseContext phaseContext) voidModuleDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) Process the deployment root for module dependency information.voidModuleExtensionListProcessor.deploy(DeploymentPhaseContext phaseContext) Perform a single step in processing the deployment phase.voidModuleExtensionNameProcessor.deploy(DeploymentPhaseContext phaseContext) Perform a single step in processing the deployment phase.voidModuleIdentifierProcessor.deploy(DeploymentPhaseContext phaseContext) voidModuleSpecProcessor.deploy(DeploymentPhaseContext phaseContext) voidServerDependenciesProcessor.deploy(DeploymentPhaseContext phaseContext) voidSubDeploymentDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) static ManifestManifestAttachmentProcessor.getManifest(ResourceRoot resourceRoot) -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment.module.descriptor
Methods in org.jboss.as.server.deployment.module.descriptor that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidDeploymentStructureDescriptorParser.deploy(DeploymentPhaseContext phaseContext) -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment.reflect
Methods in org.jboss.as.server.deployment.reflect that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidCleanupReflectionIndexProcessor.deploy(DeploymentPhaseContext phaseContext) Perform a single step in processing the deployment phase.voidInstallReflectionIndexProcessor.deploy(DeploymentPhaseContext phaseContext) static MethodClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex, Class<?> clazz, Method method) Finds and returns a method corresponding to the passedmethod, which may be declared in the super class of the passedclassReflectionIndex.static MethodClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex, Class<?> clazz, org.jboss.invocation.proxy.MethodIdentifier methodIdentifier) Finds and returns a method corresponding to the passedmethodIdentifier. -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.deployment.service
Methods in org.jboss.as.server.deployment.service that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionvoidServiceActivatorDependencyProcessor.deploy(DeploymentPhaseContext phaseContext) Add the dependencies if the deployment contains a service activator loader entry.voidServiceActivatorProcessor.deploy(DeploymentPhaseContext phaseContext) If the deployment has a module attached it will ask the module to load the ServiceActivator services. -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.logging
Methods in org.jboss.as.server.logging that return DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionServerLogger_$logger.deploymentIndexingFailed(Throwable cause) ServerLogger.deploymentIndexingFailed(Throwable cause) ServerLogger_$logger.deploymentMountFailed(IOException cause) ServerLogger.deploymentMountFailed(IOException cause) ServerLogger_$logger.deploymentOverlayFailed(Exception cause, String contentOverlay, String file) ServerLogger.deploymentOverlayFailed(Exception cause, String contentOverlay, String file) ServerLogger_$logger.deploymentStructureFileNotFound(File file) ServerLogger.deploymentStructureFileNotFound(File file) ServerLogger_$logger.equivalentNamespacesInJBossXml(QName key, QName s) ServerLogger.equivalentNamespacesInJBossXml(QName key, QName s) ServerLogger_$logger.errorLoadingDeploymentStructureFile(String path, XMLStreamException cause) ServerLogger.errorLoadingDeploymentStructureFile(String path, XMLStreamException cause) ServerLogger_$logger.errorLoadingJBossXmlFile(String path, XMLStreamException e) ServerLogger.errorLoadingJBossXmlFile(String path, XMLStreamException e) ServerLogger_$logger.failedToCreateVFSResourceLoader(String resourceRoot, IOException cause) ServerLogger.failedToCreateVFSResourceLoader(String resourceRoot, IOException cause) ServerLogger_$logger.failedToGetManifest(org.jboss.vfs.VirtualFile file, IOException cause) ServerLogger.failedToGetManifest(org.jboss.vfs.VirtualFile file, IOException cause) ServerLogger_$logger.failedToInstantiateClassTransformer(String clazz, Exception cause) ServerLogger.failedToInstantiateClassTransformer(String clazz, Exception cause) ServerLogger_$logger.failedToReadVirtualFile(org.jboss.vfs.VirtualFile file, IOException cause) ServerLogger.failedToReadVirtualFile(org.jboss.vfs.VirtualFile file, IOException cause) ServerLogger_$logger.noDeploymentRepositoryAvailable()ServerLogger.noDeploymentRepositoryAvailable()ServerLogger_$logger.noMethodFound(org.jboss.invocation.proxy.MethodIdentifier method, Class<?> clazz) ServerLogger.noMethodFound(org.jboss.invocation.proxy.MethodIdentifier method, Class<?> clazz) ServerLogger_$logger.noModuleIdentifier(String deploymentUnitName) ServerLogger.noModuleIdentifier(String deploymentUnitName) ServerLogger_$logger.requiredServiceNotUp(org.jboss.msc.service.ServiceName serviceName, org.jboss.msc.service.ServiceController.State state) ServerLogger.requiredServiceNotUp(org.jboss.msc.service.ServiceName serviceName, org.jboss.msc.service.ServiceController.State state) ServerLogger_$logger.staticModuleIndexingFailed(String moduleId, Throwable cause) ServerLogger.staticModuleIndexingFailed(String moduleId, Throwable cause) ServerLogger_$logger.subdeploymentNotFound(String path, StringBuilder subdeployments) ServerLogger.subdeploymentNotFound(String path, StringBuilder subdeployments) -
Uses of DeploymentUnitProcessingException in org.jboss.as.server.security
Methods in org.jboss.as.server.security that throw DeploymentUnitProcessingExceptionModifier and TypeMethodDescriptionstatic VirtualDomainMetaDataVirtualDomainUtil.configureVirtualDomain(DeploymentPhaseContext phaseContext, DeploymentUnit deploymentUnit, org.wildfly.security.auth.server.SecurityDomain.Builder virtualDomainBuilder) static VirtualDomainMetaDataVirtualDomainUtil.getVirtualDomainMetaData(DeploymentUnit deploymentUnit) static booleanVirtualDomainUtil.isVirtualDomainCreated(DeploymentUnit deploymentUnit)