|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MonitorService
server monitor is an interface to represent a clutered server states
| Method Summary | |
|---|---|
CurrentMonitorStatistics |
getCurrentMonitorStatistics()
get CurrentMonitorStatistics in this clustered server. |
UserSessionManager |
getCurrentUserSessionTable()
get UserSessionManager in this clustered server. |
FinishedReportTable |
getFinishedReportTable()
get FinishedReportTable in this clustered server. |
MonitorSetting |
getMonitorSetting()
get MonitorSetting in this clustered server. |
java.lang.String |
getMonitorUser()
get be monitoring the user in this server. |
RunningReportTable |
getRunningReportTable()
get RunningReportTable in this clustered server. |
UserSessionMonitor |
getUserSessionMonitor()
get UserSessionMonitor in this cluster server
UserSessionMonitor contains user sessions information displaying and controlling. |
void |
setMonitorUser(java.lang.String useName)
set be monitoring the user in this server. |
| Method Detail |
|---|
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 information displaying and controlling.
UserSessionMonitor reference in this cluster server.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||