Class InvocationHandlerFactoryImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.presentation.rmi.InvocationHandlerFactoryImpl
-
- All Implemented Interfaces:
org.glassfish.pfl.basic.proxy.InvocationHandlerFactory
public class InvocationHandlerFactoryImpl extends java.lang.Object implements org.glassfish.pfl.basic.proxy.InvocationHandlerFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
InvocationHandlerFactoryImpl.CustomCompositeInvocationHandlerImpl
-
Field Summary
Fields Modifier and Type Field Description private PresentationManager.ClassData
classData
private PresentationManager
pm
private java.lang.Class<?>[]
proxyInterfaces
-
Constructor Summary
Constructors Constructor Description InvocationHandlerFactoryImpl(PresentationManager pm, PresentationManager.ClassData classData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.InvocationHandler
getInvocationHandler()
(package private) java.lang.reflect.InvocationHandler
getInvocationHandler(DynamicStub stub)
java.lang.Class[]
getProxyInterfaces()
-
-
-
Field Detail
-
classData
private final PresentationManager.ClassData classData
-
pm
private final PresentationManager pm
-
proxyInterfaces
private java.lang.Class<?>[] proxyInterfaces
-
-
Constructor Detail
-
InvocationHandlerFactoryImpl
public InvocationHandlerFactoryImpl(PresentationManager pm, PresentationManager.ClassData classData)
-
-
Method Detail
-
getInvocationHandler
public java.lang.reflect.InvocationHandler getInvocationHandler()
- Specified by:
getInvocationHandler
in interfaceorg.glassfish.pfl.basic.proxy.InvocationHandlerFactory
-
getInvocationHandler
java.lang.reflect.InvocationHandler getInvocationHandler(DynamicStub stub)
-
getProxyInterfaces
public java.lang.Class[] getProxyInterfaces()
- Specified by:
getProxyInterfaces
in interfaceorg.glassfish.pfl.basic.proxy.InvocationHandlerFactory
-
-