Uses of Class
org.apache.activemq.store.kahadb.data.KahaAddScheduledJobCommand
-
Packages that use KahaAddScheduledJobCommand Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.data org.apache.activemq.store.kahadb.scheduler -
-
Uses of KahaAddScheduledJobCommand in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb with parameters of type KahaAddScheduledJobCommand Modifier and Type Method Description voidVisitor. visit(KahaAddScheduledJobCommand kahaAddScheduledJobCommand) -
Uses of KahaAddScheduledJobCommand in org.apache.activemq.store.kahadb.data
Methods in org.apache.activemq.store.kahadb.data that return KahaAddScheduledJobCommand Modifier and Type Method Description KahaAddScheduledJobCommandKahaAddScheduledJobCommand. clone()KahaAddScheduledJobCommandKahaAddScheduledJobCommand. mergeFrom(KahaAddScheduledJobCommand other)KahaAddScheduledJobCommandKahaAddScheduledJobCommand. mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseFramed(byte[] data)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseFramed(InputStream data)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseFramed(org.apache.activemq.protobuf.Buffer data)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseFramed(org.apache.activemq.protobuf.CodedInputStream data)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseUnframed(byte[] data)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseUnframed(InputStream data)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseUnframed(org.apache.activemq.protobuf.Buffer data)static KahaAddScheduledJobCommandKahaAddScheduledJobCommand. parseUnframed(org.apache.activemq.protobuf.CodedInputStream data)Methods in org.apache.activemq.store.kahadb.data with parameters of type KahaAddScheduledJobCommand Modifier and Type Method Description booleanKahaAddScheduledJobCommand. equals(KahaAddScheduledJobCommand obj)KahaAddScheduledJobCommandKahaAddScheduledJobCommand. mergeFrom(KahaAddScheduledJobCommand other) -
Uses of KahaAddScheduledJobCommand in org.apache.activemq.store.kahadb.scheduler
Methods in org.apache.activemq.store.kahadb.scheduler with parameters of type KahaAddScheduledJobCommand Modifier and Type Method Description protected voidJobSchedulerImpl. process(Transaction tx, KahaAddScheduledJobCommand command, Location location)Adds a new Scheduled job to the index.
-