Package org.jboss.as.ee.component
Class ViewManagedReferenceFactory.Injector
java.lang.Object
org.jboss.as.ee.component.ViewManagedReferenceFactory.Injector
- All Implemented Interfaces:
org.jboss.msc.inject.Injector<ComponentView>
- Enclosing class:
- ViewManagedReferenceFactory
public static class ViewManagedReferenceFactory.Injector
extends Object
implements org.jboss.msc.inject.Injector<ComponentView>
The bridge injector for binding views into JNDI. Injects a
ComponentView
wrapped as a ManagedReferenceFactory.-
Constructor Summary
ConstructorsConstructorDescriptionInjector(org.jboss.msc.inject.Injector<ManagedReferenceFactory> referenceFactoryInjector) Construct a new instance. -
Method Summary
-
Constructor Details
-
Injector
Construct a new instance.- Parameters:
referenceFactoryInjector- the injector from the binder service
-
-
Method Details
-
inject
- Specified by:
injectin interfaceorg.jboss.msc.inject.Injector<ComponentView>- Throws:
org.jboss.msc.inject.InjectionException
-
uninject
public void uninject()- Specified by:
uninjectin interfaceorg.jboss.msc.inject.Injector<ComponentView>
-