public class BaseMemoryStatsController
extends org.springframework.web.servlet.mvc.ParameterizableViewController
| Constructor and Description |
|---|
BaseMemoryStatsController() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCollectionPeriod()
Gets the collection period.
|
JvmMemoryInfoAccessorBean |
getJvmMemoryInfoAccessorBean()
Gets the jvm memory info accessor bean.
|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setCollectionPeriod(long collectionPeriod)
Sets the collection period.
|
void |
setJvmMemoryInfoAccessorBean(JvmMemoryInfoAccessorBean jvmMemoryInfoAccessorBean)
Sets the jvm memory info accessor bean.
|
getStatusCode, getView, getViewName, isStatusOnly, setStatusCode, setStatusOnly, setView, setViewName, toStringhandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader, setVaryByRequestHeadersgetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic JvmMemoryInfoAccessorBean getJvmMemoryInfoAccessorBean()
public void setJvmMemoryInfoAccessorBean(JvmMemoryInfoAccessorBean jvmMemoryInfoAccessorBean)
jvmMemoryInfoAccessorBean - the new jvm memory info accessor beanpublic long getCollectionPeriod()
public void setCollectionPeriod(long collectionPeriod)
collectionPeriod - the new collection periodprotected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.ParameterizableViewControllerExceptionCopyright © 2009–2020 psi-probe. All rights reserved.