|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.clientserver.DSERequestHandler | +--com.ibm.dse.cs.java.JavaRequestHandler
This class implements RequestHandler interface and extends JavaRequestHandler.
This class provides the implementation specific for the java client types
Constructor Summary | |
JavaRequestHandler()
JavaRequestHandler constructor. |
Method Summary | |
protected void |
endRequest(ServerOperation anOperation)
Close the operation. |
protected ServerOperation |
executeRequest(ChannelContext channelContext)
Perform the operation for the Java client |
protected void |
executeSession(ChannelContext channelContext)
To support multiple client types using the same session the Java client requires additional processing to check the application session table for a valid id The parameter "createSession" can exist in the data kColl only |
protected java.lang.String |
getSessionId(ChannelContext aChannelContext)
Convenience method to dertermine the session id from the channel session |
protected void |
preProcessRequest(ChannelContext channelContext)
Extend this method to perform any initial processing required by the request handler |
Methods inherited from class com.ibm.dse.clientserver.DSERequestHandler |
getPresentationHandler,
handleException,
handleException,
processRequest,
processSessionRequest,
usingCookies |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JavaRequestHandler()
Method Detail |
protected void endRequest(ServerOperation anOperation)
anOperation
- com.ibm.dse.base.ServerOperationprotected ServerOperation executeRequest(ChannelContext channelContext) throws java.lang.Exception
channelContext
- com.ibm.dse.clientserver.ChannelContextprotected void executeSession(ChannelContext channelContext) throws java.lang.Exception
channelContext
- com.ibm.dse.clientserver.ChannelContextprotected java.lang.String getSessionId(ChannelContext aChannelContext)
aChannelContext
- com.ibm.dse.clientserver.ChannelContextprotected void preProcessRequest(ChannelContext channelContext) throws DSEException
Verify that the server is started and the environment is initialized
channelContext
- com.ibm.dse.clientserver.ChannelContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |