Uses of Class
risesoft.data.transfer.core.context.JobContext
-
-
Uses of JobContext in risesoft.data.transfer.core
Methods in risesoft.data.transfer.core that return JobContext Modifier and Type Method Description static JobContextEngine. start(String jobId, Configuration configuration, JobListener jobListener)启动任务static JobContextEngine. start(String jobId, Configuration configuration, JobListener jobListener, LoggerFactory loggerFactory)启动任务Methods in risesoft.data.transfer.core with parameters of type JobContext Modifier and Type Method Description static booleanEngine. onJobFlush(JobContext jobContext)判断任务是否结束并输出对应内容 -
Uses of JobContext in risesoft.data.transfer.core.action
Methods in risesoft.data.transfer.core.action with parameters of type JobContext Modifier and Type Method Description voidAction. doAction(JobContext jobContext)booleanActionPlug. register(JobContext jobContext)Constructors in risesoft.data.transfer.core.action with parameters of type JobContext Constructor Description ActionPlug(JobContext jobContext)获取构造函数 -
Uses of JobContext in risesoft.data.transfer.core.channel
Constructors in risesoft.data.transfer.core.channel with parameters of type JobContext Constructor Description AbstractInChannel(JobContext jobContext) -
Uses of JobContext in risesoft.data.transfer.core.config
Methods in risesoft.data.transfer.core.config with parameters of type JobContext Modifier and Type Method Description ConfigurationConfigLoad. laod(Configuration config, JobContext jobContext)加载配置static ConfigurationConfigLoadManager. loadConfig(Configuration config, JobContext jobContext)解析配置 -
Uses of JobContext in risesoft.data.transfer.core.context
Methods in risesoft.data.transfer.core.context that return JobContext Modifier and Type Method Description JobContextJobContext. setCoreExchange(Exchange exchange)JobContextJobContext. setInChannelConfiguration(Configuration inChannelConfiguration)JobContextJobContext. setInExecutorTaskQueue(ExecutorTaskQueue inExecutorTaskQueue)JobContextJobContext. setOutExecutorTaskQueue(ExecutorTaskQueue outExecutorTaskQueue)Methods in risesoft.data.transfer.core.context with parameters of type JobContext Modifier and Type Method Description voidJobContextInit. init(JobContext jobContext) -
Uses of JobContext in risesoft.data.transfer.core.executor.in
Constructors in risesoft.data.transfer.core.executor.in with parameters of type JobContext Constructor Description JobInputExecutorFactory(JobContext jobContext, DataInputStreamFactory dataInputStream) -
Uses of JobContext in risesoft.data.transfer.core.executor.out
Constructors in risesoft.data.transfer.core.executor.out with parameters of type JobContext Constructor Description JobOutputExecutorFactory(DataOutputStreamFactory dataOutputStreamFactory, JobContext jobContext) -
Uses of JobContext in risesoft.data.transfer.core.handle
Methods in risesoft.data.transfer.core.handle with parameters of type JobContext Modifier and Type Method Description voidHandleManager. onJobStart(JobContext jobContext) -
Uses of JobContext in risesoft.data.transfer.core.instruction.factory
Methods in risesoft.data.transfer.core.instruction.factory with parameters of type JobContext Modifier and Type Method Description StringInstruction. executor(String config, JobContext jobContext)执行指令 -
Uses of JobContext in risesoft.data.transfer.core.job
Methods in risesoft.data.transfer.core.job that return JobContext Modifier and Type Method Description static JobContextJobEngine. start(JobContext jobContext)启动任务Methods in risesoft.data.transfer.core.job with parameters of type JobContext Modifier and Type Method Description voidJobListener. onFailed(JobContext jobContext)失败触发voidJobEndHandle. onJobEnd(JobContext jobContext)voidJobStartHandle. onJobStart(JobContext jobContext)voidJobListener. onSuccess(JobContext jobContext)任务执行成功触发static JobContextJobEngine. start(JobContext jobContext)启动任务static voidJobEngine. startJob(JobContext jobContext)启动任务Constructors in risesoft.data.transfer.core.job with parameters of type JobContext Constructor Description JobRunningController(JobContext jobContext) -
Uses of JobContext in risesoft.data.transfer.core.listener.impl
Methods in risesoft.data.transfer.core.listener.impl that return JobContext Modifier and Type Method Description JobContextResultJobListener. getJobContext()获取任务执行的上下文对象Methods in risesoft.data.transfer.core.listener.impl with parameters of type JobContext Modifier and Type Method Description voidResultJobListener. setJobContext(JobContext jobContext)设置 任务上下文对象,设置之后可以操作一些任务上下文方法 -
Uses of JobContext in risesoft.data.transfer.core.log
Methods in risesoft.data.transfer.core.log with parameters of type JobContext Modifier and Type Method Description booleanHandledLoggerFactory. register(JobContext jobContext) -
Uses of JobContext in risesoft.data.transfer.core.plug
Methods in risesoft.data.transfer.core.plug with parameters of type JobContext Modifier and Type Method Description static voidPlugManager. loadPlug(Configuration configuration, JobContext jobContext)加载插件booleanPlug. register(JobContext jobContext)是否注册 -
Uses of JobContext in risesoft.data.transfer.core.record
Methods in risesoft.data.transfer.core.record with parameters of type JobContext Modifier and Type Method Description booleanColumnDisposeHandlePlug. register(JobContext jobContext)static voidColumnDisposeHandlePlug. registerListener(String field, ColumnDisposeHandle columnDisposeHandle, JobContext jobContext)在一个任务上下文中注册监听字段 -
Uses of JobContext in risesoft.data.transfer.core.statistics
Methods in risesoft.data.transfer.core.statistics with parameters of type JobContext Modifier and Type Method Description static StringCommunicationTool. getStateInfo(Communication communication, JobContext jobContext)
-