org.mule.util.queue
Class QueueConfiguration
java.lang.Object
org.mule.util.queue.QueueConfiguration
public class QueueConfiguration
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, 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.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.