Network Deployment (Distributed operating systems), v8.0 > Reference > Developer detailed usage information


TaskInfo interface

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

Available TaskInfo implementations include:

BeanTaskInfo

Calls a stateless session bean.

MessageTaskInfo

Sends a Java™ Messaging Service (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 .
Develop a task that calls a session bean
Develop a task that sends a JMS message


Related


UserCalendar interface
API documentation

+

Search Tips   |   Advanced Search