Class InoNetClient

java.lang.Object
de.mid.innovator.client.InoNetClient

public class InoNetClient extends Object
The class represents any Innovator network client registered at a license server. A network client is a host that actually runs an Innovator application. This application registers the host name, its IP address and the Innovator user who started the application on the configured license server.
Author:
borschet
  • Constructor Details

  • Method Details

    • getHost

      public String getHost()
      Returns:
      the client's host name.
    • getIp

      public String getIp()
      Returns:
      the client's IP address as a string
    • getUser

      public String getUser()
      Returns:
      the Innovator user configured on this client.
    • getPrograms

      public List<InoProgram> getPrograms()
      Returns:
      all programs currently running on this host
    • isActualClient

      public boolean isActualClient()
    • isActualUser

      public boolean isActualUser()