Uses of Class
net.bluemind.scheduledjob.api.LogEntry
-
Uses of LogEntry in net.bluemind.scheduledjob.api
Modifier and TypeMethodDescriptionIJob.getLogs
(JobExecution jobExecution, int offset) Return the logs of a job.IJobPromise.getLogs
(JobExecution jobExecution, int offset) Modifier and TypeMethodDescriptionvoid
IJobAsync.getLogs
(JobExecution jobExecution, int offset, AsyncHandler<Set<LogEntry>> handler) void
IInCoreJob.storeLogEntries
(int jobExecutionId, Set<LogEntry> entries)