Class KahaRollbackCommand

java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.store.kahadb.data.KahaRollbackCommand
All Implemented Interfaces:
org.apache.activemq.protobuf.Message<KahaRollbackCommand>, JournalCommand<KahaRollbackCommand>

public final class KahaRollbackCommand extends org.apache.activemq.protobuf.BaseMessage<T> implements JournalCommand<KahaRollbackCommand>
  • Constructor Details

    • KahaRollbackCommand

      public KahaRollbackCommand()
  • Method Details

    • missingFields

      public ArrayList<String> missingFields()
      Overrides:
      missingFields in class org.apache.activemq.protobuf.BaseMessage<KahaRollbackCommand>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.activemq.protobuf.Message<KahaRollbackCommand>
      Overrides:
      clear in class org.apache.activemq.protobuf.BaseMessage<KahaRollbackCommand>
    • clone

      public KahaRollbackCommand clone()
      Specified by:
      clone in interface org.apache.activemq.protobuf.Message<KahaRollbackCommand>
      Specified by:
      clone in class org.apache.activemq.protobuf.BaseMessage<KahaRollbackCommand>
    • mergeFrom

      public KahaRollbackCommand mergeFrom(KahaRollbackCommand other)
      Specified by:
      mergeFrom in interface org.apache.activemq.protobuf.Message<KahaRollbackCommand>
      Overrides:
      mergeFrom in class org.apache.activemq.protobuf.BaseMessage<KahaRollbackCommand>
    • serializedSizeUnframed

      public int serializedSizeUnframed()
      Specified by:
      serializedSizeUnframed in interface org.apache.activemq.protobuf.Message<KahaRollbackCommand>
    • mergeUnframed

      public KahaRollbackCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException
      Specified by:
      mergeUnframed in interface org.apache.activemq.protobuf.Message<KahaRollbackCommand>
      Throws:
      IOException
    • writeUnframed

      public void writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeUnframed in interface org.apache.activemq.protobuf.Message<KahaRollbackCommand>
      Overrides:
      writeUnframed in class org.apache.activemq.protobuf.BaseMessage<KahaRollbackCommand>
      Throws:
      IOException
    • parseUnframed

      public static KahaRollbackCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
      IOException
    • parseUnframed

      public static KahaRollbackCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseUnframed

      public static KahaRollbackCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseUnframed

      public static KahaRollbackCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
      IOException
    • parseFramed

      public static KahaRollbackCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
      IOException
    • parseFramed

      public static KahaRollbackCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseFramed

      public static KahaRollbackCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
    • parseFramed

      public static KahaRollbackCommand parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
      Throws:
      org.apache.activemq.protobuf.InvalidProtocolBufferException
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public StringBuilder toString(StringBuilder sb, String prefix)
    • visit

      public void visit(Visitor visitor) throws IOException
      Specified by:
      visit in interface JournalCommand<KahaRollbackCommand>
      Throws:
      IOException
    • type

      public KahaEntryType type()
      Specified by:
      type in interface JournalCommand<KahaRollbackCommand>
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(KahaRollbackCommand obj)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • hasTransactionInfo

      public boolean hasTransactionInfo()
    • getTransactionInfo

      public KahaTransactionInfo getTransactionInfo()
    • setTransactionInfo

      public KahaRollbackCommand setTransactionInfo(KahaTransactionInfo transactionInfo)
    • clearTransactionInfo

      public void clearTransactionInfo()