|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitorSetting
This MonitorSetting
takes charge of managing and storing some Monitor Server's settings.
Method Summary | |
---|---|
int |
getMonitorMaxMinuteSaveReport()
Gets the maximum saved time (in minutes) of reports. |
int |
getMonitorMaxNumberSaveReport()
Gets the maximum saved number of reports. |
int |
getMonitorRefreshInterval()
Gets Monitor Server's refreshing interval time (in milliseconds). |
boolean |
isDisplayUserLastLoginTime()
Checks whether to display user last login time. |
void |
setDisplayUserLastLoginTime(boolean isDisplay)
Sets whether to display user login time or not |
void |
setMonitorMaxNumberSaveReport(int ss)
Sets the maximum saved number of reports. |
void |
setMonitorMaxTimeSaveReport(int minute)
Sets the maximum saved time (in minutes) of reports. |
void |
setMonitorRefreshInterval(int ss)
Sets Monitor Server's refreshing interval time (in milliseconds). |
Method Detail |
---|
int getMonitorRefreshInterval()
int getMonitorMaxNumberSaveReport()
int getMonitorMaxMinuteSaveReport()
void setMonitorRefreshInterval(int ss)
ss
- The refreshing interval time.void setMonitorMaxNumberSaveReport(int ss)
ss
- The maximum saved number of reports.void setMonitorMaxTimeSaveReport(int minute)
minute
- The maximum saved time of reports.boolean isDisplayUserLastLoginTime()
void setDisplayUserLastLoginTime(boolean isDisplay)
isDisplay
- for whether to display user login time
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |