|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelContext
The channel context interface provides a single object to store all the required information during the lifetime of the request. This is the interface for any request to the Multichannel Interface that is to be used to access the required state
Any object implementing this interface will have to provide:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
ChannelDriver |
getChannelDriver()
Returns the value of the channelDriver property. |
ChannelRequest |
getChannelRequest()
Returns the value of the channelRequest property. |
ChannelResponse |
getChannelResponse()
Returns the value of the channelResponse property. |
ChannelSession |
getChannelSession()
Returns the value of the channelSession property. |
java.lang.String |
getDeviceType()
Returns the value of the deviceType property. |
KeyedCollection |
getRequestData()
Returns the value of the requestData property. |
void |
setChannelDriver(ChannelDriver channelDriver)
Sets the value of the channelDriver property. |
void |
setChannelSession(ChannelSession channelSession)
Sets the value of the channelSession property. |
void |
setDeviceType(java.lang.String device)
Sets the value of the deviceType property. |
void |
setRequestData(KeyedCollection kColl)
Sets the value of the kColl property. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
ChannelDriver getChannelDriver()
ChannelRequest getChannelRequest()
ChannelResponse getChannelResponse()
ChannelSession getChannelSession()
java.lang.String getDeviceType()
KeyedCollection getRequestData()
void setChannelDriver(ChannelDriver channelDriver)
channelDriver
- Object The new value of the property.void setChannelSession(ChannelSession channelSession)
channelSession
- Object The new value of the property.void setDeviceType(java.lang.String device)
device
- String The new value of the property.void setRequestData(KeyedCollection kColl)
The request data should contain a keyed collection of request header information and request data information. Each of which is a keyed collection.
kColl
- com.ibm.btt.base.KeyedCollection The new value of the reqwuest
data.
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |