java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.protocol.LocalStub
All Implemented Interfaces:
InvocationHandler

public class LocalStub extends Object implements InvocationHandler
A RemoteStub object is used to delegate local method calls to a remote instance.
  • Constructor Details

    • LocalStub

      public LocalStub(String location, String path)
      Constructs a new RemoteStub object.
      Parameters:
      location - the location part of the remote URL
      path - the path part of the remote URL
  • Method Details