public enum JxtaConfigConstants extends Enum<JxtaConfigConstants>
| Enum Constant and Description |
|---|
HTTPADDRESS |
HTTPPORT |
IS_BOOTSTRAPPING_NODE |
JXTAHOME |
MULTICAST_POOLSIZE |
PASSWORD |
PRINCIPAL |
TCP_BLOCKING_QUEUESIZE |
TCP_CORE_POOLSIZE |
TCP_MAX_POOLSIZE |
TCPENDPORT |
TCPSTARTPORT |
VIRTUAL_MULTICAST_URI_LIST |
| Modifier and Type | Method and Description |
|---|---|
static JxtaConfigConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JxtaConfigConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JxtaConfigConstants PRINCIPAL
public static final JxtaConfigConstants PASSWORD
public static final JxtaConfigConstants JXTAHOME
public static final JxtaConfigConstants TCPSTARTPORT
public static final JxtaConfigConstants TCPENDPORT
public static final JxtaConfigConstants HTTPADDRESS
public static final JxtaConfigConstants HTTPPORT
public static final JxtaConfigConstants IS_BOOTSTRAPPING_NODE
public static final JxtaConfigConstants VIRTUAL_MULTICAST_URI_LIST
public static final JxtaConfigConstants MULTICAST_POOLSIZE
public static final JxtaConfigConstants TCP_MAX_POOLSIZE
public static final JxtaConfigConstants TCP_CORE_POOLSIZE
public static final JxtaConfigConstants TCP_BLOCKING_QUEUESIZE
public static JxtaConfigConstants[] values()
for (JxtaConfigConstants c : JxtaConfigConstants.values()) System.out.println(c);
public static JxtaConfigConstants 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 © 2017–2020 Eclipse Foundation. All rights reserved.