|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.cs.html.HtmlRequestData
public class HtmlRequestData
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 | |
---|---|
boolean |
answered
|
ChannelContext |
channelContext
|
java.lang.Exception |
firstException
|
boolean |
firstFinished
|
BTTServerOperation |
operation
|
java.util.Date |
operCompleteTime
|
Semaphore |
operInProcessSem
|
Constructor Summary | |
---|---|
HtmlRequestData(ChannelContext channelContext,
BTTServerOperation operation)
Constructor method for this class. |
|
HtmlRequestData(ChannelContext channelContext,
BTTServerOperation operation,
Semaphore sem)
Constructor method for this class. |
Method Summary | |
---|---|
void |
addToCounter(Semaphore requestSem,
boolean firstRequest)
add the current semaphore to waitingThread, Added for PMR35836 |
int |
getCounter()
Return the total counter,Added for PMR35836/JR23064 start |
boolean |
isReqTimeout()
|
void |
removeFromCounter(boolean requestFinised)
Remove the semaphore from waitingThread |
void |
setReqTimeout(boolean isReqTimeout)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ChannelContext channelContext
public BTTServerOperation operation
public Semaphore operInProcessSem
public java.util.Date operCompleteTime
public boolean answered
public boolean firstFinished
public java.lang.Exception firstException
Constructor Detail |
---|
public HtmlRequestData(ChannelContext channelContext, BTTServerOperation operation)
channelContext
- com.ibm.btt.clientserver.ChannelContextoperation
- com.ibm.btt.base.ServerOperationpublic HtmlRequestData(ChannelContext channelContext, BTTServerOperation operation, Semaphore sem)
channelContext
- com.ibm.btt.clientserver.ChannelContextoperation
- com.ibm.btt.base.ServerOperationMethod Detail |
---|
public boolean isReqTimeout()
public void setReqTimeout(boolean isReqTimeout)
public int getCounter()
public void addToCounter(Semaphore requestSem, boolean firstRequest)
public void removeFromCounter(boolean requestFinised)
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |