public class QueueInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected QueueConfiguration |
config |
protected LinkedList |
list |
protected String |
name |
| Constructor and Description |
|---|
QueueInfo() |
protected LinkedList list
protected String name
protected QueueConfiguration config
public String getName()
public void putNow(Object o)
public boolean offer(Object o, int room, long timeout) throws InterruptedException
InterruptedExceptionpublic Object poll(long timeout) throws InterruptedException
InterruptedExceptionpublic Object peek() throws InterruptedException
InterruptedExceptionCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.