*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface TCPIPConnectionInterface

All Superinterfaces:
ConnectionInterface, MetadataInterface, PublicObjectInterface, Remote
All Known Subinterfaces:
ProxyInterface
All Known Implementing Classes:
OMRProxy, com.sas.services.information.metadata.OMRTCPIPConnection

@SASScope("ALL") @BinaryCompatibilityOnly public interface TCPIPConnectionInterface extends ConnectionInterface
  • Method Details

    • getHost

      String getHost() throws ServiceException, RemoteException
      Get the DNS host name for this connection.
      Returns:
      The host name string.
      Throws:
      ServiceException - If a server error occurs.
      RemoteException - In the event of remote object failure.
    • setHost

      void setHost(String host) throws ServiceException, RemoteException
      Set the host name for this connection.
      Parameters:
      host - The new host name string.
      Throws:
      ServiceException - If a server error occurs.
      RemoteException - In the event of remote object failure.
    • getService

      String getService() throws ServiceException, RemoteException
      Get the service name for this connection.
      Returns:
      The service name for this connection.
      Throws:
      ServiceException - If a server error occurs.
      RemoteException - In the event of remote object failure.
    • setService

      void setService(String service) throws ServiceException, RemoteException
      Set the service name for this connection.
      Parameters:
      service - The connection's serice name.
      Throws:
      ServiceException
      RemoteException
    • getPort

      int getPort() throws ServiceException, RemoteException
      Get the TCP port number for this connection.
      Returns:
      The TCP port number.
      Throws:
      ServiceException - If a server error occurs.
      RemoteException - In the event of remote object failure.
    • setPort

      void setPort(int port) throws ServiceException, RemoteException
      Set the TCP port number for this connection.
      Parameters:
      port - The TCP port number.
      Throws:
      ServiceException - If a server error occurs.
      RemoteException - In the event of remote object failure.