Uses of Class
de.mid.innovator.srv.LicenseServer.License

Packages that use LicenseServer.License
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
static LicenseServer.License LicenseServer.License.valueOf(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
 int LicenseServer.getLicenseCount(LicenseServer.License lic)
           
 int ILicensingService.getLicenseCount(LicenseServer.License lic)
          Gets the total number of licenses of a given license type
 void LicenseServer.lockLicense(LicenseServer.License license)
           
 void ILicensingService.lockLicense(LicenseServer.License license)
          Locks another license of given type.