org.springframework.osgi.blueprint
Class BeanFactoryFB
java.lang.Object
org.springframework.osgi.blueprint.BeanFactoryFB
- All Implemented Interfaces:
- BeanFactoryAware, FactoryBean<BeanFactory>
public class BeanFactoryFB
- extends Object
- implements BeanFactoryAware, FactoryBean<BeanFactory>
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanFactoryFB
public BeanFactoryFB()
getObject
public BeanFactory getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean<BeanFactory>
- Throws:
Exception
getObjectType
public Class<? extends BeanFactory> getObjectType()
- Specified by:
getObjectType
in interface FactoryBean<BeanFactory>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean<BeanFactory>
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
- Specified by:
setBeanFactory
in interface BeanFactoryAware
- Throws:
BeansException
Copyright © 2006-2011 Spring Framework. All Rights Reserved.