org.mule.util.queue
Class QueueInfo
java.lang.Object
org.mule.util.queue.QueueInfo
- public class QueueInfo
- extends Object
Stores information about a Queue
- Version:
- $Revision: 7976 $
- Author:
- Ross Mason
list
protected LinkedList list
name
protected String name
config
protected QueueConfiguration config
QueueInfo
public QueueInfo()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
putNow
public void putNow(Object o)
offer
public boolean offer(Object o,
int room,
long timeout)
throws InterruptedException
- Throws:
InterruptedException
poll
public Object poll(long timeout)
throws InterruptedException
- Throws:
InterruptedException
peek
public Object peek()
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.