Class EjbComponentIntegrator
- java.lang.Object
-
- org.jboss.as.weld.deployment.processors.EjbComponentIntegrator
-
- All Implemented Interfaces:
ComponentIntegrator
public class EjbComponentIntegrator extends Object implements ComponentIntegrator
- Author:
- Martin Kouba
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.weld.spi.ComponentIntegrator
ComponentIntegrator.DefaultInterceptorIntegrationAction
-
-
Constructor Summary
Constructors Constructor Description EjbComponentIntegrator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanintegrate(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)
-
-
-
Method Detail
-
isBeanNameRequired
public boolean isBeanNameRequired(ComponentDescription description)
- Specified by:
isBeanNameRequiredin interfaceComponentIntegrator
-
isComponentWithView
public boolean isComponentWithView(ComponentDescription description)
- 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
-
-