| |
|
| com.caucho.server.webapp.WebAppAdmin
WebAppAdmin | public class WebAppAdmin extends DeployControllerAdmin implements WebAppMXBean(Code) | | The admin implementation for a web-app.
|
getClientDisconnectCountTotal | public long getClientDisconnectCountTotal()(Code) | | |
getContextPath | public String getContextPath()(Code) | | Returns the context path
|
getRequestCount | public int getRequestCount()(Code) | | |
getRequestCountTotal | public long getRequestCountTotal()(Code) | | |
getRequestReadBytesTotal | public long getRequestReadBytesTotal()(Code) | | |
getRequestTimeTotal | public long getRequestTimeTotal()(Code) | | |
getRequestWriteBytesTotal | public long getRequestWriteBytesTotal()(Code) | | |
getStatus500CountTotal | public long getStatus500CountTotal()(Code) | | |
getStatus500LastTime | public Date getStatus500LastTime()(Code) | | |
getWebApp | protected WebApp getWebApp()(Code) | | Returns the active webApp.
|
|
|
|