Uses of Interface
org.openejb.webadmin.HttpSession

Packages that use HttpSession
org.openejb.webadmin   
org.openejb.webadmin.clienttools   
org.openejb.webadmin.httpd   
 

Uses of HttpSession in org.openejb.webadmin
 

Methods in org.openejb.webadmin that return HttpSession
 HttpSession HttpRequest.getSession()
          Returns the current session associated with this request, or if the request does not have a session, creates one.
 HttpSession HttpRequest.getSession(boolean create)
          Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
 

Uses of HttpSession in org.openejb.webadmin.clienttools
 

Methods in org.openejb.webadmin.clienttools with parameters of type HttpSession
 void InvokeObjectBean.main(HttpSession session, java.io.PrintWriter out)
          The main method of this JSP
 void ViewEjbBean.printEjb(java.lang.String name, java.io.PrintWriter out, HttpSession session)
           
 

Uses of HttpSession in org.openejb.webadmin.httpd
 

Subinterfaces of HttpSession in org.openejb.webadmin.httpd
 interface WebSession
           
 

Methods in org.openejb.webadmin.httpd that return HttpSession
 HttpSession HttpRequestImpl.getSession()
           
 HttpSession HttpRequestImpl.getSession(boolean create)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.