javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface MaxThreadsConstraintRuntimeMBean extends RuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
int |
getConfiguredCount() |
The configured count, or maximum concurrency value.
|
int |
getCount() |
The current maximum concurrency value.
|
int |
getDeferredRequests() |
Number of requests that are denied a thread for execution because the
constraint is exceeded.
|
int |
getExecutingRequests() |
Number of requests that are currently executing.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
int getExecutingRequests()
Number of requests that are currently executing.
int getDeferredRequests()
Number of requests that are denied a thread for execution because the constraint is exceeded.
int getCount()
The current maximum concurrency value. This could be different from the configured value as Resource Consumption Management could dynamically reduce the allowed maximum concurrency value based on configured RCM policies and actual thread usage by the partition
int getConfiguredCount()
The configured count, or maximum concurrency value.