|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.dwrp.PollBatch
public class PollBatch
A container for the information passed in by an Poll request
| Field Summary | |
|---|---|
static java.lang.String |
ATTRIBUTE_CALL_ID
How we stash away the results of the request parse |
static java.lang.String |
ATTRIBUTE_NOTIFY_CONDUIT
We remember the notify conduit so we can reuse it |
static java.lang.String |
ATTRIBUTE_PAGE
How we stash away the results of the request parse |
static java.lang.String |
ATTRIBUTE_PARAMETERS
How we stash away the results of the request parse |
static java.lang.String |
ATTRIBUTE_PARTIAL_RESPONSE
How we stash away the results of the request parse |
static java.lang.String |
ATTRIBUTE_SESSION_ID
How we stash away the results of the request parse |
| Constructor Summary | |
|---|---|
PollBatch(javax.servlet.http.HttpServletRequest request,
PageNormalizer pageNormalizer)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBatchId()
|
int |
getPartialResponse()
|
java.lang.String |
getScriptId()
|
RealScriptSession |
getScriptSession()
|
boolean |
isGet()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ATTRIBUTE_PARAMETERS
public static final java.lang.String ATTRIBUTE_CALL_ID
public static final java.lang.String ATTRIBUTE_SESSION_ID
public static final java.lang.String ATTRIBUTE_PAGE
public static final java.lang.String ATTRIBUTE_PARTIAL_RESPONSE
public static final java.lang.String ATTRIBUTE_NOTIFY_CONDUIT
| Constructor Detail |
|---|
public PollBatch(javax.servlet.http.HttpServletRequest request,
PageNormalizer pageNormalizer)
throws ServerException
request - pageNormalizer -
ServerException| Method Detail |
|---|
public java.lang.String getBatchId()
public java.lang.String getScriptId()
public int getPartialResponse()
public boolean isGet()
public RealScriptSession getScriptSession()
public java.lang.String toString()
toString in class java.lang.Object
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||