GigaSpaces XAP 9.1 API

org.openspaces.remoting
Class RemotingUtils

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

public class RemotingUtils
extends Object

Author:
kimchy (shay.banon)

Nested Class Summary
static class RemotingUtils.MethodHash
           
 
Constructor Summary
RemotingUtils()
           
 
Method Summary
static Map<RemotingUtils.MethodHash,com.gigaspaces.internal.reflection.IMethod> buildHashToMethodLookupForInterface(Class service, boolean useFastReflection)
           
static Map<Method,RemotingUtils.MethodHash> buildMethodToHashLookupForInterface(Class service, String asyncPrefix)
           
static Object createByClassOrFindByName(ApplicationContext applicationContext, String name, Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingUtils

public RemotingUtils()
Method Detail

createByClassOrFindByName

public static Object createByClassOrFindByName(ApplicationContext applicationContext,
                                               String name,
                                               Class clazz)
                                        throws NoSuchBeanDefinitionException
Throws:
NoSuchBeanDefinitionException

buildHashToMethodLookupForInterface

public static Map<RemotingUtils.MethodHash,com.gigaspaces.internal.reflection.IMethod> buildHashToMethodLookupForInterface(Class service,
                                                                                                                           boolean useFastReflection)

buildMethodToHashLookupForInterface

public static Map<Method,RemotingUtils.MethodHash> buildMethodToHashLookupForInterface(Class service,
                                                                                       String asyncPrefix)

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.