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
InterruptedException
boolean offer(Serializable o, int room, long timeout) throws InterruptedException
InterruptedException
Serializable poll(long timeout) throws InterruptedException
InterruptedException
Serializable peek() throws InterruptedException
InterruptedException
void untake(Serializable item) throws InterruptedException
InterruptedException
int getSize()
void clear() throws InterruptedException
InterruptedException
void dispose()
int getCapacity()
void close()
boolean isPersistent()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.