Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Method and Description |
---|---|
AlertMonitor.AlertLevel |
AlertMonitor.History.getLevel() |
AlertMonitor.AlertLevel |
AlertMonitor.Event.getLevel() |
AlertMonitor.AlertLevel |
AlertMonitor.AlertRecord.getLevel() |
static AlertMonitor.AlertLevel |
AlertMonitor.AlertLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertMonitor.AlertLevel[] |
AlertMonitor.AlertLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Event(AlertMonitor.AlertLevel level,
long time,
PersistitLogMessage.LogItem logItem,
Object... args)
Construct an
Event for the specified PersistitLogMessage.LogItem and
arguments with the specified system time. |
Event(AlertMonitor.AlertLevel level,
PersistitLogMessage.LogItem logItem,
Object... args)
Construct an
Event for the specified PersistitLogMessage.LogItem and
arguments with the current system time. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.