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

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

public class JMSContinuationWrapper
extends java.lang.Object
implements org.apache.cxf.continuations.ContinuationWrapper


Constructor Summary
JMSContinuationWrapper(org.apache.cxf.Bus b, org.apache.cxf.message.Message m, org.apache.cxf.transport.MessageObserver observer, java.util.List<JMSContinuationWrapper> 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

JMSContinuationWrapper

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

getObject

public java.lang.Object getObject()
Specified by:
getObject in interface org.apache.cxf.continuations.ContinuationWrapper

isNew

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

isPending

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

isResumed

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

reset

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

resume

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

doResume

protected void doResume()

setObject

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

suspend

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

createTimerTask

protected void createTimerTask(long timeout)

cancelTimerTask

protected void cancelTimerTask()


Apache CXF