Class CloseStageQueueRequest

java.lang.Object
com.swiftmq.tools.requestreply.Request
com.swiftmq.impl.routing.single.smqpr.CloseStageQueueRequest
All Implemented Interfaces:
com.swiftmq.tools.dump.Dumpable, Serializable

public class CloseStageQueueRequest 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
     
    int
     
    com.swiftmq.tools.concurrent.Semaphore
     
    void
    setSemaphore(com.swiftmq.tools.concurrent.Semaphore semaphore)
     
     

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

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

    Methods inherited from class Object

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

    • CloseStageQueueRequest

      public CloseStageQueueRequest()
  • Method Details

    • getDumpId

      public int getDumpId()
      Specified by:
      getDumpId in interface com.swiftmq.tools.dump.Dumpable
      Overrides:
      getDumpId in class com.swiftmq.tools.requestreply.Request
    • getSemaphore

      public com.swiftmq.tools.concurrent.Semaphore getSemaphore()
    • setSemaphore

      public void setSemaphore(com.swiftmq.tools.concurrent.Semaphore semaphore)
    • 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