public static enum AlterServerNode.AlterType extends java.lang.Enum<AlterServerNode.AlterType>
Enum Constant and Description |
---|
DISCONNECT_SESSION |
INTERRUPT_SESSION |
KILL_SESSION |
SET_SERVER_VARIABLE |
SHUTDOWN |
Modifier and Type | Method and Description |
---|---|
static AlterServerNode.AlterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlterServerNode.AlterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlterServerNode.AlterType SET_SERVER_VARIABLE
public static final AlterServerNode.AlterType INTERRUPT_SESSION
public static final AlterServerNode.AlterType DISCONNECT_SESSION
public static final AlterServerNode.AlterType KILL_SESSION
public static final AlterServerNode.AlterType SHUTDOWN
public static AlterServerNode.AlterType[] values()
for (AlterServerNode.AlterType c : AlterServerNode.AlterType.values()) System.out.println(c);
public static AlterServerNode.AlterType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013. All Rights Reserved.