00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #ifndef D_BESResponseNames_H
00034 #define D_BESResponseNames_H 1
00035
00063 #define SET_RESPONSE "set"
00064 #define SETCONTAINER "set.container"
00065 #define SETCONTAINER_STR "setContainer"
00066 #define SET_CONTEXT "set.context"
00067 #define SET_CONTEXT_STR "setContext"
00068
00069 #define DEFINE_RESPONSE "define"
00070 #define DEFINE_RESPONSE_STR "define"
00071
00072 #define SEND_RESPONSE "send"
00073
00074 #define GET_RESPONSE "get"
00075 #define DAS_RESPONSE "get.das"
00076 #define DAS_RESPONSE_STR "getDAS"
00077 #define DDS_RESPONSE "get.dds"
00078 #define DDS_RESPONSE_STR "getDDS"
00079 #define DDX_RESPONSE "get.ddx"
00080 #define DDX_RESPONSE_STR "getDDX"
00081 #define DATA_RESPONSE "get.dods"
00082 #define DATA_RESPONSE_STR "getDODS"
00083 #define STREAM_RESPONSE "get.stream"
00084 #define STREAM_RESPONSE_STR "getStream"
00085
00086 #define SHOW_RESPONSE "show"
00087 #define HELP_RESPONSE "show.help"
00088 #define HELP_RESPONSE_STR "showHelp"
00089 #define PROCESS_RESPONSE "show.process"
00090 #define PROCESS_RESPONSE_STR "showProcess"
00091 #define VERS_RESPONSE "show.version"
00092 #define VERS_RESPONSE_STR "showVersion"
00093 #define SHOWCONTAINERS_RESPONSE "show.containers"
00094 #define SHOWCONTAINERS_RESPONSE_STR "showContainers"
00095 #define SHOWDEFS_RESPONSE "show.definitions"
00096 #define SHOWDEFS_RESPONSE_STR "showDefinitions"
00097 #define CONFIG_RESPONSE "show.config"
00098 #define CONFIG_RESPONSE_STR "showConfig"
00099 #define STATUS_RESPONSE "show.status"
00100 #define STATUS_RESPONSE_STR "showStatus"
00101 #define CATALOG_RESPONSE "show.catalog"
00102 #define CATALOG_RESPONSE_STR "showCatalog"
00103 #define SHOW_INFO_RESPONSE "show.info"
00104 #define SHOW_INFO_RESPONSE_STR "showInfo"
00105 #define SHOW_CONTEXT "show.context"
00106 #define SHOW_CONTEXT_STR "showContext"
00107
00108 #define DELETE_RESPONSE "delete"
00109 #define DELETE_CONTAINER "delete.container"
00110 #define DELETE_CONTAINER_STR "deleteContainer"
00111 #define DELETE_CONTAINERS "delete.containers"
00112 #define DELETE_CONTAINERS_STR "deleteContainers"
00113 #define DELETE_DEFINITION "delete.definition"
00114 #define DELETE_DEFINITION_STR "deleteDefinition"
00115 #define DELETE_DEFINITIONS "delete.definitions"
00116 #define DELETE_DEFINITIONS_STR "deleteDefinitions"
00117
00118 #endif // E_BESResponseNames_H
00119