Class RunMessageProcessor

java.lang.Object
com.swiftmq.tools.requestreply.Request
com.swiftmq.impl.jms.standard.v630.RunMessageProcessor
All Implemented Interfaces:
com.swiftmq.tools.dump.Dumpable, Serializable

public class RunMessageProcessor extends com.swiftmq.tools.requestreply.Request
See Also:
  • Field Summary

    Fields inherited from class com.swiftmq.tools.requestreply.Request

    _sem, NO_TIMEOUT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(com.swiftmq.tools.requestreply.RequestVisitor visitor)
     
    protected com.swiftmq.tools.requestreply.Reply
     
     
     

    Methods inherited from class com.swiftmq.tools.requestreply.Request

    createReply, getConnectionId, getCorrelationId, getDispatchId, getDumpId, getValidator, isCancelledByValidator, isDoRetry, isReplyRequired, isWasRetry, readContent, setCancelledByValidator, setConnectionId, setCorrelationId, setDispatchId, setDoRetry, setReplyRequired, setValidator, writeContent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getMessageProcessor

      public AsyncMessageProcessor getMessageProcessor()
    • createReplyInstance

      protected com.swiftmq.tools.requestreply.Reply createReplyInstance()
      Specified by:
      createReplyInstance in class com.swiftmq.tools.requestreply.Request
    • accept

      public void accept(com.swiftmq.tools.requestreply.RequestVisitor visitor)
      Specified by:
      accept in class com.swiftmq.tools.requestreply.Request
    • toString

      public String toString()
      Overrides:
      toString in class com.swiftmq.tools.requestreply.Request