public static enum JMSServerControlImpl.NotificationType extends Enum<JMSServerControlImpl.NotificationType>
Enum Constant and Description |
---|
CONNECTION_FACTORY_CREATED |
CONNECTION_FACTORY_DESTROYED |
QUEUE_CREATED |
QUEUE_DESTROYED |
TOPIC_CREATED |
TOPIC_DESTROYED |
Modifier and Type | Method and Description |
---|---|
static JMSServerControlImpl.NotificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSServerControlImpl.NotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JMSServerControlImpl.NotificationType QUEUE_CREATED
public static final JMSServerControlImpl.NotificationType QUEUE_DESTROYED
public static final JMSServerControlImpl.NotificationType TOPIC_CREATED
public static final JMSServerControlImpl.NotificationType TOPIC_DESTROYED
public static final JMSServerControlImpl.NotificationType CONNECTION_FACTORY_CREATED
public static final JMSServerControlImpl.NotificationType CONNECTION_FACTORY_DESTROYED
public static JMSServerControlImpl.NotificationType[] values()
for (JMSServerControlImpl.NotificationType c : JMSServerControlImpl.NotificationType.values()) System.out.println(c);
public static JMSServerControlImpl.NotificationType 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 © 2016 JBoss, a division of Red Hat. All rights reserved.