org.apache.cxf.transport.jms.continuations
Class JMSContinuation
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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