Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface WorkManagerRuntimeMBean

All Superinterfaces:
DynamicMBean, HealthFeedback, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

public interface WorkManagerRuntimeMBean
extends RuntimeMBean, HealthFeedback

WorkManager Runtime information.

Since:
9.0.0.0

Method Summary
abstract  String getApplicationName()
          Get the name of the application this WorkManager is associated with
abstract  long getCompletedDaemonRequests()
          The number of daemon requests that have been processed
abstract  long getCompletedRequests()
          The number of requests that have been processed, including daemon requests.
abstract  HealthState getHealthState()
          Returns the HealthState mbean for the work manager.
abstract  MaxThreadsConstraintRuntimeMBean getMaxThreadsConstraintRuntime()
          Runtime information on MaxThreadsConstraint associated with this WorkManager
abstract  MinThreadsConstraintRuntimeMBean getMinThreadsConstraintRuntime()
          Runtime information on MinThreadsConstraint associated with this WorkManager
abstract  String getModuleName()
          Get the name of the module this WorkManager is associated with
abstract  int getPendingDaemonRequests()
          The number of daemon requests in progress.
abstract  int getPendingRequests()
          The number of waiting requests in the queue, including daemon requests.
abstract  RequestClassRuntimeMBean getRequestClassRuntime()
          Runtime information on RequestClass associated with this WorkManager
abstract  int getStuckThreadCount()
          The number of threads that are considered to be stuck on the basis of any stuck thread constraints.

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent

 

Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Method Detail

getApplicationName

String getApplicationName()

Get the name of the application this WorkManager is associated with

Returns:
Application name or null if WorkManager is not associated with any application.

getModuleName

String getModuleName()

Get the name of the module this WorkManager is associated with

Returns:
Module name or null if not associated with a module.

getPendingRequests

int getPendingRequests()

The number of waiting requests in the queue, including daemon requests.

Returns:
The pendingRequestCurrentCount value

getCompletedRequests

long getCompletedRequests()

The number of requests that have been processed, including daemon requests.


getPendingDaemonRequests

int getPendingDaemonRequests()

The number of daemon requests in progress.


getCompletedDaemonRequests

long getCompletedDaemonRequests()

The number of daemon requests that have been processed


getStuckThreadCount

int getStuckThreadCount()

The number of threads that are considered to be stuck on the basis of any stuck thread constraints.


getMinThreadsConstraintRuntime

MinThreadsConstraintRuntimeMBean getMinThreadsConstraintRuntime()

Runtime information on MinThreadsConstraint associated with this WorkManager


getMaxThreadsConstraintRuntime

MaxThreadsConstraintRuntimeMBean getMaxThreadsConstraintRuntime()

Runtime information on MaxThreadsConstraint associated with this WorkManager


getRequestClassRuntime

RequestClassRuntimeMBean getRequestClassRuntime()

Runtime information on RequestClass associated with this WorkManager


getHealthState

HealthState getHealthState()

Returns the HealthState mbean for the work manager.

Specified by:
getHealthState in interface HealthFeedback
Returns:
Runtime mbean to get health state information for this work manager.

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09