Package de.elo.ix.client
Class ServerInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ServerInfo
- All Implemented Interfaces:
Serializable
License key, version and list of other Indexservers
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Database engine name.protected IndexServerForArchive[]
List of other Index Servers.protected String
Indexserver name.protected License
License key for the Index Server.protected boolean
Serverside inbox is disabled.protected String
This value defines the local replication server ID.protected String
API stream version.protected Date
Server time.protected String
The version of the Index Server.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionServerInfo
(IndexServerForArchive[] indexServers, License license, String version) ServerInfo
(ServerInfo rhs) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setDatabaseEngine
(String databaseDriver) void
setIndexServers
(IndexServerForArchive[] indexServers) void
setInstanceName
(String instanceName) void
setLicense
(License license) void
setPostboxDisabled
(boolean postboxDisabled) void
setReplProcessOnServerId
(String replProcessOnServerId) void
setServerStreamVersion
(String serverStreamVersion) void
setServerTime
(Date serverTime) void
setVersion
(String version) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
indexServers
List of other Index Servers. Read only. -
license
License key for the Index Server. Read only. -
version
The version of the Index Server. Read only. -
replProcessOnServerId
This value defines the local replication server ID. It must match to an existingReplSetName.name
in the replication configuration. It is also used inWFDiagram.processOnServerId
to determine on which replication server a workflow is allowed to be continued.- Since:
- 7.00.000.015
- See Also:
-
databaseEngine
Database engine name. E. g. MSSQL, ORACLE, DB2 If connected to DB2, the character set UTF-8 is assumed for database columns that store Strings. In this case the length members of the constant classes (e.g. SordC.lnName resp. CONST.SORD.lnName) contain the column widths in bytes rather than characters. Use the IXConnection.truncate function to truncate a String value to fit the corresponding database column.- Since:
- 8.00.000.002
- See Also:
-
instanceName
Indexserver name. This is the name configured in config.xml or web.xml as "ixid".- Since:
- 8.00.012.004
-
serverTime
Server time. EIX-2519- Since:
- 21.02.000.001
-
serverStreamVersion
API stream version. EIX-2519- Since:
- 21.02.000.001
-
postboxDisabled
protected boolean postboxDisabledServerside inbox is disabled. The serverside inbox is disabled in cloud installations.- Since:
- 21.04.000.010
-
-
Constructor Details
-
ServerInfo
public ServerInfo() -
ServerInfo
-
ServerInfo
-
-
Method Details
-
getIndexServers
-
setIndexServers
-
getLicense
-
setLicense
-
getVersion
-
setVersion
-
getReplProcessOnServerId
-
setReplProcessOnServerId
-
getDatabaseEngine
-
setDatabaseEngine
-
getInstanceName
-
setInstanceName
-
getServerTime
-
setServerTime
-
getServerStreamVersion
-
setServerStreamVersion
-
toString
-
isPostboxDisabled
public boolean isPostboxDisabled() -
setPostboxDisabled
public void setPostboxDisabled(boolean postboxDisabled)
-