|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecoverableQueueStore
Extension of QueueStore required to be
able to recover a queue store base on a transaction journal.
| Method Summary | |
|---|---|
boolean |
contains(Serializable value)
Checks if a certain object exists in the queue. |
void |
remove(Serializable value)
Removes the value from the queue. |
| Methods inherited from interface org.mule.util.queue.QueueStore |
|---|
clear, close, dispose, getCapacity, getName, getSize, isPersistent, offer, peek, poll, putNow, untake |
| Method Detail |
|---|
void remove(Serializable value)
value - object to be removedboolean contains(Serializable value)
value - object to search in the queue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||