public enum SocialClusterMessage extends Enum<SocialClusterMessage>
Enum Constant and Description |
---|
CLUSTER_SHUTDOWN |
NEW_EVENT |
NEW_EVENT_USER |
NO_TYPE |
SOCIAL_EVENT |
SOCIAL_FILE_SYSTEM_PERSISTENCE |
UPDATE_TYPE_EVENT |
UPDATE_USER_EVENT |
Modifier and Type | Method and Description |
---|---|
static SocialClusterMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocialClusterMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SocialClusterMessage NEW_EVENT
public static final SocialClusterMessage NEW_EVENT_USER
public static final SocialClusterMessage UPDATE_TYPE_EVENT
public static final SocialClusterMessage UPDATE_USER_EVENT
public static final SocialClusterMessage SOCIAL_EVENT
public static final SocialClusterMessage SOCIAL_FILE_SYSTEM_PERSISTENCE
public static final SocialClusterMessage CLUSTER_SHUTDOWN
public static final SocialClusterMessage NO_TYPE
public static SocialClusterMessage[] values()
for (SocialClusterMessage c : SocialClusterMessage.values()) System.out.println(c);
public static SocialClusterMessage 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–2019 JBoss by Red Hat. All rights reserved.