com.ibm.dse.cs.html
Class HtmlRequestData

java.lang.Object
  |
  +--com.ibm.dse.cs.html.HtmlRequestData

public class HtmlRequestData
extends java.lang.Object

Encapsulate the objects which are used when processing a request from an html client. Instances of this class are used to manage Html back and double post processing.


Field Summary
 ChannelContext channelContext
           
 DSEServerOperation operation
           
 java.util.Date operCompleteTime
           
 Semaphore operInProcessSem
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelContext

public ChannelContext channelContext

operation

public DSEServerOperation operation

operInProcessSem

public Semaphore operInProcessSem

operCompleteTime

public java.util.Date operCompleteTime