BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
bea.jolt.pool.SessionPool

Packages that use SessionPool
bea.jolt.pool   
bea.jolt.pool.servlet   
 

Uses of SessionPool in bea.jolt.pool
 

Methods in bea.jolt.pool that return SessionPool
 SessionPool SessionPoolManager.getSessionPool(java.lang.String id)
          Returns a named session pool.
protected  SessionPool SessionPoolManager.newSessionPool(java.lang.String[] addrs, java.lang.String[] saddrs, int minCons, int maxCons, UserInfo usr, boolean keepAlive)
          A default method to create the session.
 

Uses of SessionPool in bea.jolt.pool.servlet
 

Subclasses of SessionPool in bea.jolt.pool.servlet
 class ServletSessionPool
          This class provides a session pool for use in a Java servlet.
 

Methods in bea.jolt.pool.servlet that return SessionPool
protected  SessionPool ServletSessionPoolManager.newSessionPool(java.lang.String[] addrs, java.lang.String[] saddrs, int minCons, int maxCons, UserInfo usr, boolean keepAlive)
          The session object factory for Servlet.
 


Documentation is available at
http://www.weblogic.com/docs51