public interface SpringViewRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationContextDisplayName()
The display name of the Application Context that this bean is from
|
double |
getAverageRenderTime()
This returns the average elapsed time in milliseconds required to render
|
String |
getBeanId()
Name of the Spring bean.
|
long |
getRenderCount()
The number of times render was called
|
long |
getRenderFailedCount()
The number of render calls 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 getRenderCount()
The number of times render was called
long getRenderFailedCount()
The number of render calls that failed
double getAverageRenderTime()
This returns the average elapsed time in milliseconds required to render