Class KahaAddMessageCommand

    • Constructor Detail

      • KahaAddMessageCommand

        public KahaAddMessageCommand()
    • Method Detail

      • clear

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

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

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

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

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

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

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

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

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

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

        public boolean hasTransactionInfo()
      • clearTransactionInfo

        public void clearTransactionInfo()
      • hasDestination

        public boolean hasDestination()
      • setDestination

        public T setDestination​(KahaDestination destination)
      • clearDestination

        public void clearDestination()
      • hasMessageId

        public boolean hasMessageId()
      • getMessageId

        public String getMessageId()
      • setMessageId

        public T setMessageId​(String messageId)
      • clearMessageId

        public void clearMessageId()
      • hasMessage

        public boolean hasMessage()
      • getMessage

        public org.apache.activemq.protobuf.Buffer getMessage()
      • setMessage

        public T setMessage​(org.apache.activemq.protobuf.Buffer message)
      • clearMessage

        public void clearMessage()
      • hasPriority

        public boolean hasPriority()
      • getPriority

        public int getPriority()
      • setPriority

        public T setPriority​(int priority)
      • clearPriority

        public void clearPriority()
      • hasPrioritySupported

        public boolean hasPrioritySupported()
      • getPrioritySupported

        public boolean getPrioritySupported()
      • setPrioritySupported

        public T setPrioritySupported​(boolean prioritySupported)
      • clearPrioritySupported

        public void clearPrioritySupported()