Class RemotingUtils

java.lang.Object
org.openspaces.remoting.RemotingUtils

public class RemotingUtils extends Object
Author:
kimchy (shay.banon)
  • 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)