org.mule.test.config
Class IdempotentMessageFilterNamespaceHandlerTestCase.CustomObjectStore

java.lang.Object
  extended by org.mule.util.store.AbstractObjectStore<T>
      extended by org.mule.util.store.SimpleMemoryObjectStore<Serializable>
          extended by org.mule.test.config.IdempotentMessageFilterNamespaceHandlerTestCase.CustomObjectStore
All Implemented Interfaces:
ListableObjectStore<Serializable>, ObjectStore<Serializable>
Enclosing class:
IdempotentMessageFilterNamespaceHandlerTestCase

public static class IdempotentMessageFilterNamespaceHandlerTestCase.CustomObjectStore
extends SimpleMemoryObjectStore<Serializable>


Field Summary
 
Fields inherited from class org.mule.util.store.AbstractObjectStore
logger
 
Constructor Summary
IdempotentMessageFilterNamespaceHandlerTestCase.CustomObjectStore()
           
 
Method Summary
 String getCustomProperty()
           
 void setCustomProperty(String value)
           
 
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

IdempotentMessageFilterNamespaceHandlerTestCase.CustomObjectStore

public IdempotentMessageFilterNamespaceHandlerTestCase.CustomObjectStore()
Method Detail

getCustomProperty

public String getCustomProperty()

setCustomProperty

public void setCustomProperty(String value)


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