Class LicenseListItem


  • @Deprecated
    public final class LicenseListItem
    extends java.lang.Object
    Deprecated.
    the license check has been removed in version 12.2 and higher
    Represents one row of the license list in the system overview.
    • Constructor Summary

      Constructors 
      Constructor Description
      LicenseListItem​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, ConnectionAttributes session)
      Deprecated.
      Constructs a LicenseListItem using the specified Element.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getCategory()
      Deprecated.
      Returns the category description of the license (such as Production).
      int getCount()
      Deprecated.
      Returns the total number of licenses for the platform.
      DateTime getExpireDate()
      Deprecated.
      Returns the date on which the license will expire.
      char getLicenseClass()
      Deprecated.
      Returns the license class that complies with the acquired license and hardware and software.
      java.lang.String getPlatform()
      Deprecated.
      Returns the license for the platform that is used.
      int getProcessors()
      Deprecated.
      Returns the number of allowed processors or users (depending on platform).
      java.lang.String getRestriction()
      Deprecated.
      Returns the comment field for restrictions.
      java.lang.String getUsage()
      Deprecated.
      Returns the number of licenses that are used.
      boolean isEvent()
      Deprecated.
      Returns true if event has been licensed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LicenseListItem

        public LicenseListItem​(com.uc4.util.XMLDocument doc,
                               org.w3c.dom.Element row,
                               ConnectionAttributes session)
        Deprecated.
        Constructs a LicenseListItem using the specified Element. Internal use only.
        Parameters:
        doc - XML document
        row - Element
        session - Session info
    • Method Detail

      • getPlatform

        public java.lang.String getPlatform()
        Deprecated.
        Returns the license for the platform that is used.
        Returns:
        Platform as String, never null.
      • getLicenseClass

        public char getLicenseClass()
        Deprecated.
        Returns the license class that complies with the acquired license and hardware and software.
        Returns:
        "1" to "9", "S", "V" or a space character.
        • "1" to "9" = The license class of the Agent.
        • "S" = The Agent that is used for administrative tasks on the Server computer.
        • "V" = The virtual license class for the Agent.
      • getCategory

        public java.lang.String getCategory()
        Deprecated.
        Returns the category description of the license (such as Production).
        Returns:
        Category as String, never null
      • getExpireDate

        public DateTime getExpireDate()
        Deprecated.
        Returns the date on which the license will expire.
        Returns:
        DateTime instance, never null
      • getCount

        public int getCount()
        Deprecated.
        Returns the total number of licenses for the platform.
        Returns:
        License count
      • isEvent

        public boolean isEvent()
        Deprecated.
        Returns true if event has been licensed.
        Returns:
        true if event is licensed, false otherwise
      • getProcessors

        public int getProcessors()
        Deprecated.
        Returns the number of allowed processors or users (depending on platform).
        Returns:
        Allowed processor or user count
      • getRestriction

        public java.lang.String getRestriction()
        Deprecated.
        Returns the comment field for restrictions.
        Returns:
        Restriction comment
      • getUsage

        public java.lang.String getUsage()
        Deprecated.
        Returns the number of licenses that are used.
        Returns:
        String containing usage information

        Agents for Enterprise Business Solutions: The number of running Agents (total number of users who access them)

        Other Agents: The number of used Agents / number of used CPUs /Actual number of Agents( actual number of CPUs)

        Server: The number of used licenses (total number of actually running Server processes)

        User: The number of used licenses