Package com.zeroc.Ice

Interface BatchRequest


public interface BatchRequest
Represents an invocation on a proxy configured for batch-oneway or batch-datagram.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Confirms the queuing of the batch request.
    The name of the operation.
    The proxy used to invoke the batch request.
    int
    The marshaled size of the request.
  • Method Details

    • enqueue

      void enqueue()
      Confirms the queuing of the batch request.
    • getSize

      int getSize()
      The marshaled size of the request.
      Returns:
      The marshaled size.
    • getOperation

      String getOperation()
      The name of the operation.
      Returns:
      The operation name.
    • getProxy

      ObjectPrx getProxy()
      The proxy used to invoke the batch request.
      Returns:
      The proxy.