Class ManagedReferenceInjector<T>

java.lang.Object
org.jboss.as.naming.ManagedReferenceInjector<T>
All Implemented Interfaces:
org.jboss.msc.inject.Injector<T>

public class ManagedReferenceInjector<T> extends Object implements org.jboss.msc.inject.Injector<T>
A n adaptor between value injectors and ManagedReferenceFactory
Author:
Stuart Douglas
  • Constructor Details

    • ManagedReferenceInjector

      public ManagedReferenceInjector(org.jboss.msc.inject.Injector<ManagedReferenceFactory> injectable)
  • Method Details

    • inject

      public void inject(T value) throws org.jboss.msc.inject.InjectionException
      Specified by:
      inject in interface org.jboss.msc.inject.Injector<T>
      Throws:
      org.jboss.msc.inject.InjectionException
    • uninject

      public void uninject()
      Specified by:
      uninject in interface org.jboss.msc.inject.Injector<T>