public class ComponentRegistry extends Object
Modifier and Type | Class and Description |
---|---|
class |
ComponentRegistry.ComponentManagedReferenceFactory |
Constructor and Description |
---|
ComponentRegistry(org.jboss.msc.service.ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
addComponent(ComponentConfiguration componentConfiguration) |
ManagedReference |
createInstance(Object instance) |
ManagedReferenceFactory |
createInstanceFactory(Class<?> componentClass) |
org.jboss.msc.value.InjectedValue<EEClassIntrospector> |
getClassIntrospectorInjectedValue() |
static org.jboss.msc.service.ServiceName |
serviceName(DeploymentUnit deploymentUnit) |
public ComponentRegistry(org.jboss.msc.service.ServiceRegistry serviceRegistry)
public static org.jboss.msc.service.ServiceName serviceName(DeploymentUnit deploymentUnit)
public void addComponent(ComponentConfiguration componentConfiguration)
public ManagedReferenceFactory createInstanceFactory(Class<?> componentClass)
public ManagedReference createInstance(Object instance)
public org.jboss.msc.value.InjectedValue<EEClassIntrospector> getClassIntrospectorInjectedValue()
Copyright © 2014 JBoss by Red Hat. All rights reserved.