public interface ObjectReference<T>
HttpSession or
ThreadLocal). This interface is typically implemented by someone integrating with an existing container.| Modifier and Type | Method and Description |
|---|---|
T |
get()
Retrieve an actual reference to the object.
|
void |
set(T item)
Assign an object to the reference.
|
Copyright © 2005–2018 Codehaus. All rights reserved.