Uses of Interface
org.jvnet.hk2.component.SimpleServiceLocator

Packages that use SimpleServiceLocator
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.internal.runlevel   
 

Uses of SimpleServiceLocator in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement SimpleServiceLocator
 class Habitat
          A set of templates that constitute a world of objects.
 

Constructors in org.jvnet.hk2.component with parameters of type SimpleServiceLocator
ContractLocatorImpl(SimpleServiceLocator habitat, Type clazz, boolean byContract)
           
 

Uses of SimpleServiceLocator in org.jvnet.hk2.component.internal.runlevel
 

Constructors in org.jvnet.hk2.component.internal.runlevel with parameters of type SimpleServiceLocator
DefaultRunLevelService(SimpleServiceLocator habitat)
           
DefaultRunLevelService(SimpleServiceLocator habitat, boolean async, String name, Class<?> targetScope, HashMap<Integer,org.jvnet.hk2.component.internal.runlevel.Recorder> recorders)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.