Interface Constants
-
public interface Constants
Constants for cache monitoring
-
-
Field Summary
Fields Modifier and Type Field Description static String
MONITORING_DATASOURCE_POOL_CONFIG_PARAM
The name of the SQL pool to access monitoring datasourcestatic String
REQUEST_ATTRIBUTE_PAGEACCESS
The request attribute to transmit the page access objectstatic String
SQL_TABLE_NAME_FRONT_ACCESS
The name of the table for front resource accessstatic String
SQL_TABLE_NAME_HTTPSERVER_ACCESS
The name of the table for httpserver resource access
-
-
-
Field Detail
-
MONITORING_DATASOURCE_POOL_CONFIG_PARAM
static final String MONITORING_DATASOURCE_POOL_CONFIG_PARAM
The name of the SQL pool to access monitoring datasource- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_FRONT_ACCESS
static final String SQL_TABLE_NAME_FRONT_ACCESS
The name of the table for front resource access- See Also:
- Constant Field Values
-
SQL_TABLE_NAME_HTTPSERVER_ACCESS
static final String SQL_TABLE_NAME_HTTPSERVER_ACCESS
The name of the table for httpserver resource access- See Also:
- Constant Field Values
-
REQUEST_ATTRIBUTE_PAGEACCESS
static final String REQUEST_ATTRIBUTE_PAGEACCESS
The request attribute to transmit the page access object- See Also:
- Constant Field Values
-
-