Definition at line 2980 of file Serve.java.
Public Member Functions | |
long | getCreationTime () |
String | getId () |
long | getLastAccessedTime () |
void | setMaxInactiveInterval (int interval) |
int | getMaxInactiveInterval () |
HttpSessionContext | getSessionContext () |
ServletContext | getServletContext () |
Returns the ServletContext to which this session belongs. | |
java.lang.Object | getAttribute (java.lang.String name) throws IllegalStateException |
java.lang.Object | getValue (java.lang.String name) throws IllegalStateException |
java.util.Enumeration | getAttributeNames () throws IllegalStateException |
java.lang.String[] | getValueNames () throws IllegalStateException |
void | setAttribute (String name, Object value) throws IllegalStateException |
void | putValue (String name, Object value) throws IllegalStateException |
void | removeAttribute (java.lang.String name) throws IllegalStateException |
void | removeValue (java.lang.String name) throws IllegalStateException |
synchronized void | invalidate () throws IllegalStateException |
boolean | isNew () throws IllegalStateException |
Package Functions | |
AcmeSession (String id, ServletContext servletContext, HttpSessionContext sessionContext) | |
AcmeSession (String id, int inactiveInterval, ServletContext servletContext, HttpSessionContext sessionContext) | |
boolean | isValid () |
void | userTouch () |
HttpSessionContext Acme.Serve.AcmeSession.getSessionContext | ( | ) |
ServletContext Acme.Serve.AcmeSession.getServletContext | ( | ) |
Returns the ServletContext to which this session belongs.
Definition at line 3035 of file Serve.java.