|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.channel.ChannelContextContainer
public class ChannelContextContainer
The thread local container can be used in the operation to get the channel request, channel response and channel session.
Constructor Summary | |
---|---|
ChannelContextContainer()
|
Method Summary | |
---|---|
static ChannelRequest |
getChannelRequest()
Returns the channel request specific to the current thread. |
static ChannelResponse |
getChannelResponse()
Returns the channel response specific to the current thread. |
static ChannelSession |
getChannelSession()
Returns the channel session specific to the current thread. |
static ChannelContext |
getContext()
Returns the channel context specific to the current thread. |
static void |
setContext(ChannelContext context)
Sets the channel context for the current thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelContextContainer()
Method Detail |
---|
public static void setContext(ChannelContext context)
context
- the channel contextpublic static ChannelContext getContext()
public static ChannelRequest getChannelRequest()
public static ChannelResponse getChannelResponse()
public static ChannelSession getChannelSession()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |