Uses of Interface
org.mule.util.store.DefaultObjectStoreFactory

Packages that use DefaultObjectStoreFactory
org.mule.util.store   
 

Uses of DefaultObjectStoreFactory in org.mule.util.store
 

Classes in org.mule.util.store that implement DefaultObjectStoreFactory
 class MuleDefaultObjectStoreFactory
           
 

Methods in org.mule.util.store with parameters of type DefaultObjectStoreFactory
static void DefaultObjectStoreFactoryBean.setDelegate(DefaultObjectStoreFactory factory)
          Deprecated. to change object store implementations use the registry. You must replace the object under keys: - MuleProperties.OBJECT_STORE_DEFAULT_IN_MEMORY_NAME - MuleProperties.OBJECT_STORE_DEFAULT_PERSISTENT_NAME - MuleProperties.DEFAULT_USER_OBJECT_STORE_NAME - MuleProperties.DEFAULT_USER_TRANSIENT_OBJECT_STORE_NAME - MuleProperties.QUEUE_STORE_DEFAULT_IN_MEMORY_NAME - MuleProperties.QUEUE_STORE_DEFAULT_PERSISTENT_NAME
 



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