|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mortbay.jetty.servlet.AbstractSessionManager.Session
public abstract class AbstractSessionManager.Session
Implements HttpSession
from the javax.servlet
package.
Constructor Summary | |
---|---|
protected |
AbstractSessionManager.Session(HttpServletRequest request)
|
protected |
AbstractSessionManager.Session(long created,
String clusterId)
|
Method Summary | |
---|---|
protected void |
access(long time)
|
protected void |
bindValue(String name,
Object value)
If value implements HttpSessionBindingListener, call valueBound() |
protected void |
cookieSet()
|
Object |
getAttribute(String name)
|
Enumeration |
getAttributeNames()
|
protected String |
getClusterId()
|
long |
getCookieSetTime()
|
long |
getCreationTime()
|
String |
getId()
|
protected String |
getId(HttpServletRequest request)
Get the session ID with any worker ID. |
long |
getLastAccessedTime()
|
int |
getMaxInactiveInterval()
|
ServletContext |
getServletContext()
|
HttpSessionContext |
getSessionContext()
Deprecated. |
Object |
getValue(String name)
Deprecated. As of Version 2.2, this method is replaced by getAttribute(java.lang.String) |
String[] |
getValueNames()
Deprecated. As of Version 2.2, this method is replaced by getAttributeNames() |
protected void |
initValues()
|
void |
invalidate()
|
boolean |
isIdChanged()
|
boolean |
isNew()
|
protected boolean |
isValid()
|
protected abstract Map |
newAttributeMap()
|
void |
putValue(String name,
Object value)
Deprecated. As of Version 2.2, this method is replaced by setAttribute(java.lang.String, java.lang.Object) |
void |
removeAttribute(String name)
|
void |
removeValue(String name)
Deprecated. As of Version 2.2, this method is replaced by removeAttribute(java.lang.String) |
void |
setAttribute(String name,
Object value)
|
void |
setIdChanged(boolean changed)
|
void |
setMaxInactiveInterval(int secs)
|
String |
toString()
|
protected void |
unbindValue(String name,
Object value)
If value implements HttpSessionBindingListener, call valueUnbound() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AbstractSessionManager.Session(HttpServletRequest request)
protected AbstractSessionManager.Session(long created, String clusterId)
Method Detail |
---|
protected void initValues()
protected String getId(HttpServletRequest request)
request
-
public Object getAttribute(String name)
getAttribute
in interface HttpSession
public Enumeration getAttributeNames()
getAttributeNames
in interface HttpSession
public long getCookieSetTime()
public long getCreationTime() throws IllegalStateException
getCreationTime
in interface HttpSession
IllegalStateException
public String getId() throws IllegalStateException
getId
in interface HttpSession
IllegalStateException
public long getLastAccessedTime() throws IllegalStateException
getLastAccessedTime
in interface HttpSession
IllegalStateException
public int getMaxInactiveInterval()
getMaxInactiveInterval
in interface HttpSession
public ServletContext getServletContext()
getServletContext
in interface HttpSession
public HttpSessionContext getSessionContext() throws IllegalStateException
getSessionContext
in interface HttpSession
IllegalStateException
public Object getValue(String name) throws IllegalStateException
getAttribute(java.lang.String)
getValue
in interface HttpSession
IllegalStateException
public String[] getValueNames() throws IllegalStateException
getAttributeNames()
getValueNames
in interface HttpSession
IllegalStateException
public void invalidate() throws IllegalStateException
invalidate
in interface HttpSession
IllegalStateException
public boolean isIdChanged()
public boolean isNew() throws IllegalStateException
isNew
in interface HttpSession
IllegalStateException
public void putValue(String name, Object value) throws IllegalStateException
setAttribute(java.lang.String, java.lang.Object)
putValue
in interface HttpSession
IllegalStateException
public void removeAttribute(String name)
removeAttribute
in interface HttpSession
public void removeValue(String name) throws IllegalStateException
removeAttribute(java.lang.String)
removeValue
in interface HttpSession
IllegalStateException
public void setAttribute(String name, Object value)
setAttribute
in interface HttpSession
public void setIdChanged(boolean changed)
public void setMaxInactiveInterval(int secs)
setMaxInactiveInterval
in interface HttpSession
public String toString()
toString
in class Object
protected void access(long time)
protected void bindValue(String name, Object value)
protected String getClusterId()
protected boolean isValid()
protected abstract Map newAttributeMap()
protected void cookieSet()
protected void unbindValue(String name, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |