|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.clientserver.DSEPresentationHandler | +--com.ibm.dse.cs.java.JavaPresentationHandler
This class extends DSEPresentationHandler abstract class.
The implementation is used by the java clients to render responses of the information or exceptions.
Constructor Summary | |
JavaPresentationHandler()
JavaPresentationHandler constructor. |
Method Summary | |
protected java.lang.String |
getSessionId(ChannelContext aChannelContext)
Convenience method to determine the session id from the channel session |
void |
processException(ChannelContext channelContext,
java.lang.Exception exception)
Process the exception for the java client. |
void |
processReply(ChannelContext channelContext,
ServerOperation operation)
Process the reply for a java client. |
void |
processSessionReply(ChannelContext channelContext)
Process the session reply to the java client |
Methods inherited from class com.ibm.dse.clientserver.DSEPresentationHandler |
handleException,
usingCookies |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JavaPresentationHandler()
Method Detail |
protected java.lang.String getSessionId(ChannelContext aChannelContext)
aChannelContext
- com.ibm.dse.clientserver.ChannelContextpublic void processException(ChannelContext channelContext, java.lang.Exception exception)
Response is sent to the client in UTF8 format
Potential exception codes required by the client to perform the necessary cleanup
channelContext
- com.ibm.dse.clientserver.ChannelContextexception
- Exceptionpublic void processReply(ChannelContext channelContext, ServerOperation operation)
Response is sent to the client in UTF8 format
channelContext
- com.ibm.dse.clientserver.ChannelContextaServerOperation
- com.ibm.dse.base.ServerOperationpublic void processSessionReply(ChannelContext channelContext)
Response is sent to the client in UTF8 format
channelContext
- com.ibm.dse.clientserver.ChannelContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |