|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ThreadLocal<HawkSessionType>
org.hawk.http.HttpSessionLocal<HawkSessionType>
public class HttpSessionLocal<HawkSessionType>
This stores http session information in the thread local.
Constructor Summary | |
---|---|
HttpSessionLocal()
|
Method Summary | |
---|---|
HawkSessionType |
get()
|
protected HawkSessionType |
initialValue()
|
void |
remove()
|
void |
set(HawkSessionType value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpSessionLocal()
Method Detail |
---|
public HawkSessionType get()
get
in class java.lang.ThreadLocal<HawkSessionType>
protected HawkSessionType initialValue()
initialValue
in class java.lang.ThreadLocal<HawkSessionType>
public void remove()
remove
in class java.lang.ThreadLocal<HawkSessionType>
public void set(HawkSessionType value)
set
in class java.lang.ThreadLocal<HawkSessionType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |