public static enum Notification.Type extends Enum<Notification.Type>
| Enum Constant and Description |
|---|
CHECK_SERVER_CLOCKS |
DEFLECTOR_EXISTS_AS_INDEX |
EMAIL_TRANSPORT_CONFIGURATION_INVALID |
EMAIL_TRANSPORT_FAILED |
ES_OPEN_FILES |
INPUT_FAILED_TO_START |
MULTI_MASTER |
NO_INPUT_RUNNING |
NO_MASTER |
OUTDATED_VERSION |
STREAM_PROCESSING_DISABLED |
| Modifier and Type | Method and Description |
|---|---|
static Notification.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Type DEFLECTOR_EXISTS_AS_INDEX
public static final Notification.Type MULTI_MASTER
public static final Notification.Type NO_MASTER
public static final Notification.Type ES_OPEN_FILES
public static final Notification.Type NO_INPUT_RUNNING
public static final Notification.Type INPUT_FAILED_TO_START
public static final Notification.Type CHECK_SERVER_CLOCKS
public static final Notification.Type OUTDATED_VERSION
public static final Notification.Type EMAIL_TRANSPORT_CONFIGURATION_INVALID
public static final Notification.Type EMAIL_TRANSPORT_FAILED
public static final Notification.Type STREAM_PROCESSING_DISABLED
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2014 TORCH GmbH. All rights reserved.