public static enum FabricService.State extends Enum<FabricService.State>
UNINITIALIZEDSTARTINGWAITINGRUNNINGSTOPPINGFabricService.stop(java.util.Properties)). No new JDBC connections will be allowed
and existing ones will be closed. Current activity on the connection may
raise CacheClosedException.
STOPPEDRECONNECTING| Enum Constant and Description |
|---|
RECONNECTING |
RUNNING |
STANDBY |
STARTING |
STOPPED |
STOPPING |
UNINITIALIZED |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
static FabricService.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FabricService.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FabricService.State UNINITIALIZED
public static final FabricService.State STARTING
public static final FabricService.State WAITING
public static final FabricService.State STANDBY
public static final FabricService.State RUNNING
public static final FabricService.State STOPPING
public static final FabricService.State STOPPED
public static final FabricService.State RECONNECTING
public static FabricService.State[] values()
for (FabricService.State c : FabricService.State.values()) System.out.println(c);
public static FabricService.State 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.