org.mule.util.queue
Class QueueConfiguration
java.lang.Object
org.mule.util.queue.QueueConfiguration
public class QueueConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capacity
protected int capacity
persistent
protected boolean persistent
QueueConfiguration
public QueueConfiguration(int capacity,
boolean persistent)
QueueConfiguration
public QueueConfiguration(int capacity)
QueueConfiguration
public QueueConfiguration(boolean persistent)
QueueConfiguration
public QueueConfiguration()
getCapacity
public int getCapacity()
- Returns:
- Returns the capacity.
setCapacity
public void setCapacity(int capacity)
- Parameters:
capacity
- The capacity to set.
isPersistent
public boolean isPersistent()
- Returns:
- Returns the persistent.
setPersistent
public void setPersistent(boolean persistent)
- Parameters:
persistent
- The persistent to set.
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.