Class RemoteMethodCache

java.lang.Object
com.gigaspaces.lrmi.RemoteMethodCache

public class RemoteMethodCache extends Object
This class contains a sorted method-map of exported Remote Object with fast method search by IdentityHashMap.
Since:
4.0
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • RemoteMethodCache

      public RemoteMethodCache(LRMIMethod[] lrmiMethodList)
      Constructor.
      Parameters:
      lrmiMethodList - Sorted Remote Method's list of exported Remote object.
  • Method Details

    • getLRMIMethod

      public LRMIMethod getLRMIMethod(IMethod method)
      Returns the ~cached LRMI method structure.
      Parameters:
      method - The reflection method.