javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface SpringTransactionManagerRuntimeMBean extends RuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getApplicationContextDisplayName() |
The display name of the Application Context that this bean is from
|
java.lang.String |
getBeanId() |
Name of the Spring bean.
|
long |
getCommitCount() |
This returns the number of time commit was called
|
long |
getResumeCount() |
This returns the number of time resume was called
|
long |
getRollbackCount() |
This returns the number of time rollback was called
|
long |
getSuspendCount() |
This returns the number of time suspend was called
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
java.lang.String getBeanId()
Name of the Spring bean.
java.lang.String getApplicationContextDisplayName()
The display name of the Application Context that this bean is from
long getRollbackCount()
This returns the number of time rollback was called
long getCommitCount()
This returns the number of time commit was called
long getResumeCount()
This returns the number of time resume was called
long getSuspendCount()
This returns the number of time suspend was called