| 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 to associated with this work manager.
This may be a FairShareRequestClass, ResponseTimeRequestClass, or
a ContextRequestClass.
|
| Fair Share Request Class |
Get the FairShareRequestClass for this WorkManager
MBean Attribute:
WorkManagerMBean.FairShareRequestClass
Changes take effect after you redeploy the module or restart the server.
|
| Response Time Request Class |
The response time goal (in milliseconds).
MBean Attribute:
WorkManagerMBean.ResponseTimeRequestClass
Changes take effect after you redeploy the module or restart the server.
|
| Context Request Class |
The mapping of Request Classes to security names and groups.
MBean Attribute:
WorkManagerMBean.ContextRequestClass
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.
MBean Attribute:
WorkManagerMBean.IgnoreStuckThreads
Changes take effect after you redeploy the module or restart the server.
|