public final class KahaAddScheduledJobCommand extends org.apache.activemq.protobuf.BaseMessage<T> implements JournalCommand<KahaAddScheduledJobCommand>
Constructor and Description |
---|
KahaAddScheduledJobCommand() |
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
finalize, getClass, notify, notifyAll, wait, wait, wait
assertInitialized, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeUnframed
public KahaAddScheduledJobCommand()
public ArrayList<String> missingFields()
missingFields
in class org.apache.activemq.protobuf.BaseMessage<KahaAddScheduledJobCommand>
public void clear()
clear
in interface org.apache.activemq.protobuf.Message<KahaAddScheduledJobCommand>
clear
in class org.apache.activemq.protobuf.BaseMessage<KahaAddScheduledJobCommand>
public KahaAddScheduledJobCommand clone()
clone
in interface org.apache.activemq.protobuf.Message<KahaAddScheduledJobCommand>
clone
in class org.apache.activemq.protobuf.BaseMessage<KahaAddScheduledJobCommand>
public KahaAddScheduledJobCommand mergeFrom(KahaAddScheduledJobCommand other)
mergeFrom
in interface org.apache.activemq.protobuf.Message<KahaAddScheduledJobCommand>
mergeFrom
in class org.apache.activemq.protobuf.BaseMessage<KahaAddScheduledJobCommand>
public int serializedSizeUnframed()
serializedSizeUnframed
in interface org.apache.activemq.protobuf.Message<KahaAddScheduledJobCommand>
public KahaAddScheduledJobCommand mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException
mergeUnframed
in interface org.apache.activemq.protobuf.Message<KahaAddScheduledJobCommand>
IOException
public void writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output) throws IOException
writeUnframed
in interface org.apache.activemq.protobuf.Message<KahaAddScheduledJobCommand>
writeUnframed
in class org.apache.activemq.protobuf.BaseMessage<KahaAddScheduledJobCommand>
IOException
public static KahaAddScheduledJobCommand parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public static KahaAddScheduledJobCommand parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaAddScheduledJobCommand parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaAddScheduledJobCommand parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public static KahaAddScheduledJobCommand parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public static KahaAddScheduledJobCommand parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaAddScheduledJobCommand parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaAddScheduledJobCommand parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public void visit(Visitor visitor) throws IOException
visit
in interface JournalCommand<KahaAddScheduledJobCommand>
IOException
public KahaEntryType type()
type
in interface JournalCommand<KahaAddScheduledJobCommand>
public boolean equals(KahaAddScheduledJobCommand obj)
public boolean hasScheduler()
public String getScheduler()
public T setScheduler(String scheduler)
public void clearScheduler()
public boolean hasJobId()
public void clearJobId()
public boolean hasStartTime()
public long getStartTime()
public T setStartTime(long startTime)
public void clearStartTime()
public boolean hasCronEntry()
public String getCronEntry()
public T setCronEntry(String cronEntry)
public void clearCronEntry()
public boolean hasDelay()
public long getDelay()
public T setDelay(long delay)
public void clearDelay()
public boolean hasPeriod()
public long getPeriod()
public T setPeriod(long period)
public void clearPeriod()
public boolean hasRepeat()
public int getRepeat()
public T setRepeat(int repeat)
public void clearRepeat()
public boolean hasPayload()
public org.apache.activemq.protobuf.Buffer getPayload()
public T setPayload(org.apache.activemq.protobuf.Buffer payload)
public void clearPayload()
public boolean hasNextExecutionTime()
public long getNextExecutionTime()
public T setNextExecutionTime(long nextExecutionTime)
public void clearNextExecutionTime()
Copyright © 2005–2018. All rights reserved.