public interface MonitorCounter
extends java.rmi.Remote
MonitorCounter interface is used to obtain some counters' values,
which are calculated from all monitoring contents.| Modifier and Type | Method and Description |
|---|---|
int |
getAvgProcessTimeByRpt()
Gets average processing time of all completed reports (in milliseconds).
|
int |
getAvgRptNumsSubmittedByUser()
Gets average amount of submitted reports by all users.
|
int |
getAvgWaitTimeByRpt()
Gets average waiting time of all completed reports (in milliseconds).
|
int |
getCurrentConnectionNums()
Gets current number of Database connections.
|
int |
getFinishedRptNums()
Gets the total number of currently completed reports within the specified maximum saved time and the maximum saved number of reports.
|
int |
getFinishedRptPages()
Gets the total number of currently completed report pages.
|
int |
getRunningRptNums()
Gets the total number of currently running reports.
|
int |
getValidUserSessionNums()
Gets the total number of currently valid user sessions.
|
int |
getWaitingRptNums()
Gets the total number of waiting reports currently waiting to run.
|
int getWaitingRptNums()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getRunningRptNums()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getFinishedRptNums()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getFinishedRptPages()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getAvgProcessTimeByRpt()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getAvgWaitTimeByRpt()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getValidUserSessionNums()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getAvgRptNumsSubmittedByUser()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.int getCurrentConnectionNums()
throws java.rmi.RemoteException
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.