TaskBean API
0.5

glogic.jthin.base
Class RequestThreadLocal

java.lang.Object
  extended byglogic.jthin.base.RequestThreadLocal

public class RequestThreadLocal
extends java.lang.Object

Thread local used to hold http request object during remote server processing.

Author:
Sam Taha

Method Summary
static HttpServletRequest get()
           
static java.lang.String getSessionID()
           
static void set(HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static HttpServletRequest get()

set

public static void set(HttpServletRequest req)

getSessionID

public static java.lang.String getSessionID()

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.