Modifier and Type | Field and Description |
---|---|
static String |
AXIS_SESSION_MARKER |
Constructor and Description |
---|
AxisHttpSession(HttpServletRequest realRequest) |
AxisHttpSession(HttpSession realSession) |
Modifier and Type | Method and Description |
---|---|
protected void |
ensureSession() |
Object |
get(String key)
Get a property from the session
|
Enumeration |
getKeys()
Get an enumeration of the keys in this session
|
Object |
getLockObject()
Get an Object suitable for synchronizing the session.
|
HttpSession |
getRep()
Get the internal HttpSession.
|
int |
getTimeout()
Return the sessions' time-to-live.
|
void |
invalidate()
invalidate the session
|
void |
remove(String key)
Remove a property from the session
|
void |
set(String key,
Object value)
Set a property in the session
|
void |
setTimeout(int timeout)
Set the session's time-to-live.
|
void |
touch()
"Touch" the session (mark it recently used)
|
public static final String AXIS_SESSION_MARKER
public AxisHttpSession(HttpServletRequest realRequest)
public AxisHttpSession(HttpSession realSession)
public HttpSession getRep()
public void remove(String key)
public Enumeration getKeys()
public void setTimeout(int timeout)
setTimeout
in interface Session
public int getTimeout()
getTimeout
in interface Session
public void touch()
public void invalidate()
invalidate
in interface Session
protected void ensureSession()
public Object getLockObject()
getLockObject
in interface Session
Copyright © The Apache Software Foundation. All Rights Reserved.