|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageDeliveryStatus | |
|---|---|
| org.kuali.rice.kcb.bo | |
| org.kuali.rice.kcb.quartz | |
| org.kuali.rice.kcb.service | |
| org.kuali.rice.kcb.service.impl | |
| Uses of MessageDeliveryStatus in org.kuali.rice.kcb.bo |
|---|
| Methods in org.kuali.rice.kcb.bo that return MessageDeliveryStatus | |
|---|---|
static MessageDeliveryStatus |
MessageDeliveryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageDeliveryStatus[] |
MessageDeliveryStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.kuali.rice.kcb.bo with parameters of type MessageDeliveryStatus | |
|---|---|
void |
MessageDelivery.setDeliveryStatus(MessageDeliveryStatus deliveryStatus)
Convenience method that sets the delivery status in a typesafe manner. |
| Uses of MessageDeliveryStatus in org.kuali.rice.kcb.quartz |
|---|
| Methods in org.kuali.rice.kcb.quartz with parameters of type MessageDeliveryStatus | |
|---|---|
protected void |
MessageProcessingJob.updateStatusAndUnlock(MessageDelivery messageDelivery,
MessageDeliveryStatus status)
Marks a MessageDelivery as having been delivered, and unlocks it |
| Uses of MessageDeliveryStatus in org.kuali.rice.kcb.service |
|---|
| Methods in org.kuali.rice.kcb.service with parameters of type MessageDeliveryStatus | |
|---|---|
Collection<MessageDelivery> |
MessageDeliveryService.lockAndTakeMessageDeliveries(Long messageId,
MessageDeliveryStatus[] status)
Locks and takes all message deliveries of a given message in the system with any of the specified statuses |
Collection<MessageDelivery> |
MessageDeliveryService.lockAndTakeMessageDeliveries(MessageDeliveryStatus[] status)
Locks and takes all message deliveries in the system with any of the specified statuses |
| Uses of MessageDeliveryStatus in org.kuali.rice.kcb.service.impl |
|---|
| Methods in org.kuali.rice.kcb.service.impl with parameters of type MessageDeliveryStatus | |
|---|---|
Collection<MessageDelivery> |
MessageDeliveryServiceImpl.lockAndTakeMessageDeliveries(Long messageId,
MessageDeliveryStatus[] statuses)
|
Collection<MessageDelivery> |
MessageDeliveryServiceImpl.lockAndTakeMessageDeliveries(MessageDeliveryStatus[] statuses)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||