Jolt 1.1 User Guides
rollbackTransaction● 
isInTransaction● 
getAppAddress● 
setAppAddress● 
getIdleTimeOut● 
setUserPassword● 
getUserPassword● 
setAppPassword● 
getAppPassword● 
addJoltOutputListener
The addJoltOutputListener() method adds a JoltOutputEvent listener.
synchronized void addJoltOutputListener(
 JoltOutputListener listener)
listener
Event listener to be added.
Usage Adds a JoltOutputEvent listener.
removeJoltOutputListener
The removeJoltOutputListener() method removes a JoltOutputEvent listener.
synchronized void removeJoltOutputListener(
 JoltOutputListener listener)
listener
Event listener to be removed.
Usage Removes a JoltOutputEvent listener.
isLoggedOn
The isLoggedOn() method determines if the session exists.
boolean isLoggedOn()
Returns True or false.
Usage Determines if the session exists.










