|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.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()
public java.lang.Object getChannelRequest()
public java.lang.Object getChannelResponse()
public java.lang.Object getChannelSession()
public java.lang.String getDeviceType()
public KeyedCollection getRequestData()
protected void initializeRequestData()
public void setChannelDriver(java.lang.Object channelDriver)
fieldChannelDriver
- Objectpublic void setChannelSession(java.lang.Object channelSession)
fieldChannelSession
- Objectpublic void setDeviceType(java.lang.String device)
fieldCDeviceType
- Objectpublic void setRequestData(KeyedCollection kColl)
fieldRequestData
- com.ibm.dse.KeyedCollection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |