Package com.gigaspaces.lrmi
Class RemoteMethodCache
java.lang.Object
com.gigaspaces.lrmi.RemoteMethodCache
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLRMIMethod(IMethod method) Returns the ~cached LRMI method structure.
-
Constructor Details
-
RemoteMethodCache
Constructor.- Parameters:
lrmiMethodList- Sorted Remote Method's list of exported Remote object.
-
-
Method Details
-
getLRMIMethod
Returns the ~cached LRMI method structure.- Parameters:
method- The reflection method.
-