public class TaskListenerExecutorFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<TaskExecutionListener>
Constructor and Description |
---|
TaskListenerExecutorFactoryBean(org.springframework.context.ConfigurableApplicationContext context) |
Modifier and Type | Method and Description |
---|---|
TaskListenerExecutor |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public TaskListenerExecutorFactoryBean(org.springframework.context.ConfigurableApplicationContext context)
public TaskListenerExecutor getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<TaskExecutionListener>
Exception
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<TaskExecutionListener>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<TaskExecutionListener>
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.