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