Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Data Source Interceptor: Configuration: General

Configuration Options     Related Tasks     Related Topics

Use this page to define the general settings for the data source interceptor.

Configuration Options

Name Description
Name

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:

Name=user-specified-name

MBean Attribute:
DatasourceInterceptorMBean.Name

Changes take effect after you redeploy the module or restart the server.

URLs Pattern

Returns the regex pattern for the connection urls. The url pattern may cover multiple databases in case such databases are actually running on the same database machine.

MBean Attribute:
DatasourceInterceptorMBean.ConnectionUrlsPattern

Connection Quota

Maximum number of connections allowed to the database matching the URL pattern

MBean Attribute:
DatasourceInterceptorMBean.ConnectionQuota

Priority

The priority of this intercepted method in the interceptor chain. An interceptor with a higher priority will be executed earlier than an interceptor with a lower priority.

Note: 1073741823 is actually Integer.MAX_VALUE / 2 as defined in InterceptorPriorities.

MBean Attribute:
DatasourceInterceptorMBean.Priority

Related Tasks

Related Topics


Back to Top