Modifier and Type | Class and Description |
---|---|
class |
ApplicationClientComponentDescription |
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.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 |
ComponentConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
void |
NamespaceConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
protected void |
AbstractComponentConfigurator.mergeInjectionsForClass(Class<?> clazz,
Class<?> actualClass,
EEModuleClassDescription classDescription,
EEModuleDescription moduleDescription,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
ComponentDescription description,
ComponentConfiguration configuration,
org.jboss.as.server.deployment.DeploymentPhaseContext context,
Deque<org.jboss.invocation.InterceptorFactory> injectors,
Object instanceKey,
Deque<org.jboss.invocation.InterceptorFactory> uninjectors,
boolean metadataComplete)
Sets up all resource injections for a class.
|
static InterceptorClassDescription |
ComponentDescription.mergeInterceptorConfig(Class<?> clazz,
EEModuleClassDescription classDescription,
ComponentDescription description,
boolean metadataComplete) |
Constructor and Description |
---|
ComponentConfiguration(ComponentDescription componentDescription,
org.jboss.as.server.deployment.reflect.ClassReflectionIndex 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(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.as.server.deployment.annotation.CompositeIndex index,
ComponentDescription componentDescription)
Process the component configuration instance.
|
protected abstract List<BindingConfiguration> |
AbstractDeploymentDescriptorBindingsProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
protected List<BindingConfiguration> |
ResourceReferenceProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedBeanComponentDescription
Component descriptor for
ManagedBean managed beans. |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
ResourceDefinitionDescriptorProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Class and Description |
---|---|
class |
EJBComponentDescription |
Modifier and Type | Method and Description |
---|---|
void |
EJBValidationConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration) |
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 |
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 |
EjbContextJndiBindingProcessor.processComponentConfig(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.as.server.deployment.annotation.CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
SessionBeanHomeProcessor.processComponentConfig(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.as.server.deployment.annotation.CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
TimerServiceJndiBindingProcessor.processComponentConfig(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.as.server.deployment.annotation.CompositeIndex index,
ComponentDescription componentDescription) |
protected void |
ImplicitLocalViewProcessor.processComponentConfig(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext,
org.jboss.as.server.deployment.annotation.CompositeIndex index,
ComponentDescription componentDescription) |
protected List<BindingConfiguration> |
EjbRefProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses)
Resolves ejb-ref and ejb-local-ref elements
|
Modifier and Type | Method and Description |
---|---|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
EjbLogger.failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components)
Creates an exception indicating more than one EJB called referenced by @DependsOn annotation in Components
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
EjbLogger_$logger.failToCallEjbRefByDependsOn(String annotationValue,
String componentClassName,
Set<ComponentDescription> components) |
Modifier and Type | Method and Description |
---|---|
void |
EjbJaccConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
PersistenceRefProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceComponentDescription |
Constructor and Description |
---|
ServiceComponentInstantiator(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit,
ComponentDescription componentDescription) |
Modifier and Type | Class and Description |
---|---|
class |
WebComponentDescription |
Modifier and Type | Class and Description |
---|---|
class |
WSComponentDescription |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
WSRefDDProcessor.processDescriptorEntries(org.jboss.as.server.deployment.DeploymentUnit unit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Constructor and Description |
---|
WeldComponentService(Class<?> componentClass,
String ejbName,
Set<Class<?>> interceptorClasses,
ClassLoader classLoader,
String beanDeploymentArchiveId,
boolean delegateProduce,
ComponentDescription componentDescription) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Utils.isComponentWithView(ComponentDescription component) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.