Package de.hybris.platform.task.impl
Class AuxiliaryTablesGatewayFactory
- java.lang.Object
-
- de.hybris.platform.task.impl.AuxiliaryTablesGatewayFactory
-
public class AuxiliaryTablesGatewayFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuxiliaryTablesGatewayFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulerStateGatewaygetSchedulerStateGateway()TasksQueueGatewaygetTasksQueueGateway()WorkerStateGatewaygetWorkerStateGateway()voidsetJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
getTasksQueueGateway
public TasksQueueGateway getTasksQueueGateway()
-
getSchedulerStateGateway
public SchedulerStateGateway getSchedulerStateGateway()
-
getWorkerStateGateway
public WorkerStateGateway getWorkerStateGateway()
-
setJdbcTemplate
public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
setTypeService
public void setTypeService(TypeService typeService)
-
-