|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectReference
A way to refer to objects that are stored in "awkward" places (for example inside a HttpSession or
ThreadLocal). This interface is typically implemented by someone integrating with an existing container.
| Method Summary | |
|---|---|
Object |
get()
Retrieve an actual reference to the object. |
void |
set(Object item)
Assign an object to the reference. |
| Method Detail |
|---|
Object get()
void set(Object item)
item - the object to assign to the reference. May be null.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||