|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.clientserver.DSEPresentationHandler
This class implements PresentationHandler interface.
This is the abstract implementation that should be extended by all channel specific request handlers
Constructor Summary | |
DSEPresentationHandler()
DSEPresentationHandler constructor. |
Method Summary | |
void |
handleException(java.lang.Exception ex)
Handle the exceptions raised by the presentation handler Log the exception to the server trace console if enabled |
void |
processException(ChannelContext channelContext,
java.lang.Exception exception)
Process an exception to a client for a particular device Extend to implement the channel specific behaviour |
void |
processReply(ChannelContext channelContext,
ServerOperation aServerOperation)
Process a reply to a client for a particular device Extend to implement the channel specific behaviour |
void |
processSessionReply(ChannelContext channelContext)
Process a session reply to a client for a particular device Extend to implement the channel specific behaviour |
protected boolean |
usingCookies(ChannelContext channelContext)
Convenience method to determine if cookies are being used to manage the client server session for the specified device type By default using cookies is false |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DSEPresentationHandler()
Method Detail |
public void handleException(java.lang.Exception ex)
exception
- java.lang.Exceptionpublic void processException(ChannelContext channelContext, java.lang.Exception exception)
channelContext
- com.ibm.dse.clientserver.ChannelContextexception
- Exceptionpublic void processReply(ChannelContext channelContext, ServerOperation aServerOperation)
channelContext
- com.ibm.dse.clientserver.ChannelContextaServerOperation
- com.ibm.dse.base.ServerOperationpublic void processSessionReply(ChannelContext channelContext)
channelContext
- com.ibm.dse.clientserver.ChannelContextprotected boolean usingCookies(ChannelContext channelContext)
channelContext
- com.ibm.dse.clientserver.ChannelContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |