org.apache.cxf.transport.http_jetty.continuations
Class JettyContinuationWrapper

java.lang.Object
  extended by org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
All Implemented Interfaces:
Continuation

public class JettyContinuationWrapper
extends java.lang.Object
implements Continuation


Constructor Summary
JettyContinuationWrapper(javax.servlet.http.HttpServletRequest request, Message m)
           
 
Method Summary
protected  org.mortbay.util.ajax.Continuation getContinuation()
           
protected  Message getMessage()
           
 java.lang.Object getObject()
           
 boolean isNew()
           
 boolean isPending()
           
 boolean isResumed()
           
 void reset()
           
 void resume()
           
 void setObject(java.lang.Object userObject)
           
 boolean suspend(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyContinuationWrapper

public JettyContinuationWrapper(javax.servlet.http.HttpServletRequest request,
                                Message m)
Method Detail

getObject

public java.lang.Object getObject()
Specified by:
getObject in interface Continuation

isNew

public boolean isNew()
Specified by:
isNew in interface Continuation

isPending

public boolean isPending()
Specified by:
isPending in interface Continuation

isResumed

public boolean isResumed()
Specified by:
isResumed in interface Continuation

reset

public void reset()
Specified by:
reset in interface Continuation

resume

public void resume()
Specified by:
resume in interface Continuation

setObject

public void setObject(java.lang.Object userObject)
Specified by:
setObject in interface Continuation

suspend

public boolean suspend(long timeout)
Specified by:
suspend in interface Continuation

getMessage

protected Message getMessage()

getContinuation

protected org.mortbay.util.ajax.Continuation getContinuation()


Apache CXF