Modifier and Type | Method and Description |
---|---|
protected void |
CmpEntityBeanObjectViewConfigurator.handleNonBeanMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
ViewConfiguration |
ViewDescription.createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory)
Creates view configuration.
|
Modifier and Type | Method and Description |
---|---|
List<ViewConfiguration> |
ComponentConfiguration.getViews()
Get the list of views for this component.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ViewService(ViewConfiguration viewConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
EJBViewConfiguration
EJB specific view configuration.
|
Modifier and Type | Method and Description |
---|---|
ViewConfiguration |
EJBViewDescription.createViewConfiguration(Class<?> viewClass,
ComponentConfiguration componentConfiguration,
org.jboss.invocation.proxy.ProxyFactory<?> proxyFactory) |
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.
|
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) |
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 |
---|---|
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) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.