Package com.gigaspaces.lrmi.classloading
Class LRMIRemoteClassLoaderIdentifier
java.lang.Object
com.gigaspaces.lrmi.classloading.LRMIRemoteClassLoaderIdentifier
A unique identifier for a specific remote lrmi class loader, holds a tuple of the lrmi runtime id
and the local class loader id inside that lrmi runtime class provider
- Since:
- 7.0
- Author:
- eitany
-
Constructor Summary
ConstructorsConstructorDescriptionLRMIRemoteClassLoaderIdentifier(long remoteLrmiRuntimeId, long remoteClassLoaderId) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetLongHashCode(long value) longlonginthashCode()toString()
-
Constructor Details
-
LRMIRemoteClassLoaderIdentifier
public LRMIRemoteClassLoaderIdentifier(long remoteLrmiRuntimeId, long remoteClassLoaderId)
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getLongHashCode
public int getLongHashCode(long value) -
toString
-
getRemoteClassLoaderId
public long getRemoteClassLoaderId() -
getRemoteLrmiRuntimeId
public long getRemoteLrmiRuntimeId()
-