public class WeldComponentService extends Object implements org.jboss.msc.Service
| Constructor and Description |
|---|
WeldComponentService(Supplier<WeldBootstrapService> weldContainerSupplier,
Class<?> componentClass,
String ejbName,
Set<Class<?>> interceptorClasses,
ClassLoader classLoader,
String beanDeploymentArchiveId,
boolean delegateProduce,
ComponentDescription componentDescription,
boolean isComponentWithView) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.InjectionTarget |
getInjectionTarget() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public WeldComponentService(Supplier<WeldBootstrapService> weldContainerSupplier, Class<?> componentClass, String ejbName, Set<Class<?>> interceptorClasses, ClassLoader classLoader, String beanDeploymentArchiveId, boolean delegateProduce, ComponentDescription componentDescription, boolean isComponentWithView)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic javax.enterprise.inject.spi.InjectionTarget getInjectionTarget()
Copyright © 2021 JBoss by Red Hat. All rights reserved.