|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebAppMXBean
MBean API for the WebApp.
resin:type=WebAppMBean,name=/wiki,Host=foo.com
| Method Summary | |
|---|---|
long |
getClientDisconnectCountTotal()
Returns the number of connections that have ended with a ClientDisconnectException for this web-app in it's lifetime. |
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 |
| Methods inherited from interface com.caucho.management.server.DeployControllerMXBean |
|---|
destroy, getErrorMessage, getId, getRedeployCheckInterval, getRedeployMode, getRepositoryMetaData, getRootDirectory, getStartTime, getStartupMode, getState, restart, start, stop, update |
| Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
|---|
getName, getObjectName, getType |
| Method Detail |
|---|
HostMXBean getHost()
SessionManagerMXBean getSessionManager()
java.lang.String getContextPath()
java.lang.String getVersion()
java.util.Map<java.lang.String,java.lang.String> getManifestAttributes()
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||