Sessionpool object, Sessionpool methods, Call – HP NonStop G-Series User Manual
Page 296
Returns A session pool or nothing if it does not exist.
Usage Get the session pool. If the session pool does not exist, this method will return nothing.
The ID must be null for this release.
SessionPool Object
This object provides a SessionPool implementation for the Microsoft Active Server Pages
environment. It is created by the createSessionPool method in the SessionPoolManager object.
SessionPool Methods
The SessionPool methods are used in conjunction with the SessionPool object:
call
Result call(String name, String indata[], Transaction tran)
name
The name of a TUXEDO service.
indata
Array of name-value pairs or null for ASP built-in Request object.
tran
An optional Transaction object.
Returns A Result object.
Usage Call a service with a transaction (or null for no transaction). The indata is either a String
array with name=value pairs or a null for an implicit ASP Request object. The name in the
name=value pair should match the parameter name in the Jolt service definition. The member
name in the Request object may have a trailing "_" and an index number (e.g., SBALANCE_0)
if it is a multiple occurrence field. Any non-matching names in the indata parameter or Request