Class StubInvocationHandlerImpl
java.lang.Object
com.sun.corba.se.impl.presentation.rmi.StubInvocationHandlerImpl
- All Implemented Interfaces:
LinkedInvocationHandler,InvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionStubInvocationHandlerImpl(PresentationManager pm, PresentationManager.ClassData classData, Object stub) -
Method Summary
-
Constructor Details
-
StubInvocationHandlerImpl
public StubInvocationHandlerImpl(PresentationManager pm, PresentationManager.ClassData classData, Object stub)
-
-
Method Details
-
setProxy
- Specified by:
setProxyin interfaceLinkedInvocationHandler
-
getProxy
- Specified by:
getProxyin interfaceLinkedInvocationHandler
-
invoke
Invoke the given method with the args and return the result. This may result in a remote invocation.- Specified by:
invokein interfaceInvocationHandler- Parameters:
proxy- The proxy used for this class (null if not using java.lang.reflect.Proxy)- Throws:
Throwable
-