Class RollbackRequest

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

public class RollbackRequest 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
    RollbackRequest(com.swiftmq.jms.XidImpl xid)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(com.swiftmq.tools.requestreply.RequestVisitor visitor)
     
    protected com.swiftmq.tools.requestreply.Reply
     
    int
     
    com.swiftmq.jms.XidImpl
     
    void
     
    void
    setXid(com.swiftmq.jms.XidImpl xid)
     
     
    void
     

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

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

    Methods inherited from class Object

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

    • RollbackRequest

      public RollbackRequest(com.swiftmq.jms.XidImpl xid)
  • 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
    • writeContent

      public void writeContent(DataOutput output) throws IOException
      Specified by:
      writeContent in interface com.swiftmq.tools.dump.Dumpable
      Overrides:
      writeContent in class com.swiftmq.tools.requestreply.Request
      Throws:
      IOException
    • readContent

      public void readContent(DataInput input) throws IOException
      Specified by:
      readContent in interface com.swiftmq.tools.dump.Dumpable
      Overrides:
      readContent in class com.swiftmq.tools.requestreply.Request
      Throws:
      IOException
    • getXid

      public com.swiftmq.jms.XidImpl getXid()
    • setXid

      public void setXid(com.swiftmq.jms.XidImpl xid)
    • 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