Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

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

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.

HttpSessionContext Acme.Serve.AcmeSession.getSessionContext  ) 
 

Deprecated:

Definition at line 3025 of file Serve.java.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4