public class TdbTripNetConnectionPool extends TdbConnectionPool
INFINITE_TIMEOUT
Constructor and Description |
---|
TdbTripNetConnectionPool(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 TRIPnet parameters
|
TdbTripNetConnectionPool(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 TRIPnet parameters
|
acquire, acquire, close, getActivityLog, getIdleTimeout, getIsolateSessions, getLimit, getMinIdle, getPoolInitializer, getPurgeInterval, getRestoreDelay, getRestoreRetries, getSize, isClosed, reserve, setActivityLog, setIdleTimeout, setIsolateSessions, setLimit, setMinIdle, setPoolInitializer, setPurgeInterval, setRestoreDelay, setRestoreRetries
public TdbTripNetConnectionPool(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 TRIPnet serverport
- The port number on which the TRIPserver 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 timeTdbException
public TdbTripNetConnectionPool(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 TRIPnet serverport
- The port number on which the TRIPserver 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