Developing and scheduling tasks

Steps for this task

  1. Developing a task.

    The scheduler API supports different implementations of the TaskInfo interface, each of which can be used to schedule a particular type of work. Refer to one of the following topics for details:

    Note: Create and manipulate scheduled tasks through the Scheduler interface is only supported from within the EJB container or Web container (enterprise beans or servlets). Looking up and using a configured scheduler from a J2EE application client container is not supported.

  2. Receiving scheduler notifications.
    A notification sink is set on a task in order to receive the notification events that are generated by a scheduler when it performs an operation on the task.
  3. Submitting a task to a scheduler.
    After a TaskInfo object has been created, it can be submitted to the scheduler for task creation by calling the Scheduler.create() method.
  4. Managing tasks with a scheduler.

Related tasks
Managing the scheduler service
Related reference
Scheduler interface



Searchable topic ID:   tsch_developtasks
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/tasks/tsch_developtasks.html

Library | Support | Terms of Use | Feedback