Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Work Manager: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to configure request classes and constraints for the selected Work Manager.

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

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

Request Class

Get the FairShareRequestClass for this WorkManager

MBean Attribute:
WorkManagerMBean.FairShareRequestClass

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

Minimum Threads Constraint

The minimum number of threads allocated to resolve deadlocks.

MBean Attribute:
WorkManagerMBean.MinThreadsConstraint

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

Maximum Threads Constraint

The maximum number of concurrent threads that can be allocated to execute requests.

MBean Attribute:
WorkManagerMBean.MaxThreadsConstraint

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

Capacity Constraint

The total number of requests that can be queued or executing before WebLogic Server begins rejecting requests.

MBean Attribute:
WorkManagerMBean.Capacity

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

Ignore Stuck Threads

Specifies whether this Work Manager ignores "stuck" threads. Typically, stuck threads will cause the associated Work Manager to take some action: either switching the application to Admin mode, shutting down the server, or shutting down the Work Manager. If this flag is set, then no thread in this Work Manager is ever considered stuck.

If you do not explicitly specify IGNORE_STUCK_THREADS=TRUE, the default behavior is that upon encountering stuck threads, the server will take one of the aforementioned actions.

MBean Attribute:
WorkManagerMBean.IgnoreStuckThreads

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

Related Tasks

Related Topics


Back to Top