javax.management.DynamicMBean, EJBRuntimeMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface SingletonEJBRuntimeMBean extends EJBRuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
int | 
getReadLockTimeoutTotalCount() | 
 Provides the count of read lock requests that have timed out since
 deployment; -1 will be returned if bean-managed concurrency is in use. 
 | 
long | 
getReadLockTotalCount() | 
 Provides the total count of read locks requested since deployment; -1
 will be returned if bean-managed concurrency is in use. 
 | 
EJBTimerRuntimeMBean | 
getTimerRuntime() | 
 Provides run-time information about any Timers created for the
 Singleton session bean. 
 | 
int | 
getWaiterCurrentCount() | 
 Provides the total count of threads waiting for the lock; -1 will be
 returned if bean-managed concurrency is in use. 
 | 
int | 
getWriteLockTimeoutTotalCount() | 
 Provides the count of write lock requests that have timed out since
 deployment; -1 will be returned if bean-managed concurrency is in use. 
 | 
long | 
getWriteLockTotalCount() | 
 Provides the total count of write locks requested since deployment; -1
 will be returned if bean-managed concurrency is in use. 
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributesgetEJBName, getResources, getTransactionRuntimepostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentEJBTimerRuntimeMBean getTimerRuntime()
Provides run-time information about any Timers created for the Singleton session bean.
long getReadLockTotalCount()
Provides the total count of read locks requested since deployment; -1 will be returned if bean-managed concurrency is in use.
long getWriteLockTotalCount()
Provides the total count of write locks requested since deployment; -1 will be returned if bean-managed concurrency is in use.
int getReadLockTimeoutTotalCount()
Provides the count of read lock requests that have timed out since deployment; -1 will be returned if bean-managed concurrency is in use.
int getWriteLockTimeoutTotalCount()
Provides the count of write lock requests that have timed out since deployment; -1 will be returned if bean-managed concurrency is in use.
int getWaiterCurrentCount()
Provides the total count of threads waiting for the lock; -1 will be returned if bean-managed concurrency is in use.