public interface SpringTransactionTemplateRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationContextDisplayName()
The display name of the Application Context that this bean is from
|
double |
getAverageExecuteTime()
This returns the average elapsed time in milliseconds required to execute
|
String |
getBeanId()
Name of the Spring bean.
|
long |
getExecuteCount()
This returns the number of time execute was called
|
long |
getExecuteFailedCount()
The number of executes that failed
|
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerString getBeanId()
Name of the Spring bean.
String getApplicationContextDisplayName()
The display name of the Application Context that this bean is from
long getExecuteCount()
This returns the number of time execute was called
long getExecuteFailedCount()
The number of executes that failed
double getAverageExecuteTime()
This returns the average elapsed time in milliseconds required to execute