Index Changes

Difference between version and version     

Back to Scheduler BC, or Scheduler BC Info


At line 13 changed 16 lines.
!! Current Features
* The Scheduler BC currently only supports statically defined triggers (that is, whatever is specified in the Scheduler WSDL Document).
* Support for Quartz [SimpleTrigger|http://www.opensymphony.com/quartz/api/org/quartz/SimpleTrigger.html] (for example, do something every 30 seconds)
* Support for Quartz [CronTrigger|http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html] (for example, do something at 1:23 PM on 4/5/2067)
* Support of Systemic Qualities such as:
** [Application Configuration/Variables|JBIComponentConfiguration]
** [Logging|SystemicQualities.Logging]
** [Monitoring|SystemicQualities.Monitoring] (please see [blog|http://blogs.sun.com/edwong/entry/scheduler_monitoring_available])
* [Fuji|https://fuji.dev.java.net/] / IFL enabled! (Please read [blog|http://blogs.sun.com/edwong/entry/jumpin_on_the_fuji_bandwagon] for details)
!! Features In Progress
* Support for Hybrid trigger, that is, a Quartz CronTrigger that determines the Start time of a Quartz SimpleTrigger, while the End time is simply an offset off the Start. This allows, for example, a triggering message to be sent Monday through Friday starting at 9AM and every 30 mins.
!! Planned Features
* Support for dynamically defined and persisted triggers. In other words, a consumer endpoint can send a create new trigger request to the Scheduler BC provider endpoint and at the appointed time, the respective trigger message will be sent back to same endpoint but of course, now in a provider role.
[{InsertPage page='SchedulerBCRoadMap'}]

JSPWiki v2.4.100
[RSS]
« Home Index Changes Prefs
This page (revision-37) was last changed on 16-Jun-09 23:01 PM, -0700 by FrankKieviet