TaskInfo interface

TaskInfo objects contain the information that can be used to create a task. Several implementations of this class exist, one for each type of task that can be run. Available TaskInfo implementations include:

BeanTaskInfo
Calls a stateless session bean.
MessageTaskInfo
Sends a JMS message to a queue or publishes a message to a topic.

For details, see the Interface TaskInfo in the Javadoc.

After a TaskInfo object is created, it can be submitted to the scheduler for task creation by calling the Scheduler.create() method.

Specifying time intervals. setStartTimeInterval(), setStartByInterval(), and setRepeatInterval() methods all take a String parameter that represents time interval. Time intervals are calculated using user calendars.


Related tasks
Developing a task that calls a session bean
Developing a task that sends a JMS message
Related reference
UserCalendar interface



Searchable topic ID:   rsch_taskinfo
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/scheduler/ref/rsch_taskinfo.html

Library | Support | Terms of Use | Feedback