|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Severity | |
|---|---|
| JICSCore | |
| Uses of Severity in JICSCore |
|---|
| Fields in JICSCore with type parameters of type Severity | |
|---|---|
private java.util.HashMap<Severity,java.util.HashMap<java.lang.Integer,java.lang.Long>> |
MessageHandler.MessageExpiryTimes
Used to store the details of any message postponements. |
| Methods in JICSCore that return Severity | |
|---|---|
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're declared. |
| Methods in JICSCore with parameters of type Severity | |
|---|---|
private void |
MessageHandler.addMessageBlock(Severity severity,
java.lang.String message,
int delayInSecs)
Add a message postponement for a specific message |
private boolean |
MessageHandler.checkForMessageBlock(Severity severity,
java.lang.String message)
Checks to see if a postponement has been specified for this message |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||