Uses of Interface
org.glassfish.hk2.Scope

Packages that use Scope
com.sun.hk2.component   
org.glassfish.hk2   
org.jvnet.hk2.component   
org.jvnet.hk2.deprecated.internal   
 

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, ServiceLocator habitat, Class<? extends Scope> scopeClass)
          Deprecated.  
 

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

Uses of Scope in org.glassfish.hk2
 

Methods in org.glassfish.hk2 with parameters of type Scope
 ContractLocator<T> ContractLocator.in(Scope scope)
          Deprecated. Qualify this ContractLocator to identify services that are scoped scope.
 

Method parameters in org.glassfish.hk2 with type arguments of type Scope
 void ResolvedBinder.in(Class<? extends Scope> scope)
          Deprecated. Ascribe a scope to this Binder, terminating the builder-like process.
 

Uses of Scope in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type Scope
 ContractLocator<T> ContractLocatorImpl.in(Scope scope)
          Deprecated.  
 

Uses of Scope in org.jvnet.hk2.deprecated.internal
 

Methods in org.jvnet.hk2.deprecated.internal with parameters of type Scope
 ContractLocator<T> ContractLocatorImpl.in(Scope scope)
          Deprecated.  
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.