org.eclipse.gemini.blueprint.blueprint.reflect.internal.metadata
Class EnvironmentManagerFactoryBean
java.lang.Object
org.eclipse.gemini.blueprint.blueprint.reflect.internal.metadata.EnvironmentManagerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<Object>
public class EnvironmentManagerFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<Object>
Basic FactoryBean acting as a wrapper around environment beans. Since usually these are already instantiated, to
allow registration of bean definitions inside the container, this 'special' class is used so it can be identified
when creating the blueprint environment metadata.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentManagerFactoryBean
public EnvironmentManagerFactoryBean(Object instance)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<Object>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Object>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Object>
Copyright © 2006-2013. All Rights Reserved.