TaskBean API
0.5

glogic.jthin.app
Class JThinUtil

java.lang.Object
  extended byglogic.jthin.app.JThinUtil

public class JThinUtil
extends java.lang.Object

Remote processes that base application requires.

Author:
Sam Taha

Constructor Summary
JThinUtil()
           
 
Method Summary
static int confirmSignOff(javax.swing.JFrame frame)
           
static void getServerStatus(JThinFrame frame)
           
static void keepAlive(JThinFrame _oJThinFrame)
           
static void processEndofSessionEvent(JThinFrame frame)
          This happens when in a valid session and the server informs the client that the session is no longer valid.
static void processWindowClosingEvent(JThinFrame frame)
           
static void signoff(JThinFrame frame)
           
static void startContainerWithoutSession(JThinFrame frame)
           
static void startContainerWithSession(JThinFrame frame, java.lang.String stEncryptedSessionID, java.lang.String stSessionHash, long lSessionHashTime)
          Session is being passed in from the web browser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JThinUtil

public JThinUtil()
Method Detail

processWindowClosingEvent

public static void processWindowClosingEvent(JThinFrame frame)

processEndofSessionEvent

public static void processEndofSessionEvent(JThinFrame frame)
This happens when in a valid session and the server informs the client that the session is no longer valid. Close all windows but the one and send user to start screen.


confirmSignOff

public static int confirmSignOff(javax.swing.JFrame frame)
Returns:
0 means user confirms signoff, otherwise do not signoff.

getServerStatus

public static void getServerStatus(JThinFrame frame)

startContainerWithoutSession

public static void startContainerWithoutSession(JThinFrame frame)

startContainerWithSession

public static void startContainerWithSession(JThinFrame frame,
                                             java.lang.String stEncryptedSessionID,
                                             java.lang.String stSessionHash,
                                             long lSessionHashTime)
Session is being passed in from the web browser.


keepAlive

public static void keepAlive(JThinFrame _oJThinFrame)

signoff

public static void signoff(JThinFrame frame)

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.