Class KahaLocalTransactionId

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

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

    • KahaLocalTransactionId

      public KahaLocalTransactionId()
  • Method Details

    • missingFields

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

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

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

      Specified by:
      mergeFrom in interface org.apache.activemq.protobuf.Message<KahaLocalTransactionId>
      Overrides:
      mergeFrom in class org.apache.activemq.protobuf.BaseMessage<KahaLocalTransactionId>
    • serializedSizeUnframed

      public int serializedSizeUnframed()
    • mergeUnframed

      public KahaLocalTransactionId mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • writeUnframed

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

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

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

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

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

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

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

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

      public static KahaLocalTransactionId 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)
    • equals

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

      public boolean equals(KahaLocalTransactionId obj)
    • hashCode

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

      public boolean hasConnectionId()
    • getConnectionId

      public String getConnectionId()
    • setConnectionId

      public KahaLocalTransactionId setConnectionId(String connectionId)
    • clearConnectionId

      public void clearConnectionId()
    • hasTransactionId

      public boolean hasTransactionId()
    • getTransactionId

      public long getTransactionId()
    • setTransactionId

      public KahaLocalTransactionId setTransactionId(long transactionId)
    • clearTransactionId

      public void clearTransactionId()