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 API documentation.

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

For details about the TaskInfo interface, see the API documentation .




Related tasks
Developing a task that calls a session bean
Developing a task that sends a Java Message Service message
Related reference
UserCalendar interface
Related information
APIs - Application Programming Interfaces
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 1:23:07 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-dist&topic=rsch_taskinfo
File name: rsch_taskinfo.html