Uses of Class
org.jvnet.hk2.component.Scope

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

Uses of Scope in com.sun.hk2.component
 

Method parameters in com.sun.hk2.component with type arguments of type Scope
static
<T> Inhabitant<T>
Inhabitants.wrapByScope(Creator<T> creator, Habitat habitat, java.lang.Class<? extends Scope> scopeClass)
           
 

Constructors in com.sun.hk2.component with parameters of type Scope
ScopedInhabitant(Creator<T> creator, Scope scope)
           
 

Uses of Scope in org.jvnet.hk2.component
 

Subclasses of Scope in org.jvnet.hk2.component
 class PerLookup
          Scope local to each invocation.
 class Singleton
          Singleton scope.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.