Class InoClientProgram

java.lang.Object
de.mid.innovator.client.InoProgram
de.mid.innovator.client.InoClientProgram

public class InoClientProgram extends InoProgram
The class is a generalization of any Innovator client program that can be executed and is registered with the license server.
Author:
borschet
  • Constructor Details

    • InoClientProgram

      public InoClientProgram(int pid, String lockedMask, String vers, String host, String user, InoProgram.Type pType, PrjData[] listPrjData)
      This constructor is only used by the license server to return all valid client programs. You should never need to call this method explicitly. Instances of InoClientProgram can be retrieved by calling LicenseServer.getInnovatorClients().
      Parameters:
      pid - process identifier
      lockedMask - the current locked mask
      vers - version string of the program
      host - the host name
      user - the user name that started the client
      pType - the client characteristic enumeration value
      listPrjData - list of project datas
      See Also:
  • Method Details

    • getLockedMask

      public String getLockedMask()
      Returns:
      a string containing locking information
    • getPrjDataList

      public List<PrjData> getPrjDataList()
    • toString

      public String toString()
      Overrides:
      toString in class InoProgram