public class EjbComponentIntegrator extends Object implements ComponentIntegrator
ComponentIntegrator.DefaultInterceptorIntegrationAction| Constructor and Description |
|---|
EjbComponentIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
integrate(org.jboss.msc.service.ServiceName beanManagerServiceName,
org.jboss.as.ee.component.ComponentConfiguration configuration,
org.jboss.as.ee.component.ComponentDescription description,
org.jboss.msc.service.ServiceBuilder<?> weldComponentServiceBuilder,
Supplier<org.jboss.msc.service.ServiceName> bindingServiceNameSupplier,
ComponentIntegrator.DefaultInterceptorIntegrationAction integrationAction,
ComponentInterceptorSupport interceptorSupport) |
boolean |
isBeanNameRequired(org.jboss.as.ee.component.ComponentDescription description) |
boolean |
isComponentWithView(org.jboss.as.ee.component.ComponentDescription description) |
public boolean isBeanNameRequired(org.jboss.as.ee.component.ComponentDescription description)
isBeanNameRequired in interface ComponentIntegratorpublic boolean isComponentWithView(org.jboss.as.ee.component.ComponentDescription description)
isComponentWithView in interface ComponentIntegratorpublic boolean integrate(org.jboss.msc.service.ServiceName beanManagerServiceName,
org.jboss.as.ee.component.ComponentConfiguration configuration,
org.jboss.as.ee.component.ComponentDescription description,
org.jboss.msc.service.ServiceBuilder<?> weldComponentServiceBuilder,
Supplier<org.jboss.msc.service.ServiceName> bindingServiceNameSupplier,
ComponentIntegrator.DefaultInterceptorIntegrationAction integrationAction,
ComponentInterceptorSupport interceptorSupport)
integrate in interface ComponentIntegratorCopyright © 2020 JBoss by Red Hat. All rights reserved.