Class KahaRescheduleJobCommand

    • Constructor Detail

      • KahaRescheduleJobCommand

        public KahaRescheduleJobCommand()
    • Method Detail

      • serializedSizeUnframed

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

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

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

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

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

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

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

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

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

        public boolean hasScheduler()
      • getScheduler

        public String getScheduler()
      • setScheduler

        public T setScheduler​(String scheduler)
      • clearScheduler

        public void clearScheduler()
      • hasJobId

        public boolean hasJobId()
      • getJobId

        public String getJobId()
      • setJobId

        public T setJobId​(String jobId)
      • clearJobId

        public void clearJobId()
      • hasExecutionTime

        public boolean hasExecutionTime()
      • getExecutionTime

        public long getExecutionTime()
      • setExecutionTime

        public T setExecutionTime​(long executionTime)
      • clearExecutionTime

        public void clearExecutionTime()
      • hasNextExecutionTime

        public boolean hasNextExecutionTime()
      • getNextExecutionTime

        public long getNextExecutionTime()
      • setNextExecutionTime

        public T setNextExecutionTime​(long nextExecutionTime)
      • clearNextExecutionTime

        public void clearNextExecutionTime()
      • hasRescheduledCount

        public boolean hasRescheduledCount()
      • getRescheduledCount

        public int getRescheduledCount()
      • setRescheduledCount

        public T setRescheduledCount​(int rescheduledCount)
      • clearRescheduledCount

        public void clearRescheduledCount()