org.directwebremoting.dwrp
Class PollBatch
java.lang.Object
org.directwebremoting.dwrp.PollBatch
public class PollBatch
- extends java.lang.Object
A container for the information passed in by an Poll request
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
|
Constructor Summary |
PollBatch(javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PollBatch
public PollBatch(javax.servlet.http.HttpServletRequest request)
throws ServerException
- Parameters:
request - The request to parse to fill out this batch
- Throws:
ServerException
getBatchId
public java.lang.String getBatchId()
- Returns:
- the batchId
getPartialResponse
public PartialResponse getPartialResponse()
- Returns:
- the partialResponse
getScriptSessionId
public java.lang.String getScriptSessionId()
- Returns:
- the scriptSessionId
getPage
public java.lang.String getPage()
- Returns:
- the page
getWindowName
public java.lang.String getWindowName()
- Returns:
- the window name
isGet
public boolean isGet()
- Is this request from a GET?
- Returns:
- true if the request is a GET request
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object