Class LicenseListItem

java.lang.Object
com.uc4.api.systemoverview.LicenseListItem

@Deprecated public final class LicenseListItem extends 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, Element row, ConnectionAttributes session)
    Deprecated.
    Constructs a LicenseListItem using the specified Element.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the category description of the license (such as Production).
    int
    Deprecated.
    Returns the total number of licenses for the platform.
    Deprecated.
    Returns the date on which the license will expire.
    char
    Deprecated.
    Returns the license class that complies with the acquired license and hardware and software.
    Deprecated.
    Returns the license for the platform that is used.
    int
    Deprecated.
    Returns the number of allowed processors or users (depending on platform).
    Deprecated.
    Returns the comment field for restrictions.
    Deprecated.
    Returns the number of licenses that are used.
    boolean
    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 Details

    • LicenseListItem

      public LicenseListItem(com.uc4.util.XMLDocument doc, 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 Details

    • getPlatform

      public 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 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 String getRestriction()
      Deprecated.
      Returns the comment field for restrictions.
      Returns:
      Restriction comment
    • getUsage

      public 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