public enum SystemConnectionPoolProperties extends Enum<SystemConnectionPoolProperties> implements ConnectionPoolProperties
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getInitialSize() |
static ConnectionPoolProperties |
getInstance() |
String |
getMaximumSize() |
String |
getPreferredSize() |
String |
getSupportedAuthentication() |
String |
getSupportedProtocol() |
String |
getTimeoutInSec() |
Map<String,String> |
toPropertiesMap() |
static SystemConnectionPoolProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemConnectionPoolProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemConnectionPoolProperties INSTANCE
public static SystemConnectionPoolProperties[] values()
for (SystemConnectionPoolProperties c : SystemConnectionPoolProperties.values()) System.out.println(c);
public static SystemConnectionPoolProperties 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 nullpublic static ConnectionPoolProperties getInstance()
public String getInitialSize()
getInitialSize in interface ConnectionPoolPropertiespublic String getMaximumSize()
getMaximumSize in interface ConnectionPoolPropertiespublic String getPreferredSize()
getPreferredSize in interface ConnectionPoolPropertiespublic String getSupportedProtocol()
getSupportedProtocol in interface ConnectionPoolPropertiespublic String getTimeoutInSec()
getTimeoutInSec in interface ConnectionPoolPropertiespublic String getSupportedAuthentication()
getSupportedAuthentication in interface ConnectionPoolPropertiespublic Map<String,String> toPropertiesMap()
toPropertiesMap in interface ConnectionPoolPropertiesCopyright © 2024 Atlassian. All rights reserved.