Uses of Class
org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor.Severity
-
-
Uses of BackgroundJobMonitor.Severity in org.evolvis.tartools.backgroundjobs
Methods in org.evolvis.tartools.backgroundjobs that return BackgroundJobMonitor.Severity Modifier and Type Method Description static BackgroundJobMonitor.SeverityBackgroundJobMonitor.Severity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BackgroundJobMonitor.Severity[]BackgroundJobMonitor.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJobMonitor.Severity Modifier and Type Method Description voidBackgroundJobLog. log(BackgroundJobMonitor.Severity severity, java.lang.Object message)voidBackgroundJobMonitor. log(BackgroundJobMonitor.Severity severity, java.lang.Object message)write to the (job-specific) log.voidCompositeBackgroundJob.SubJobMonitor. log(BackgroundJobMonitor.Severity severity, java.lang.Object message)
-