Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Managed Thread Factory Template: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to configure a managed thread factory (MTF) template. MTF templates are used by applications to create managed threads. MTF templates can be defined at the domain and partition level.

Configuration Options

Name Description
Name

The name of this managed thread factory template. Once you create a managed thread factory template, you cannot change its name.

MBean Attribute:
ManagedThreadFactoryTemplateMBean.Name

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

Scope

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

Priority

An integer that specifies the daemon thread's priority. If a value is specified, all concurrent new threads created by this MTF are affected.

MBean Attribute:
ManagedThreadFactoryTemplateMBean.Priority

Minimum value: 1

Maximum value: 10

Max Concurrent New Threads

The maximum number of concurrent new threads that can be created by this Managed Thread Factory (MTF).

MBean Attribute:
ManagedThreadFactoryTemplateMBean.MaxConcurrentNewThreads

Minimum value: 0

Maximum value: 65534

Related Tasks

Related Topics


Back to Top