org.mule.util.store
Class DefaultObjectStoreFactoryBean

java.lang.Object
  extended by org.mule.util.store.DefaultObjectStoreFactoryBean

public class DefaultObjectStoreFactoryBean
extends Object

Manage the creation of the default Mule object stores.


Method Summary
static ObjectStore<Serializable> createDefaultInMemoryObjectStore()
           
static ObjectStore<Serializable> createDefaultPersistentObjectStore()
           
static void setDelegate(DefaultObjectStoreFactory theDelegate)
          Set a delegate to create the object stores in a non-default way
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDelegate

public static void setDelegate(DefaultObjectStoreFactory theDelegate)
Set a delegate to create the object stores in a non-default way


createDefaultInMemoryObjectStore

public static ObjectStore<Serializable> createDefaultInMemoryObjectStore()

createDefaultPersistentObjectStore

public static ObjectStore<Serializable> createDefaultPersistentObjectStore()


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