Interface IClient

All Superinterfaces:
AutoCloseable, Closeable, CloseStateRequestable, ConnectionSideRequestable, GroupCloseable, ISecuriyModeHolder
All Known Subinterfaces:
IBackendClient<S>
All Known Implementing Classes:
AbstractBackendClient, AbstractClient, AbstractFrontendClient, AbstractWebClient, WebClient

Author:
Silvan Wyss
  • Method Details

    • getUrlInstanceNameOfTargetApplication

      String getUrlInstanceNameOfTargetApplication()
      Returns:
      the URL instance name of the target application of the current IClient.
      Throws:
      RuntimeException - if the current IClient does not know the URL instance name of its target application.
    • hasRequestedConnection

      boolean hasRequestedConnection()
      Returns:
      true if the current IClient has requested the connection, false otherwise.
    • hasUrlInstanceNameOfTargetApplication

      boolean hasUrlInstanceNameOfTargetApplication()
      Returns:
      true if the current IClient has the URL instance name of its target application, false otherwise.