|
|||||||||
| 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 | |
|---|---|
java.lang.Integer |
getNumberOfCreatedSessions()
Total number of sessions ever created since the application was started. |
java.lang.Integer |
getNumberOfLiveSessions()
Gets the (recorded) number of currently live sessions. |
java.lang.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 |
|---|
java.lang.Integer getNumberOfCreatedSessions()
throws java.io.IOException
Only available for web applications.
java.io.IOException
java.lang.Integer getNumberOfLiveSessions()
throws java.io.IOException
Only available for web applications.
java.io.IOException
java.lang.Integer getPeakNumberOfSessions()
throws java.io.IOException
Only available for web applications.
java.io.IOException
void restart()
throws java.io.IOException
Only available for web applications.
java.io.IOException
void stop()
throws java.io.IOException
Only available for web applications.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||