Userinfo object, Getusecount, Intransaction – HP NonStop G-Series User Manual
Page 305: Isalive, Userinfo methods

getUseCount
int getUseCount()
Usage Get the outstanding request count.
inTransaction
boolean inTransaction()
Returns True if the connection is in a transaction; false otherwise.
Usage Check if the connection is in a transaction.
isAlive
boolean isAlive()
Returns True if the connection is still alive; false otherwise.
Usage Check if the connection is still alive.
UserInfo Object
This object contains the TUXEDO user authentication information. This information may be
needed to create a TUXEDO session.
BEAWEB.UserInfo Component
The following component creates an instance of the UserInfo object.
Server.CreateObject ("BEAWEB.UserInfo")
Usage This component creates an instance of the UserInfo object.
UserInfo Methods
The following methods are used in conjunction with the UserInfo object: