Uses of Interface
com.gigaspaces.internal.reflection.ProxyInvocationHandler
Packages that use ProxyInvocationHandler
Package
Description
Provides GigaSpaces LRMI (Light-RMI) package.
-
Uses of ProxyInvocationHandler in com.gigaspaces.internal.reflection
Methods in com.gigaspaces.internal.reflection that return ProxyInvocationHandlerMethods in com.gigaspaces.internal.reflection with parameters of type ProxyInvocationHandlerModifier and TypeMethodDescriptionstatic ObjectReflectionUtil.createProxy(ClassLoader loader, Class<?>[] interfaces, ProxyInvocationHandler handler, boolean allowCache) IReflectionFactory.getProxy(ClassLoader loader, Class<?>[] interfaces, ProxyInvocationHandler handler, boolean allowCache) -
Uses of ProxyInvocationHandler in com.gigaspaces.internal.reflection.fast
Methods in com.gigaspaces.internal.reflection.fast with parameters of type ProxyInvocationHandlerModifier and TypeMethodDescriptionASMReflectionFactory.getProxy(ClassLoader loader, Class<?>[] interfaces, ProxyInvocationHandler handler, boolean allowCache) -
Uses of ProxyInvocationHandler in com.gigaspaces.internal.reflection.fast.proxy
Fields in com.gigaspaces.internal.reflection.fast.proxy declared as ProxyInvocationHandlerMethods in com.gigaspaces.internal.reflection.fast.proxy that return ProxyInvocationHandlerMethods in com.gigaspaces.internal.reflection.fast.proxy with parameters of type ProxyInvocationHandlerModifier and TypeMethodDescriptionstatic ObjectProxyFactory.newProxyInstance(ClassLoader loader, Class<?>[] interfaces, ProxyInvocationHandler handler, boolean allowCache) Returns an instance of a class for the specified interfaces that dispatches method invocations to the specified invocation handler.Constructors in com.gigaspaces.internal.reflection.fast.proxy with parameters of type ProxyInvocationHandlerModifierConstructorDescriptionAbstractProxy(ProxyInvocationHandler handler, boolean allowCache) ProxyReplace(Class[] interfaces, ProxyInvocationHandler handler, boolean cacheProxy, boolean allowCache, AbstractProxy replacingProxy) -
Uses of ProxyInvocationHandler in com.gigaspaces.internal.reflection.standard
Methods in com.gigaspaces.internal.reflection.standard with parameters of type ProxyInvocationHandlerModifier and TypeMethodDescriptionStandardReflectionFactory.getProxy(ClassLoader loader, Class<?>[] interfaces, ProxyInvocationHandler handler, boolean allowCache) -
Uses of ProxyInvocationHandler in com.gigaspaces.lrmi
Classes in com.gigaspaces.lrmi that implement ProxyInvocationHandlerModifier and TypeClassDescriptionclassThis class represents dynamic smart stub of underlying transport protocol.classWraps aILRMIInvocationHandleras aInvocationHandlerwith an internamRemoteMethodCachefor fast transformation between regular method to LRMI method.