alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (quartz-jforum.properties)

This example jforum source code file (quartz-jforum.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

day-of-month, day-of-week, hours, hours, integration, jforumscheduler, jforumschedulerthread, mail, mon, month, seconds, test, trigger, trigger

The jforum quartz-jforum.properties source code

org.quartz.scheduler.instanceName = JForumScheduler
org.quartz.scheduler.instanceId = AUTO
org.quartz.scheduler.threadName = JForumSchedulerThread

org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 2
org.quartz.threadPool.threadPriority = 3

# Summary
org.quartz.context.summary.cron.expression = 0 30 12 ? * MON

# Mail Integration
# org.quartz.context.mailintegration.cron.expression = 0 5 * ? * *

# Test 60 seconds
# org.quartz.context.summary.cron.expression = 0 0/1 * ? * *

# Cron Trigger fields:
#    * Seconds
#    * Minutes
#    * Hours
#    * Day-of-Month
#    * Month
#    * Day-of-Week

Other jforum examples (source code examples)

Here is a short list of links related to this jforum quartz-jforum.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.