Package org.jboss.as.naming
Class ManagedReferenceInjector<T>
java.lang.Object
org.jboss.as.naming.ManagedReferenceInjector<T>
- All Implemented Interfaces:
Injector<T>
A n adaptor between value injectors and ManagedReferenceFactory
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ManagedReferenceInjector
-
-
Method Details
-
inject
Description copied from interface:InjectorInject the given value.- Specified by:
injectin interfaceInjector<T>- Parameters:
value- the value- Throws:
InjectionException- if the injection failed
-
uninject
public void uninject()Description copied from interface:InjectorUninject the given value (in other words, cancel or undo a previous injection). Only called afterinject()has been called.
-