Class 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 Detail

      • InoClientProgram

        public InoClientProgram​(int pid,
                                java.lang.String lockedMask,
                                java.lang.String vers,
                                java.lang.String host,
                                java.lang.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:
        LicenseServer
    • Method Detail

      • getLockedMask

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

        public java.util.List<PrjData> getPrjDataList()