public class WeldComponentService extends Object implements org.jboss.msc.service.Service<WeldComponentService>
| Constructor and Description |
|---|
WeldComponentService(Class<?> componentClass,
String ejbName,
Set<Class<?>> interceptorClasses,
ClassLoader classLoader,
String beanDeploymentArchiveId,
boolean delegateProduce,
ComponentDescription componentDescription,
boolean isComponentWithView) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.weld.injection.WeldInjectionContext |
createInjectionContext() |
javax.enterprise.inject.spi.InjectionTarget |
getInjectionTarget() |
WeldComponentService |
getValue() |
org.jboss.msc.value.InjectedValue<WeldBootstrapService> |
getWeldContainer() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public WeldComponentService(Class<?> componentClass, String ejbName, Set<Class<?>> interceptorClasses, ClassLoader classLoader, String beanDeploymentArchiveId, boolean delegateProduce, ComponentDescription componentDescription, boolean isComponentWithView)
public org.jboss.as.weld.injection.WeldInjectionContext createInjectionContext()
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 WeldComponentService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<WeldComponentService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<WeldBootstrapService> getWeldContainer()
public javax.enterprise.inject.spi.InjectionTarget getInjectionTarget()
Copyright © 2018 JBoss by Red Hat. All rights reserved.