All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.pool.asp.AspPoolManagerConfig

java.lang.Object
   |
   +----bea.jolt.pool.PoolManagerConfig
           |
           +----bea.jolt.pool.asp.AspPoolManagerConfig

public class AspPoolManagerConfig
extends PoolManagerConfig
This class is the startup class for a Jolt Session Pool Manager and one or more associated Jolt Session Pools. It creates the session pool manager if needed and starts a session pool with a minimum number of sessions. Jolt Session Pool Manager that internally keeps track of one or more named session pools.

The startup parameters are:

poolname Session Pool Name
appaddrlist Application address list //host1:port1,//host2:port2
failoverlistFail-over address list
minpoolsize Number of initial sessions in the session pool
maxpoolsize Max number of sessions in the session pool
username BEA TUXEDO user name for the session pool
userpasswordBEA TUXEDO user password for the session pool
userrole BEA TUXEDO user role for the session pool
apppassword BEA TUXEDO application password for the session pool

Author:
Copyright (c) 1999 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o AspPoolManagerConfig()

Method Index

 o getSessionPoolManager()
It gets the session pool manager for ASP environment.
 o loadProperties(String)
It loads property file for a session pool.
 o startup(Hashtable)
It creates a named session pool to access a BEA TUXEDO system.

Constructors

 o AspPoolManagerConfig
 public AspPoolManagerConfig()

Methods

 o startup
 public String startup(Hashtable params)
It creates a named session pool to access a BEA TUXEDO system.

Parameters:
params - Startup arguments
Returns:
A startup message or an error message.
 o getSessionPoolManager
 public AspSessionPoolManager getSessionPoolManager()
It gets the session pool manager for ASP environment.

Returns:
The session pool manager.
See Also:
AspSessionPoolManager
 o loadProperties
 public Properties loadProperties(String path)
It loads property file for a session pool.

Parameters:
path - The property file path.
Returns:
the properties object, or null if there was an I/O error.

All Packages  Class Hierarchy  This Package  Previous  Next  Index