|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface TakingQueueStoreDelegate
A QueueStoreDelegate that can take objects directly from its store
| Method Summary | |
|---|---|
Serializable |
takeFromObjectStore(long timeout)
Deprecated. Poll the queue for its first member, and, if there is one, remove and return the corresponding object from the object store |
void |
writeToObjectStore(Serializable data)
Deprecated. |
| Methods inherited from interface org.mule.util.queue.QueueStoreDelegate |
|---|
addAll, clear, dispose, getSize, offer, peek, poll, putNow, untake |
| Method Detail |
|---|
Serializable takeFromObjectStore(long timeout)
throws InterruptedException
InterruptedException
void writeToObjectStore(Serializable data)
throws InterruptedException,
ObjectStoreException
InterruptedException
ObjectStoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||