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 |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionBeanComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex)
Process annotations and merge any available metadata at the same time.
|
protected abstract void |
EJBComponentDescriptionFactory.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 |
AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
MessageDrivenComponentDescriptionFactory.processAnnotations(DeploymentUnit deploymentUnit,
CompositeIndex compositeIndex) |
protected void |
ImplicitLocalViewProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
TimerServiceJndiBindingProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
SessionBeanHomeProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
EjbContextJndiBindingProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
Modifier and Type | Field and Description |
---|---|
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) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.