org.mule.test.config
Class RedeliveryPolicyNamespaceHandlerTestCase.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.RedeliveryPolicyNamespaceHandlerTestCase.CustomObjectStore
All Implemented Interfaces:
ListableObjectStore<Serializable>, ObjectStore<Serializable>
Enclosing class:
RedeliveryPolicyNamespaceHandlerTestCase

public static class RedeliveryPolicyNamespaceHandlerTestCase.CustomObjectStore
extends SimpleMemoryObjectStore<Serializable>


Field Summary
 
Fields inherited from class org.mule.util.store.AbstractObjectStore
logger
 
Constructor Summary
RedeliveryPolicyNamespaceHandlerTestCase.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

RedeliveryPolicyNamespaceHandlerTestCase.CustomObjectStore

public RedeliveryPolicyNamespaceHandlerTestCase.CustomObjectStore()
Method Detail

getCustomProperty

public String getCustomProperty()

setCustomProperty

public void setCustomProperty(String value)


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