Class LocalStub
java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.protocol.LocalStub
- All Implemented Interfaces:
InvocationHandler
A RemoteStub object is used to delegate local method calls to a remote instance.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LocalStub
Constructs a new RemoteStub object.- Parameters:
location
- the location part of the remote URLpath
- the path part of the remote URL
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-