Package | Description |
---|---|
org.overlord.rtgov.analytics.situation | |
org.overlord.rtgov.analytics.situation.store | |
org.overlord.rtgov.service.dependency.svg |
Modifier and Type | Method and Description |
---|---|
static Situation.Severity |
Situation.getHighestSeverity(List<Situation> sits)
This method returns the highest severity associated with the supplied
list of situations.
|
Situation.Severity |
Situation.getSeverity()
This method returns the severity value.
|
static Situation.Severity |
Situation.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Situation.Severity[] |
Situation.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<Situation> |
Situation.getSituationsForSeverity(Situation.Severity severity,
List<Situation> sits)
This method filters the list of situations based on severity.
|
void |
Situation.setSeverity(Situation.Severity severity)
This method sets the severity value.
|
Modifier and Type | Method and Description |
---|---|
Situation.Severity |
SituationsQuery.getSeverity()
This method returns the severity.
|
Modifier and Type | Method and Description |
---|---|
void |
SituationsQuery.setSeverity(Situation.Severity severity)
This method sets the severity.
|
Modifier and Type | Method and Description |
---|---|
protected String |
SVGServiceGraphGenerator.getSituationSeverityColor(Situation.Severity severity)
This method returns the color associated with the supplied
situation severity.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.