Modifier and Type | Method and Description |
---|---|
Severity |
MonitorStatusInformation.getSeverity() |
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MonitorStatusInformation(String id,
MonitorStatus status,
long statusTimestamp,
Severity severity,
Variant value,
Long lastAknTimestamp,
String lastAknUser,
Long lastFailTimestamp,
Variant lastFailValue,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
Severity |
DemoteImpl.demoteSeverity(Severity severity) |
protected Severity |
DemoteImpl.extractSeverity(Map<String,Object> context) |
Severity |
StateInformation.getSeverity() |
Modifier and Type | Method and Description |
---|---|
Severity |
DemoteImpl.demoteSeverity(Severity severity) |
protected void |
AbstractStateMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
protected void |
AbstractStateMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck,
MonitorDecorator decorator) |
StateInformation.Builder |
StateInformation.Builder.setSeverity(Severity severity) |
protected void |
AbstractStateMonitor.triggerFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck,
MonitorDecorator decorator) |
Constructor and Description |
---|
StateInformation(State state,
Severity severity,
Long lastChangeTimestamp,
Variant value,
Long lastValueTimestamp,
Long lastFailTimestamp,
Long lastAckRequiredTimestamp,
Long lastAckTimestamp,
String lastAckUser,
Variant lastFailValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDemotingMasterItemMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
Modifier and Type | Method and Description |
---|---|
Severity |
ListSeverity.getSeverity() |
Modifier and Type | Method and Description |
---|---|
Severity |
ScriptMonitorResult.getSeverity() |
Modifier and Type | Method and Description |
---|---|
ScriptMonitorResult |
ScriptMonitorResult.FailureBuilder.build(DataItemValue value,
Severity severity,
boolean requireAck) |
ScriptMonitorResult |
ScriptMonitorResult.FailureBuilder.build(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
protected void |
ScriptMonitor.setFailure(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
void |
ScriptMonitorResult.setSeverity(Severity severity) |
Constructor and Description |
---|
ScriptMonitorResult(Variant value,
Long valueTimestamp,
Severity severity,
boolean requireAck) |
Constructor and Description |
---|
MonitorData(String id,
MonitorStatus status,
long statusTimestamp,
Severity severity,
Variant value,
Long lastAknTimestamp,
String lastAknUser,
Long lastFailTimestamp,
Variant lastFailValue,
Map<String,Variant> attributes) |
Modifier and Type | Method and Description |
---|---|
protected void |
AuditLogServiceImpl.log(Severity severity,
AuthorizationContext context,
String message,
AuthorizationRequest request,
AuthorizationReply reply,
String value,
Throwable error) |
protected void |
AuditLogServiceImpl.log(Severity severity,
String message,
Throwable error) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.