Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Managed Scheduled Executor Service Template: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to configure a managed scheduled executor service (MSES) template. MSES templates are used by applications to execute submitted tasks asynchronously at specific times. MSES templates can be defined at the domain and partition level.

Configuration Options

Name Description
Name

The name of this managed scheduled executor service template. Once you create a managed scheduled executor service template, you cannot change its name.

MBean Attribute:
ManagedScheduledExecutorServiceTemplateMBean.Name

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

Scope

The scope in which this MSES template is targeted, either globally available to the domain or scoped to a specified partition.

Dispatch Policy

The name of the Work Manager to use for this Concurrent Managed Ojbect (CMO). If a Work Manager is not specified, the default one is used.

MBean Attribute:
ManagedScheduledExecutorServiceTemplateMBean.DispatchPolicy

Long Running Threads Priority

An integer that specifies the long-running daemon thread's priority. If a value is specified, all long-running threads are affected.

MBean Attribute:
ManagedScheduledExecutorServiceTemplateMBean.LongRunningPriority

Minimum value: 1

Maximum value: 10

Max Concurrent Long Running Requests

The maximum number of running long-running tasks submitted to this CMO.

MBean Attribute:
ManagedScheduledExecutorServiceTemplateMBean.MaxConcurrentLongRunningRequests

Minimum value: 0

Maximum value: 65534

Related Tasks

Related Topics


Back to Top