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 classInvocationHandlerFactoryImpl.CustomCompositeInvocationHandlerImpl
-
Field Summary
Fields Modifier and Type Field Description private PresentationManager.ClassDataclassDataprivate PresentationManagerpmprivate 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.InvocationHandlergetInvocationHandler()(package private) java.lang.reflect.InvocationHandlergetInvocationHandler(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:
getInvocationHandlerin interfaceorg.glassfish.pfl.basic.proxy.InvocationHandlerFactory
-
getInvocationHandler
java.lang.reflect.InvocationHandler getInvocationHandler(DynamicStub stub)
-
getProxyInterfaces
public java.lang.Class[] getProxyInterfaces()
- Specified by:
getProxyInterfacesin interfaceorg.glassfish.pfl.basic.proxy.InvocationHandlerFactory
-
-