Class EjbComponentIntegrator
java.lang.Object
org.jboss.as.weld.deployment.processors.EjbComponentIntegrator
- All Implemented Interfaces:
ComponentIntegrator
- Author:
- Martin Kouba
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.weld.spi.ComponentIntegrator
ComponentIntegrator.DefaultInterceptorIntegrationAction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintegrate(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) booleanisBeanNameRequired(ComponentDescription description) booleanisComponentWithView(ComponentDescription description)
-
Constructor Details
-
EjbComponentIntegrator
public EjbComponentIntegrator()
-
-
Method Details
-
isBeanNameRequired
- Specified by:
isBeanNameRequiredin interfaceComponentIntegrator
-
isComponentWithView
- Specified by:
isComponentWithViewin interfaceComponentIntegrator
-
integrate
public 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) - Specified by:
integratein interfaceComponentIntegrator
-