org.mule.config.spring.factories
Class FileQueueStoreFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean<ObjectStore<Serializable>>
      extended by org.mule.config.spring.factories.ObjectStoreFromRegistryFactoryBean
          extended by org.mule.config.spring.factories.AbstractQueueStoreFactoryBean
              extended by org.mule.config.spring.factories.FileQueueStoreFactoryBean
All Implemented Interfaces:
MuleContextAware, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<ObjectStore<Serializable>>, org.springframework.beans.factory.InitializingBean

public class FileQueueStoreFactoryBean
extends AbstractQueueStoreFactoryBean


Field Summary
 
Fields inherited from class org.mule.config.spring.factories.AbstractQueueStoreFactoryBean
logger
 
Constructor Summary
FileQueueStoreFactoryBean()
           
 
Method Summary
 
Methods inherited from class org.mule.config.spring.factories.AbstractQueueStoreFactoryBean
createInstance
 
Methods inherited from class org.mule.config.spring.factories.ObjectStoreFromRegistryFactoryBean
getObjectType, setMuleContext
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileQueueStoreFactoryBean

public FileQueueStoreFactoryBean()


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.