public interface ILicenseManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
IList |
deniedFeatures()
Gets the list of features which cannot be used in the current QC edition.
|
Object |
deniedFeatures(int index) |
int |
edition()
The QC edition of this connection.
|
void |
getLicense(int licenseType)
For HP use.
|
void |
getLicenses(int licenseType,
com4j.Holder<String> pVal)
Allocates multiple licenses types according to the LicensesType parameter.
|
void |
getLicenseStatus(int clientType,
com4j.Holder<Integer> inUse,
com4j.Holder<Integer> max)
The license status for the specified client type.
|
boolean |
isFeatureEnabled(String strFeatureName)
Checks whether the given feature is enabled.
|
void getLicense(int licenseType)
For HP use. Allocates a license type according to the LicenseType parameter
licenseType
- Mandatory int parameter.void getLicenses(int licenseType, com4j.Holder<String> pVal)
Allocates multiple licenses types according to the LicensesType parameter.
licenseType
- Mandatory int parameter.pVal
- Mandatory Holdervoid getLicenseStatus(int clientType, com4j.Holder<Integer> inUse, com4j.Holder<Integer> max)
The license status for the specified client type.
clientType
- Mandatory int parameter.inUse
- Mandatory Holdermax
- Mandatory Holderint edition()
The QC edition of this connection.
Getter method for the COM property "Edition"
IList deniedFeatures()
Gets the list of features which cannot be used in the current QC edition.
Getter method for the COM property "DeniedFeatures"
Object deniedFeatures(int index)
boolean isFeatureEnabled(String strFeatureName)
Checks whether the given feature is enabled.
strFeatureName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.