Package com.gigaspaces.lrmi
Interface LRMIServiceMonitoringDetails
- All Known Implementing Classes:
LRMIServiceMonitoringDetailsImpl
public interface LRMIServiceMonitoringDetails
Monitoring details of a single hosted service
- Since:
- 9.1
- Author:
- eitany
-
Method Summary
Modifier and TypeMethodDescriptionGets a mapping of tracking details of each client connected to this service.Gets the service connection url.longGets the service remote id.Gets the class loader which holds the service.Gets the service details
-
Method Details
-
getServiceDetails
String getServiceDetails()Gets the service details -
getServiceClassLoaderDetails
String getServiceClassLoaderDetails()Gets the class loader which holds the service. -
getRemoteObjID
long getRemoteObjID()Gets the service remote id. -
getConnectionUrl
String getConnectionUrl()Gets the service connection url. -
getClientsTrackingDetails
Map<LRMIServiceClientMonitoringId,LRMIServiceClientMonitoringDetails> getClientsTrackingDetails()Gets a mapping of tracking details of each client connected to this service.
-