Package com.atlassian.crowd.directory
Enum Class SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason
java.lang.Object
java.lang.Enum<SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason>
com.atlassian.crowd.directory.SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason
- All Implemented Interfaces:
Serializable
,Comparable<SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason>
,Constable
- Enclosing class:
- SpringLdapPooledContextSourceProvider
public static enum SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason
extends Enum<SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMMONS_POOL2_PROPERTIES_CHANGED
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason COMMONS_POOL2_PROPERTIES_CHANGED -
COMMONS_POOL2_DISABLED
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason COMMONS_POOL2_DISABLED -
DIRECTORY_DEACTIVATED
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason DIRECTORY_DEACTIVATED -
DIRECTORY_DELETED
-
REQUESTED_BY_ANOTHER_NODE
public static final SpringLdapPooledContextSourceProvider.LdapPoolDestroyedReason REQUESTED_BY_ANOTHER_NODE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-