public class QueueConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
capacity |
protected boolean |
persistent |
Constructor and Description |
---|
QueueConfiguration() |
QueueConfiguration(boolean persistent) |
QueueConfiguration(int capacity) |
QueueConfiguration(int capacity,
boolean persistent) |
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
boolean |
isPersistent() |
void |
setCapacity(int capacity) |
void |
setPersistent(boolean persistent) |
public QueueConfiguration(int capacity, boolean persistent)
public QueueConfiguration(int capacity)
public QueueConfiguration(boolean persistent)
public QueueConfiguration()
public int getCapacity()
public void setCapacity(int capacity)
capacity
- The capacity to set.public boolean isPersistent()
public void setPersistent(boolean persistent)
persistent
- The persistent to set.Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.