Uses of Class
net.bluemind.scheduledjob.api.LogEntry
Packages that use LogEntry
-
Uses of LogEntry in net.bluemind.scheduledjob.api
Methods in net.bluemind.scheduledjob.api that return types with arguments of type LogEntryModifier and TypeMethodDescriptionIJob.getLogs
(JobExecution jobExecution, int offset) Return the logs of a job.IJobPromise.getLogs
(JobExecution jobExecution, int offset) Method parameters in net.bluemind.scheduledjob.api with type arguments of type LogEntryModifier and TypeMethodDescriptionvoid
IJobAsync.getLogs
(JobExecution jobExecution, int offset, AsyncHandler<Set<LogEntry>> handler) void
IInCoreJob.storeLogEntries
(int jobExecutionId, Set<LogEntry> entries)