|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scope | |
|---|---|
| org.glassfish.hk2 | |
| org.glassfish.hk2.scopes | |
| Uses of Scope in org.glassfish.hk2 |
|---|
| Methods in org.glassfish.hk2 that return Scope | |
|---|---|
Scope |
Descriptor.getScope()
The optional scoping for the service. |
| Methods in org.glassfish.hk2 with parameters of type Scope | |
|---|---|
ContractLocator<T> |
ContractLocator.in(Scope scope)
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)
Ascribe a scope to this Binder, terminating the builder-like process. |
| Uses of Scope in org.glassfish.hk2.scopes |
|---|
| Classes in org.glassfish.hk2.scopes that implement Scope | |
|---|---|
class |
PerLookup
Scope local to each invocation. |
class |
PerThread
Implementation of an HK2 Scope that will instantiate and store
services per thread. |
class |
Singleton
Singleton scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||