Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Work Manager: Minimum Threads Constraint: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to configure properties for the selected minimum threads constraint.

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:
MinThreadsConstraintMBean.Name

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

Count

Minimum number of concurrent threads executing requests that share this constraint.

A count of 0 or -1 is treated as if the constraint is not present. This means that the constraint is ignored for these two values. A count > 0 can be dynamically changed to 0 to indicate that constraint enforcement is no longer needed.

MBean Attribute:
MinThreadsConstraintMBean.Count

Related Tasks

Related Topics


Back to Top