JBoss Modular Service Kernel API 1.0.0.Beta1

Package org.jboss.msc.inject


Interface Summary
Injector<T> A receiver for values that are injected from another source, typically connected to a service lifecycle.
 

Class Summary
AtomicReferenceFieldUpdaterInjector<C,T> An injector which updates the value of an AtomicReferenceFieldUpdater.
AtomicReferenceInjector<T> An injector which updates the value of an AtomicReference.
FieldInjector<T> An injector which updates the value of a field.
MethodInjector<T> An injector which invokes a method.
PropertyInjector<T>  
SetMethodInjector<T> An injector which calls a setter method.
TranslatingInjector<I,O> An injector which passes a value through a translator to another injector.
 

Exception Summary
InjectionException An injection exception which is thrown when an injection fails for some reason.
 


JBoss Modular Service Kernel API 1.0.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.