Package com.uc4.api.systemoverview
Class LicenseListItem
java.lang.Object
com.uc4.api.systemoverview.LicenseListItem
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
ConstructorsConstructorDescriptionLicenseListItem
(com.uc4.util.XMLDocument doc, Element row, ConnectionAttributes session) Deprecated.Constructs aLicenseListItem
using the specifiedElement
. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the category description of the license (such as Production).int
getCount()
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.getUsage()
Deprecated.Returns the number of licenses that are used.boolean
isEvent()
Deprecated.Returnstrue
if event has been licensed.
-
Constructor Details
-
LicenseListItem
Deprecated.Constructs aLicenseListItem
using the specifiedElement
. Internal use only.- Parameters:
doc
- XML documentrow
- Elementsession
- Session info
-
-
Method Details
-
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
Deprecated.Returns the category description of the license (such as Production).- Returns:
- Category as String, never null
-
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.Returnstrue
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
Deprecated.Returns the comment field for restrictions.- Returns:
- Restriction comment
-
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
-