public static enum JmsServerManagedObjectSource.JmsServerFlows extends Enum<JmsServerManagedObjectSource.JmsServerFlows>
Enum Constant and Description |
---|
ON_MESSAGE
Handles the
Message . |
Modifier and Type | Method and Description |
---|---|
static JmsServerManagedObjectSource.JmsServerFlows |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsServerManagedObjectSource.JmsServerFlows[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JmsServerManagedObjectSource.JmsServerFlows ON_MESSAGE
Message
.public static JmsServerManagedObjectSource.JmsServerFlows[] values()
for (JmsServerManagedObjectSource.JmsServerFlows c : JmsServerManagedObjectSource.JmsServerFlows.values()) System.out.println(c);
public static JmsServerManagedObjectSource.JmsServerFlows 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 © 2005–2016. All rights reserved.