public enum CoreNotificationType extends Enum<CoreNotificationType> implements NotificationType
Modifier and Type | Method and Description |
---|---|
int |
getType() |
static CoreNotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreNotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreNotificationType BINDING_ADDED
public static final CoreNotificationType BINDING_REMOVED
public static final CoreNotificationType CONSUMER_CREATED
public static final CoreNotificationType CONSUMER_CLOSED
public static final CoreNotificationType SECURITY_AUTHENTICATION_VIOLATION
public static final CoreNotificationType SECURITY_PERMISSION_VIOLATION
public static final CoreNotificationType DISCOVERY_GROUP_STARTED
public static final CoreNotificationType DISCOVERY_GROUP_STOPPED
public static final CoreNotificationType BROADCAST_GROUP_STARTED
public static final CoreNotificationType BROADCAST_GROUP_STOPPED
public static final CoreNotificationType BRIDGE_STARTED
public static final CoreNotificationType BRIDGE_STOPPED
public static final CoreNotificationType CLUSTER_CONNECTION_STARTED
public static final CoreNotificationType CLUSTER_CONNECTION_STOPPED
public static final CoreNotificationType ACCEPTOR_STARTED
public static final CoreNotificationType ACCEPTOR_STOPPED
public static final CoreNotificationType PROPOSAL
public static final CoreNotificationType PROPOSAL_RESPONSE
public static final CoreNotificationType UNPROPOSAL
public static final CoreNotificationType CONSUMER_SLOW
public static CoreNotificationType[] values()
for (CoreNotificationType c : CoreNotificationType.values()) System.out.println(c);
public static CoreNotificationType 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 nullpublic int getType()
getType
in interface NotificationType
Copyright © 2018 JBoss by Red Hat. All rights reserved.