org.apache.cxf.transport.jms.continuations
Class JMSContinuation

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

public class JMSContinuation
extends java.lang.Object
implements org.apache.cxf.continuations.Continuation


Constructor Summary
JMSContinuation(org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, java.util.Collection<JMSContinuation> cList)
           
 
Method Summary
protected  void cancelTimerTask()
           
protected  void createTimerTask(long timeout)
           
protected  void doResume()
           
 java.lang.Object getObject()
           
 boolean isNew()
           
 boolean isPending()
           
 boolean isResumed()
           
 void reset()
           
 void resume()
           
 void setObject(java.lang.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

JMSContinuation

public JMSContinuation(org.apache.cxf.Bus b,
                       org.apache.cxf.message.Message m,
                       org.apache.cxf.transport.MessageObserver observer,
                       java.util.Collection<JMSContinuation> cList)
Method Detail

getObject

public java.lang.Object getObject()
Specified by:
getObject 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

reset

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

resume

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

doResume

protected void doResume()

setObject

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

suspend

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

createTimerTask

protected void createTimerTask(long timeout)

cancelTimerTask

protected void cancelTimerTask()


Apache CXF