javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface ConcurrentManagedObjectsRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
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. 
 | 
long | 
getRejectedNewThreadRequests() | 
 The number of newThread method invocations that have been rejected by managed thread factories 
 in this partition on the current server. 
 | 
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. 
 | 
int | 
getRunningThreadsCount() | 
 The number of running threads created by managed thread factories in this partition
 on the current server. 
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentint 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.
int getRunningThreadsCount()
The number of running threads created by managed thread factories in this partition on the current server.
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.
long getRejectedNewThreadRequests()
The number of newThread method invocations that have been rejected by managed thread factories in this partition on the current server.