|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerRuntimeMBean
ServerRuntimeMBean provides the ability to expose JReport Server's attributes and operations.
| Method Summary | |
|---|---|
int |
getAvgProcessTimeByRpt()
Gets average processing time of all Completed Reports. |
int |
getAvgRptNumsSubmittedByUser()
Gets average number of Reports submitted by every user. |
int |
getAvgWaitTimeByRpt()
Gets average waiting time of all Completed Reports. |
int |
getCurrentConnectionNums()
Gets the number of Connections currently active in Database Connection Pool. |
int |
getFinishedRptNums()
Gets the number of Completed Reports within the specified monitoring duration. |
int |
getFinishedRptPages()
Gets the total number of Completed Reports' pages within the specified monitoring duration. |
java.lang.String |
getHost()
Gets the JReport Server's Host address (IP address). |
java.lang.String |
getName()
Gets the JReport Server's alias name. |
int |
getPort()
Gets the JReport Server's RMI Port value. |
int |
getRunningRptNums()
Gets the number of currently Running Reports. |
java.lang.String |
getStatus()
Gets the JReport Server's status, for example: "Not Started", "Started", "Shut Down" or "Crashed". |
java.lang.String |
getType()
Gets the JReport Server's type, for example: "Admin", "Backup", or "Slave". |
int |
getValidUserSessionNums()
Gets the number of currently valid User Sessions. |
int |
getWaitingRptNums()
Gets the number of currently Waiting Reports. |
void |
stop()
Stops the server associated with this ServerRuntimeMBean. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getHost()
int getPort()
java.lang.String getStatus()
java.lang.String getType()
int getWaitingRptNums()
throws java.lang.Exception
java.lang.Exception
int getRunningRptNums()
throws java.lang.Exception
java.lang.Exception
int getFinishedRptNums()
throws java.lang.Exception
java.lang.Exception
int getFinishedRptPages()
throws java.lang.Exception
java.lang.Exception
int getAvgProcessTimeByRpt()
throws java.lang.Exception
java.lang.Exception
int getAvgWaitTimeByRpt()
throws java.lang.Exception
java.lang.Exception
int getValidUserSessionNums()
throws java.lang.Exception
java.lang.Exception
int getAvgRptNumsSubmittedByUser()
throws java.lang.Exception
java.lang.Exception
int getCurrentConnectionNums()
throws java.lang.Exception
java.lang.Exceptionvoid stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||