public interface JobListener
| Modifier and Type | Method and Description |
|---|---|
void |
scheduledJob(String id,
org.apache.activemq.util.ByteSequence job)
A Job that has been scheduled is now ready to be fired.
|
void scheduledJob(String id, org.apache.activemq.util.ByteSequence job)
id - The unique Job Id of the Job that is ready to fire.job - The job that is now ready, delivered in byte form.Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.