| Modifier and Type | Method and Description |
|---|---|
static BackgroundJobMonitor.Severity |
BackgroundJobMonitor.Severity.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundJobMonitor.log(BackgroundJobMonitor.Severity severity,
Object message)
write to the (job-specific) log.
|
void |
CompositeBackgroundJob.SubJobMonitor.log(BackgroundJobMonitor.Severity severity,
Object message) |
void |
BackgroundJobLog.log(BackgroundJobMonitor.Severity severity,
Object message) |
Copyright © 2018. All Rights Reserved.