Package com.uc4.api.systemoverview
Class LicenseListItem
- java.lang.Object
-
- com.uc4.api.systemoverview.LicenseListItem
-
@Deprecated public final class LicenseListItem extends java.lang.ObjectDeprecated.the license check has been removed in version 12.2 and higherRepresents 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 aLicenseListItemusing the specifiedElement.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCategory()Deprecated.Returns the category description of the license (such as Production).intgetCount()Deprecated.Returns the total number of licenses for the platform.DateTimegetExpireDate()Deprecated.Returns the date on which the license will expire.chargetLicenseClass()Deprecated.Returns the license class that complies with the acquired license and hardware and software.java.lang.StringgetPlatform()Deprecated.Returns the license for the platform that is used.intgetProcessors()Deprecated.Returns the number of allowed processors or users (depending on platform).java.lang.StringgetRestriction()Deprecated.Returns the comment field for restrictions.java.lang.StringgetUsage()Deprecated.Returns the number of licenses that are used.booleanisEvent()Deprecated.Returnstrueif event has been licensed.
-
-
-
Constructor Detail
-
LicenseListItem
public LicenseListItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, ConnectionAttributes session)Deprecated.Constructs aLicenseListItemusing the specifiedElement. Internal use only.- Parameters:
doc- XML documentrow- Elementsession- 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.Returnstrueif 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
-
-