Sessionpoolmanager methods, Done, Createsessionpool – HP NonStop G-Series User Manual

Page 279

Advertising
background image

session pool to serve the request.

SessionPoolManager Methods

The following methods are used in conjunction with the SessionPoolManager class:

done

createSessionPool

stopSessionPool

getSessionPool

suspendSessionPool

removeSessionPool

done

final void done()

Usage Done with this session manager.

createSessionPool

final int createSessionPool(String addrs[], String saddrs[],
int minCons, int maxCons, UserInfo usr, String id)

addrs

A list of primary server addresses.

saddrs

A list of secondary server addresses for failover.

minCons

The minimum number of connections to start with.

maxCons

The maximum number of connections in this pool.

usr

The TUXEDO authentication information, or null.

id

Advertising