Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
ApplicationClientComponentDescription.createConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
CmpEntityBeanComponentDescription.createEntityBeanConfiguration(ClassIndex classIndex,
ClassLoader moduleClassLoader,
org.jboss.modules.ModuleLoader moduleLoader) |
Modifier and Type | Method and Description |
---|---|
protected void |
CmpEntityBeanObjectViewConfigurator.handleNonBeanMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Constructor and Description |
---|
CmpEntityBeanComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions applicationExceptions) |
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 |
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.
|
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,
Set<org.jboss.msc.service.ServiceName> dependencies,
org.jboss.msc.service.ServiceName bindingDependencyService) |
Modifier and Type | Method and Description |
---|---|
ViewConfiguration |
EJBViewDescription.createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory) |
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 |
EntityBeanObjectViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
EntityBeanHomeViewConfigurator.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)
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)
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) |
Constructor and Description |
---|
WeldInjectionInterceptor.Factory(ComponentConfiguration configuration,
Set<Class<?>> interceptorClasses) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.