org.mule.config.spring
Class QueueStoreConfigurationTestCase.TestQueueStore

java.lang.Object
  extended by org.mule.util.store.AbstractObjectStore<T>
      extended by org.mule.util.store.SimpleMemoryObjectStore<Serializable>
          extended by org.mule.config.spring.QueueStoreConfigurationTestCase.TestQueueStore
All Implemented Interfaces:
ListableObjectStore<Serializable>, ObjectStore<Serializable>, QueueStore<Serializable>
Enclosing class:
QueueStoreConfigurationTestCase

public static class QueueStoreConfigurationTestCase.TestQueueStore
extends SimpleMemoryObjectStore<Serializable>
implements QueueStore<Serializable>


Field Summary
 
Fields inherited from class org.mule.util.store.AbstractObjectStore
logger
 
Constructor Summary
QueueStoreConfigurationTestCase.TestQueueStore()
           
 
Method Summary
 
Methods inherited from class org.mule.util.store.SimpleMemoryObjectStore
allKeys, close, doContains, doRemove, doRetrieve, doStore, isPersistent, open
 
Methods inherited from class org.mule.util.store.AbstractObjectStore
contains, remove, retrieve, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.store.ListableObjectStore
allKeys, close, open
 
Methods inherited from interface org.mule.api.store.ObjectStore
contains, isPersistent, remove, retrieve, store
 

Constructor Detail

QueueStoreConfigurationTestCase.TestQueueStore

public QueueStoreConfigurationTestCase.TestQueueStore()


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