public interface MonitorService
Modifier and Type | Method and Description |
---|---|
CurrentMonitorStatistics |
getCurrentMonitorStatistics()
Gets
CurrentMonitorStatistics in this clustered server. |
UserSessionManager |
getCurrentUserSessionTable()
Gets
UserSessionManager in this clustered server. |
FinishedReportTable |
getFinishedReportTable()
Gets
FinishedReportTable in this clustered server. |
MonitorSetting |
getMonitorSetting()
Gets
MonitorSetting in this clustered server. |
java.lang.String |
getMonitorUser()
Gets the user monitoring in this server.
|
RunningReportTable |
getRunningReportTable()
Gets
RunningReportTable in this clustered server. |
UserSessionMonitor |
getUserSessionMonitor()
Gets
UserSessionMonitor in this cluster server
UserSessionMonitor contains user sessions displaying and controlling information. |
void |
setMonitorUser(java.lang.String useName)
Sets the user monitoring in this server.
|
RunningReportTable getRunningReportTable()
RunningReportTable
in this clustered server.
RunningReportTable
manages running reports.UserSessionManager getCurrentUserSessionTable()
UserSessionManager
in this clustered server.
UserSessionManager
manages the user sessions.FinishedReportTable getFinishedReportTable()
FinishedReportTable
in this clustered server.
FinishedReportTable
contains information of finished reports .CurrentMonitorStatistics getCurrentMonitorStatistics()
CurrentMonitorStatistics
in this clustered server.
CurrentStatistics
contains information of current Statistics.MonitorSetting getMonitorSetting()
MonitorSetting
in this clustered server.
MonitorSetting
contains information of parameters setting.void setMonitorUser(java.lang.String useName)
java.lang.String getMonitorUser()
UserSessionMonitor getUserSessionMonitor()
UserSessionMonitor
in this cluster server
UserSessionMonitor
contains user sessions displaying and controlling information.UserSessionMonitor
reference in this cluster server.