Maybe a bit of a tangent, but have you thought of using JSR 310?<br><br><div class="gmail_quote">On Thu, May 12, 2011 at 18:53, Pete Royle <span dir="ltr">&lt;<a href="mailto:howardmoon@screamingcoder.com">howardmoon@screamingcoder.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Shane mentioned Task and Action, of which we both prefer Action.<br>
<br>
I also just thought of Trigger and Notification.<br>
<br>
Pete R<br>
<div><div></div><div class="h5"><br>
<br>
George Gastaldi wrote:<br>
&gt; I suggest adding a java.util.concurrent.TimeUnit attribute to @Every<br>
&gt; annotation and stick to CronEvent naming standard.<br>
&gt;<br>
&gt; 2011/5/12 Pete Royle &lt;<a href="mailto:howardmoon@screamingcoder.com">howardmoon@screamingcoder.com</a>&gt;:<br>
&gt;<br>
&gt;&gt; Hi All,<br>
&gt;&gt;<br>
&gt;&gt; Having trouble deciding on something. Originally observer methods for<br>
&gt;&gt; scheduled events were quite readable and intuitive, eg:<br>
&gt;&gt;<br>
&gt;&gt; public void doStuff(@Observes @Scheduled(&quot;10:00&quot;) Event e) { ... }<br>
&gt;&gt;<br>
&gt;&gt; However, due to possible confusion between org.jboss.seam.cron.events.Event<br>
&gt;&gt; and javax.enterprise.event.Event Event was renamed to CronEvent. This is<br>
&gt;&gt; fine, but I wonder if there&#39;s any better options. Viable options I&#39;ve<br>
&gt;&gt; thought of so far include:<br>
&gt;&gt;<br>
&gt;&gt; @Observes @Scheduled(&quot;10:00&quot;) CronEvent ce<br>
&gt;&gt; @Observes @Scheduled(&quot;10:00&quot;) Instant i<br>
&gt;&gt; @Observes @Scheduled(&quot;10:00&quot;) Moment m<br>
&gt;&gt; @Observes @Scheduled(&quot;10:00&quot;) Tick t<br>
&gt;&gt; @Observes @Scheduled(&quot;10:00&quot;) Occurrence o<br>
&gt;&gt; @Observes @Scheduled(&quot;10:00&quot;) Appointment a<br>
&gt;&gt;<br>
&gt;&gt; Or maybe go for something different like:<br>
&gt;&gt;<br>
&gt;&gt; @Observes @At(&quot;10:00&quot;) Schedule s<br>
&gt;&gt; @Observes @Recurring(&quot;10:00&quot;) Schedule s<br>
&gt;&gt;<br>
&gt;&gt; I figured since this is going to be the most used part of the API I would<br>
&gt;&gt; throw it out there for discussion and to see if there are any better ideas<br>
&gt;&gt; out there.<br>
&gt;&gt;<br>
&gt;&gt; It&#39;s probably worth mentioining that another part of the API looks like<br>
&gt;&gt; this:<br>
&gt;&gt;<br>
&gt;&gt; @Observes @Every Second s<br>
&gt;&gt; @Observes @Every Minute m<br>
&gt;&gt; @Observes @Every Hour h<br>
&gt;&gt;<br>
&gt;&gt; Thanks for the feedback.<br>
&gt;&gt;<br>
&gt;&gt; Pete R<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; seam-dev mailing list<br>
&gt;&gt; <a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Jason Porter<br><a href="http://lightguard-jp.blogspot.com" target="_blank">http://lightguard-jp.blogspot.com</a><br><a href="http://twitter.com/lightguardjp" target="_blank">http://twitter.com/lightguardjp</a><br>

<br>Software Engineer<br>Open Source Advocate<br>Author of Seam Catch - Next Generation Java Exception Handling<br><br>PGP key id: 926CCFF5<br>PGP key available at: <a href="http://keyserver.net" target="_blank">keyserver.net</a>, <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a><br>