All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface Acme.Serve.servlet.http.HttpSessionContext

public interface HttpSessionContext
An association of HTTP sessions.

This is taken from JavaSoft's Servlet API documentation.

Fetch the software.
Fetch the entire Acme package.


Method Index

 o getIds()
Returns an enumeration of all of the session IDs in this context.
 o getSession(String)
Returns the session bound to the specified session ID.

Methods

 o getSession
 public abstract HttpSession getSession(String sessionId)
Returns the session bound to the specified session ID.

 o getIds
 public abstract Enumeration getIds()
Returns an enumeration of all of the session IDs in this context.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs