Modifier and Type | Method and Description |
---|---|
Set<ViewDescription> |
EEApplicationDescription.getComponents(String componentName,
String viewName,
org.jboss.vfs.VirtualFile deploymentRoot)
Get all views in the application that have the given name and view type
|
Set<ViewDescription> |
EEApplicationDescription.getComponentsForViewName(String viewType,
org.jboss.vfs.VirtualFile deploymentRoot)
Get all views that have the given type in the application
|
Set<ViewDescription> |
ComponentDescription.getViews()
Get the list of views which apply to 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.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbHomeViewDescription |
class |
EJBViewDescription
EJB specific view description.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
EJBComponentDescription.addCurrentInvocationContextFactory(ViewDescription view)
Setup the current invocation context interceptor, which will be used during the invocation on the view (methods)
|
void |
EJBContainerInterceptorsViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext deploymentPhaseContext,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration) |
protected void |
EJBComponentDescription.setupClientViewInterceptors(ViewDescription view) |
protected void |
EJBComponentDescription.setupSecurityInterceptors(ViewDescription view) |
Modifier and Type | Method and Description |
---|---|
protected void |
MessageDrivenComponentDescription.addCurrentInvocationContextFactory(ViewDescription view) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionBeanComponentDescription.addCurrentInvocationContextFactory(ViewDescription view) |
protected static void |
SessionBeanComponentDescription.addTxManagementInterceptorForView(ViewDescription view)
Sets up the transaction management interceptor for all methods of the passed view.
|
void |
SessionBeanObjectViewConfigurator.configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
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) |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
WeldLogger_$logger.moreThanOneEjbResolved(javax.ejb.EJB ejb,
Member member,
Set<ViewDescription> viewService) |
IllegalStateException |
WeldLogger.moreThanOneEjbResolved(javax.ejb.EJB ejb,
Member member,
Set<ViewDescription> viewService) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.weld.injection.spi.ResourceReferenceFactory<Object> |
WeldEjbInjectionServices.createLazyResourceReferenceFactory(ViewDescription viewDescription) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.