ds.ov2.test
Class Data_protocol_stubs.Data_performance_send_result

java.lang.Object
  extended by ds.ov2.test.Data_protocol_stubs.Data_performance_send_result
Enclosing class:
Data_protocol_stubs

public static class Data_protocol_stubs.Data_performance_send_result
extends Object

Result record for step data_performance_send of protocol data_performance_send.


Field Summary
 Resizable_buffer buf_5
          Return value buf_5.
 long duration
          Duration of the call in nanoseconds.
 
Constructor Summary
Data_protocol_stubs.Data_performance_send_result(long ad, Resizable_buffer a0)
          Return record constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

duration

public final long duration
Duration of the call in nanoseconds. The measurement includes (de-)serialization but not the allocation of argument and result arrays.


buf_5

public final Resizable_buffer buf_5
Return value buf_5.

Constructor Detail

Data_protocol_stubs.Data_performance_send_result

public Data_protocol_stubs.Data_performance_send_result(long ad,
                                                        Resizable_buffer a0)
Return record constructor.