BESResponseNames.h

Go to the documentation of this file.
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,2005 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 
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 

Generated on Fri Apr 11 15:13:28 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.4.7