Class JMSContinuation

  • All Implemented Interfaces:
    org.apache.cxf.continuations.Continuation

    public class JMSContinuation
    extends Object
    implements org.apache.cxf.continuations.Continuation
    • Constructor Detail

      • JMSContinuation

        public JMSContinuation​(org.apache.cxf.Bus b,
                               org.apache.cxf.message.Message m,
                               org.apache.cxf.transport.MessageObserver observer,
                               Counter suspendendContinuations)
    • Method Detail

      • getObject

        public 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​(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()
      • isReadyForWrite

        public boolean isReadyForWrite()
        Specified by:
        isReadyForWrite in interface org.apache.cxf.continuations.Continuation
      • isTimeout

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