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
           
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 hashCode()
           
 boolean isPersistent()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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()


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