public static enum commands.MessagingScenario extends Enum<commands.MessagingScenario>
| Enum Constant and Description |
|---|
EXIT |
HANDOFF_LISTENERS |
HANDOFF_LISTENERS_WITH_DOMINO |
POOLED_CONNECTIONS |
POOLED_CONNECTIONS_WITH_DOMINO |
SERVER |
SHARED_CONNECTIONS |
SHARED_CONNECTIONS_WITH_DOMINO |
THREAD_OWNED_CONNECTIONS |
THREAD_OWNED_CONNECTIONS_WITH_DOMINO |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static commands.MessagingScenario |
getDefault() |
String |
getDescription() |
int |
getId() |
boolean |
isExit() |
boolean |
isServer() |
String |
toString() |
static commands.MessagingScenario |
valueOf(int id) |
static commands.MessagingScenario |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static commands.MessagingScenario[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final commands.MessagingScenario UNKNOWN
public static final commands.MessagingScenario SERVER
public static final commands.MessagingScenario SHARED_CONNECTIONS
public static final commands.MessagingScenario SHARED_CONNECTIONS_WITH_DOMINO
public static final commands.MessagingScenario THREAD_OWNED_CONNECTIONS
public static final commands.MessagingScenario THREAD_OWNED_CONNECTIONS_WITH_DOMINO
public static final commands.MessagingScenario POOLED_CONNECTIONS
public static final commands.MessagingScenario POOLED_CONNECTIONS_WITH_DOMINO
public static final commands.MessagingScenario HANDOFF_LISTENERS
public static final commands.MessagingScenario HANDOFF_LISTENERS_WITH_DOMINO
public static final commands.MessagingScenario EXIT
public static commands.MessagingScenario[] values()
for (commands.MessagingScenario c : commands.MessagingScenario.values()) System.out.println(c);
public static commands.MessagingScenario 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 static commands.MessagingScenario getDefault()
public static commands.MessagingScenario valueOf(int id)
public String getDescription()
public int getId()
public boolean isExit()
public boolean isServer()
public String toString()
toString in class Enum<commands.MessagingScenario>Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.