Interface ProxyInterface

All Superinterfaces:
ConnectionInterface, MetadataInterface, PublicObjectInterface, Remote, TCPIPConnectionInterface
All Known Implementing Classes:
OMRProxy

public interface ProxyInterface extends TCPIPConnectionInterface
ProxyInterface
  • Method Details

    • getScheme

      String getScheme() throws RemoteException
      Returns the scheme for this Proxy
      Returns:
      String representing the scheme for this proxy
      Throws:
      RemoteException
    • setScheme

      void setScheme(String scheme) throws RemoteException
      Sets the scheme for this Proxy
      Parameters:
      scheme - Scheme to set for this Proxy
      Throws:
      RemoteException
    • getPath

      String getPath() throws ServiceException, RemoteException
      Returns the path for this Proxy
      Returns:
      String representing the path for this proxy
      Throws:
      ServiceException
      RemoteException
    • setPath

      void setPath(String path) throws RemoteException, ServiceException
      Sets the path for this Proxy
      Parameters:
      path - Path to set for this proxy
      Throws:
      ServiceException
      RemoteException
    • getURI

      String getURI() throws ServiceException, RemoteException
      Returns the URI for this proxy
      Returns:
      String representing the URI for this proxy
      Throws:
      RemoteException
      ServiceException
    • setURI

      void setURI(String uri) throws ServiceException, RemoteException
      Sets the URI for this Proxy
      Parameters:
      uri - The uri to set for this proxy
      Throws:
      ServiceException
      RemoteException