org.mule.util.queue
Class QueueConfiguration

java.lang.Object
  extended by org.mule.util.queue.QueueConfiguration

public class QueueConfiguration
extends Object


Field Summary
protected  int capacity
           
static int INFINITY_CAPACTY
           
protected  QueueStore<Serializable> objectStore
           
 
Constructor Summary
QueueConfiguration(int capacity, QueueStore<Serializable> objectStore)
           
QueueConfiguration(MuleContext context, int capacity, QueueStore<Serializable> objectStore)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCapacity()
           
 int hashCode()
           
 boolean isPersistent()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFINITY_CAPACTY

public static final int INFINITY_CAPACTY
See Also:
Constant Field Values

capacity

protected final int capacity

objectStore

protected final QueueStore<Serializable> objectStore
Constructor Detail

QueueConfiguration

public QueueConfiguration(MuleContext context,
                          int capacity,
                          QueueStore<Serializable> objectStore)

QueueConfiguration

public QueueConfiguration(int capacity,
                          QueueStore<Serializable> objectStore)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

isPersistent

public boolean isPersistent()

getCapacity

public int getCapacity()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.