Modifier and Type | Class and Description |
---|---|
class |
CmpEntityBeanComponentDescription |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AttachmentList<ComponentDescription>> |
Attachments.ADDITIONAL_RESOLVABLE_COMPONENTS
Additional (remote) components that can be resolved but are not installed.
|
Modifier and Type | Method and Description |
---|---|
ComponentDescription |
EEModuleDescription.getComponentByName(String name) |
ComponentDescription |
ViewDescription.getComponentDescription()
Get the associated component description.
|
ComponentDescription |
ComponentConfiguration.getComponentDescription()
Get the component description.
|
Modifier and Type | Method and Description |
---|---|
Collection<ComponentDescription> |
EEModuleDescription.getComponentDescriptions() |
Set<ComponentDescription> |
EEApplicationDescription.getComponents(String componentName,
org.jboss.vfs.VirtualFile deploymentRoot)
Get all components in the application that have the given name
|
List<ComponentDescription> |
EEModuleDescription.getComponentsByClassName(String className) |
Modifier and Type | Method and Description |
---|---|
void |
EEModuleDescription.addComponent(ComponentDescription description)
Add a component to this module.
|
void |
EEApplicationDescription.addComponent(ComponentDescription description,
org.jboss.vfs.VirtualFile deploymentRoot)
Add a component to this application.
|
void |
NamespaceConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
void |
ComponentConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
Constructor and Description |
---|
ComponentConfiguration(ComponentDescription componentDescription,
ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
ViewDescription(ComponentDescription componentDescription,
String viewClassName)
Construct a new instance.
|
ViewDescription(ComponentDescription componentDescription,
String viewClassName,
boolean defaultConfiguratorRequired)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractComponentConfigProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription)
Process the component configuration instance.
|
protected abstract List<BindingConfiguration> |
AbstractDeploymentDescriptorBindingsProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
protected List<BindingConfiguration> |
ResourceReferenceProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
DataSourceDefinitionDeploymentDescriptorParser.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
EjbMessages.failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components)
Creates an exception indicating more than one EJB called referenced by @DependsOn annotation in Components
|
Modifier and Type | Class and Description |
---|---|
class |
EJBComponentDescription |
Constructor and Description |
---|
EjbHomeViewDescription(ComponentDescription componentDescription,
String viewClassName,
MethodIntf methodIntf) |
EJBViewDescription(ComponentDescription componentDescription,
String viewClassName,
MethodIntf methodIntf,
boolean ejb2xView) |
Modifier and Type | Class and Description |
---|---|
class |
EntityBeanComponentDescription
Description of an old school entity bean.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageDrivenComponentDescription |
Modifier and Type | Class and Description |
---|---|
class |
SessionBeanComponentDescription |
Modifier and Type | Class and Description |
---|---|
class |
SingletonComponentDescription
Component description for a singleton bean
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulComponentDescription
User: jpai
|
Modifier and Type | Class and Description |
---|---|
class |
StatelessComponentDescription
User: jpai
|
Modifier and Type | Method and Description |
---|---|
protected void |
SessionBeanHomeProcessor.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 |
TimerServiceJndiBindingProcessor.processComponentConfig(DeploymentUnit deploymentUnit,
DeploymentPhaseContext phaseContext,
CompositeIndex index,
ComponentDescription componentDescription) |
protected List<BindingConfiguration> |
EjbRefProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses)
Resolves ejb-ref and ejb-local-ref elements
|
Modifier and Type | Method and Description |
---|---|
void |
EjbJaccConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
PersistenceRefProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Class and Description |
---|---|
class |
WebComponentDescription |
Constructor and Description |
---|
ManagedBeanComponentInstantiator(DeploymentUnit deploymentUnit,
ComponentDescription componentDescription) |
WebComponentInstantiator(DeploymentUnit deploymentUnit,
ComponentDescription componentDescription) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.