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