Package ubic.gemma.core.context
Class AsyncBeanAutowiringTest.MyServiceFactory
- java.lang.Object
-
- ubic.gemma.core.context.AbstractAsyncFactoryBean<AsyncBeanAutowiringTest.MyService>
-
- ubic.gemma.core.context.AsyncBeanAutowiringTest.MyServiceFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<Future<AsyncBeanAutowiringTest.MyService>>
,ubic.gemma.core.context.AsyncFactoryBean<AsyncBeanAutowiringTest.MyService>
- Enclosing class:
- AsyncBeanAutowiringTest
public static class AsyncBeanAutowiringTest.MyServiceFactory extends ubic.gemma.core.context.AbstractAsyncFactoryBean<AsyncBeanAutowiringTest.MyService>
-
-
Constructor Summary
Constructors Constructor Description MyServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncBeanAutowiringTest.MyService
createObject()
boolean
isSingleton()
-
-
-
Method Detail
-
createObject
public AsyncBeanAutowiringTest.MyService createObject()
- Specified by:
createObject
in classubic.gemma.core.context.AbstractAsyncFactoryBean<AsyncBeanAutowiringTest.MyService>
-
isSingleton
public boolean isSingleton()
-
-