Package com.gigaspaces.lrmi
Interface LRMIInboundMonitoringDetails
- All Known Implementing Classes:
LRMIInboundMonitoringDetailsImpl
public interface LRMIInboundMonitoringDetails
Monitoring details of inbound lrmi communication, e.g hosted services that are serving remote
invocation calls that are executed via remote proxies.
- Since:
- 9.1
- Author:
- eitany
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the monitoring details of all the hosted services.
-
Method Details
-
getServicesMonitoringDetails
LRMIServiceMonitoringDetails[] getServicesMonitoringDetails()Returns the monitoring details of all the hosted services.
-