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

A request class associated with this Work Manager. This may be a FairShareRequestClass, ResponseTimeRequestClass, or a ContextRequestClass.

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.

Stuck Thread Action

Specify how stuck threads should be detected, and what action to take should they occur.

Max Stuck Thread Time

Time after which a executing thread is declared as stuck.

MBean Attribute:
WorkManagerShutdownTriggerMBean.MaxStuckThreadTime

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

Stuck Thread Count

Number of stuck threads after which the WorkManager is shutdown

MBean Attribute:
WorkManagerShutdownTriggerMBean.StuckThreadCount

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

Related Tasks

Related Topics


Back to Top