public static enum AbstractLdapProperties.LdapConnectionPoolPassivator extends java.lang.Enum<AbstractLdapProperties.LdapConnectionPoolPassivator>
| Enum Constant and Description |
|---|
BIND
Bind passivator.
|
CLOSE
Close passivator.
|
NONE
No passivator.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractLdapProperties.LdapConnectionPoolPassivator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLdapProperties.LdapConnectionPoolPassivator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractLdapProperties.LdapConnectionPoolPassivator NONE
public static final AbstractLdapProperties.LdapConnectionPoolPassivator CLOSE
public static final AbstractLdapProperties.LdapConnectionPoolPassivator BIND
public static AbstractLdapProperties.LdapConnectionPoolPassivator[] values()
for (AbstractLdapProperties.LdapConnectionPoolPassivator c : AbstractLdapProperties.LdapConnectionPoolPassivator.values()) System.out.println(c);
public static AbstractLdapProperties.LdapConnectionPoolPassivator 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 namejava.lang.NullPointerException - if the argument is nullCopyright © 2017. All Rights Reserved.