Package org.apache.tomcat.dbcp.dbcp2
Class Constants
java.lang.Object
org.apache.tomcat.dbcp.dbcp2.Constants
Constants.
- Since:
- 2.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant used to build JMX strings.static final String
Constant used to build JMX strings.static final String
Constant used to build JMX strings.static final String
Constant used to build JMX strings.static final String
Constant used to build JMX strings.static final String
JDBC properties and URL key for passwords.static final String
JDBC properties and URL key for users. -
Constructor Summary
-
Method Summary
-
Field Details
-
JMX_CONNECTION_POOL_BASE_EXT
Constant used to build JMX strings.- See Also:
-
JMX_CONNECTION_POOL_PREFIX
Constant used to build JMX strings.- See Also:
-
JMX_CONNECTION_BASE_EXT
Constant used to build JMX strings.- See Also:
-
JMX_STATEMENT_POOL_BASE_EXT
Constant used to build JMX strings.- See Also:
-
JMX_STATEMENT_POOL_PREFIX
Constant used to build JMX strings.- See Also:
-
KEY_PASSWORD
JDBC properties and URL key for passwords.- Since:
- 2.9.0
- See Also:
-
KEY_USER
JDBC properties and URL key for users.- Since:
- 2.9.0
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-