javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
public interface SpringViewRuntimeMBean extends RuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.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
|
java.lang.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
|
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 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