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 viewConstructor and Description |
---|
EJBRemoteTransactionsViewConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription viewDescription,
ViewConfiguration viewConfiguration)
Apply this configurator to the given configuration.
|
public EJBRemoteTransactionsViewConfigurator()
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription viewDescription, ViewConfiguration viewConfiguration) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
ViewConfigurator
configure
in interface ViewConfigurator
context
- the deployment phase contextcomponentConfiguration
- the completed component configurationviewDescription
- the completed view descriptionviewConfiguration
- the view configuration to build on toorg.jboss.as.server.deployment.DeploymentUnitProcessingException
- if configuration failsCopyright © 2017 JBoss by Red Hat. All rights reserved.