Event status and action descriptions

Each event must have a status and an action.

Status

The status field shows what state the event is in for monitoring purposes. This table lists each status.
Status Description
Scheduled A task is to fire at a predetermined date, time and interval. Each subsequent firing time is calculated.
Suspended A task is suspended and will not fire until its status is changed to scheduled.
Complete A task is completed.
Cancelled A task has been cancelled. The task will not fire and it cannot be resumed, but it can be purged.
Invalid Normally the reason that a task has a status of invalid is because either the task has been purged or the information used to query for that task is invalid.
Running A task is in the midst of firing.
Note: This status should be rarely seen since it just monitors the event for the very short duration that the event is firing.

Action

Each event must have an action associated with it. The action signifies what what to do with the event. There are only two actions available for an event:
  • Start Application - starts all applications that are under the system's deployment manager.
  • Stop Application - stops all applications that are under the system's deployment manager.

Last updated: Wed 06 Dec 2006 07:08:08

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)