org.mule.transport.vm
Class VMFunctionalTestCase.CustomObjectStore<T extends Serializable>

java.lang.Object
  extended by org.mule.util.store.AbstractObjectStore<T>
      extended by org.mule.util.store.SimpleMemoryObjectStore<T>
          extended by org.mule.transport.vm.VMFunctionalTestCase.CustomObjectStore<T>
All Implemented Interfaces:
ListableObjectStore<T>, ObjectStore<T>, QueueStore<T>
Enclosing class:
VMFunctionalTestCase

public static class VMFunctionalTestCase.CustomObjectStore<T extends Serializable>
extends SimpleMemoryObjectStore<T>
implements QueueStore<T>


Field Summary
 
Fields inherited from class org.mule.util.store.AbstractObjectStore
logger
 
Constructor Summary
VMFunctionalTestCase.CustomObjectStore()
           
 
Method Summary
protected  void doStore(Serializable key, T value)
           
 
Methods inherited from class org.mule.util.store.SimpleMemoryObjectStore
allKeys, close, doContains, doRemove, doRetrieve, 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

VMFunctionalTestCase.CustomObjectStore

public VMFunctionalTestCase.CustomObjectStore()
Method Detail

doStore

protected void doStore(Serializable key,
                       T value)
                throws ObjectStoreException
Overrides:
doStore in class SimpleMemoryObjectStore<T extends Serializable>
Throws:
ObjectStoreException


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