org.jvnet.hk2.component
Class InjectionManager.InjectClass

java.lang.Object
  extended by org.jvnet.hk2.component.InjectionManager.InjectClass
All Implemented Interfaces:
Runnable
Enclosing class:
InjectionManager

protected class InjectionManager.InjectClass
extends Object
implements Runnable

Prototype for the multi-threaded version of inject().


Constructor Summary
InjectionManager.InjectClass(Class type, InjectionManager.InjectContext ic)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectionManager.InjectClass

public InjectionManager.InjectClass(Class type,
                                    InjectionManager.InjectContext ic)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013 Oracle Corporation. All Rights Reserved.