public class TdbWebConnectionPool extends TdbConnectionPool
INFINITE_TIMEOUT| Constructor and Description |
|---|
TdbWebConnectionPool(java.lang.String server,
int port,
java.lang.String inifile,
int timeout,
java.lang.String username,
java.lang.String password,
TdbLanguage lang,
int stepping)
Constructor -- setup the session pool with full web parameters
|
TdbWebConnectionPool(java.lang.String server,
int port,
java.lang.String username,
java.lang.String password,
TdbLanguage lang,
int stepping)
Constructor -- setup the session pool with minimal web parameters
|
acquire, acquire, close, getActivityLog, getIdleTimeout, getIsolateSessions, getLimit, getMinIdle, getPoolInitializer, getPurgeInterval, getRestoreDelay, getRestoreRetries, getSize, isClosed, reserve, setActivityLog, setIdleTimeout, setIsolateSessions, setLimit, setMinIdle, setPoolInitializer, setPurgeInterval, setRestoreDelay, setRestoreRetriespublic TdbWebConnectionPool(java.lang.String server,
int port,
java.lang.String username,
java.lang.String password,
TdbLanguage lang,
int stepping)
throws TdbException
server - The name or IP address of the web serverport - The port number on which the web server is runningusername - The name of the user that every session in this pool will adoptpassword - The password of the user that every session in this pool will adoptlang - CCL dialect to use within the poolstepping - The stepping of the pool, i.e. how many sessions will be created at a timeTdbExceptionpublic TdbWebConnectionPool(java.lang.String server,
int port,
java.lang.String inifile,
int timeout,
java.lang.String username,
java.lang.String password,
TdbLanguage lang,
int stepping)
throws TdbException
server - The name or IP address of the web serverport - The port number on which the web is runninginifile - The name of a host initialization file run for each sessiontimeout - The timeout (in ms) for each sessionusername - The name of the user that every session in this pool will adoptpassword - The password of the user that every session in this pool will adoptlang - CCL dialect to use within the poolstepping - The stepping of the pool, i.e. how many sessions will be created at a timeTdbException