public interface ComponentInjector
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComponentInjector.InjectionHandle
A reference to a completed injection.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getServiceName()
If this injector is a service then this will return the service name.
|
ComponentInjector.InjectionHandle |
inject(Object instance)
Injects the component instance
|
org.jboss.msc.service.ServiceName getServiceName()
ComponentInjector.InjectionHandle inject(Object instance)
instance - The component to injectCopyright © 2018 JBoss by Red Hat. All rights reserved.