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:
DisposableBean
,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.MyService
createObject()
boolean
isSingleton()
-
Methods inherited from class ubic.gemma.core.context.AbstractAsyncFactoryBean
destroy, getObject, getObjectType, isInitialized
-
-
-
-
Method Detail
-
createObject
public AsyncFactoryTest.MyService createObject() throws Exception
- Specified by:
createObject
in classAbstractAsyncFactoryBean<AsyncFactoryTest.MyService>
- Throws:
Exception
-
isSingleton
public boolean isSingleton()
-
-