Package | Description |
---|---|
org.jboss.as.ee.component.deployers | |
org.jboss.as.ee.metadata | |
org.jboss.as.ejb3.deployment.processors | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
org.jboss.as.server.deployment.annotation | |
org.jboss.as.server.moduleservice | |
org.jboss.as.webservices.util | |
org.jboss.as.weld.discovery |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractComponentConfigProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription)
Process the component configuration instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ClassAnnotationInformation<A,T>> |
ClassAnnotationInformationFactory.createAnnotationInformation(CompositeIndex index,
boolean replacement) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
EJBComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex)
Process annotations and merge any available metadata at the same time.
|
protected void |
AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
SessionBeanComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex)
Process annotations and merge any available metadata at the same time.
|
protected void |
AbstractDeploymentUnitProcessor.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
MessageDrivenComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
TimerServiceJndiBindingProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
ImplicitLocalViewProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
EjbContextJndiBindingProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
SessionBeanHomeProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Map<org.jboss.modules.ModuleIdentifier,CompositeIndex>> |
Attachments.ADDITIONAL_ANNOTATION_INDEXES_BY_MODULE |
static AttachmentKey<CompositeIndex> |
Attachments.COMPOSITE_ANNOTATION_INDEX
The composite annotation index for this deployment.
|
Constructor and Description |
---|
CompositeIndex(CompositeIndex... indexes) |
Modifier and Type | Method and Description |
---|---|
static CompositeIndex |
ModuleIndexBuilder.buildCompositeIndex(org.jboss.modules.Module module) |
CompositeIndex |
ModuleIndexService.getIndex(org.jboss.modules.Module module) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ASHelper.isJaxwsEndpoint(org.jboss.jandex.ClassInfo clazz,
CompositeIndex index) |
static boolean |
ASHelper.isJaxwsEndpoint(EEModuleClassDescription classDescription,
CompositeIndex index) |
static boolean |
ASHelper.isJaxwsService(org.jboss.jandex.ClassInfo current,
CompositeIndex index) |
Constructor and Description |
---|
WeldAnnotationDiscovery(CompositeIndex index) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.