public static enum SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason extends Enum<SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason>
| Enum Constant and Description |
|---|
COMMONS_POOL2_DISABLED |
COMMONS_POOL2_PROPERTIES_CHANGED |
DIRECTORY_DEACTIVATED |
DIRECTORY_DELETED |
REQUESTED_BY_ANOTHER_NODE |
| Modifier and Type | Method and Description |
|---|---|
static SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason COMMONS_POOL2_PROPERTIES_CHANGED
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason COMMONS_POOL2_DISABLED
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason DIRECTORY_DEACTIVATED
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason DIRECTORY_DELETED
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason REQUESTED_BY_ANOTHER_NODE
public static SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason[] values()
for (SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason c : SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason.values()) System.out.println(c);
public static SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason 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 © 2024 Atlassian. All rights reserved.