|
Synapta Services Builder for CICS Version 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Task listener interface. Contains method definitions for event handlers to be implemented by Task Bean event listeners.
Although registering a listener is the preferred way to get the status of a
task execution a client program may also use
to poll for the same information.
ITask.getStatus
ITask
Method Summary | |
void |
taskStatusChange(TaskStatusChangeEvent event)
Notification of a change in task status. |
Method Detail |
public void taskStatusChange(TaskStatusChangeEvent event)
event
object contains the task status information such
as the task execution status, exception information and source of the
event.
event
- task status change event object.
The event object contains the following task status information:
event.status
-- one of the event status
constants defined in TaskStatusChangeEvent
event.exception
-- optional exception
information. May be null
.TaskStatusChangeEvent
,
ITask.getStatus()
|
Synapta Services Builder for CICS Version 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |