public interface ComponentDescriptionProcessor
Processors may be stateful and are not suitable for sharing between threads.
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasBeanComponents(org.jboss.as.server.deployment.module.ResourceRoot resourceRoot) |
void |
processComponentDescription(org.jboss.as.server.deployment.module.ResourceRoot resourceRoot,
ComponentDescription component) |
void |
registerComponents(org.jboss.as.server.deployment.module.ResourceRoot resourceRoot,
WildFlyBeanDeploymentArchive beanDeploymentArchive,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex reflectionIndex) |
void processComponentDescription(org.jboss.as.server.deployment.module.ResourceRoot resourceRoot,
ComponentDescription component)
description - boolean hasBeanComponents(org.jboss.as.server.deployment.module.ResourceRoot resourceRoot)
resourceRoot - true if any components were previously processed by this handler, false otherwiseprocessComponentDescription(ResourceRoot, ComponentDescription)void registerComponents(org.jboss.as.server.deployment.module.ResourceRoot resourceRoot,
WildFlyBeanDeploymentArchive beanDeploymentArchive,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex reflectionIndex)
beanDeploymentArchive - Copyright © 2019 JBoss by Red Hat. All rights reserved.