|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestLoggerMBean
Interface for exposing the request logger.
| Method Summary | |
|---|---|
Integer |
getNumberOfCreatedSessions()
Total number of sessions ever created since the application was started. |
Integer |
getNumberOfCurrentActiveRequests()
Gets the current active requests number |
Integer |
getNumberOfLiveSessions()
Gets the (recorded) number of currently live sessions. |
Integer |
getPeakNumberOfActiveRequests()
The high water mark for the number of requests being processed concurrently |
Integer |
getPeakNumberOfSessions()
The largest number of concurrent sessions since the application was started. |
void |
restart()
Registers a new request logger at the application. |
void |
stop()
Removes any set request logger from the application. |
| Method Detail |
|---|
Integer getNumberOfCreatedSessions()
throws IOException
Only available for web applications.
IOException
Integer getNumberOfLiveSessions()
throws IOException
Only available for web applications.
IOException
Integer getPeakNumberOfSessions()
throws IOException
Only available for web applications.
IOException
Integer getNumberOfCurrentActiveRequests()
throws IOException
IOException
Integer getPeakNumberOfActiveRequests()
throws IOException
IOException
void restart()
throws IOException
Only available for web applications.
IOException
void stop()
throws IOException
Only available for web applications.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||