5#ifndef ICE_BATCH_REQUEST_INTERCEPTOR_H
6#define ICE_BATCH_REQUEST_INTERCEPTOR_H
47 virtual const Ice::ObjectPrxPtr&
getProxy()
const = 0;
50#ifndef ICE_CPP11_MAPPING
67 virtual void enqueue(
const BatchRequest& req,
int count,
int size) = 0;
Represents an invocation on a proxy configured for batch-oneway or batch-datagram.
Definition BatchRequestInterceptor.h:19
virtual int getSize() const =0
Obtains the size of the request.
virtual const std::string & getOperation() const =0
Obtains the name of the operation.
virtual const Ice::ObjectPrxPtr & getProxy() const =0
Obtains the proxy on which the batch request was invoked.
virtual void enqueue() const =0
Queues the request for an eventual flush.
virtual ~BatchRequest()
Definition BatchRequestInterceptor.h:22
Definition BuiltinSequences.h:56