Package | Description |
---|---|
org.kuali.rice.kcb.quartz |
Modifier and Type | Method and Description |
---|---|
static MessageProcessingJob.Mode |
MessageProcessingJob.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageProcessingJob.Mode[] |
MessageProcessingJob.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<MessageDelivery> |
MessageProcessingJob.bulkProcess(BulkMessageDeliverer messageDeliverer,
Collection<MessageDelivery> messageDeliveries,
MessageProcessingJob.Mode mode)
Implements bulk delivery of a collection of
MessageDelivery s |
protected Collection<MessageDelivery> |
MessageProcessingJob.process(MessageDeliverer messageDeliverer,
MessageDelivery messageDelivery,
MessageProcessingJob.Mode mode)
Implements delivery of a single MessageDelivery
|
Constructor and Description |
---|
MessageProcessingJob(Long messageId,
MessageProcessingJob.Mode mode,
String user,
String cause) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.