Package com.gigaspaces.internal.lrmi
Class LRMIServiceClientMonitoringIdImpl
java.lang.Object
com.gigaspaces.internal.lrmi.LRMIServiceClientMonitoringIdImpl
- All Implemented Interfaces:
LRMIServiceClientMonitoringId,SmartExternalizable,Externalizable,Serializable
public class LRMIServiceClientMonitoringIdImpl
extends Object
implements SmartExternalizable, LRMIServiceClientMonitoringId
Tracking id of a single client on a specific service
- Since:
- 9.1
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLRMIServiceClientMonitoringIdImpl(InetAddress remoteInetAddress, long sourcePid) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
LRMIServiceClientMonitoringIdImpl
public LRMIServiceClientMonitoringIdImpl() -
LRMIServiceClientMonitoringIdImpl
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getRemoteInetAddress
Description copied from interface:LRMIServiceClientMonitoringIdGets the client address- Specified by:
getRemoteInetAddressin interfaceLRMIServiceClientMonitoringId
-
getSourcePid
public long getSourcePid()Description copied from interface:LRMIServiceClientMonitoringIdGets the client process id- Specified by:
getSourcePidin interfaceLRMIServiceClientMonitoringId
-
hashCode
public int hashCode() -
equals
-
toString
-