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
InterruptedException
public Object poll(long timeout) throws InterruptedException
InterruptedException
public Object peek() throws InterruptedException
InterruptedException
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.