|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RoundRobinDNSServerSet.AddressSelectionMode>
com.unboundid.ldap.sdk.RoundRobinDNSServerSet.AddressSelectionMode
public static enum RoundRobinDNSServerSet.AddressSelectionMode
An enum that defines the modes that may be used to select the order in which addresses should be used in attempts to establish connections.
| Enum Constant Summary | |
|---|---|
FAILOVER
The address selection mode that will cause addresses to be consistently attempted in the order they are retrieved from the name service. |
|
RANDOM
The address selection mode that will cause the order of addresses to be randomized for each attempt. |
|
ROUND_ROBIN
The address selection mode that will cause connection attempts to be made in a round-robin order. |
|
| Method Summary | |
|---|---|
static RoundRobinDNSServerSet.AddressSelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RoundRobinDNSServerSet.AddressSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RoundRobinDNSServerSet.AddressSelectionMode FAILOVER
public static final RoundRobinDNSServerSet.AddressSelectionMode RANDOM
public static final RoundRobinDNSServerSet.AddressSelectionMode ROUND_ROBIN
| Method Detail |
|---|
public static RoundRobinDNSServerSet.AddressSelectionMode[] values()
for (RoundRobinDNSServerSet.AddressSelectionMode c : RoundRobinDNSServerSet.AddressSelectionMode.values()) System.out.println(c);
public static RoundRobinDNSServerSet.AddressSelectionMode 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 name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||