org.mule.util.queue
Class DefaultQueueConfiguration

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

public class DefaultQueueConfiguration
extends Object
implements QueueConfiguration


Field Summary
 
Fields inherited from interface org.mule.util.queue.QueueConfiguration
MAXIMUM_CAPACITY
 
Constructor Summary
DefaultQueueConfiguration()
           
DefaultQueueConfiguration(int capacity, boolean isPersistent)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCapacity()
           
 boolean isPersistent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultQueueConfiguration

public DefaultQueueConfiguration()

DefaultQueueConfiguration

public DefaultQueueConfiguration(int capacity,
                                 boolean isPersistent)
Method Detail

isPersistent

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

getCapacity

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

toString

public String toString()
Overrides:
toString in class Object

equals

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


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