Package com.gigaspaces.lrmi
Interface LRMIServiceClientMonitoringId
- All Known Implementing Classes:
LRMIServiceClientMonitoringIdImpl
public interface LRMIServiceClientMonitoringId
Monitoring id of a single client of a specific service
- Since:
- 9.1
- Author:
- eitany
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the client addresslongGets the client process id
-
Method Details
-
getRemoteInetAddress
InetAddress getRemoteInetAddress()Gets the client address -
getSourcePid
long getSourcePid()Gets the client process id
-