|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.msc.service.ValueInjection<T>
public final class ValueInjection<T>
An injection of a source value into a target injector.
| Constructor Summary | |
|---|---|
ValueInjection(Value<? extends T> source,
Injector<? super T> target)
Construct a new instance. |
|
| Method Summary | |
|---|---|
Value<? extends T> |
getSource()
Get the source value. |
Injector<? super T> |
getTarget()
Get the target injector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueInjection(Value<? extends T> source,
Injector<? super T> target)
source - the source valuetarget - the target injector| Method Detail |
|---|
public Value<? extends T> getSource()
public Injector<? super T> getTarget()
|
JBoss Modular Service Kernel API 1.0.0.Beta4-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||