|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElvinLogEvent.Type | |
---|---|
org.avis.client |
Uses of ElvinLogEvent.Type in org.avis.client |
---|
Fields in org.avis.client declared as ElvinLogEvent.Type | |
---|---|
ElvinLogEvent.Type |
ElvinLogEvent.type
The type of message. |
Methods in org.avis.client that return ElvinLogEvent.Type | |
---|---|
static ElvinLogEvent.Type |
ElvinLogEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ElvinLogEvent.Type[] |
ElvinLogEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.avis.client with parameters of type ElvinLogEvent.Type | |
---|---|
ElvinLogEvent(Elvin elvin,
ElvinLogEvent.Type type,
String message,
Throwable exception)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |