public class EJBRemoteTransactionsViewConfigurator extends Object implements ViewConfigurator
EJBRemoteTransactionPropagatingInterceptor for a (remote) view.
This view configurator does not check whether the view is remote or not. It's the responsibility
of whoever sets up this view configurator to make sure that the view being configured is a remote view| Constructor and Description |
|---|
EJBRemoteTransactionsViewConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration)
Apply this configurator to the given configuration.
|
public EJBRemoteTransactionsViewConfigurator()
public void configure(DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration) throws DeploymentUnitProcessingException
ViewConfiguratorconfigure in interface ViewConfiguratorcontext - the deployment phase contextcomponentConfiguration - the completed component configurationviewDescription - the completed view descriptionviewConfiguration - the view configuration to build on toDeploymentUnitProcessingException - if configuration failsCopyright © 2014 JBoss by Red Hat. All rights reserved.