org.mule.config.spring.factories
Class ObjectStoreFromRegistryFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean<ObjectStore<Serializable>>
      extended by org.mule.config.spring.factories.ObjectStoreFromRegistryFactoryBean
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:
DefaultMemoryQueueStoreFactoryBean, DefaultPersistentQueueStoreFactoryBean, FileQueueStoreFactoryBean, SimpleMemoryQueueStoreFactoryBean

public class ObjectStoreFromRegistryFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<ObjectStore<Serializable>>
implements MuleContextAware

Lookup an ObjectStore from the registry.


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
ObjectStoreFromRegistryFactoryBean(String name)
           
 
Method Summary
protected  ObjectStore<Serializable> createInstance()
           
 Class<?> getObjectType()
           
 void setMuleContext(MuleContext context)
           
 
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

ObjectStoreFromRegistryFactoryBean

public ObjectStoreFromRegistryFactoryBean(String name)
Method Detail

getObjectType

public Class<?> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<ObjectStore<Serializable>>
Specified by:
getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<ObjectStore<Serializable>>

createInstance

protected ObjectStore<Serializable> createInstance()
                                            throws Exception
Specified by:
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<ObjectStore<Serializable>>
Throws:
Exception

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware


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