Modifier and Type | Method and Description |
---|---|
protected void |
CmpEntityBeanObjectViewConfigurator.handleNonBeanMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected void |
CmpEntityMetaDataProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
CmpEntityBeanComponentDescription description) |
protected void |
CmpEntityMetaDataProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
CmpEntityBeanComponentDescription description) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
ResourceReferenceProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
protected abstract List<BindingConfiguration> |
AbstractDeploymentDescriptorBindingsProcessor.processDescriptorEntries(DeploymentUnit deploymentUnit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
protected Class<?> |
AbstractDeploymentDescriptorBindingsProcessor.processInjectionTargets(ResourceInjectionTarget resourceInjectionTarget,
InjectionSource injectionSource,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
org.jboss.metadata.javaee.spec.ResourceInjectionMetaData entry,
Class<?> classType)
Processes the injection targets of a resource binding
|
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 |
---|---|
static <A extends Annotation,T> |
MethodAnnotationAggregator.runtimeAnnotationInformation(Class<?> componentClass,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex index,
Class<A> annotationType) |
static <A extends Annotation,T> |
MethodAnnotationAggregator.runtimeAnnotationPresent(Class<?> componentClass,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex index,
Class<A> annotationType) |
Modifier and Type | Method and Description |
---|---|
static AccessibleObject |
InjectionUtils.getInjectionTarget(String injectionTargetClassName,
String injectionTargetName,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
EntityBeanObjectViewConfigurator.handleNonBeanMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method)
Handle method found on the view that is not implemented by the entity bean impl.
|
protected Method |
EntityBeanHomeViewConfigurator.resolveEjbFinderMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
Method method,
String ejbName,
org.jboss.metadata.ejb.spec.PersistenceType persistenceType) |
protected Method |
EntityBeanHomeViewConfigurator.resolveEjbHomeBusinessMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
Method method,
String ejbName) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected abstract void |
SessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected Method |
SessionBeanObjectViewConfigurator.resolveRemoveMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
String ejbName) |
Modifier and Type | Method and Description |
---|---|
protected void |
StatefulSessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected void |
StatefulSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected void |
StatelessSessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected void |
StatelessSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static Method |
MethodResolutionUtils.resolveMethod(org.jboss.metadata.ejb.spec.MethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Method |
MethodResolutionUtils.resolveMethod(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Method |
MethodResolutionUtils.resolveMethod(String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Collection<Method> |
MethodResolutionUtils.resolveMethods(org.jboss.metadata.ejb.spec.NamedMethodMetaData methodData,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
static Collection<Method> |
MethodResolutionUtils.resolveMethods(String methodName,
org.jboss.metadata.ejb.spec.MethodParametersMetaData parameters,
Class<?> componentClass,
DeploymentReflectionIndex reflectionIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransactionAttributeMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
SecurityRolesMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
SecurityDomainMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
RunAsMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
DeclareRolesMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
TransactionManagementMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
MethodPermissionsMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
ClusteredMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription ejbComponentDescription) |
protected void |
TimerMethodMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
ResourceAdaptorMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
MessageDrivenComponentDescription componentConfiguration) |
protected void |
SessionBeanMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
ConcurrencyManagementMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration) |
protected void |
AsynchronousMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
EjbConcurrencyMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration) |
protected void |
EjbDependsOnMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SingletonComponentDescription description) |
protected void |
StartupMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SingletonComponentDescription description) |
protected void |
RemoveMethodMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
StatefulTimeoutMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
CacheMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
SessionSynchronizationMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
InitMethodMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected abstract void |
AbstractMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description)
Handle annotations relating to the component that have been found in the deployment.
|
protected void |
AbstractPoolMergingProcessor.handleAnnotations(DeploymentUnit deploymentUnit,
EEApplicationClasses applicationClasses,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description) |
protected void |
TransactionAttributeMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
SecurityRolesMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription ejbComponentDescription) |
protected void |
SecurityDomainMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
RunAsMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
DeclareRolesMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
TransactionManagementMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
MethodPermissionsMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription componentConfiguration) |
protected void |
ClusteredMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription ejbComponentDescription) |
protected void |
TimerMethodMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
EJBComponentDescription description) |
protected void |
ResourceAdaptorMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
MessageDrivenComponentDescription componentConfiguration) |
protected void |
SessionBeanMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
ConcurrencyManagementMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration) |
protected void |
AsynchronousMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription description) |
protected void |
EjbConcurrencyMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SessionBeanComponentDescription componentConfiguration) |
protected void |
EjbDependsOnMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SingletonComponentDescription description) |
protected void |
StartupMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
SingletonComponentDescription description) |
protected void |
RemoveMethodMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
StatefulTimeoutMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription componentConfiguration) |
protected void |
CacheMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
SessionSynchronizationMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected void |
InitMethodMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
StatefulComponentDescription description) |
protected abstract void |
AbstractMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description)
Handle the deployment descriptor
|
protected void |
AbstractPoolMergingProcessor.handleDeploymentDescriptor(DeploymentUnit deploymentUnit,
DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> componentClass,
T description) |
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 | Method and Description |
---|---|
protected void |
ParsedKernelDeploymentProcessor.describeBean(org.jboss.modules.Module module,
org.jboss.msc.service.ServiceTarget serviceTarget,
DeploymentReflectionIndex deploymentIndex,
BeanMetaDataConfig beanConfig) |
Modifier and Type | Method and Description |
---|---|
DeploymentReflectionIndex |
DefaultConfigVisitor.getReflectionIndex() |
DeploymentReflectionIndex |
ConfigVisitor.getReflectionIndex()
Get reflection index.
|
Constructor and Description |
---|
DefaultConfigVisitor(org.jboss.msc.service.ServiceBuilder builder,
BeanState state,
org.jboss.modules.Module module,
DeploymentReflectionIndex index) |
DefaultConfigVisitor(org.jboss.msc.service.ServiceBuilder builder,
BeanState state,
org.jboss.modules.Module module,
DeploymentReflectionIndex index,
BeanInfo beanInfo) |
Modifier and Type | Method and Description |
---|---|
protected DeploymentReflectionIndex |
AbstractPojoPhase.getIndex() |
Modifier and Type | Method and Description |
---|---|
static Method |
Configurator.findMethod(DeploymentReflectionIndex index,
Class classInfo,
String name,
String[] paramTypes,
boolean isStatic,
boolean isPublic,
boolean strict)
Find method info
|
static Object |
BeanUtils.instantiateBean(BeanMetaDataConfig beanConfig,
BeanInfo beanInfo,
DeploymentReflectionIndex index,
org.jboss.modules.Module module)
Instantiate bean.
|
protected void |
AbstractPojoPhase.setIndex(DeploymentReflectionIndex index) |
Constructor and Description |
---|
DefaultBeanInfo(DeploymentReflectionIndex index,
Class<T> beanClass) |
DescribedPojoPhase(DeploymentReflectionIndex index,
BeanMetaDataConfig beanConfig) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<DeploymentReflectionIndex> |
Attachments.REFLECTION_INDEX
The reflection index for the deployment.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentReflectionIndex |
DeploymentReflectionIndex.create()
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Method> |
ClassReflectionIndexUtil.findAllMethods(DeploymentReflectionIndex deploymentReflectionIndex,
ClassReflectionIndex classReflectionIndex,
String methodName,
int paramCount)
Finds and returns all methods corresponding to the passed method
name and method paramCount . |
static Collection<Method> |
ClassReflectionIndexUtil.findAllMethodsByName(DeploymentReflectionIndex deploymentReflectionIndex,
ClassReflectionIndex classReflectionIndex,
String methodName)
Finds and returns all methods corresponding to the passed method
name . |
static Method |
ClassReflectionIndexUtil.findMethod(DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> clazz,
Method method)
Finds and returns a method corresponding to the passed
method , which may be declared in the super class
of the passed classReflectionIndex . |
static Method |
ClassReflectionIndexUtil.findMethod(DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> clazz,
org.jboss.invocation.proxy.MethodIdentifier methodIdentifier)
Finds and returns a method corresponding to the passed
methodIdentifier . |
static Collection<Method> |
ClassReflectionIndexUtil.findMethods(DeploymentReflectionIndex deploymentReflectionIndex,
ClassReflectionIndex classReflectionIndex,
String methodName,
String... paramTypes)
Finds and returns methods corresponding to the passed method
name and method paramTypes . |
static Method |
ClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> clazz,
Method method)
Finds and returns a method corresponding to the passed
method , which may be declared in the super class
of the passed classReflectionIndex . |
static Method |
ClassReflectionIndexUtil.findRequiredMethod(DeploymentReflectionIndex deploymentReflectionIndex,
Class<?> clazz,
org.jboss.invocation.proxy.MethodIdentifier methodIdentifier)
Finds and returns a method corresponding to the passed
methodIdentifier . |
Constructor and Description |
---|
DeploymentClassIndex(DeploymentReflectionIndex deploymentReflectionIndex,
org.jboss.modules.Module module) |
ProxyMetadataSource(DeploymentReflectionIndex index) |
Modifier and Type | Method and Description |
---|---|
protected List<BindingConfiguration> |
WSRefDDProcessor.processDescriptorEntries(DeploymentUnit unit,
DeploymentDescriptorEnvironment environment,
ResourceInjectionTarget resourceInjectionTarget,
ComponentDescription componentDescription,
ClassLoader classLoader,
DeploymentReflectionIndex deploymentReflectionIndex,
EEApplicationClasses applicationClasses) |
Constructor and Description |
---|
EjbDescriptorImpl(EJBComponentDescription componentDescription,
BeanDeploymentArchiveImpl beanDeploymentArchive,
DeploymentReflectionIndex reflectionIndex) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.