30 #ifndef GatewayContainer_h_ 31 #define GatewayContainer_h_ 1 36 #include "BESContainer.h" 40 class RemoteHttpResource;
64 GatewayContainer(
const std::string &sym_name,
const std::string &real_name,
const std::string &type);
72 virtual std::string
access();
76 virtual void dump(std::ostream &strm)
const;
81 #endif // GatewayContainer_h_ virtual void dump(std::ostream &strm) const
dumps information about this object
virtual bool release()
release the resources
Container representing a remote request.
virtual BESContainer * ptr_duplicate()
pure abstract method to duplicate this instances of BESContainer
virtual std::string access()
access the remote target response by making the remote request
A container is something that holds data. E.G., a netcdf file or a database entry.