org.mule.config.spring
Class QueueStoreConfigurationTestCase.TestObjectStore

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.TestObjectStore
All Implemented Interfaces:
ListableObjectStore<Serializable>, ObjectStore<Serializable>
Enclosing class:
QueueStoreConfigurationTestCase

public static class QueueStoreConfigurationTestCase.TestObjectStore
extends SimpleMemoryObjectStore<Serializable>


Field Summary
 
Fields inherited from class org.mule.util.store.AbstractObjectStore
logger
 
Constructor Summary
QueueStoreConfigurationTestCase.TestObjectStore()
           
 
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.ObjectStore
contains, remove, retrieve, store
 

Constructor Detail

QueueStoreConfigurationTestCase.TestObjectStore

public QueueStoreConfigurationTestCase.TestObjectStore()


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