Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
ApplicationClientComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
DeploymentUnitProcessingException |
EeMessages.cannotLoadViewClass(Throwable cause,
String className,
ComponentConfiguration component)
Creates an exception indicating the view class, represented by the
className parameter, for the
component. |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
ComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
ComponentConfiguration |
ViewConfiguration.getComponentConfiguration()
Get the component configuration for this view.
|
Modifier and Type | Method and Description |
---|---|
Collection<ComponentConfiguration> |
EEModuleConfiguration.getComponentConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentRegistry.addComponent(ComponentConfiguration componentConfiguration) |
void |
EEModuleConfiguration.addComponentConfiguration(ComponentConfiguration configuration) |
void |
ViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
void |
NamespaceViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
ComponentConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
void |
NamespaceConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration)
Apply this configurator to the given component configuration.
|
BasicComponentCreateService |
ComponentCreateServiceFactory.constructService(ComponentConfiguration configuration)
Construct a new component creation service from the given configuration.
|
ViewConfiguration |
ViewDescription.createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
Creates view configuration.
|
protected void |
AbstractComponentConfigurator.mergeInjectionsForClass(Class<?> clazz,
Class<?> actualClass,
EEModuleClassDescription classDescription,
EEModuleDescription moduleDescription,
DeploymentReflectionIndex deploymentReflectionIndex,
ComponentDescription description,
ComponentConfiguration configuration,
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.
|
protected boolean |
BasicComponentCreateService.requiresInterceptors(Method method,
ComponentConfiguration componentConfiguration) |
Constructor and Description |
---|
BasicComponentCreateService(ComponentConfiguration componentConfiguration)
Construct a new instance.
|
ViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.msc.service.ServiceName viewServiceName,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ComponentInstallProcessor.deployComponent(DeploymentPhaseContext phaseContext,
ComponentConfiguration configuration,
List<org.jboss.msc.service.ServiceName> jndiDependencies,
org.jboss.msc.service.ServiceName bindingDependencyService) |
Modifier and Type | Method and Description |
---|---|
void |
EJBContainerInterceptorsViewConfigurator.configure(DeploymentPhaseContext deploymentPhaseContext,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
void |
EJBValidationConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration) |
ViewConfiguration |
EJBViewDescription.createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory) |
protected boolean |
EJBComponentCreateService.requiresInterceptors(Method method,
ComponentConfiguration componentConfiguration) |
Constructor and Description |
---|
EJBComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions applicationExceptions)
Construct a new instance.
|
EJBViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.msc.service.ServiceName viewServiceName,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory,
MethodIntf methodIntf) |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
EntityBeanComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
protected ComponentConfiguration |
EntityBeanComponentDescription.createEntityBeanConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
void |
EntityBeanHomeViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
EntityBeanObjectViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
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.
|
Constructor and Description |
---|
EntityBeanComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration) |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
MessageDrivenComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
BasicComponentCreateService |
MessageDrivenComponentCreateServiceFactory.constructService(ComponentConfiguration configuration) |
Constructor and Description |
---|
MessageDrivenComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
Class<?> messageListenerInterface)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionBeanObjectViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
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) |
Constructor and Description |
---|
SessionBeanComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
SingletonComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
BasicComponentCreateService |
SingletonComponentCreateServiceFactory.constructService(ComponentConfiguration configuration) |
Constructor and Description |
---|
SingletonComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
boolean initOnStartup,
List<org.jboss.msc.service.ServiceName> dependsOn) |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
StatefulComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
BasicComponentCreateService |
StatefulComponentCreateServiceFactory.constructService(ComponentConfiguration configuration) |
protected void |
StatefulSessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected void |
StatefulSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Constructor and Description |
---|
StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
org.jboss.msc.value.Value<CacheFactory> cacheFactory)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
StatelessComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
BasicComponentCreateService |
StatelessComponentCreateServiceFactory.constructService(ComponentConfiguration configuration) |
protected void |
StatelessSessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected void |
StatelessSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Constructor and Description |
---|
StatelessSessionComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
EJBRemoteTransactionsViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
EJBSecurityViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
void |
EjbJaccConfigurator.configure(DeploymentPhaseContext context,
ComponentDescription description,
ComponentConfiguration configuration) |
Constructor and Description |
---|
EJBSecurityMetaData(ComponentConfiguration componentConfiguration) |
Modifier and Type | Method and Description |
---|---|
static EJBComponentType |
EJBComponentType.getComponentType(ComponentConfiguration componentConfiguration) |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
ServiceComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
WSComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Constructor and Description |
---|
WSComponentCreateService(ComponentConfiguration componentConfiguration) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.