27#ifndef I_HttpdCatalogContainer_H_
28#define I_HttpdCatalogContainer_H_ 1
33#include "BESContainer.h"
34#include "RemoteResource.h"
37namespace httpd_catalog {
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;
A container is something that holds data. E.G., a netcdf file or a database entry.
Container representing a remote request.
virtual bool release()
release the resources
virtual std::string access()
access the remote target response by making the remote request
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual BESContainer * ptr_duplicate()
pure abstract method to duplicate this instances of BESContainer