public class RemotingUtils extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RemotingUtils.MethodHash  | 
| Constructor and Description | 
|---|
RemotingUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<RemotingUtils.MethodHash,IMethod> | 
buildHashToMethodLookupForInterface(Class service,
                                   boolean useFastReflection)  | 
static Map<Method,RemotingUtils.MethodHash> | 
buildMethodToHashLookupForInterface(Class service,
                                   String asyncPrefix)  | 
static Object | 
createByClassOrFindByName(org.springframework.context.ApplicationContext applicationContext,
                         String name,
                         Class clazz)  | 
public static Object createByClassOrFindByName(org.springframework.context.ApplicationContext applicationContext, String name, Class clazz) throws org.springframework.beans.factory.NoSuchBeanDefinitionException
org.springframework.beans.factory.NoSuchBeanDefinitionExceptionpublic static Map<RemotingUtils.MethodHash,IMethod> buildHashToMethodLookupForInterface(Class service, boolean useFastReflection)
public static Map<Method,RemotingUtils.MethodHash> buildMethodToHashLookupForInterface(Class service, String asyncPrefix)
Copyright © GigaSpaces.