Class RemotingUtils
java.lang.Object
org.openspaces.remoting.RemotingUtils
- Author:
- kimchy (shay.banon)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<RemotingUtils.MethodHash, IMethod> buildHashToMethodLookupForInterface(Class service, boolean useFastReflection) static Map<Method, RemotingUtils.MethodHash> buildMethodToHashLookupForInterface(Class service, String asyncPrefix) static ObjectcreateByClassOrFindByName(org.springframework.context.ApplicationContext applicationContext, String name, Class clazz)
-
Constructor Details
-
RemotingUtils
public RemotingUtils()
-
-
Method Details
-
createByClassOrFindByName
-
buildHashToMethodLookupForInterface
public static Map<RemotingUtils.MethodHash, IMethod> buildHashToMethodLookupForInterface(Class service, boolean useFastReflection) -
buildMethodToHashLookupForInterface
public static Map<Method, RemotingUtils.MethodHash> buildMethodToHashLookupForInterface(Class service, String asyncPrefix)
-