Package ubic.gemma.core.context
Class AsyncSingletonFactoryTest.MyServiceFactory
java.lang.Object
ubic.gemma.core.context.AbstractAsyncFactoryBean<AsyncSingletonFactoryTest.MyService>
ubic.gemma.core.context.AsyncSingletonFactoryTest.MyServiceFactory
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<Future<AsyncSingletonFactoryTest.MyService>>,AsyncFactoryBean<AsyncSingletonFactoryTest.MyService>
- Enclosing class:
AsyncSingletonFactoryTest
public static class AsyncSingletonFactoryTest.MyServiceFactory
extends AbstractAsyncFactoryBean<AsyncSingletonFactoryTest.MyService>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class ubic.gemma.core.context.AbstractAsyncFactoryBean
destroy, destroyObject, getObject, getObjectType, isInitialized
-
Constructor Details
-
MyServiceFactory
public MyServiceFactory()
-
-
Method Details
-
createObject
- Specified by:
createObjectin classAbstractAsyncFactoryBean<AsyncSingletonFactoryTest.MyService>- Throws:
Exception
-
isSingleton
public boolean isSingleton()
-