[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...
Peter Muir
peter at bleepbleep.org.uk
Mon Oct 15 09:30:55 EDT 2007
User: pmuir
Date: 07/10/15 09:30:55
Modified: src/main/org/jboss/seam/core Events.java
Log:
javadoc
Revision Changes Path
1.35 +5 -1 jboss-seam/src/main/org/jboss/seam/core/Events.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Events.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Events.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- Events.java 24 Jun 2007 06:34:32 -0000 1.34
+++ Events.java 15 Oct 2007 13:30:55 -0000 1.35
@@ -11,7 +11,9 @@
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.annotations.intercept.BypassInterceptors;
import org.jboss.seam.async.AbstractDispatcher;
+import org.jboss.seam.async.CronSchedule;
import org.jboss.seam.async.Dispatcher;
+import org.jboss.seam.async.NthBusinessDaySchedule;
import org.jboss.seam.async.TimerSchedule;
import org.jboss.seam.contexts.Contexts;
import org.jboss.seam.core.Expressions.MethodExpression;
@@ -100,7 +102,9 @@
/**
* Raise an event that is to be processed according to a "schedule"
*
- * @see TimerSchedule for use of the EJB timer service
+ * @see TimerSchedule (EJB, quartz or JDK timer service)
+ * @see NthBusinessDaySchedule (quartz timer service only)
+ * @see CronSchedule (quartz timer service only)
*
* @param type the event type
* @param schedule the schedule object, specific to the dispatcher strategy
More information about the jboss-cvs-commits
mailing list