Class LRMIRemoteClassLoaderIdentifier

java.lang.Object
com.gigaspaces.lrmi.classloading.LRMIRemoteClassLoaderIdentifier

public class LRMIRemoteClassLoaderIdentifier extends Object
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 Details

    • LRMIRemoteClassLoaderIdentifier

      public LRMIRemoteClassLoaderIdentifier(long remoteLrmiRuntimeId, long remoteClassLoaderId)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getLongHashCode

      public int getLongHashCode(long value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRemoteClassLoaderId

      public long getRemoteClassLoaderId()
    • getRemoteLrmiRuntimeId

      public long getRemoteLrmiRuntimeId()