| Modifier and Type | Method and Description |
|---|---|
Severity |
MonitorStatusInformation.getSeverity() |
static Severity |
Severity.valueOf(java.lang.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(java.lang.String id,
MonitorStatus status,
long statusTimestamp,
Severity severity,
org.eclipse.scada.core.Variant value,
java.lang.Long lastAknTimestamp,
java.lang.String lastAknUser,
java.lang.Long lastFailTimestamp,
org.eclipse.scada.core.Variant lastFailValue,
java.util.Map<java.lang.String,Variant> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Severity |
DemoteImpl.demoteSeverity(Severity severity) |
protected Severity |
DemoteImpl.extractSeverity(java.util.Map<java.lang.String,java.lang.Object> context) |
Severity |
StateInformation.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
Severity |
DemoteImpl.demoteSeverity(Severity severity) |
protected void |
AbstractStateMonitor.setFailure(Variant value,
java.lang.Long valueTimestamp,
Severity severity,
boolean requireAck) |
protected void |
AbstractStateMonitor.setFailure(Variant value,
java.lang.Long valueTimestamp,
Severity severity,
boolean requireAck,
MonitorDecorator decorator) |
StateInformation.Builder |
StateInformation.Builder.setSeverity(Severity severity) |
protected void |
AbstractStateMonitor.triggerFailure(Variant value,
java.lang.Long valueTimestamp,
Severity severity,
boolean requireAck,
MonitorDecorator decorator) |
| Constructor and Description |
|---|
StateInformation(State state,
Severity severity,
java.lang.Long lastChangeTimestamp,
Variant value,
java.lang.Long lastValueTimestamp,
java.lang.Long lastFailTimestamp,
java.lang.Long lastAckRequiredTimestamp,
java.lang.Long lastAckTimestamp,
java.lang.String lastAckUser,
Variant lastFailValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDemotingMasterItemMonitor.setFailure(Variant value,
java.lang.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,
java.lang.Long valueTimestamp,
Severity severity,
boolean requireAck) |
protected void |
ScriptMonitor.setFailure(Variant value,
java.lang.Long valueTimestamp,
Severity severity,
boolean requireAck) |
void |
ScriptMonitorResult.setSeverity(Severity severity) |
| Constructor and Description |
|---|
ScriptMonitorResult(Variant value,
java.lang.Long valueTimestamp,
Severity severity,
boolean requireAck) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AuditLogServiceImpl.log(Severity severity,
AuthorizationContext context,
java.lang.String message,
AuthorizationRequest request,
AuthorizationReply reply,
java.lang.String value,
java.lang.Throwable error) |
protected void |
AuditLogServiceImpl.log(Severity severity,
java.lang.String message,
java.lang.Throwable error) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0