|
IBM Branch 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
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(java.lang.Object req,
java.lang.Object res,
java.lang.Object device)
DSEChannelContext constructor. |
Method Summary | |
---|---|
java.lang.Object |
getChannelDriver()
Get the channel driver |
java.lang.Object |
getChannelRequest()
Get the channel request |
java.lang.Object |
getChannelResponse()
Get the channel response |
java.lang.Object |
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(java.lang.Object channelDriver)
Set the channel driver |
void |
setChannelSession(java.lang.Object 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(java.lang.Object req, java.lang.Object res, java.lang.Object device)
Method Detail |
public java.lang.Object getChannelDriver()
getChannelDriver
in interface ChannelContext
public java.lang.Object getChannelRequest()
getChannelRequest
in interface ChannelContext
public java.lang.Object getChannelResponse()
getChannelResponse
in interface ChannelContext
public java.lang.Object 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(java.lang.Object channelDriver)
setChannelDriver
in interface ChannelContext
channelDriver
- Objectpublic void setChannelSession(java.lang.Object 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 Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |