|
JBoss Modular Service Kernel API 1.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Injector | |
|---|---|
| org.jboss.msc.inject | |
| org.jboss.msc.service | |
| org.jboss.msc.services.http | |
| org.jboss.msc.value | |
| Uses of Injector in org.jboss.msc.inject |
|---|
| Classes in org.jboss.msc.inject that implement Injector | |
|---|---|
class |
AtomicReferenceFieldUpdaterInjector<C,T>
An injector which updates the value of an AtomicReferenceFieldUpdater. |
class |
AtomicReferenceInjector<T>
An injector which updates the value of an AtomicReference. |
class |
FieldInjector<T>
An injector which updates the value of a field. |
class |
MethodInjector<T>
An injector which invokes a method. |
class |
PropertyInjector<T>
|
class |
SetMethodInjector<T>
An injector which calls a setter method. |
class |
TranslatingInjector<I,O>
An injector which passes a value through a translator to another injector. |
| Methods in org.jboss.msc.inject that return Injector | ||
|---|---|---|
static
|
SetMethodInjector.create(Value<?> target,
Method method)
Construct a new instance. |
|
static
|
SetMethodInjector.create(Value<?> target,
Value<Method> methodValue)
Construct a new instance. |
|
| Constructors in org.jboss.msc.inject with parameters of type Injector | |
|---|---|
TranslatingInjector(Translator<I,O> translator,
Injector<O> injector)
Construct a new instance. |
|
| Uses of Injector in org.jboss.msc.service |
|---|
| Methods in org.jboss.msc.service that return Injector | |
|---|---|
Injector<? super T> |
ValueInjection.getTarget()
Get the target injector. |
| Methods in org.jboss.msc.service with parameters of type Injector | |
|---|---|
BatchInjectionBuilder |
BatchInjectionBuilder.toInjector(Injector<?> injector)
Specify that the target of injection be an injector. |
| Constructors in org.jboss.msc.service with parameters of type Injector | |
|---|---|
ValueInjection(Value<? extends T> source,
Injector<? super T> target)
Construct a new instance. |
|
| Uses of Injector in org.jboss.msc.services.http |
|---|
| Fields in org.jboss.msc.services.http declared as Injector | |
|---|---|
Injector<Executor> |
HttpServerService.executorInjector
|
Injector<com.sun.net.httpserver.HttpHandler> |
HttpContextService.httpHandlerInjector
|
Injector<com.sun.net.httpserver.HttpServer> |
HttpContextService.httpServerInjector
|
Injector<String> |
HttpContextService.pathInjector
|
| Uses of Injector in org.jboss.msc.value |
|---|
| Classes in org.jboss.msc.value that implement Injector | |
|---|---|
class |
InjectedValue<T>
A value which is injected from another source. |
|
JBoss Modular Service Kernel API 1.0.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||