public class Constants
extends Object
Constants.
- Since:
- 2.0
-
Field Summary
Fields
JDBC properties and URL key for passwords.
JDBC properties and URL key for users.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
JMX_CONNECTION_POOL_BASE_EXT
public static final String JMX_CONNECTION_POOL_BASE_EXT
- See Also:
-
-
JMX_CONNECTION_POOL_PREFIX
public static final String JMX_CONNECTION_POOL_PREFIX
- See Also:
-
-
JMX_CONNECTION_BASE_EXT
public static final String JMX_CONNECTION_BASE_EXT
- See Also:
-
-
JMX_STATEMENT_POOL_BASE_EXT
public static final String JMX_STATEMENT_POOL_BASE_EXT
- See Also:
-
-
JMX_STATEMENT_POOL_PREFIX
public static final String JMX_STATEMENT_POOL_PREFIX
- See Also:
-
-
KEY_PASSWORD
public static final String KEY_PASSWORD
JDBC properties and URL key for passwords.
- Since:
- 2.9.0
- See Also:
-
-
KEY_USER
public static final String KEY_USER
JDBC properties and URL key for users.
- Since:
- 2.9.0
- See Also:
-
-
Constructor Details
-
Constants
public Constants()