bes
Updated for version 3.20.6
|
27 #ifndef I_HttpdCatalogContainer_H_
28 #define I_HttpdCatalogContainer_H_ 1
33 #include <BESContainer.h>
35 namespace httpd_catalog {
37 class RemoteHttpResource;
62 HttpdCatalogContainer(
const std::string &sym_name,
const std::string &real_name,
const std::string &type);
70 virtual std::string
access();
74 virtual void dump(std::ostream &strm)
const;
79 #endif // I_HttpdCatalogContainer_H_
virtual bool release()
release the resources
virtual BESContainer * ptr_duplicate()
pure abstract method to duplicate this instances of BESContainer
virtual void dump(std::ostream &strm) const
dumps information about this object
Container representing a remote request.
A container is something that holds data. E.G., a netcdf file or a database entry.
virtual std::string access()
access the remote target response by making the remote request