net.sf.dobo.spring
Class DoboFactoryBean
java.lang.Object
net.sf.dobo.spring.DoboFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class DoboFactoryBean
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean
FactoryBean of Dobo Object
- Author:
- arif
|
Constructor Summary |
DoboFactoryBean(java.lang.Object contextImplementationObject,
java.lang.Class<? extends java.lang.annotation.Annotation> context)
The Factory Constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoboFactoryBean
public DoboFactoryBean(java.lang.Object contextImplementationObject,
java.lang.Class<? extends java.lang.annotation.Annotation> context)
- The Factory Constructor
- Parameters:
contextImplementationObject - context -
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception- See Also:
FactoryBean.getObject()
getObjectType
public java.lang.Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
- See Also:
FactoryBean.getObjectType()
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
- See Also:
FactoryBean.isSingleton()
setSingleton
public void setSingleton(boolean singleton)
- Set to indicate object is singleton
- Parameters:
singleton -
Copyright © 2008 Dobo Sourceforge. All Rights Reserved.