public interface ComponentIntegrator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComponentIntegrator.DefaultInterceptorIntegrationAction
NOTE: If performed, exactly one implementation of
ComponentInterceptorSupport must be available. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
integrate(org.jboss.msc.service.ServiceName beanManagerServiceName,
ComponentConfiguration configuration,
ComponentDescription description,
org.jboss.msc.service.ServiceBuilder<?> weldComponentServiceBuilder,
Supplier<org.jboss.msc.service.ServiceName> bindingServiceNameSupplier,
ComponentIntegrator.DefaultInterceptorIntegrationAction integrationAction,
ComponentInterceptorSupport interceptorSupport) |
boolean |
isBeanNameRequired(ComponentDescription description)
Probably just for EJBs.
|
boolean |
isComponentWithView(ComponentDescription description) |
boolean isBeanNameRequired(ComponentDescription description)
true if the given description requires a bean name, false otherwiseboolean isComponentWithView(ComponentDescription description)
true if the description represents a component with view, false otherwiseboolean integrate(org.jboss.msc.service.ServiceName beanManagerServiceName,
ComponentConfiguration configuration,
ComponentDescription description,
org.jboss.msc.service.ServiceBuilder<?> weldComponentServiceBuilder,
Supplier<org.jboss.msc.service.ServiceName> bindingServiceNameSupplier,
ComponentIntegrator.DefaultInterceptorIntegrationAction integrationAction,
ComponentInterceptorSupport interceptorSupport)
beanManagerServiceName - configuration - description - weldComponentServiceBuilder - bindingServiceName - integrationAction - interceptorSupport - true if an integration was performed, false otherwiseCopyright © 2020 JBoss by Red Hat. All rights reserved.