org.directwebremoting.dwrp
Class PollBatch

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getBatchId()
           
 java.lang.String getPage()
           
 PartialResponse getPartialResponse()
           
 java.lang.String getScriptSessionId()
           
 java.lang.String getWindowName()
           
 boolean isGet()
          Is this request from a GET?
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PollBatch

public PollBatch(javax.servlet.http.HttpServletRequest request)
          throws ServerException
Parameters:
request - The request to parse to fill out this batch
Throws:
ServerException
Method Detail

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

Copyright ¬ 2005