|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RealScriptSession | |
|---|---|
| org.directwebremoting.dwrp | |
| org.directwebremoting.extend | |
| org.directwebremoting.impl | |
| Uses of RealScriptSession in org.directwebremoting.dwrp |
|---|
| Methods in org.directwebremoting.dwrp with parameters of type RealScriptSession | |
|---|---|
protected boolean |
PollHandler.sleepWithContinuation(RealScriptSession scriptSession,
Continuation continuation,
long preStreamWaitTime)
Use a ResumeContinuationScriptConduit to wait |
protected boolean |
PollHandler.streamWait(javax.servlet.http.HttpServletRequest request,
ScriptConduit conduit,
RealScriptSession scriptSession,
long wait)
Perform a wait. |
| Uses of RealScriptSession in org.directwebremoting.extend |
|---|
| Methods in org.directwebremoting.extend that return RealScriptSession | |
|---|---|
RealScriptSession |
ScriptSessionManager.getScriptSession(java.lang.String id)
For a given script session id, either create a new ScriptSession object or retrieve an existing one if one exists. |
| Methods in org.directwebremoting.extend with parameters of type RealScriptSession | |
|---|---|
void |
ScriptSessionManager.setPageForScriptSession(RealScriptSession scriptSession,
java.lang.String url)
Locate the given script session on a page |
| Uses of RealScriptSession in org.directwebremoting.impl |
|---|
| Classes in org.directwebremoting.impl that implement RealScriptSession | |
|---|---|
class |
DefaultScriptSession
An implementation of ScriptSession and RealScriptSession. |
| Methods in org.directwebremoting.impl that return RealScriptSession | |
|---|---|
RealScriptSession |
DefaultScriptSessionManager.getScriptSession(java.lang.String id)
|
| Methods in org.directwebremoting.impl with parameters of type RealScriptSession | |
|---|---|
protected void |
DefaultScriptSessionManager.invalidate(RealScriptSession scriptSession)
Remove the given session from the list of sessions that we manage, and leave it for the GC vultures to pluck. |
void |
DefaultScriptSessionManager.setPageForScriptSession(RealScriptSession scriptSession,
java.lang.String page)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||