public interface IJobHistoryEventFactory
| Modifier and Type | Method and Description |
|---|---|
br.pucrio.tecgraf.soma.job.JobExecutingEvent |
buildExecutingEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
Build an event indicating that a job is being executed.
|
br.pucrio.tecgraf.soma.job.JobFinishedEvent |
buildFinishedEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
Build an event indicating that a job executing ended.
|
br.pucrio.tecgraf.soma.job.JobRescheduledEvent |
buildRescheduledEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
Build an event indicating that a job was rescheduled, after an execution attempt.
|
br.pucrio.tecgraf.soma.job.JobScheduledEvent |
buildScheduledEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
Build an event indicating that a job was scheduled for execution.
|
br.pucrio.tecgraf.soma.job.JobStageInEvent |
buildStageInEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
Build an event to represent the uploading stage of a job.
|
br.pucrio.tecgraf.soma.job.JobStageOutEvent |
buildStageOutEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
Build an event to represent the downloading stage of a job.
|
br.pucrio.tecgraf.soma.job.JobStageInEvent buildStageInEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
commandInfo - containing csbase information for the related job.br.pucrio.tecgraf.soma.job.JobStageOutEvent buildStageOutEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
commandInfo - containing csbase information for the related job.br.pucrio.tecgraf.soma.job.JobExecutingEvent buildExecutingEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
commandInfo - containing csbase information for the related job.br.pucrio.tecgraf.soma.job.JobScheduledEvent buildScheduledEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
commandInfo - containing csbase information for the related job.br.pucrio.tecgraf.soma.job.JobRescheduledEvent buildRescheduledEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
commandInfo - containing csbase information for the related job.br.pucrio.tecgraf.soma.job.JobFinishedEvent buildFinishedEvent(csbase.server.plugin.service.commandpersistenceservice.ICommandInfo commandInfo)
commandInfo - containing csbase information for the related jobCopyright © 2019. All rights reserved.