org.mule.config.spring.factories
Class AbstractQueueStoreFactoryBean

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
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
Direct Known Subclasses:
FileQueueStoreFactoryBean, SimpleMemoryQueueStoreFactoryBean

public abstract class AbstractQueueStoreFactoryBean
extends ObjectStoreFromRegistryFactoryBean


Field Summary
protected  org.apache.commons.logging.Log logger
           
 
Constructor Summary
AbstractQueueStoreFactoryBean(String name)
           
 
Method Summary
protected  ObjectStore<Serializable> 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
 

Field Detail

logger

protected transient org.apache.commons.logging.Log logger
Constructor Detail

AbstractQueueStoreFactoryBean

public AbstractQueueStoreFactoryBean(String name)
Method Detail

createInstance

protected ObjectStore<Serializable> createInstance()
                                            throws Exception
Overrides:
createInstance in class ObjectStoreFromRegistryFactoryBean
Throws:
Exception


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