Uses of Class
net.sf.eBus.util.logging.StatusReport.ReportFrequency
-
Packages that use StatusReport.ReportFrequency Package Description net.sf.eBus.util.logging Supplementsjava.util.loggingpackage with a rolling log file handler, a pattern formatter and a logged status report. -
-
Uses of StatusReport.ReportFrequency in net.sf.eBus.util.logging
Methods in net.sf.eBus.util.logging that return StatusReport.ReportFrequency Modifier and Type Method Description StatusReport.ReportFrequencyStatusReport. getReportFrequency()Returns the current status report frequency in milliseconds.static StatusReport.ReportFrequencyStatusReport.ReportFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusReport.ReportFrequency[]StatusReport.ReportFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBus.util.logging with parameters of type StatusReport.ReportFrequency Modifier and Type Method Description voidStatusReport. setReportFrequency(StatusReport.ReportFrequency frequency)Sets the status report frequency.
-