|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.internal.monitoring.jmx.ResponseMXBeanImpl
public class ResponseMXBeanImpl
MXBean implementing the ResponseMXBean MXBean interface.
| Constructor Summary | |
|---|---|
ResponseMXBeanImpl()
|
|
| Method Summary | |
|---|---|
Integer |
getLastResponseCode()
Returns the response code of a last response written by the application. |
Map<Integer,Long> |
getResponseCodesToCountMap()
Returns statistics of response codes produces by the application. |
void |
updateResponseStatistics(ResponseStatistics responseStatistics)
Update the statistics exposed by the MXBean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseMXBeanImpl()
| Method Detail |
|---|
public void updateResponseStatistics(ResponseStatistics responseStatistics)
responseStatistics - public Map<Integer,Long> getResponseCodesToCountMap()
ResponseMXBean
getResponseCodesToCountMap in interface ResponseMXBeanpublic Integer getLastResponseCode()
ResponseMXBean
getLastResponseCode in interface ResponseMXBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||