org.apache.cxf.transport.http_jetty.continuations
Class JettyContinuationWrapper
java.lang.Object
org.apache.cxf.transport.http_jetty.continuations.JettyContinuationWrapper
- All Implemented Interfaces:
- Continuation
public class JettyContinuationWrapper
- extends java.lang.Object
- implements Continuation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyContinuationWrapper
public JettyContinuationWrapper(javax.servlet.http.HttpServletRequest request,
Message m)
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