OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
00001 // BESResponseNames.h 00002 00003 // This file is part of bes, A C++ back-end server implementation framework 00004 // for the OPeNDAP Data Access Protocol. 00005 00006 // Copyright (c) 2004-2009 University Corporation for Atmospheric Research 00007 // Author: Patrick West <pwest@ucar.edu> and Jose Garcia <jgarcia@ucar.edu> 00008 // 00009 // This library is free software; you can redistribute it and/or 00010 // modify it under the terms of the GNU Lesser General Public 00011 // License as published by the Free Software Foundation; either 00012 // version 2.1 of the License, or (at your option) any later version. 00013 // 00014 // This library is distributed in the hope that it will be useful, 00015 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00017 // Lesser General Public License for more details. 00018 // 00019 // You should have received a copy of the GNU Lesser General Public 00020 // License along with this library; if not, write to the Free Software 00021 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00022 // 00023 // You can contact University Corporation for Atmospheric Research at 00024 // 3080 Center Green Drive, Boulder, CO 80301 00025 00026 // (c) COPYRIGHT University Corporation for Atmospheric Research 2004-2005 00027 // Please read the full copyright statement in the file COPYRIGHT_UCAR. 00028 // 00029 // Authors: 00030 // pwest Patrick West <pwest@ucar.edu> 00031 // jgarcia Jose Garcia <jgarcia@ucar.edu> 00032 00033 #ifndef D_BESResponseNames_H 00034 #define D_BESResponseNames_H 1 00035 00057 #define SET_RESPONSE "set" 00058 #define SETCONTAINER "set.container" 00059 #define SETCONTAINER_STR "setContainer" 00060 #define SET_CONTEXT "set.context" 00061 #define SET_CONTEXT_STR "setContext" 00062 00063 #define DEFINE_RESPONSE "define" 00064 #define DEFINE_RESPONSE_STR "define" 00065 00066 #define SEND_RESPONSE "send" 00067 00068 #define GET_RESPONSE "get" 00069 #define STREAM_RESPONSE "get.stream" 00070 #define STREAM_SERVICE "stream" 00071 #define STREAM_RESPONSE_STR "getStream" 00072 00073 #define SHOW_RESPONSE "show" 00074 #define HELP_RESPONSE "show.help" 00075 #define HELP_RESPONSE_STR "showHelp" 00076 #define PROCESS_RESPONSE "show.process" 00077 #define PROCESS_RESPONSE_STR "showProcess" 00078 #define VERS_RESPONSE "show.version" 00079 #define VERS_RESPONSE_STR "showVersion" 00080 #define SHOWCONTAINERS_RESPONSE "show.containers" 00081 #define SHOWCONTAINERS_RESPONSE_STR "showContainers" 00082 #define SHOWDEFS_RESPONSE "show.definitions" 00083 #define SHOWDEFS_RESPONSE_STR "showDefinitions" 00084 #define CONFIG_RESPONSE "show.config" 00085 #define CONFIG_RESPONSE_STR "showConfig" 00086 #define STATUS_RESPONSE "show.status" 00087 #define STATUS_RESPONSE_STR "showStatus" 00088 #define SERVICE_RESPONSE "show.servicedescriptions" 00089 #define SERVICE_RESPONSE_STR "showServiceDescriptions" 00090 #define SHOW_CONTEXT "show.context" 00091 #define SHOW_CONTEXT_STR "showContext" 00092 #define SHOW_ERROR "show.error" 00093 #define SHOW_ERROR_STR "showError" 00094 00095 #define DELETE_RESPONSE "delete" 00096 #define DELETE_CONTAINER "delete.container" 00097 #define DELETE_CONTAINER_STR "deleteContainer" 00098 #define DELETE_CONTAINERS "delete.containers" 00099 #define DELETE_CONTAINERS_STR "deleteContainers" 00100 #define DELETE_DEFINITION "delete.definition" 00101 #define DELETE_DEFINITION_STR "deleteDefinition" 00102 #define DELETE_DEFINITIONS "delete.definitions" 00103 #define DELETE_DEFINITIONS_STR "deleteDefinitions" 00104 00105 #endif // E_BESResponseNames_H 00106