Uses of Class
com.sun.hk2.component.ScopeInstance

Packages that use ScopeInstance
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of ScopeInstance in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type ScopeInstance
 void ConstructorWomb.extract(java.lang.Object component, ScopeInstance si)
          Extracts resources identified with Extract annotations into the given scope.
 

Uses of ScopeInstance in org.jvnet.hk2.component
 

Fields in org.jvnet.hk2.component declared as ScopeInstance
 ScopeInstance Habitat.singletonScope
           
 

Methods in org.jvnet.hk2.component that return ScopeInstance
 ScopeInstance Singleton.current()
          Deprecated. Singleton instances are not stored in a single map.
 ScopeInstance PerLookup.current()
           
abstract  ScopeInstance Scope.current()
           
 



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.