public static enum JmxServerConnector.Parameters extends Enum<JmxServerConnector.Parameters>
Enum Constant and Description |
---|
factory |
port |
protocol |
sunCacao |
timeout |
urlPath |
version |
Modifier and Type | Method and Description |
---|---|
static JmxServerConnector.Parameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmxServerConnector.Parameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JmxServerConnector.Parameters factory
public static final JmxServerConnector.Parameters port
public static final JmxServerConnector.Parameters protocol
public static final JmxServerConnector.Parameters sunCacao
public static final JmxServerConnector.Parameters timeout
public static final JmxServerConnector.Parameters urlPath
public static final JmxServerConnector.Parameters version
public static JmxServerConnector.Parameters[] values()
for (JmxServerConnector.Parameters c : JmxServerConnector.Parameters.values()) System.out.println(c);
public static JmxServerConnector.Parameters 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 © 2021. All rights reserved.