public interface SingletonEJBRuntimeMBean extends EJBRuntimeMBean
| Modifier and Type | Method and 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. | 
getEJBName, getResources, getTransactionRuntimeaddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerEJBTimerRuntimeMBean 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.