Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Web Application Module: Configuration: Workload

Buttons     Column Display     

A Work Manager defines a set of request classes and thread constraints that manage work performed by WebLogic Server. A request class defines a fair share thread entitlement, a response time goal, or a context policy for a particular class of application request. Thread constraints define the maximum number of threads to allocate for requests, the minimum number of threads to use for resolving deadlocks, and the total number of requests that can be queued or running before WebLogic Server begins rejecting requests.

Java EE applications, Web application modules, EJBs, and RMI applications can specify named Work Managers to manage their work requests.

Buttons

Name Description
New

Creates a new Work Manager.

Delete

Deletes the selected Work Manager.

Column Display

Name Description
Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
WorkManagerRuntimeMBean.Name

Type

Returns the type of the MBean.

MBean Attribute:
WorkManagerRuntimeMBean.Type


Back to Top