Uses of Class
org.jboss.as.weld.WeldBootstrapService
-
Packages that use WeldBootstrapService Package Description org.jboss.as.weld org.jboss.as.weld.ejb org.jboss.as.weld.injection org.jboss.as.weld.interceptors org.jboss.as.weld.services -
-
Uses of WeldBootstrapService in org.jboss.as.weld
Constructor parameters in org.jboss.as.weld with type arguments of type WeldBootstrapService Constructor Description WeldBootstrapService(WeldDeployment deployment, org.jboss.weld.bootstrap.api.Environment environment, String deploymentName, Consumer<WeldBootstrapService> weldBootstrapServiceConsumer, Supplier<org.jboss.weld.manager.api.ExecutorServices> executorServicesSupplier, Supplier<ExecutorService> serverExecutorSupplier, Supplier<org.jboss.weld.security.spi.SecurityServices> securityServicesSupplier, Supplier<org.jboss.weld.transaction.spi.TransactionServices> weldTransactionServicesSupplier, org.jboss.msc.service.ServiceName deploymentServiceName, org.jboss.msc.service.ServiceName weldBootstrapServiceName)WeldStartCompletionService(Supplier<WeldBootstrapService> bootstrapSupplier, List<org.jboss.as.server.deployment.SetupAction> setupActions, ClassLoader classLoader)WeldStartService(Supplier<WeldBootstrapService> bootstrapSupplier, List<org.jboss.as.server.deployment.SetupAction> setupActions, ClassLoader classLoader, org.jboss.msc.service.ServiceName deploymentServiceName) -
Uses of WeldBootstrapService in org.jboss.as.weld.ejb
Constructor parameters in org.jboss.as.weld.ejb with type arguments of type WeldBootstrapService Constructor Description WeldInterceptorBindingsService(Consumer<org.jboss.weld.ejb.spi.InterceptorBindings> interceptorBindingsConsumer, Supplier<WeldBootstrapService> weldContainerSupplier, String beanArchiveId, String ejbName, Class<?> componentClass, ComponentInterceptorSupport componentInterceptorSupport) -
Uses of WeldBootstrapService in org.jboss.as.weld.injection
Constructor parameters in org.jboss.as.weld.injection with type arguments of type WeldBootstrapService Constructor Description WeldComponentService(Supplier<WeldBootstrapService> weldContainerSupplier, Class<?> componentClass, String ejbName, Set<Class<?>> interceptorClasses, ClassLoader classLoader, String beanDeploymentArchiveId, boolean delegateProduce, ComponentDescription componentDescription, boolean isComponentWithView) -
Uses of WeldBootstrapService in org.jboss.as.weld.interceptors
Constructor parameters in org.jboss.as.weld.interceptors with type arguments of type WeldBootstrapService Constructor Description Jsr299BindingsCreateInterceptor(Supplier<WeldBootstrapService> weldContainerSupplier, Supplier<org.jboss.weld.ejb.spi.InterceptorBindings> interceptorBindingsSupplier, String beanArchiveId, String ejbName, ComponentInterceptorSupport interceptorSupport) -
Uses of WeldBootstrapService in org.jboss.as.weld.services
Constructor parameters in org.jboss.as.weld.services with type arguments of type WeldBootstrapService Constructor Description BeanManagerService(String beanDeploymentArchiveId, Consumer<javax.enterprise.inject.spi.BeanManager> beanManagerConsumer, Supplier<WeldBootstrapService> weldContainerSupplier)
-