Class InvocationHandlerFactoryImpl
java.lang.Object
com.sun.corba.se.impl.presentation.rmi.InvocationHandlerFactoryImpl
- All Implemented Interfaces:
InvocationHandlerFactory
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGet an InvocationHandler.Class[]Get the interfaces that InvocationHandler instances produced by this InvocationHandlerFactory support.
-
Constructor Details
-
InvocationHandlerFactoryImpl
public InvocationHandlerFactoryImpl(PresentationManager pm, PresentationManager.ClassData classData)
-
-
Method Details
-
getInvocationHandler
Description copied from interface:InvocationHandlerFactoryGet an InvocationHandler.- Specified by:
getInvocationHandlerin interfaceInvocationHandlerFactory
-
getProxyInterfaces
Description copied from interface:InvocationHandlerFactoryGet the interfaces that InvocationHandler instances produced by this InvocationHandlerFactory support.- Specified by:
getProxyInterfacesin interfaceInvocationHandlerFactory
-