org.jvnet.hk2.component
Class InjectionManager.InjectContext

java.lang.Object
  extended by org.jvnet.hk2.component.InjectionManager.InjectContext
Enclosing class:
InjectionManager

protected static class InjectionManager.InjectContext
extends Object


Field Summary
 Object component
           
 ExecutorService es
           
 Inhabitant<?> onBehalfOf
           
 InjectionResolver[] targets
           
 Class<?> type
           
 
Constructor Summary
InjectionManager.InjectContext(Object component, Inhabitant<?> onBehalfOf, Class type, ExecutorService es, InjectionResolver[] targets)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

public final Object component

onBehalfOf

public final Inhabitant<?> onBehalfOf

type

public final Class<?> type

es

public final ExecutorService es

targets

public final InjectionResolver[] targets
Constructor Detail

InjectionManager.InjectContext

public InjectionManager.InjectContext(Object component,
                                      Inhabitant<?> onBehalfOf,
                                      Class type,
                                      ExecutorService es,
                                      InjectionResolver[] targets)


Copyright © 2013 Oracle Corporation. All Rights Reserved.