Interface LRMIMethodMonitoringDetails

All Known Implementing Classes:
LRMIMethodMonitoringDetailsImpl

public interface LRMIMethodMonitoringDetails
Monitoring details of a specific method
Since:
9.1
Author:
eitany
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the total network traffic that was sent as a response to this method invocation
    long
    Gets the number of time this method was invoked
    long
    Gets the total network traffic that was received for this method invocation
  • Method Details

    • getInvocationCount

      long getInvocationCount()
      Gets the number of time this method was invoked
    • getGeneratedTraffic

      long getGeneratedTraffic()
      Gets the total network traffic that was sent as a response to this method invocation
    • getReceivedTraffic

      long getReceivedTraffic()
      Gets the total network traffic that was received for this method invocation