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(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
ViewConfigurator.configure(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)
|
protected void |
EJBComponentDescription.setupClientViewInterceptors(ViewDescription view) |
protected void |
EJBComponentDescription.setupSecurityInterceptors(ViewDescription view) |
Modifier and Type | Method and Description |
---|---|
protected void |
EntityBeanComponentDescription.addCurrentInvocationContextFactory(ViewDescription view) |
void |
EntityBeanHomeViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
void |
EntityBeanObjectViewConfigurator.configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
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(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration) |
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) |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
WeldMessages.moreThanOneEjbResolved(javax.ejb.EJB ejb,
Member member,
Set<ViewDescription> viewService) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.