|
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.clientserver.DSEChannelContext
public class DSEChannelContext
This class implements ChannelContext interface.
This is the concrete implementation to be used to manage the state during a request
Constructor Summary | |
---|---|
DSEChannelContext()
DSEChannelContext constructor. |
|
DSEChannelContext(ChannelRequest req,
ChannelResponse res,
ChannelDriver driver)
DSEChannelContext constructor. param req Object param req Object param req Object return com.ibm.btt.clientserver.DSEChannelContext |
Method Summary | |
---|---|
ChannelDriver |
getChannelDriver()
Get the channel driver |
ChannelRequest |
getChannelRequest()
Get the channel request |
ChannelResponse |
getChannelResponse()
Get the channel response |
ChannelSession |
getChannelSession()
Get the channel session |
java.lang.String |
getDeviceType()
Get the device type |
KeyedCollection |
getRequestData()
Get the keyed collection of the request data. |
protected void |
initializeRequestData()
Convenience method to create the keyed collection request data structure |
void |
setChannelDriver(ChannelDriver channelDriver)
Set the channel driver |
void |
setChannelSession(ChannelSession channelSession)
Set the channel session |
void |
setDeviceType(java.lang.String device)
Set the device type |
void |
setRequestData(KeyedCollection kColl)
Set the keyed collection for the request data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSEChannelContext()
public DSEChannelContext(ChannelRequest req, ChannelResponse res, ChannelDriver driver)
Method Detail |
---|
public ChannelDriver getChannelDriver()
getChannelDriver
in interface ChannelContext
public ChannelRequest getChannelRequest()
getChannelRequest
in interface ChannelContext
public ChannelResponse getChannelResponse()
getChannelResponse
in interface ChannelContext
public ChannelSession getChannelSession()
getChannelSession
in interface ChannelContext
public java.lang.String getDeviceType()
getDeviceType
in interface ChannelContext
public KeyedCollection getRequestData()
getRequestData
in interface ChannelContext
protected void initializeRequestData()
public void setChannelDriver(ChannelDriver channelDriver)
setChannelDriver
in interface ChannelContext
channelDriver
- Objectpublic void setChannelSession(ChannelSession channelSession)
setChannelSession
in interface ChannelContext
channelSession
- Objectpublic void setDeviceType(java.lang.String device)
setDeviceType
in interface ChannelContext
device
- Objectpublic void setRequestData(KeyedCollection kColl)
setRequestData
in interface ChannelContext
kColl
- com.ibm.btt.KeyedCollection
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |