Class AbstractProxy
java.lang.Object
com.gigaspaces.internal.reflection.fast.proxy.AbstractProxy
- All Implemented Interfaces:
IDynamicProxy,Serializable
A base class for all the Proxies created by reflection.
- Since:
- 7.0
- Author:
- Guy
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static IMethod[]getIMethods(Class clazz) Creates a set of IMethods from the current "this" interfaces.static MethodHolder[]getUniqueMethodHolders(Class<?>[] interfaces) Retrieves a set of methods from the interfaces.DONT REMOVE!!!! Used by the ObjectOutputStream on serialization.
-
Field Details
-
INTERNAL_NAME
-
_handler
-
-
Constructor Details
-
AbstractProxy
-
-
Method Details
-
getInvocatioHandler
- Specified by:
getInvocatioHandlerin interfaceIDynamicProxy
-
writeReplace
DONT REMOVE!!!! Used by the ObjectOutputStream on serialization.- Throws:
ObjectStreamException
-
getIMethods
Creates a set of IMethods from the current "this" interfaces. -
getUniqueMethodHolders
Retrieves a set of methods from the interfaces.
-