public interface ServerConnectionI extends L10nPackProviderI, FulltextSearcherI, FTSTermInfoProviderI, ExpiringTokenStorageProviderI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
static ServerConnectionI[] |
EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
Anmeldung |
authenticate(java.lang.String username,
java.lang.String pass) |
void |
cancelForcedClientDisconnect() |
void |
cancelForcedClientDisconnect(java.util.Map msgClients) |
boolean |
checkServerConnectivity() |
boolean |
checkServerConnectivity(boolean force) |
void |
connect()
This method is called when connecting or reconnecting to a server.
|
void |
copyRemoteBLOBsToLocalFileVault(ServerFileVaultI serverFileVault,
java.util.List<java.lang.Long> pendingBLOBChangeBOIdsLocal,
java.lang.Long lastAuthNodeBTId) |
void |
demandForcedClientDisconnect(int cSecsDelay) |
void |
demandForcedClientDisconnect(int cSecsDelay,
java.lang.String msg) |
void |
demandForcedClientDisconnect(int cSecsDelay,
java.lang.String msg,
java.util.Map msgClients) |
void |
disconnect() |
BatchedBackendRequestI |
execute(BatchedBackendRequestI sr) |
void |
execute(BatchedBackendRequestI[] srs) |
boolean |
exists(java.lang.Long id) |
boolean |
exists(java.lang.Long id,
java.lang.Class<? extends BOI> classtip) |
java.lang.String |
getAddress() |
java.lang.String[] |
getAvailableLocalesForUserInterface() |
byte[] |
getBLOB(java.lang.Long id) |
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os) |
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS) |
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS,
java.lang.Long backuppingBPId) |
byte[] |
getBLOB(java.lang.Long id,
java.lang.Long backuppingBPId) |
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os) |
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS) |
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS,
java.lang.Long backuppingBPId) |
VFile |
getBLOBInfo(java.lang.Long id) |
VFile |
getBLOBInfo(java.lang.Long id,
java.lang.Long backuppingBPId) |
BO |
getBO(java.lang.Long id) |
BO |
getBO(java.lang.Long id,
java.lang.Class<? extends BOI> classtip) |
BO[] |
getBOs(long[] ids) |
BO[] |
getBOs(java.lang.Long[] ids) |
BO[] |
getBOs(long[] ids,
java.lang.Class<? extends BOI> classtip) |
BO[] |
getBOs(java.lang.Long[] ids,
java.lang.Class<? extends BOI> classtip) |
ClientSessionInfo[] |
getClientSessionInfos() |
int |
getComplexCommandsTimeoutSeconds() |
int |
getConciseCommandsTimeoutSeconds() |
CryptoHandlerI |
getCryptoHandler() |
DBManInfo |
getDBManInfo() |
java.lang.String |
getDomain() |
KeyRange |
getIdRange(long size) |
java.lang.String[] |
getInitialAvailableLocalesForUserInterface() |
java.lang.String |
getInstanceName() |
L10nInfoContainer |
getL10nPackPreload(java.lang.String locale) |
java.lang.String |
getL10nViaString() |
Struktur[] |
getLazyStruktur(java.lang.Long botId) |
Benutzer |
getLoggedInUser() |
BackendConnectionManagerI |
getManager() |
int |
getMaxPool() |
int |
getMediumCommandsTimeoutSeconds() |
int |
getMinPool() |
java.lang.Long |
getNextId() |
java.lang.Long |
getNodeNumber() |
PermissionHandlerWithUserI |
getPermissionHandler() |
int |
getPort() |
BO[] |
getRelationBOs(java.lang.Long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attributeName) |
SchemaI |
getRemoteSchema() |
java.lang.String |
getRemoteSchemaFingerprint() |
java.lang.String |
getRemoteSchemaUIDs() |
java.lang.String |
getRemoteSchemaVersion() |
int |
getRoundTrips() |
ServerConnectionInfoReceiverI |
getServerConnectionInfoReceiver() |
java.net.InetAddress |
getServerInetAddress() |
java.lang.String |
getServerName() |
java.lang.String |
getServerName(boolean evenIfNoActiveConnection) |
java.lang.String |
getServerUrl() |
java.lang.Long |
getSessionId(boolean blockUntilAvailable) |
BackendSessionInfo[] |
getSessionInfos() |
int |
getSimpleCommandsTimeoutSeconds() |
java.lang.String |
getSubVersion() |
long |
getToken() |
java.lang.String |
getURLPrefix() |
void |
handleDBManEvent(DBManEvent evt) |
boolean |
hasBLOB(java.lang.Long id) |
boolean |
hasBLOB(java.lang.Long id,
java.lang.Long backuppingBPId) |
boolean |
hasIncompatibleServerProtocolVersion() |
java.util.BitSet |
haveBLOB(long[] ids) |
void |
initiateServerShutdown() |
void |
initiateServerShutdown(int cSecsDelay) |
void |
initiateServerShutdown(int cSecsDelay,
java.lang.String msg) |
void |
initSession() |
boolean |
isConnected() |
boolean |
isDead() |
boolean |
isFTSAvailable() |
boolean |
isLoggedIn() |
boolean |
isMemoryTightClient() |
boolean |
isNotificationSystemActivated() |
boolean |
isServerAuthoritativeSyncServer() |
boolean |
isTls() |
void |
lockServer() |
void |
markDead() |
BatchedBackendRequestI |
prepareQuery(java.lang.String s) |
BatchedBackendRequestI |
prepareQuery(java.lang.String s,
java.lang.Object[] o) |
de.ipcon.db.core.QueryResultsI |
query(BOQuery eq) |
de.ipcon.db.core.QueryResultsI |
query(java.lang.String s) |
de.ipcon.db.core.QueryResultsI |
query(java.lang.String s,
java.lang.Object[] o) |
java.util.List |
queryBO(BOQuery eq) |
java.util.List |
queryBO(java.lang.String s) |
java.util.List |
queryBO(java.lang.String s,
java.lang.Object[] o) |
de.ipcon.db.core.QueryResultsI |
queryRelation(long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attributeName) |
void |
reregisterEventsAtBackend() |
void |
resetPassword(java.lang.String username) |
TransactionAnswer |
saveBO(Transaction tx)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Transaction tx,
int lockTimeout)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Transaction tx,
int lockTimeout,
int retries)
Persists the changes recorded in the passed Transaction tx to the database.
|
void |
sendSystemMessage(java.lang.String msg) |
void |
sendSystemMessage(java.lang.String msg,
java.util.Map msgClients) |
void |
setProgressAnimator(ProgressAnimatorI pa) |
void |
setSessionLocale(java.util.Locale locale)
Marks a client-side locale change on the server, so the server sends messages and exceptions
in the correct locale to the client.
|
void |
skipRecheckConnection() |
void |
stopServerShutdown() |
void |
subscribeEventsAtBackend(DBManEventSubscriptionI sub) |
java.lang.Long |
testAuth(Anmeldung a) |
boolean |
testAuth(de.ipcon.db.core.PasswortUeberpruefung a) |
java.lang.String |
toString() |
void |
unlockServer() |
void |
unsubscribeEvents(DBManEventListenerI listener,
DBManEventFilter filter) |
void |
unsubscribeEventsAtBackend(DBManEventSubscriptionI[] removed) |
ServerConnectionInfo |
updateServerConnectionInfo() |
void |
updateStructureReadAccessStatistics(java.util.Map<java.lang.Long,java.lang.Integer> statistics)
Pushes the passed read access statistics for structures to the server
This method pushes the passed read access statistics map to the server, where the keys
are structure Ids and the values are read access counts.
|
boolean |
useOnlyDefaultPlafThemes() |
getL10nPack, getL10nPacks, getL10nPath, isOperational, prefetchL10nPacks
getIdList, getIdList, getIdListAsString, getIdListAsString, getTerms, getTerms, getTerms, getTerms, getTerms, getTerms, getTerms, getTerms, getTermSuggestions, getTermSuggestions, getTermSuggestions, getTermSuggestions, getTermSuggestions, getTermSuggestions, getTermSuggestions, isFTSActive
getTermsRaw, getTermsRaw, getTermsRaw, getTermsRaw, getTermsRaw, getTermsRaw, getTermsRaw, isFTSActive
createExpiringToken, createExpiringToken, destroyExpiringToken, retrieveExpiringToken
static final java.lang.String $0
static final ServerConnectionI[] EMPTY_ARRAY
ServerConnectionInfoReceiverI getServerConnectionInfoReceiver()
long getToken()
boolean hasIncompatibleServerProtocolVersion()
java.lang.String getServerUrl()
java.lang.String getServerName()
java.lang.String getServerName(boolean evenIfNoActiveConnection)
java.lang.String getInstanceName()
DBManInfo getDBManInfo()
java.lang.Long getNodeNumber()
boolean isServerAuthoritativeSyncServer()
boolean isNotificationSystemActivated()
BackendSessionInfo[] getSessionInfos()
ServerConnectionInfo updateServerConnectionInfo()
void initSession() throws ServerConnectionException
ServerConnectionException
void connect()
boolean isConnected()
void disconnect()
java.lang.Long getSessionId(boolean blockUntilAvailable)
boolean isDead()
boolean checkServerConnectivity()
boolean checkServerConnectivity(boolean force)
void skipRecheckConnection()
void markDead()
Anmeldung authenticate(java.lang.String username, java.lang.String pass) throws AuthenticationException
AuthenticationException
boolean isLoggedIn()
Benutzer getLoggedInUser()
void resetPassword(java.lang.String username)
java.lang.Long testAuth(Anmeldung a)
boolean testAuth(de.ipcon.db.core.PasswortUeberpruefung a)
void subscribeEventsAtBackend(DBManEventSubscriptionI sub)
void unsubscribeEvents(DBManEventListenerI listener, DBManEventFilter filter)
void unsubscribeEventsAtBackend(DBManEventSubscriptionI[] removed)
void reregisterEventsAtBackend()
CryptoHandlerI getCryptoHandler()
PermissionHandlerWithUserI getPermissionHandler()
SchemaI getRemoteSchema()
java.lang.String getRemoteSchemaFingerprint()
java.lang.String getRemoteSchemaVersion()
java.lang.String getRemoteSchemaUIDs()
Struktur[] getLazyStruktur(java.lang.Long botId)
java.lang.String[] getAvailableLocalesForUserInterface()
java.lang.String[] getInitialAvailableLocalesForUserInterface()
L10nInfoContainer getL10nPackPreload(java.lang.String locale)
java.lang.String getL10nViaString()
getL10nViaString
in interface L10nPackProviderI
boolean useOnlyDefaultPlafThemes()
void updateStructureReadAccessStatistics(java.util.Map<java.lang.Long,java.lang.Integer> statistics)
This method pushes the passed read access statistics map to the server, where the keys are structure Ids and the values are read access counts.
statistics
- a map containing structure Ids as keys and their read access counts as values.void setSessionLocale(java.util.Locale locale)
byte[] getBLOB(java.lang.Long id) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
byte[] getBLOB(java.lang.Long id, java.lang.Long backuppingBPId) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
long getBLOB(java.lang.Long id, java.io.OutputStream os)
long getBLOB(java.lang.Long id, java.io.OutputStream os, boolean closeOS)
long getBLOB(java.lang.Long id, java.io.OutputStream os, boolean closeOS, java.lang.Long backuppingBPId)
long getBLOB(java.lang.Long id, java.io.DataOutput os)
long getBLOB(java.lang.Long id, java.io.DataOutput os, boolean closeOS)
long getBLOB(java.lang.Long id, java.io.DataOutput os, boolean closeOS, java.lang.Long backuppingBPId)
VFile getBLOBInfo(java.lang.Long id)
VFile getBLOBInfo(java.lang.Long id, java.lang.Long backuppingBPId)
boolean hasBLOB(java.lang.Long id)
boolean hasBLOB(java.lang.Long id, java.lang.Long backuppingBPId)
java.util.BitSet haveBLOB(long[] ids)
void copyRemoteBLOBsToLocalFileVault(ServerFileVaultI serverFileVault, java.util.List<java.lang.Long> pendingBLOBChangeBOIdsLocal, java.lang.Long lastAuthNodeBTId)
TransactionAnswer saveBO(Transaction tx, int lockTimeout, int retries)
tx
- the Transaction to savelockTimeout
- time to wait in seconds until a locking error is reported in case some
object is already locked by another thread; defaults to -1.
Zero or less for no waiting, i.e. immediate timeout (or rather the defined lock-timeout
of JDO, which defaults to 30s), an infinite value for no timeout.retries
- an int reflecting the number of retries that shall be attempted
before saving is abortedTransactionAnswer saveBO(Transaction tx, int lockTimeout)
tx
- the Transaction to savelockTimeout
- time to wait in seconds until a locking error is reported in case some
object is already locked by another thread; defaults to -1.
Zero or less for no waiting, i.e. immediate timeout (or rather the defined lock-timeout
of JDO, which defaults to 30s), an infinite value for no timeout.TransactionAnswer saveBO(Transaction tx)
tx
- the Transaction to saveKeyRange getIdRange(long size)
java.lang.Long getNextId()
de.ipcon.db.core.QueryResultsI query(java.lang.String s)
de.ipcon.db.core.QueryResultsI query(java.lang.String s, java.lang.Object[] o)
de.ipcon.db.core.QueryResultsI query(BOQuery eq)
de.ipcon.db.core.QueryResultsI queryRelation(long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName)
BatchedBackendRequestI prepareQuery(java.lang.String s)
BatchedBackendRequestI prepareQuery(java.lang.String s, java.lang.Object[] o)
BatchedBackendRequestI execute(BatchedBackendRequestI sr)
void execute(BatchedBackendRequestI[] srs)
java.util.List queryBO(java.lang.String s)
java.util.List queryBO(java.lang.String s, java.lang.Object[] o)
java.util.List queryBO(BOQuery eq)
boolean exists(java.lang.Long id)
boolean exists(java.lang.Long id, java.lang.Class<? extends BOI> classtip)
BO getBO(java.lang.Long id)
BO[] getBOs(java.lang.Long[] ids)
BO[] getBOs(long[] ids)
BO[] getRelationBOs(java.lang.Long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName)
void lockServer()
void unlockServer()
void initiateServerShutdown()
void initiateServerShutdown(int cSecsDelay)
void initiateServerShutdown(int cSecsDelay, java.lang.String msg)
void stopServerShutdown()
void sendSystemMessage(java.lang.String msg)
void sendSystemMessage(java.lang.String msg, java.util.Map msgClients)
void demandForcedClientDisconnect(int cSecsDelay)
void demandForcedClientDisconnect(int cSecsDelay, java.lang.String msg)
void demandForcedClientDisconnect(int cSecsDelay, java.lang.String msg, java.util.Map msgClients)
void cancelForcedClientDisconnect()
void cancelForcedClientDisconnect(java.util.Map msgClients)
boolean isFTSAvailable()
ClientSessionInfo[] getClientSessionInfos()
int getRoundTrips()
java.lang.String getURLPrefix()
java.lang.String getAddress()
java.net.InetAddress getServerInetAddress()
java.lang.String getDomain()
int getPort()
int getMinPool()
int getMaxPool()
java.lang.String getSubVersion()
boolean isTls()
void setProgressAnimator(ProgressAnimatorI pa)
java.lang.String toString()
toString
in class java.lang.Object
void handleDBManEvent(DBManEvent evt)
BackendConnectionManagerI getManager()
boolean isMemoryTightClient()
int getConciseCommandsTimeoutSeconds()
int getSimpleCommandsTimeoutSeconds()
int getMediumCommandsTimeoutSeconds()
int getComplexCommandsTimeoutSeconds()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.