public static enum JmsResource.ResourceState extends Enum<JmsResource.ResourceState>
| Enum Constant and Description |
|---|
CLOSED |
INITIALIZED |
OPEN |
REMOTELY_CLOSED |
| Modifier and Type | Method and Description |
|---|---|
static JmsResource.ResourceState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsResource.ResourceState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JmsResource.ResourceState INITIALIZED
public static final JmsResource.ResourceState OPEN
public static final JmsResource.ResourceState CLOSED
public static final JmsResource.ResourceState REMOTELY_CLOSED
public static JmsResource.ResourceState[] values()
for (JmsResource.ResourceState c : JmsResource.ResourceState.values()) System.out.println(c);
public static JmsResource.ResourceState 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 © 2013–2019 The Apache Software Foundation. All rights reserved.