public class Constants
extends Object 
Constants.
- Since:
- 2.0
- 
Field SummaryFields 
          
JDBC properties and URL key for passwords. 
 
JDBC properties and URL key for users. 
 
 
- 
Constructor SummaryConstructors 
- 
Method Summary
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
JMX_CONNECTION_POOL_BASE_EXTpublic static final String JMX_CONNECTION_POOL_BASE_EXT 
- See Also:
- 
 
- 
JMX_CONNECTION_POOL_PREFIXpublic static final String JMX_CONNECTION_POOL_PREFIX 
- See Also:
- 
 
- 
JMX_CONNECTION_BASE_EXTpublic static final String JMX_CONNECTION_BASE_EXT 
- See Also:
- 
 
- 
JMX_STATEMENT_POOL_BASE_EXTpublic static final String JMX_STATEMENT_POOL_BASE_EXT 
- See Also:
- 
 
- 
JMX_STATEMENT_POOL_PREFIXpublic static final String JMX_STATEMENT_POOL_PREFIX 
- See Also:
- 
 
- 
KEY_PASSWORDpublic static final String KEY_PASSWORD JDBC properties and URL key for passwords. 
- Since:
- 2.9.0
- See Also:
- 
 
- 
KEY_USERpublic static final String KEY_USER JDBC properties and URL key for users. 
- Since:
- 2.9.0
- See Also:
- 
 
 
- 
Constructor Details
- 
Constantspublic Constants()