public class TaskExplorerFactoryBean extends Object implements FactoryBean<org.springframework.cloud.task.repository.TaskExplorer>
| Constructor and Description |
|---|
TaskExplorerFactoryBean(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.task.repository.TaskExplorer |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public TaskExplorerFactoryBean(DataSource dataSource)
public org.springframework.cloud.task.repository.TaskExplorer getObject()
throws Exception
getObject in interface FactoryBean<org.springframework.cloud.task.repository.TaskExplorer>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<org.springframework.cloud.task.repository.TaskExplorer>public boolean isSingleton()
isSingleton in interface FactoryBean<org.springframework.cloud.task.repository.TaskExplorer>Copyright © 2016 Pivotal Software, Inc.. All rights reserved.