public class ServerInfo extends Object implements Serializable
限定符和类型 | 字段和说明 |
---|---|
protected String |
Database |
protected String |
DatabaseProductionName |
protected String |
epochStr |
protected String |
JdbcDriverName |
protected String |
JdbcURL |
protected List<String> |
LicenceInfo
该应用的授权信息
|
protected String |
LicenseNumber
授权的编码
|
protected String |
PlatformId
该服务器的平台的id
|
protected String |
SchemaVersion
DB的schema版本
|
protected int |
seqBits |
protected String |
ServerName
服务器的名称
|
protected int |
timeBits |
protected String |
Version
lumos 平台的版本
|
protected int |
workerBits |
构造器和说明 |
---|
ServerInfo(String _PlatformId,
String _Version,
String _LicenseNumber,
String _SchemaVersion,
String _Datebase,
String DatabaseProductionName,
String jdbcDriverName,
String jdbcURL,
List<String> _LicenceInfo,
String epochStr,
int timeBits,
int workerBits,
int seqBits) |
限定符和类型 | 方法和说明 |
---|---|
String |
getDataBaseName() |
String |
getDatabaseProductionName() |
String |
getEpochStr() |
String |
getJdbcDriverName() |
String |
getJdbcURL() |
List<String> |
getLicenceInfo() |
String |
getLicenseNumber() |
String |
getPlatformId() |
String |
getSchemaVersion() |
int |
getSeqBits() |
String |
getServerName() |
int |
getTimeBits() |
String |
getVersion() |
int |
getWorkerBits() |
protected String ServerName
protected String PlatformId
protected String SchemaVersion
protected String Version
protected String LicenseNumber
protected String DatabaseProductionName
protected String Database
protected String JdbcDriverName
protected String JdbcURL
protected String epochStr
protected int timeBits
protected int workerBits
protected int seqBits
public String getServerName()
public String getPlatformId()
public String getSchemaVersion()
public String getVersion()
public String getLicenseNumber()
public String getDataBaseName()
public String getJdbcDriverName()
public String getJdbcURL()
public String getDatabaseProductionName()
public String getEpochStr()
public int getTimeBits()
public int getWorkerBits()
public int getSeqBits()
Copyright © 2019. All rights reserved.