Novell exteNd
Director 5.2 API

com.sssw.fw.task.event.api
Interface EbiConstants


public interface EbiConstants

Contains constants related to task event monitoring.


Field Summary
static int EVENT_ID_TASK_ADDED
          The event ID of the "task added" event.
static int EVENT_ID_TASK_BASE
          The base event ID from the ID range reserved by the task support.
static int EVENT_ID_TASK_COMPLETED
          The event ID of the "task completed" event.
static int EVENT_ID_TASK_DISABLED
          The event ID of the "task disabled" event.
static int EVENT_ID_TASK_ENABLED
          The event ID of the "task enabled" event.
static int EVENT_ID_TASK_FAILED
          The event ID of the "task failed" event.
static int EVENT_ID_TASK_LAST
          The last event ID from the ID range reserved by the task support.
static int EVENT_ID_TASK_STARTED
          The event ID of the "task started" event.
static int EVENT_ID_TASK_STOPPED
          The event ID of the "task stopped" event.
static int EVENT_ID_TASKS_LISTED
          The event ID of the "task listed" event.
 

Field Detail

EVENT_ID_TASK_BASE

public static final int EVENT_ID_TASK_BASE
The base event ID from the ID range reserved by the task support. The task support IDs fall into the range of EVENT_ID_TASK_BASE through EVENT_ID_TASK_LAST, i.e. 2000 through 2100.

EVENT_ID_TASK_LAST

public static final int EVENT_ID_TASK_LAST
The last event ID from the ID range reserved by the task support. The task support IDs fall into the range of EVENT_ID_TASK_BASE through EVENT_ID_TASK_LAST, i.e. 2000 through 2100.

EVENT_ID_TASK_ADDED

public static final int EVENT_ID_TASK_ADDED
The event ID of the "task added" event.

EVENT_ID_TASK_COMPLETED

public static final int EVENT_ID_TASK_COMPLETED
The event ID of the "task completed" event.

EVENT_ID_TASK_DISABLED

public static final int EVENT_ID_TASK_DISABLED
The event ID of the "task disabled" event.

EVENT_ID_TASK_ENABLED

public static final int EVENT_ID_TASK_ENABLED
The event ID of the "task enabled" event.

EVENT_ID_TASK_FAILED

public static final int EVENT_ID_TASK_FAILED
The event ID of the "task failed" event.

EVENT_ID_TASKS_LISTED

public static final int EVENT_ID_TASKS_LISTED
The event ID of the "task listed" event.

EVENT_ID_TASK_STARTED

public static final int EVENT_ID_TASK_STARTED
The event ID of the "task started" event.

EVENT_ID_TASK_STOPPED

public static final int EVENT_ID_TASK_STOPPED
The event ID of the "task stopped" event.

Novell exteNd
Director 5.2 API