org.mule.util.queue.objectstore
Class QueueConfiguration

java.lang.Object
  extended by org.mule.util.queue.objectstore.QueueConfiguration
All Implemented Interfaces:
QueueConfiguration

Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation

@Deprecated
public class QueueConfiguration
extends Object
implements QueueConfiguration


Field Summary
protected  int capacity
          Deprecated.  
static int INFINITY_CAPACTY
          Deprecated.  
protected  QueueStore<Serializable> objectStore
          Deprecated.  
 
Fields inherited from interface org.mule.util.queue.QueueConfiguration
MAXIMUM_CAPACITY
 
Constructor Summary
QueueConfiguration(int capacity, QueueStore<Serializable> objectStore)
          Deprecated.  
QueueConfiguration(MuleContext context, int capacity, QueueStore<Serializable> objectStore)
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 int getCapacity()
          Deprecated.  
 int hashCode()
          Deprecated.  
 boolean isPersistent()
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

capacity

protected final int capacity
Deprecated. 

objectStore

protected final QueueStore<Serializable> objectStore
Deprecated. 
Constructor Detail

QueueConfiguration

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

QueueConfiguration

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

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

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

isPersistent

public boolean isPersistent()
Deprecated. 
Specified by:
isPersistent in interface QueueConfiguration

getCapacity

public int getCapacity()
Deprecated. 
Specified by:
getCapacity in interface QueueConfiguration


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.