Isintransaction, Getappaddress, Setappaddress – HP NonStop G-Series User Manual
Page 226: Getidletimeout

isInTransaction
The isInTransaction() method returns true or false depending on whether there is a started
transaction.
boolean isInTransaction()
Returns True if in a transaction, that is a transaction has started and not committed or aborted,
and false otherwise.
getAppAddress
The getAppAddress() method gets the IP address (host name and port number) of the JSL or the
Jolt Relay.
String getAppAddress()
Returns The APPADDRESS.
Usage Gets the IP address (host name and port number) of the JSL or the Jolt Relay.
setAppAddress
The setAppAddress() method sets the IP address (host name and port number) of the JSL or the
Jolt Relay.
void setAppAddress(String value)
value
The IP address (//host:port).
Usage Sets the IP address (host name and port number) of the JSL or the Jolt Relay.
getIdleTimeOut
The getIdleTimeOut() method gets the IDLETIMEOUT attribute.
int getIdleTimeOut()
Returns Timeout value.
Usage Gets the IDLETIMEOUT attribute.