Public Member Functions

alma.acs.logging.preferences.UserPreferences Class Reference

List of all members.

Public Member Functions

 UserPreferences (int time, int maxLogs, int inRate, int outRate)
void setTimeFrame (int time)
void setMaxLogs (int maxLogs) throws IllegalArgumentException
int getMaxNumOfLogs ()
int getMinuteTimeFrame ()
long getMillisecondsTimeFrame ()
int getMaxInputRate ()
void setMaxInputRate (int maxInputRate)
int getMaxOutputRate ()
void setMaxOutputRate (int maxOutputRate)
UserPreferences clone () throws CloneNotSupportedException
int getDynThreshold ()
void setDynThreshold (int dynThreshold)
int getDynDamping ()
void setDynDamping (int dynDamping)
int getDynTime ()
void setDynTime (int dynTime)
int getTimeFrame ()
void setMaxNumOfLogs (int maxNumOfLogs)

Detailed Description

The preferences

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.preferences.UserPreferences.UserPreferences ( int  time,
int  maxLogs,
int  inRate,
int  outRate 
)

Member Function Documentation

UserPreferences alma.acs.logging.preferences.UserPreferences.clone (  )  throws CloneNotSupportedException
int alma.acs.logging.preferences.UserPreferences.getDynDamping (  ) 
int alma.acs.logging.preferences.UserPreferences.getDynThreshold (  ) 
int alma.acs.logging.preferences.UserPreferences.getDynTime (  ) 
int alma.acs.logging.preferences.UserPreferences.getMaxInputRate (  ) 
int alma.acs.logging.preferences.UserPreferences.getMaxNumOfLogs (  ) 
int alma.acs.logging.preferences.UserPreferences.getMaxOutputRate (  ) 
long alma.acs.logging.preferences.UserPreferences.getMillisecondsTimeFrame (  ) 
Returns:
The length of the time frame in milliseconds
int alma.acs.logging.preferences.UserPreferences.getMinuteTimeFrame (  ) 
int alma.acs.logging.preferences.UserPreferences.getTimeFrame (  ) 
void alma.acs.logging.preferences.UserPreferences.setDynDamping ( int  dynDamping  ) 
void alma.acs.logging.preferences.UserPreferences.setDynThreshold ( int  dynThreshold  ) 
void alma.acs.logging.preferences.UserPreferences.setDynTime ( int  dynTime  ) 
void alma.acs.logging.preferences.UserPreferences.setMaxInputRate ( int  maxInputRate  ) 
void alma.acs.logging.preferences.UserPreferences.setMaxLogs ( int  maxLogs  )  throws IllegalArgumentException
void alma.acs.logging.preferences.UserPreferences.setMaxNumOfLogs ( int  maxNumOfLogs  ) 
void alma.acs.logging.preferences.UserPreferences.setMaxOutputRate ( int  maxOutputRate  ) 
void alma.acs.logging.preferences.UserPreferences.setTimeFrame ( int  time  ) 

Set the time frame to the given value

Parameters:
time The new time frame (in minutes)

Referenced by alma.acs.logging.preferences.ExpertPrefsDlg.getPreferences(), and alma.acs.logging.preferences.UserPreferences.UserPreferences().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties