Acme.Serve.AcmeSession Class Reference

List of all members.

Detailed Description

Http session support.

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 ()


Member Function Documentation

HttpSessionContext Acme.Serve.AcmeSession.getSessionContext (  ) 

Deprecated:

Definition at line 3025 of file Serve.java.

ServletContext Acme.Serve.AcmeSession.getServletContext (  ) 

Returns the ServletContext to which this session belongs.

Returns:
The ServletContext object for the web application 2.3

Definition at line 3035 of file Serve.java.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:33 2006 for OpenMobileIS by  doxygen 1.5.1-p1