Package repast.simphony.freezedry.engine
Class JDBCFreezerControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.engine.controller.SchedulingControllerAction
repast.simphony.freezedry.wizard.FreezerControllerAction
repast.simphony.freezedry.engine.JDBCFreezerControllerAction
- All Implemented Interfaces:
ControllerAction
-
Field Summary
Fields inherited from class repast.simphony.engine.controller.SchedulingControllerAction
action, scheduleParams
-
Constructor Summary
ConstructorDescriptionJDBCFreezerControllerAction
(ScheduleParameters scheduleParams, Object contextId, JDBCDataSource dataSource) JDBCFreezerControllerAction
(ScheduleParameters scheduleParams, JDBCDataSource dataSource) -
Method Summary
Methods inherited from class repast.simphony.freezedry.wizard.FreezerControllerAction
getAction, getDataSource
Methods inherited from class repast.simphony.engine.controller.SchedulingControllerAction
runInitialize
Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, batchInitialize, runCleanup
-
Constructor Details
-
JDBCFreezerControllerAction
public JDBCFreezerControllerAction(ScheduleParameters scheduleParams, Object contextId, JDBCDataSource dataSource) -
JDBCFreezerControllerAction
-