LicenseService
@Deprecated public interface LicenseService
限定符和类型 | 方法和说明 |
---|---|
int |
connect(int featureID)
已过时。
连接许可模块号
|
int |
connect(ProductType product)
已过时。
连接预定义许可模块
|
void |
disconnect()
已过时。
断开许可连接
|
void |
dispose()
已过时。
释放资源,包括断开许可连接
|
String |
getCompany()
已过时。
获取公司信息
|
String |
getErrorMessage(int code)
已过时。
获取错误信息
|
LicenseFeatureInfo |
getFeatureInfo()
已过时。
获取许可的信息
|
String |
getImplName()
已过时。
获取实现类的名字,用来识别不同的扩展
|
String |
getUser()
已过时。
获取用户信息
|
Boolean |
isCloudLicense()
已过时。
是否云许可
|
int |
verify()
已过时。
验证许可连接是否有效
|
int connect(ProductType product)
product
- 预定义许可模块int connect(int featureID)
featureID
- 许可模块号int verify()
LicenseFeatureInfo getFeatureInfo()
String getImplName()
String getUser()
String getCompany()
Boolean isCloudLicense()
String getErrorMessage(int code)
code
- 错误码void disconnect()
void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.