|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectQueryBand
public class QueryBand
Thread local table that holds transaction local query bands.
Field Summary | |
---|---|
static String |
APPLICATION
Session query band for name of application. |
static String |
CLIENT_HOST
Local query band for host name executing request. |
static String |
CLIENT_USER
Local query band for user name executing request. |
static String |
LAYER
Local query band for layer being worked against. |
static String |
PROCESS
Local query band for type of statement, SELECT, DELETE, etc... |
Constructor Summary | |
---|---|
QueryBand()
|
Method Summary | |
---|---|
static Map<String,String> |
local()
Returns local query band map. |
static void |
remove()
Clears the local query band thread local. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String APPLICATION
public static String CLIENT_USER
public static String CLIENT_HOST
public static String LAYER
public static String PROCESS
Constructor Detail |
---|
public QueryBand()
Method Detail |
---|
public static Map<String,String> local()
public static void remove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |