Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Script Interceptor: Configuration: General

Configuration Options     Related Tasks     Related Topics

Use this page to configure the general settings for this script interceptor.

Configuration Options

Name Description
Name

The alphanumeric name for this script interceptor.

MBean Attribute:
ScriptInterceptorMBean.Name

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

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:
ScriptInterceptorMBean.Priority

Dynamic Clusters

Name of the dynamic clusters to which the script interceptor will be applicable. If none, then the script interceptor will be applicable to all dynamic clusters.

MBean Attribute:
ScriptInterceptorMBean.ApplicableClusterNames

Related Tasks

Related Topics


Back to Top