| Package | Description | 
|---|---|
| com.gigaspaces.internal.reflection | |
| com.gigaspaces.internal.reflection.fast | |
| com.gigaspaces.internal.reflection.fast.proxy | |
| com.gigaspaces.internal.reflection.standard | |
| com.gigaspaces.lrmi | 
 Provides GigaSpaces LRMI (Light-RMI) package. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ProxyInvocationHandler | 
IDynamicProxy.getInvocatioHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
ReflectionUtil.createProxy(ClassLoader loader,
           Class<?>[] interfaces,
           ProxyInvocationHandler handler,
           boolean allowCache)  | 
Object | 
IReflectionFactory.getProxy(ClassLoader loader,
        Class<?>[] interfaces,
        ProxyInvocationHandler handler,
        boolean allowCache)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
ASMReflectionFactory.getProxy(ClassLoader loader,
        Class<?>[] interfaces,
        ProxyInvocationHandler handler,
        boolean allowCache)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ProxyInvocationHandler | 
AbstractProxy._handler  | 
| Modifier and Type | Method and Description | 
|---|---|
ProxyInvocationHandler | 
AbstractProxy.getInvocatioHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
ProxyFactory.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. 
 | 
| Constructor and Description | 
|---|
AbstractProxy(ProxyInvocationHandler handler,
             boolean allowCache)  | 
ProxyReplace(Class[] interfaces,
            ProxyInvocationHandler handler,
            boolean cacheProxy,
            boolean allowCache,
            AbstractProxy replacingProxy)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
StandardReflectionFactory.getProxy(ClassLoader loader,
        Class<?>[] interfaces,
        ProxyInvocationHandler handler,
        boolean allowCache)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DynamicSmartStub
This class represents dynamic smart stub of underlying transport protocol. 
 | 
class  | 
MethodCachedInvocationHandler
Wraps a  
ILRMIInvocationHandler as a InvocationHandler with an internam RemoteMethodCache for fast transformation between regular method to LRMI method. | 
Copyright © GigaSpaces.