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