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 ManagedExecutorServiceRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean
All Known Subinterfaces:
ManagedScheduledExecutorServiceRuntimeMBean

public interface ManagedExecutorServiceRuntimeMBean
extends RuntimeMBean

ManagedExecutorService Runtime information. It can be the information of a partition level MES, an application level MES or a regular JSR236 MES.


Method Summary
abstract  String getApplicationName()
           Get the name of the application this ManagedExecutor is associated with
abstract  long getCompletedLongRunningRequests()
          Total number of long running tasks which is successfully completed.
abstract  long getCompletedShortRunningRequests()
          Total number of short running tasks which is successfully completed.
abstract  long getFailedRequests()
          Total number of tasks which terminated abnormally by throwing exception, including both long and short term tasks.
abstract  String getModuleName()
           Get the name of the module this ManagedExecutor is associated with
abstract  String getPartitionName()
           Get the name of the partition this ManagedExecutor is associated with
abstract  long getRejectedLongRunningRequests()
          Total number of long running tasks rejected by max-concurrent-long-running-requests
abstract  long getRejectedShortRunningRequests()
          Total number of short running tasks rejected by workmanager overload policy
abstract  long getRunningLongRunningRequests()
          Total number of long running tasks which is currently running.
abstract  long getSubmitedShortRunningRequests()
          Total number of submitted short running tasks
abstract  long getSubmittedLongRunningRequests()
          Total number of submitted long running tasks
abstract  WorkManagerRuntimeMBean getWorkManager()
          Runtime information on the associated WorkManager.

 

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

getPartitionName

String getPartitionName()

Get the name of the partition this ManagedExecutor is associated with

Returns:
partition name

getApplicationName

String getApplicationName()

Get the name of the application this ManagedExecutor is associated with

Returns:
Application name

getModuleName

String getModuleName()

Get the name of the module this ManagedExecutor is associated with

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

getRunningLongRunningRequests

long getRunningLongRunningRequests()
Total number of long running tasks which is currently running.

getCompletedShortRunningRequests

long getCompletedShortRunningRequests()
Total number of short running tasks which is successfully completed.

getCompletedLongRunningRequests

long getCompletedLongRunningRequests()
Total number of long running tasks which is successfully completed.

getSubmitedShortRunningRequests

long getSubmitedShortRunningRequests()
Total number of submitted short running tasks

getSubmittedLongRunningRequests

long getSubmittedLongRunningRequests()
Total number of submitted long running tasks

getRejectedShortRunningRequests

long getRejectedShortRunningRequests()
Total number of short running tasks rejected by workmanager overload policy

getRejectedLongRunningRequests

long getRejectedLongRunningRequests()
Total number of long running tasks rejected by max-concurrent-long-running-requests

getFailedRequests

long getFailedRequests()
Total number of tasks which terminated abnormally by throwing exception, including both long and short term tasks.

getWorkManager

WorkManagerRuntimeMBean getWorkManager()
Runtime information on the associated WorkManager.

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