public interface QueueStore
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
close() |
void |
dispose() |
int |
getCapacity() |
String |
getName() |
int |
getSize() |
boolean |
isPersistent() |
boolean |
offer(Serializable o,
int room,
long timeout) |
Serializable |
peek() |
Serializable |
poll(long timeout) |
void |
putNow(Serializable o) |
void |
untake(Serializable item) |
String getName()
void putNow(Serializable o) throws InterruptedException
InterruptedExceptionboolean offer(Serializable o, int room, long timeout) throws InterruptedException
InterruptedExceptionSerializable poll(long timeout) throws InterruptedException
InterruptedExceptionSerializable peek() throws InterruptedException
InterruptedExceptionvoid untake(Serializable item) throws InterruptedException
InterruptedExceptionint getSize()
void clear()
throws InterruptedException
InterruptedExceptionvoid dispose()
int getCapacity()
void close()
boolean isPersistent()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.