ITK Function Reference

(V10000.1.0.60_20160308.00)
Variables
dispatcher.h File Reference
#include <dispatcher/dispatcher_errors.h>

Go to the source code of this file.

Variables

static const char * DISPATCHER_ATTR_NAME_ARGUMENT_DATA = "argumentData"
 
static const char * DISPATCHER_ATTR_NAME_ARGUMENT_KEYS = "argumentKeys"
 
static const char * DISPATCHER_ATTR_NAME_CREATION_DATE = "creation_date"
 
static const char * DISPATCHER_ATTR_NAME_MODIFICATION_DATE = "last_mod_date"
 
static const char * DISPATCHER_ATTR_NAME_OWNING_USER = "owning_user"
 
static const char * DISPATCHER_ATTR_NAME_PRIMARY_OBJS = "primaryObjects"
 
static const char * DISPATCHER_ATTR_NAME_PRIORITY = "priority"
 
static const char * DISPATCHER_ATTR_NAME_PROVIDER_NAME = "providerName"
 
static const char * DISPATCHER_ATTR_NAME_SECONDARY_OBJS = "secondaryObjects"
 
static const char * DISPATCHER_ATTR_NAME_SERVICE_NAME = "serviceName"
 
static const char * DISPATCHER_ATTR_NAME_STATE = "currentState"
 
static const char * DISPATCHER_ATTR_NAME_TASK_ID = "taskID"
 
static const char * DISPATCHER_ATTR_NAME_TYPE = "type"
 
static const char * DISPATCHER_CLASS_NAME = "DispatcherRequest"
 
static const char * DISPATCHER_CLIENT_INSTALLED_PREF = "DISPATCHER_CLIENT_INSTALLED"
 
static const char * DISPATCHER_STATES_CANCELLED = "CANCELLEd"
 
static const char * DISPATCHER_STATES_INITIAL = "INITIAL"
 
static const char * DISPATCHER_TR_CANCEL_REFERENCED_SERVICES = "DISPATCHER_rqst_cancel_referenced_services"
 
static const char * ETS_PREF_TR_REFERENCED_DATASET_TYPES = "ETS_trans_rqst_referenced_dataset_types"
 

Detailed Description

This file contains definitions used for the Dispatcher application.

Definition in file dispatcher.h.

Variable Documentation

const char* DISPATCHER_ATTR_NAME_ARGUMENT_DATA = "argumentData"
static

Definition at line 32 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_ARGUMENT_KEYS = "argumentKeys"
static

Definition at line 31 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_CREATION_DATE = "creation_date"
static

Definition at line 28 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_MODIFICATION_DATE = "last_mod_date"
static

Definition at line 29 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_OWNING_USER = "owning_user"
static

Definition at line 30 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_PRIMARY_OBJS = "primaryObjects"
static

Definition at line 21 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_PRIORITY = "priority"
static

Definition at line 23 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_PROVIDER_NAME = "providerName"
static

Definition at line 24 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_SECONDARY_OBJS = "secondaryObjects"
static

Definition at line 22 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_SERVICE_NAME = "serviceName"
static

Definition at line 25 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_STATE = "currentState"
static

Definition at line 20 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_TASK_ID = "taskID"
static

Definition at line 26 of file dispatcher.h.

const char* DISPATCHER_ATTR_NAME_TYPE = "type"
static

Definition at line 27 of file dispatcher.h.

const char* DISPATCHER_CLASS_NAME = "DispatcherRequest"
static

Static strings representing the different attributes of the DispatcherRequest class

Definition at line 19 of file dispatcher.h.

const char* DISPATCHER_CLIENT_INSTALLED_PREF = "DISPATCHER_CLIENT_INSTALLED"
static

Preference used to determine if the Dispatcher Service has been installed.

Definition at line 43 of file dispatcher.h.

const char* DISPATCHER_STATES_CANCELLED = "CANCELLEd"
static

Definition at line 38 of file dispatcher.h.

const char* DISPATCHER_STATES_INITIAL = "INITIAL"
static

Dispatcher Request States

Definition at line 37 of file dispatcher.h.

const char* DISPATCHER_TR_CANCEL_REFERENCED_SERVICES = "DISPATCHER_rqst_cancel_referenced_services"
static

Definition at line 52 of file dispatcher.h.

const char* ETS_PREF_TR_REFERENCED_DATASET_TYPES = "ETS_trans_rqst_referenced_dataset_types"
static

OLD ETS RELATED DEFINES

This definition determines which datasets will trigger a removal or related requests when that dataset is deleted...

Definition at line 51 of file dispatcher.h.