public class WeldClassIntrospector extends Object implements EEClassIntrospector, org.jboss.msc.service.Service<EEClassIntrospector>
Constructor and Description |
---|
WeldClassIntrospector() |
Modifier and Type | Method and Description |
---|---|
ManagedReferenceFactory |
createFactory(Class<?> clazz) |
ManagedReference |
createInstance(Object instance) |
org.jboss.msc.value.InjectedValue<javax.enterprise.inject.spi.BeanManager> |
getBeanManager() |
EEClassIntrospector |
getValue() |
static void |
install(DeploymentUnit deploymentUnit,
org.jboss.msc.service.ServiceTarget serviceTarget) |
static org.jboss.msc.service.ServiceName |
serviceName(DeploymentUnit deploymentUnit) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public static void install(DeploymentUnit deploymentUnit, org.jboss.msc.service.ServiceTarget serviceTarget)
public static org.jboss.msc.service.ServiceName serviceName(DeploymentUnit deploymentUnit)
public ManagedReferenceFactory createFactory(Class<?> clazz)
createFactory
in interface EEClassIntrospector
public ManagedReference createInstance(Object instance)
createInstance
in interface EEClassIntrospector
public org.jboss.msc.value.InjectedValue<javax.enterprise.inject.spi.BeanManager> getBeanManager()
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<EEClassIntrospector>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext stopContext)
stop
in interface org.jboss.msc.service.Service<EEClassIntrospector>
public EEClassIntrospector getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<EEClassIntrospector>
IllegalStateException
IllegalArgumentException
Copyright © 2015 JBoss by Red Hat. All rights reserved.