Uses of Class
com.caucho.config.types.CronType

Packages that use CronType
com.caucho.log   
com.caucho.server.log   
com.caucho.server.rewrite   
 

Uses of CronType in com.caucho.log
 

Methods in com.caucho.log with parameters of type CronType
 void AbstractRolloverLog.setRolloverCron(CronType cron)
          Sets the log rollover cron specification
 

Uses of CronType in com.caucho.server.log
 

Methods in com.caucho.server.log with parameters of type CronType
 void AccessLog.setRolloverCron(CronType cron)
          Sets the log rollover cron
 

Uses of CronType in com.caucho.server.rewrite
 

Methods in com.caucho.server.rewrite with parameters of type CronType
 void AbstractRule.setDisableAt(CronType disableAt)
           
 void AbstractRule.setEnableAt(CronType enableAt)