public interface BatchRequest
Represents a batch request.
A batch request is created by invoking an operation on a batch-oneway or batch-datagram proxy.
-
Method Summary
-
Method Details
-
enqueue
void enqueue()Queues this request. -
getSize
int getSize()Returns the marshaled size of the request.- Returns:
- the number of bytes consumed by the request
-
getOperation
String getOperation()Returns the name of the operation.- Returns:
- the operation name
-
getProxy
ObjectPrx getProxy()Returns the proxy used to create this batch request.- Returns:
- the proxy
-