|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScopeInstance
A particular instanciation of a org.jvnet.hk2.component.Scope.
For example, for the "request scope", an instance
of ScopeInstance is created for each request.
org.jvnet.hk2.component.Scope#current()| Method Summary | ||
|---|---|---|
|
get(ComponentProvider<T> inhabitant)
|
|
|
put(ComponentProvider<T> inhabitant,
T value)
|
|
void |
release()
|
|
| Method Detail |
|---|
<T> T get(ComponentProvider<T> inhabitant)
<T> T put(ComponentProvider<T> inhabitant,
T value)
void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||