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 ConcurrentManagedObjectsRuntimeMBean

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

public interface ConcurrentManagedObjectsRuntimeMBean
extends RuntimeMBean

Concurrent Managed Objects Runtime information for the global/domain partition or a common partition.


Method Summary
abstract  long getRejectedLongRunningRequests()
          The number of long-running requests that have been rejected by managed executor services and managed scheduled executor services in this partition on the current server.
abstract  long getRejectedNewThreadRequests()
          The number of newThread method invocations that have been rejected by managed thread factories in this partition on the current server.
abstract  int getRunningLongRunningRequests()
          The number of running long-running requests submitted to managed executor services and managed scheduled executor services in this partition on the current server.
abstract  int getRunningThreadsCount()
          The number of running threads created by managed thread factories in this partition on the current server.

 

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

getRunningLongRunningRequests

int getRunningLongRunningRequests()

The number of running long-running requests submitted to managed executor services and managed scheduled executor services in this partition on the current server.


getRunningThreadsCount

int getRunningThreadsCount()

The number of running threads created by managed thread factories in this partition on the current server.


getRejectedLongRunningRequests

long getRejectedLongRunningRequests()

The number of long-running requests that have been rejected by managed executor services and managed scheduled executor services in this partition on the current server.


getRejectedNewThreadRequests

long getRejectedNewThreadRequests()

The number of newThread method invocations that have been rejected by managed thread factories in this partition on the current server.


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