[gogoego] r3719 committed - Added triggerJob function

2 views
Skip to first unread message

codesite...@google.com

unread,
Oct 15, 2010, 6:25:27 PM10/15/10
to gog...@googlegroups.com
Revision: 3719
Author: carl....@solertium.com
Date: Fri Oct 15 15:24:57 2010
Log: Added triggerJob function
http://code.google.com/p/gogoego/source/detail?r=3719

Modified:

/trunk/modules/com.solertium.util.scheduling/src/com/solertium/util/scheduling/OSGiScheduler.java

=======================================
---
/trunk/modules/com.solertium.util.scheduling/src/com/solertium/util/scheduling/OSGiScheduler.java
Sat May 15 13:03:00 2010
+++
/trunk/modules/com.solertium.util.scheduling/src/com/solertium/util/scheduling/OSGiScheduler.java
Fri Oct 15 15:24:57 2010
@@ -85,5 +85,13 @@

return isScheduled;
}
+
+ public void triggerJob(String arg0, String arg1) throws
SchedulerException {
+ scheduler.triggerJob(arg0, arg1);
+ }
+
+ public void triggerJob(String arg0, String arg1, JobDataMap dataMap)
throws SchedulerException {
+ scheduler.triggerJob(arg0, arg1, dataMap);
+ }

}

Reply all
Reply to author
Forward
0 new messages