org.apache.cxf.transport.http
Class Servlet3ContinuationProvider.Servlet3Continuation

java.lang.Object
  extended by org.apache.cxf.transport.http.Servlet3ContinuationProvider.Servlet3Continuation
All Implemented Interfaces:
EventListener, javax.servlet.AsyncListener, org.apache.cxf.continuations.Continuation
Enclosing class:
Servlet3ContinuationProvider

public class Servlet3ContinuationProvider.Servlet3Continuation
extends Object
implements org.apache.cxf.continuations.Continuation, javax.servlet.AsyncListener


Constructor Summary
Servlet3ContinuationProvider.Servlet3Continuation()
           
 
Method Summary
 Object getObject()
           
 boolean isNew()
           
 boolean isPending()
           
 boolean isResumed()
           
 void onComplete(javax.servlet.AsyncEvent event)
           
 void onError(javax.servlet.AsyncEvent event)
           
 void onStartAsync(javax.servlet.AsyncEvent event)
           
 void onTimeout(javax.servlet.AsyncEvent event)
           
 void redispatch()
           
 void reset()
           
 void resume()
           
 void setObject(Object o)
           
 boolean suspend(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Servlet3ContinuationProvider.Servlet3Continuation

public Servlet3ContinuationProvider.Servlet3Continuation()
Method Detail

suspend

public boolean suspend(long timeout)
Specified by:
suspend in interface org.apache.cxf.continuations.Continuation

redispatch

public void redispatch()

resume

public void resume()
Specified by:
resume in interface org.apache.cxf.continuations.Continuation

reset

public void reset()
Specified by:
reset in interface org.apache.cxf.continuations.Continuation

isNew

public boolean isNew()
Specified by:
isNew in interface org.apache.cxf.continuations.Continuation

isPending

public boolean isPending()
Specified by:
isPending in interface org.apache.cxf.continuations.Continuation

isResumed

public boolean isResumed()
Specified by:
isResumed in interface org.apache.cxf.continuations.Continuation

getObject

public Object getObject()
Specified by:
getObject in interface org.apache.cxf.continuations.Continuation

setObject

public void setObject(Object o)
Specified by:
setObject in interface org.apache.cxf.continuations.Continuation

onComplete

public void onComplete(javax.servlet.AsyncEvent event)
                throws IOException
Specified by:
onComplete in interface javax.servlet.AsyncListener
Throws:
IOException

onError

public void onError(javax.servlet.AsyncEvent event)
             throws IOException
Specified by:
onError in interface javax.servlet.AsyncListener
Throws:
IOException

onStartAsync

public void onStartAsync(javax.servlet.AsyncEvent event)
                  throws IOException
Specified by:
onStartAsync in interface javax.servlet.AsyncListener
Throws:
IOException

onTimeout

public void onTimeout(javax.servlet.AsyncEvent event)
               throws IOException
Specified by:
onTimeout in interface javax.servlet.AsyncListener
Throws:
IOException


Apache CXF