33#ifndef I_BESSetContainerResponseHandler_h
34#define I_BESSetContainerResponseHandler_h 1
36#include "BESResponseHandler.h"
56class BESSetContainerResponseHandler :
public BESResponseHandler
59 BESSetContainerResponseHandler(
const std::string &name ) ;
60 virtual ~BESSetContainerResponseHandler(
void ) ;
66 virtual void dump( std::ostream &strm )
const ;
68 static BESResponseHandler *SetContainerResponseBuilder(
const std::string &name ) ;
Structure storing information used by the BES to handle the request.
virtual void execute(BESDataHandlerInterface &dhi)
executes the command to create a new container or replaces an already existing container based on the...
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void transmit(BESTransmitter *transmitter, BESDataHandlerInterface &dhi)
The setContainer command does not return a response.