Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

Work Manager: Minimum Threads Constraint: Configuration

Configuration Options     Related Tasks     

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.

Path

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


  Back to Top