Uses of Interface
org.pentaho.platform.api.scheduler2.IBackgroundExecutionStreamProvider
-
Packages that use IBackgroundExecutionStreamProvider Package Description org.pentaho.platform.api.scheduler2 -
-
Uses of IBackgroundExecutionStreamProvider in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 with parameters of type IBackgroundExecutionStreamProvider Modifier and Type Method Description IJob
IScheduler. createJob(String jobName, Class<? extends IAction> action, Map<String,Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.IJob
IScheduler. createJob(String jobName, String actionId, Map<String,Serializable> jobParams, IJobTrigger trigger, IBackgroundExecutionStreamProvider outputStreamProvider)
Schedules a job to be run at one or more times in the future.void
IScheduler. fireJobCompleted(IAction actionBean, String actionUser, Map<String,Serializable> params, IBackgroundExecutionStreamProvider streamProvider)
Not intended for public use.void
ISchedulerListener. jobCompleted(IAction actionBean, String actionUser, Map<String,Serializable> params, IBackgroundExecutionStreamProvider streamProvider)
-