|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionalQueueStoreDelegate
A marker interface for a QueueStoreDelegate that, along with its store, is transactional
| Method Summary | |
|---|---|
void |
close()
Releases all resources managed by this queue without removing the queue data. |
boolean |
contains(Serializable value)
checks if the given value exists in the queue Used only during recovery phase which means this method does not require great performance |
void |
remove(Serializable value)
Remove the specified value from the queue. |
| Methods inherited from interface org.mule.util.queue.QueueStoreDelegate |
|---|
addAll, clear, dispose, getSize, offer, peek, poll, putNow, untake |
| Method Detail |
|---|
void remove(Serializable value)
value - object to be removedboolean contains(Serializable value)
value - object to check if exists in the queuevoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||