Package com.zeroc.Ice

Interface BatchRequest


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

    Modifier and Type
    Method
    Description
    void
    Queues this request.
    Returns the name of the operation.
    Returns the proxy used to create this batch request.
    int
    Returns the marshaled size of the request.
  • 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