Uses of Class
de.mid.innovator.srv.LicenseServer.License
-
Packages that use LicenseServer.License Package Description de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server. -
-
Uses of LicenseServer.License in de.mid.innovator.srv
Methods in de.mid.innovator.srv that return LicenseServer.License Modifier and Type Method Description static LicenseServer.License
LicenseServer.License. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LicenseServer.License[]
LicenseServer.License. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mid.innovator.srv with parameters of type LicenseServer.License Modifier and Type Method Description int
ILicensingService. getLicenseCount(LicenseServer.License lic)
Gets the total number of licenses of a given license type.int
LicenseServer. getLicenseCount(LicenseServer.License lic)
void
ILicensingService. lockLicense(LicenseServer.License license)
Locks another license of given type.void
LicenseServer. lockLicense(LicenseServer.License license)
-