public interface WebAppMXBean extends DeployControllerMXBean
resin:type=WebAppMBean,name=/wiki,Host=foo.com
Modifier and Type | Method and Description |
---|---|
long |
getClientDisconnectCountTotal()
Returns the number of connections that have ended with a
ClientDisconnectException for this web-app in it's lifetime. |
ConfigMXBean[] |
getConfigs() |
java.lang.String |
getContextPath()
Returns the application's context path.
|
HostMXBean |
getHost()
Returns the owning host
|
java.util.Map<java.lang.String,java.lang.String> |
getManifestAttributes()
Returns any manifest entries from the .war file
|
int |
getRequestCount()
Returns the current number of requests being serviced by the web-app.
|
long |
getRequestCountTotal()
Returns the total number of requests serviced by the web-app
since it started.
|
long |
getRequestReadBytesTotal()
Returns the total number of bytes that requests serviced by
this web-app have read.
|
long |
getRequestTimeTotal()
Returns the total duration in milliseconds that connections serviced by
this web-app have taken.
|
long |
getRequestWriteBytesTotal()
Returns the total number of bytes that connections serviced by this
web-app have written.
|
SessionManagerMXBean |
getSessionManager()
Returns the session manager
|
long |
getStatus500CountTotal()
Returns the number of 500 status requests
|
java.util.Date |
getStatus500LastTime()
Returns the time of the last 500 status requests
|
java.lang.String |
getVersion()
Returns the deployed version
|
boolean |
isEnabled()
Returns true if the web-app is enabled.
|
destroy, getClassPath, getErrorMessage, getId, getRedeployCheckInterval, getRedeployMode, getRepositoryMetaData, getRootDirectory, getStartTime, getStartupMode, getState, restart, start, stop, update
getName, getObjectName, getType
HostMXBean getHost()
SessionManagerMXBean getSessionManager()
ConfigMXBean[] getConfigs()
java.lang.String getContextPath()
java.lang.String getVersion()
java.util.Map<java.lang.String,java.lang.String> getManifestAttributes()
boolean isEnabled()
long getStatus500CountTotal()
java.util.Date getStatus500LastTime()
int getRequestCount()
long getRequestCountTotal()
@Units(value="milliseconds") long getRequestTimeTotal()
@Units(value="bytes") long getRequestReadBytesTotal()
@Units(value="bytes") long getRequestWriteBytesTotal()
long getClientDisconnectCountTotal()
ClientDisconnectException
for this web-app in it's lifetime.