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 |
NamespaceViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
ViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given 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 |
EJBContainerInterceptorsViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
SessionBeanObjectViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
protected abstract void |
SessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
protected abstract void |
SessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected void |
StatefulSessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
protected void |
StatefulSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
protected void |
StatelessSessionBeanObjectViewConfigurator.handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
protected void |
StatelessSessionBeanObjectViewConfigurator.handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex index,
Method method) |
Modifier and Type | Method and Description |
---|---|
void |
CompressionHintViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
EJBRemoteTransactionsViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
EJBSecurityViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.