Constructor and Description |
---|
RpcContext() |
Modifier and Type | Method and Description |
---|---|
static javax.servlet.http.HttpSession |
getHttpSession() |
static Message |
getMessage() |
static QueueSession |
getQueueSession() |
static javax.servlet.ServletRequest |
getServletRequest() |
static void |
remove()
Removes the resources associated with the current thread.
|
static void |
set(Message message)
Reads resources from the provided
Message and stores them in ThreadLocal s. |
public static void set(Message message)
Message
and stores them in ThreadLocal
s.message
- public static void remove()
public static Message getMessage()
public static QueueSession getQueueSession()
Thread
public static javax.servlet.http.HttpSession getHttpSession()
Thread
public static javax.servlet.ServletRequest getServletRequest()
Thread
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.