Package org.openspaces.remoting
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
public static Object createByClassOrFindByName(org.springframework.context.ApplicationContext applicationContext, String name, Class clazz) throws org.springframework.beans.factory.NoSuchBeanDefinitionException - Throws:
org.springframework.beans.factory.NoSuchBeanDefinitionException
-
buildHashToMethodLookupForInterface
public static Map<RemotingUtils.MethodHash,IMethod> buildHashToMethodLookupForInterface(Class service, boolean useFastReflection) -
buildMethodToHashLookupForInterface
public static Map<Method,RemotingUtils.MethodHash> buildMethodToHashLookupForInterface(Class service, String asyncPrefix)
-