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