|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
java.lang.Object |
getChannelDriver()
Returns the value of the channelDriver property. |
java.lang.Object |
getChannelRequest()
Returns the value of the channelRequest property. |
java.lang.Object |
getChannelResponse()
Returns the value of the channelResponse property. |
java.lang.Object |
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(java.lang.Object channelDriver)
Sets the value of the channelDriver property. |
void |
setChannelSession(java.lang.Object 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 |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.Object getChannelDriver()
public java.lang.Object getChannelRequest()
public java.lang.Object getChannelResponse()
public java.lang.Object getChannelSession()
public java.lang.String getDeviceType()
public KeyedCollection getRequestData()
public void setChannelDriver(java.lang.Object channelDriver)
channelDriver
- Object The new value of the property.public void setChannelSession(java.lang.Object channelSession)
channelSession
- Object The new value of the property.public void setDeviceType(java.lang.String device)
device
- String The new value of the property.public 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 Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |