public class BackendConnection extends AbstractBackendConnection implements ServerConnectionI
EMPTY_ARRAY
Constructor and Description |
---|
BackendConnection(BackendConnectionManagerI m,
java.lang.String s,
ServerConnectionInfoReceiverI r,
java.lang.Long t,
TransportProviderFactoryI _transportProviderFactory,
boolean existsAlternativeConnection) |
Modifier and Type | Method and Description |
---|---|
Anmeldung |
authenticateImpl(java.lang.String user,
java.lang.String pass) |
void |
cancelForcedClientDisconnect() |
void |
cancelForcedClientDisconnect(java.util.Map msgClients) |
boolean |
checkServerConnectivity() |
boolean |
checkServerConnectivity(boolean force) |
void |
copyRemoteBLOBsToLocalFileVault(ServerFileVaultI serverFileVault,
java.util.List<java.lang.Long> pendingBLOBChangeBOIdsLocal,
java.lang.Long lastAuthNodeBTId) |
java.lang.String |
createExpiringToken(java.lang.String serviceName,
byte[] value,
long expiryms)
Works like @see #createExpiringToken(String,String,byte[],long), but creates a non-conflicting tokenName
within the store, stores the value and returns the chosen tokenName.
|
void |
createExpiringToken(java.lang.String serviceName,
java.lang.String tokenName,
byte[] value,
long expiryms)
Creates a time limited association of the given service and token name to a byte array value (usually a key).
|
void |
demandForcedClientDisconnect(int cSecsDelay) |
void |
demandForcedClientDisconnect(int cSecsDelay,
java.lang.String msg) |
void |
demandForcedClientDisconnect(int cSecsDelay,
java.lang.String msg,
java.util.Map msgClients) |
byte[] |
destroyExpiringToken(java.lang.String serviceName,
java.lang.String tokenName)
Destroys a time limited token immediately
|
void |
disconnect() |
void |
execute(BatchedBackendRequestI[] bbrs) |
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 dataOutput) |
long |
getBLOB(java.lang.Long id,
java.io.DataOutput dataOutput,
boolean closeOS) |
long |
getBLOB(java.lang.Long id,
java.io.DataOutput dataOutput,
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() |
long[] |
getIdList(java.lang.String ftClauses) |
long[] |
getIdList(java.lang.String ftClauses,
java.lang.String classname) |
java.lang.String |
getIdListAsString(java.lang.String ftClauses) |
java.lang.String |
getIdListAsString(java.lang.String ftClauses,
java.lang.String classname) |
KeyRange |
getIdRange(long size) |
java.lang.String[] |
getInitialAvailableLocalesForUserInterface() |
java.lang.String |
getInstanceName() |
L10nInfoContainer |
getL10nPackPreload(java.lang.String locale) |
L10nPack[] |
getL10nPacks(java.lang.String[] packNames,
java.lang.String localeName) |
L10nPathEntry[] |
getL10nPath() |
java.lang.String |
getL10nViaString() |
Struktur[] |
getLazyStruktur(java.lang.Long botId) |
Benutzer |
getLoggedInUser() |
int |
getMaxPool() |
int |
getMediumCommandsTimeoutSeconds() |
int |
getMinPool() |
java.lang.Long |
getNextId() |
int |
getNextLegacySlot() |
PermissionHandlerWithUserI |
getPermissionHandler() |
int |
getPort() |
java.lang.Integer |
getPosition() |
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() |
java.net.InetAddress |
getServerInetAddress() |
java.lang.String |
getServerName() |
java.lang.String |
getServerName(boolean evenIfNoActiveConnection) |
java.lang.Long |
getSessionId(boolean blockUntilAvailable) |
BackendSessionInfo[] |
getSessionInfos() |
int |
getSimpleCommandsTimeoutSeconds() |
int |
getSimpleCommandsTimeoutSeconds(int customTimeout) |
long |
getSlowConnectionThreshold() |
java.lang.String |
getSubVersion() |
TermInfoI[] |
getTermsFromServer() |
TermInfoI[] |
getTermsFromServer(EntityI entity) |
TermInfoI[] |
getTermsFromServer(EntityI entity,
java.lang.String regex) |
TermInfoI[] |
getTermsFromServer(EntityI entity,
java.lang.String regex,
int size) |
TermInfoI[] |
getTermsFromServer(EntityI entity,
java.lang.String regex,
int size,
boolean includeDeleted) |
TermInfoI[] |
getTermsFromServer(EntityI entity,
java.lang.String regex,
int size,
boolean includeDeleted,
java.lang.String[] propertyNames) |
TermInfoI[] |
getTermsFromServer(EntityI entity,
java.lang.String regex,
int size,
boolean includeDeleted,
java.lang.String[] propertyNames,
boolean sortByName) |
TermInfoI[] |
getTermsFromServer(EntityI entity,
java.lang.String regex,
int size,
boolean includeDeleted,
java.lang.String[] propertyNames,
boolean sortByName,
boolean withSubEntities) |
TermInfoI[] |
getTermsRaw() |
TermInfoI[] |
getTermsRaw(EntityI entity) |
TermInfoI[] |
getTermsRaw(EntityI entity,
int size) |
TermInfoI[] |
getTermsRaw(EntityI entity,
int size,
boolean includeDeleted) |
TermInfoI[] |
getTermsRaw(EntityI entity,
int size,
boolean includeDeleted,
java.lang.String[] propertyNames) |
TermInfoI[] |
getTermsRaw(EntityI entity,
int size,
boolean includeDeleted,
java.lang.String[] propertyNames,
boolean sortByName) |
TermInfoI[] |
getTermsRaw(EntityI entity,
int size,
boolean includeDeleted,
java.lang.String[] propertyNames,
boolean sortByName,
boolean withSubEntities) |
java.lang.String[] |
getTermSuggestions(EntityI entity,
java.lang.String term) |
java.lang.String[] |
getTermSuggestions(EntityI entity,
java.lang.String term,
int size) |
java.lang.String[] |
getTermSuggestions(EntityI entity,
java.lang.String term,
int size,
boolean includeDeleted) |
java.lang.String[] |
getTermSuggestions(EntityI entity,
java.lang.String term,
int size,
boolean includeDeleted,
boolean morePopular) |
java.lang.String[] |
getTermSuggestions(EntityI entity,
java.lang.String term,
int size,
boolean includeDeleted,
boolean morePopular,
float accuracy) |
java.lang.String[] |
getTermSuggestions(EntityI entity,
java.lang.String term,
int size,
boolean includeDeleted,
boolean morePopular,
float accuracy,
java.lang.String propertyName) |
java.lang.String[] |
getTermSuggestions(EntityI entity,
java.lang.String term,
int size,
boolean includeDeleted,
boolean morePopular,
float accuracy,
java.lang.String propertyName,
boolean withSubEntities) |
java.lang.String |
getURLPrefix() |
boolean |
hasBLOB(java.lang.Long id) |
boolean |
hasBLOB(java.lang.Long id,
java.lang.Long backuppingBPId) |
java.util.BitSet |
haveBLOB(long[] ids) |
void |
initiateServerShutdown() |
void |
initiateServerShutdown(int cSecsDelay) |
void |
initiateServerShutdown(int cSecsDelay,
java.lang.String msg) |
void |
initSession()
Pings the server and initializes a new session on the server.
|
boolean |
isConnected() |
boolean |
isFTSActive() |
boolean |
isFTSAvailable() |
boolean |
isMemoryTightClient() |
boolean |
isNotificationSystemActivated() |
boolean |
isOperational() |
boolean |
isServerAuthoritativeSyncServer() |
boolean |
isTls() |
int |
legacySlotAccumulator(int i) |
void |
lockServer() |
void |
parseConnectionInfosFromServerUrl()
Parses the given String and sets connection infos the given String contains.
|
boolean |
ping()
Pings the server.
|
BatchedBackendRequestI |
prepareQuery(java.lang.String s) |
BatchedBackendRequestI |
prepareQuery(java.lang.String s,
java.lang.Object[] o) |
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 |
queryRelation(long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attributeName) |
void |
resetPassword(java.lang.String username) |
byte[] |
retrieveExpiringToken(java.lang.String serviceName,
java.lang.String tokenName)
Retrieves a time limited token
|
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 |
setDomain(java.lang.String $44) |
void |
setMaxPool(int $47) |
void |
setMinPool(int $46) |
void |
setPort(int $45) |
void |
setPosition(java.lang.Integer $50) |
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 |
setSubVersion(java.lang.String $48) |
void |
setTls(boolean $49) |
void |
skipRecheckConnection() |
void |
stopServerShutdown() |
void |
storeRemoteBLOBs(ServerFileVaultI serverFileVault,
BLOBInputI in) |
void |
subscribeEventsAtBackend(DBManEventSubscriptionI sub) |
java.lang.Long |
testAuth(Anmeldung anmeldung) |
boolean |
testAuth(de.ipcon.db.core.PasswortUeberpruefung pu) |
java.lang.String |
toString() |
void |
unlockServer() |
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() |
authenticate, connect, endUOW, execute, getL10nPack, getLatency, getManager, getNodeNumber, getServerConnectionInfoReceiver, getServerUrl, getTerms, getTerms, getTerms, getTerms, getTerms, getTerms, getTerms, getTerms, getToken, handleDBManEvent, hasIncompatibleServerProtocolVersion, isDead, isDisconnected, isLoggedIn, markConnected, markDead, markDisconnected, markUsable, query, queryBO, queryBO, queryBO, receiving, reregisterEventsAtBackend, setLatency, setProgressAnimator, startUOW, subscribeEvents, unsubscribeEvents, unsubscribeEvents, waiting
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
authenticate, connect, execute, getManager, getNodeNumber, getServerConnectionInfoReceiver, getServerUrl, getToken, handleDBManEvent, hasIncompatibleServerProtocolVersion, isDead, isLoggedIn, markDead, query, queryBO, queryBO, queryBO, reregisterEventsAtBackend, setProgressAnimator, unsubscribeEvents
getL10nPack, prefetchL10nPacks
public BackendConnection(BackendConnectionManagerI m, java.lang.String s, ServerConnectionInfoReceiverI r, java.lang.Long t, TransportProviderFactoryI _transportProviderFactory, boolean existsAlternativeConnection)
public boolean isMemoryTightClient()
isMemoryTightClient
in interface ServerConnectionI
public int getNextLegacySlot()
public int legacySlotAccumulator(int i)
public int getConciseCommandsTimeoutSeconds()
getConciseCommandsTimeoutSeconds
in interface ServerConnectionI
public int getSimpleCommandsTimeoutSeconds()
getSimpleCommandsTimeoutSeconds
in interface ServerConnectionI
public int getSimpleCommandsTimeoutSeconds(int customTimeout)
public int getMediumCommandsTimeoutSeconds()
getMediumCommandsTimeoutSeconds
in interface ServerConnectionI
public int getComplexCommandsTimeoutSeconds()
getComplexCommandsTimeoutSeconds
in interface ServerConnectionI
public long getSlowConnectionThreshold()
public void parseConnectionInfosFromServerUrl()
public java.net.InetAddress getServerInetAddress()
getServerInetAddress
in interface ServerConnectionI
public java.lang.String getServerName()
getServerName
in interface ServerConnectionI
public java.lang.String getServerName(boolean evenIfNoActiveConnection)
getServerName
in interface ServerConnectionI
getServerName
in class AbstractBackendConnection
public java.lang.String getInstanceName() throws ServerConnectionException
getInstanceName
in interface ServerConnectionI
ServerConnectionException
public DBManInfo getDBManInfo() throws ServerConnectionException
getDBManInfo
in interface ServerConnectionI
ServerConnectionException
public boolean isServerAuthoritativeSyncServer() throws ServerConnectionException
isServerAuthoritativeSyncServer
in interface ServerConnectionI
ServerConnectionException
public boolean isNotificationSystemActivated()
isNotificationSystemActivated
in interface ServerConnectionI
public BackendSessionInfo[] getSessionInfos()
getSessionInfos
in interface ServerConnectionI
public ServerConnectionInfo updateServerConnectionInfo() throws ServerConnectionException
updateServerConnectionInfo
in interface ServerConnectionI
ServerConnectionException
public void initSession() throws ServerConnectionException
initSession
in interface ServerConnectionI
ServerConnectionException
public boolean ping() throws ServerConnectionException
ServerConnectionException
public boolean isConnected()
isConnected
in interface ServerConnectionI
isConnected
in class AbstractBackendConnection
public void disconnect()
disconnect
in interface ServerConnectionI
disconnect
in class AbstractBackendConnection
public java.lang.Long getSessionId(boolean blockUntilAvailable)
getSessionId
in interface ServerConnectionI
public boolean checkServerConnectivity() throws ServerConnectionException
checkServerConnectivity
in interface ServerConnectionI
ServerConnectionException
public boolean checkServerConnectivity(boolean force) throws ServerConnectionException
checkServerConnectivity
in interface ServerConnectionI
ServerConnectionException
public void skipRecheckConnection()
skipRecheckConnection
in interface ServerConnectionI
public Anmeldung authenticateImpl(java.lang.String user, java.lang.String pass) throws AuthenticationException, ServerConnectionException
authenticateImpl
in class AbstractBackendConnection
AuthenticationException
ServerConnectionException
public Benutzer getLoggedInUser()
getLoggedInUser
in interface ServerConnectionI
public void resetPassword(java.lang.String username)
resetPassword
in interface ServerConnectionI
public java.lang.Long testAuth(Anmeldung anmeldung) throws ServerConnectionException
testAuth
in interface ServerConnectionI
ServerConnectionException
public boolean testAuth(de.ipcon.db.core.PasswortUeberpruefung pu) throws ServerConnectionException
testAuth
in interface ServerConnectionI
ServerConnectionException
public void subscribeEventsAtBackend(DBManEventSubscriptionI sub) throws ServerConnectionException
subscribeEventsAtBackend
in interface ServerConnectionI
ServerConnectionException
public void unsubscribeEventsAtBackend(DBManEventSubscriptionI[] removed) throws ServerConnectionException
unsubscribeEventsAtBackend
in interface ServerConnectionI
ServerConnectionException
public CryptoHandlerI getCryptoHandler()
getCryptoHandler
in interface ServerConnectionI
public PermissionHandlerWithUserI getPermissionHandler()
getPermissionHandler
in interface ServerConnectionI
public SchemaI getRemoteSchema() throws ServerConnectionException
getRemoteSchema
in interface ServerConnectionI
ServerConnectionException
public java.lang.String getRemoteSchemaFingerprint() throws ServerConnectionException
getRemoteSchemaFingerprint
in interface ServerConnectionI
ServerConnectionException
public java.lang.String getRemoteSchemaVersion() throws ServerConnectionException
getRemoteSchemaVersion
in interface ServerConnectionI
ServerConnectionException
public java.lang.String getRemoteSchemaUIDs() throws ServerConnectionException
getRemoteSchemaUIDs
in interface ServerConnectionI
ServerConnectionException
public Struktur[] getLazyStruktur(java.lang.Long botId) throws ServerConnectionException
getLazyStruktur
in interface ServerConnectionI
ServerConnectionException
public java.lang.String[] getInitialAvailableLocalesForUserInterface()
getInitialAvailableLocalesForUserInterface
in interface ServerConnectionI
public boolean useOnlyDefaultPlafThemes()
useOnlyDefaultPlafThemes
in interface ServerConnectionI
public java.lang.String[] getAvailableLocalesForUserInterface() throws ServerConnectionException
getAvailableLocalesForUserInterface
in interface ServerConnectionI
ServerConnectionException
public L10nInfoContainer getL10nPackPreload(java.lang.String locale) throws IRuntimeException, ServerConnectionException
getL10nPackPreload
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public java.lang.String getL10nViaString()
getL10nViaString
in interface ServerConnectionI
getL10nViaString
in interface L10nPackProviderI
public void updateStructureReadAccessStatistics(java.util.Map<java.lang.Long,java.lang.Integer> statistics)
ServerConnectionI
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.
updateStructureReadAccessStatistics
in interface ServerConnectionI
statistics
- a map containing structure Ids as keys and their read access counts as values.public void setSessionLocale(java.util.Locale locale)
ServerConnectionI
setSessionLocale
in interface ServerConnectionI
public byte[] getBLOB(java.lang.Long id) throws IRuntimeException, MissingBLOBException, ServerConnectionException
getBLOB
in interface ServerConnectionI
IRuntimeException
MissingBLOBException
ServerConnectionException
public byte[] getBLOB(java.lang.Long id, java.lang.Long backuppingBPId) throws IRuntimeException, MissingBLOBException, ServerConnectionException
getBLOB
in interface ServerConnectionI
IRuntimeException
MissingBLOBException
ServerConnectionException
public long getBLOB(java.lang.Long id, java.io.OutputStream os)
getBLOB
in interface ServerConnectionI
public long getBLOB(java.lang.Long id, java.io.OutputStream os, boolean closeOS)
getBLOB
in interface ServerConnectionI
public long getBLOB(java.lang.Long id, java.io.OutputStream os, boolean closeOS, java.lang.Long backuppingBPId)
getBLOB
in interface ServerConnectionI
public long getBLOB(java.lang.Long id, java.io.DataOutput dataOutput)
getBLOB
in interface ServerConnectionI
public long getBLOB(java.lang.Long id, java.io.DataOutput dataOutput, boolean closeOS)
getBLOB
in interface ServerConnectionI
public long getBLOB(java.lang.Long id, java.io.DataOutput dataOutput, boolean closeOS, java.lang.Long backuppingBPId)
getBLOB
in interface ServerConnectionI
public VFile getBLOBInfo(java.lang.Long id) throws IRuntimeException, ServerConnectionException
getBLOBInfo
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public VFile getBLOBInfo(java.lang.Long id, java.lang.Long backuppingBPId) throws IRuntimeException, ServerConnectionException
getBLOBInfo
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public boolean hasBLOB(java.lang.Long id) throws IRuntimeException, ServerConnectionException
hasBLOB
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public boolean hasBLOB(java.lang.Long id, java.lang.Long backuppingBPId) throws IRuntimeException, ServerConnectionException
hasBLOB
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public java.util.BitSet haveBLOB(long[] ids) throws IRuntimeException, ServerConnectionException
haveBLOB
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public void copyRemoteBLOBsToLocalFileVault(ServerFileVaultI serverFileVault, java.util.List<java.lang.Long> pendingBLOBChangeBOIdsLocal, java.lang.Long lastAuthNodeBTId) throws IRuntimeException, ServerConnectionException
copyRemoteBLOBsToLocalFileVault
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public void storeRemoteBLOBs(ServerFileVaultI serverFileVault, BLOBInputI in)
public TransactionAnswer saveBO(Transaction tx) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, SaveException, ServerConnectionException, FeatureNotAvailableException
ServerConnectionI
saveBO
in interface ServerConnectionI
tx
- the Transaction to saveIRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
SaveException
ServerConnectionException
FeatureNotAvailableException
public TransactionAnswer saveBO(Transaction tx, int lockTimeout) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, SaveException, ServerConnectionException, FeatureNotAvailableException
ServerConnectionI
saveBO
in interface ServerConnectionI
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.IRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
SaveException
ServerConnectionException
FeatureNotAvailableException
public TransactionAnswer saveBO(Transaction tx, int lockTimeout, int retries) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, SaveException, ServerConnectionException, FeatureNotAvailableException
ServerConnectionI
saveBO
in interface ServerConnectionI
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 abortedIRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
SaveException
ServerConnectionException
FeatureNotAvailableException
public KeyRange getIdRange(long size) throws IRuntimeException, ServerConnectionException
getIdRange
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public java.lang.Long getNextId() throws IRuntimeException, ServerConnectionException
getNextId
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public BatchedBackendRequestI prepareQuery(java.lang.String s)
prepareQuery
in interface ServerConnectionI
public BatchedBackendRequestI prepareQuery(java.lang.String s, java.lang.Object[] o)
prepareQuery
in interface ServerConnectionI
public de.ipcon.db.core.QueryResultsI query(java.lang.String s)
query
in interface ServerConnectionI
public de.ipcon.db.core.QueryResultsI query(java.lang.String s, java.lang.Object[] o)
query
in interface ServerConnectionI
public de.ipcon.db.core.QueryResultsI queryRelation(long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName)
queryRelation
in interface ServerConnectionI
queryRelation
in class AbstractBackendConnection
public void execute(BatchedBackendRequestI[] bbrs) throws java.lang.IllegalArgumentException, IRuntimeException, ServerConnectionException
execute
in interface ServerConnectionI
java.lang.IllegalArgumentException
IRuntimeException
ServerConnectionException
public boolean exists(java.lang.Long id) throws IRuntimeException, ServerConnectionException
exists
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public boolean exists(java.lang.Long id, java.lang.Class<? extends BOI> classtip) throws IRuntimeException, ServerConnectionException
exists
in interface ServerConnectionI
exists
in class AbstractBackendConnection
IRuntimeException
ServerConnectionException
public BO getBO(java.lang.Long id) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, ServerConnectionException
getBO
in interface ServerConnectionI
IRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
ServerConnectionException
public BO getBO(java.lang.Long id, java.lang.Class<? extends BOI> classtip) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, ServerConnectionException
getBO
in interface ServerConnectionI
getBO
in class AbstractBackendConnection
IRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
ServerConnectionException
public BO[] getBOs(long[] ids) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, ServerConnectionException
getBOs
in interface ServerConnectionI
IRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
ServerConnectionException
public BO[] getBOs(long[] ids, java.lang.Class<? extends BOI> classtip) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, ServerConnectionException
getBOs
in interface ServerConnectionI
getBOs
in class AbstractBackendConnection
IRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
ServerConnectionException
public BO[] getBOs(java.lang.Long[] ids) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, ServerConnectionException
getBOs
in interface ServerConnectionI
IRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
ServerConnectionException
public BO[] getBOs(java.lang.Long[] ids, java.lang.Class<? extends BOI> classtip) throws IRuntimeException, ObjectNotPersistentException, ObjectsNotPersistentException, ServerConnectionException
getBOs
in interface ServerConnectionI
getBOs
in class AbstractBackendConnection
IRuntimeException
ObjectNotPersistentException
ObjectsNotPersistentException
ServerConnectionException
public BO[] getRelationBOs(java.lang.Long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName) throws IRuntimeException, ServerConnectionException
getRelationBOs
in interface ServerConnectionI
getRelationBOs
in class AbstractBackendConnection
IRuntimeException
ServerConnectionException
public void lockServer() throws ServerConnectionException
lockServer
in interface ServerConnectionI
ServerConnectionException
public void unlockServer() throws ServerConnectionException
unlockServer
in interface ServerConnectionI
ServerConnectionException
public void initiateServerShutdown() throws ServerConnectionException
initiateServerShutdown
in interface ServerConnectionI
ServerConnectionException
public void initiateServerShutdown(int cSecsDelay) throws ServerConnectionException
initiateServerShutdown
in interface ServerConnectionI
ServerConnectionException
public void initiateServerShutdown(int cSecsDelay, java.lang.String msg) throws ServerConnectionException
initiateServerShutdown
in interface ServerConnectionI
ServerConnectionException
public void stopServerShutdown() throws ServerConnectionException
stopServerShutdown
in interface ServerConnectionI
ServerConnectionException
public void sendSystemMessage(java.lang.String msg) throws ServerConnectionException
sendSystemMessage
in interface ServerConnectionI
ServerConnectionException
public void sendSystemMessage(java.lang.String msg, java.util.Map msgClients) throws ServerConnectionException
sendSystemMessage
in interface ServerConnectionI
ServerConnectionException
public void demandForcedClientDisconnect(int cSecsDelay) throws ServerConnectionException
demandForcedClientDisconnect
in interface ServerConnectionI
ServerConnectionException
public void demandForcedClientDisconnect(int cSecsDelay, java.lang.String msg) throws ServerConnectionException
demandForcedClientDisconnect
in interface ServerConnectionI
ServerConnectionException
public void demandForcedClientDisconnect(int cSecsDelay, java.lang.String msg, java.util.Map msgClients) throws ServerConnectionException
demandForcedClientDisconnect
in interface ServerConnectionI
ServerConnectionException
public void cancelForcedClientDisconnect() throws ServerConnectionException
cancelForcedClientDisconnect
in interface ServerConnectionI
ServerConnectionException
public void cancelForcedClientDisconnect(java.util.Map msgClients) throws ServerConnectionException
cancelForcedClientDisconnect
in interface ServerConnectionI
ServerConnectionException
public boolean isOperational()
isOperational
in interface L10nPackProviderI
public L10nPack[] getL10nPacks(java.lang.String[] packNames, java.lang.String localeName) throws IRuntimeException, ServerConnectionException
getL10nPacks
in interface L10nPackProviderI
IRuntimeException
ServerConnectionException
public L10nPathEntry[] getL10nPath()
getL10nPath
in interface L10nPackProviderI
public void createExpiringToken(java.lang.String serviceName, java.lang.String tokenName, byte[] value, long expiryms)
ExpiringTokenStorageProviderI
createExpiringToken
in interface ExpiringTokenStorageProviderI
serviceName
- name (fqn) of the service who provided the valuetokenName
- name of the token variable which in conjunction with the service name provides a key to the valuevalue
- the actual value, as byte arrayexpiryms
- the time the value will be valid. After that time, the value is removed from the storepublic java.lang.String createExpiringToken(java.lang.String serviceName, byte[] value, long expiryms)
ExpiringTokenStorageProviderI
createExpiringToken
in interface ExpiringTokenStorageProviderI
serviceName
- name (fqn) of the service who provided the valuevalue
- the actual value, as byte arrayexpiryms
- the time the value will be valid. After that time, the value is removed from the storepublic byte[] retrieveExpiringToken(java.lang.String serviceName, java.lang.String tokenName)
ExpiringTokenStorageProviderI
retrieveExpiringToken
in interface ExpiringTokenStorageProviderI
serviceName
- name (fqn) of the service who provided the valuetokenName
- name of the token variable which in conjunction with the service name provides a key to the valuepublic byte[] destroyExpiringToken(java.lang.String serviceName, java.lang.String tokenName)
ExpiringTokenStorageProviderI
destroyExpiringToken
in interface ExpiringTokenStorageProviderI
serviceName
- name (fqn) of the service who provided the valuetokenName
- name of the token variable which in conjunction with the service name provides a key to the valuepublic boolean isFTSActive() throws IRuntimeException, ServerConnectionException
isFTSActive
in interface FTSTermInfoProviderI
isFTSActive
in interface FulltextSearcherI
IRuntimeException
ServerConnectionException
public java.lang.String getIdListAsString(java.lang.String ftClauses) throws ServerConnectionException
getIdListAsString
in interface FulltextSearcherI
ServerConnectionException
public java.lang.String getIdListAsString(java.lang.String ftClauses, java.lang.String classname) throws ServerConnectionException
getIdListAsString
in interface FulltextSearcherI
ServerConnectionException
public long[] getIdList(java.lang.String ftClauses) throws ServerConnectionException
getIdList
in interface FulltextSearcherI
ServerConnectionException
public long[] getIdList(java.lang.String ftClauses, java.lang.String classname) throws ServerConnectionException
getIdList
in interface FulltextSearcherI
ServerConnectionException
public java.lang.String[] getTermSuggestions(EntityI entity, java.lang.String term)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI entity, java.lang.String term, int size)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI entity, java.lang.String term, int size, boolean includeDeleted)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI entity, java.lang.String term, int size, boolean includeDeleted, boolean morePopular)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI entity, java.lang.String term, int size, boolean includeDeleted, boolean morePopular, float accuracy)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI entity, java.lang.String term, int size, boolean includeDeleted, boolean morePopular, float accuracy, java.lang.String propertyName)
getTermSuggestions
in interface FulltextSearcherI
public java.lang.String[] getTermSuggestions(EntityI entity, java.lang.String term, int size, boolean includeDeleted, boolean morePopular, float accuracy, java.lang.String propertyName, boolean withSubEntities)
getTermSuggestions
in interface FulltextSearcherI
public boolean isFTSAvailable() throws IRuntimeException, ServerConnectionException
isFTSAvailable
in interface ServerConnectionI
IRuntimeException
ServerConnectionException
public TermInfoI[] getTermsRaw()
getTermsRaw
in interface FTSTermInfoProviderI
public TermInfoI[] getTermsRaw(EntityI entity)
getTermsRaw
in interface FTSTermInfoProviderI
public TermInfoI[] getTermsRaw(EntityI entity, int size)
getTermsRaw
in interface FTSTermInfoProviderI
public TermInfoI[] getTermsRaw(EntityI entity, int size, boolean includeDeleted)
getTermsRaw
in interface FTSTermInfoProviderI
public TermInfoI[] getTermsRaw(EntityI entity, int size, boolean includeDeleted, java.lang.String[] propertyNames)
getTermsRaw
in interface FTSTermInfoProviderI
public TermInfoI[] getTermsRaw(EntityI entity, int size, boolean includeDeleted, java.lang.String[] propertyNames, boolean sortByName)
getTermsRaw
in interface FTSTermInfoProviderI
public TermInfoI[] getTermsRaw(EntityI entity, int size, boolean includeDeleted, java.lang.String[] propertyNames, boolean sortByName, boolean withSubEntities)
getTermsRaw
in interface FTSTermInfoProviderI
public TermInfoI[] getTermsFromServer()
public TermInfoI[] getTermsFromServer(EntityI entity, java.lang.String regex, int size)
public TermInfoI[] getTermsFromServer(EntityI entity, java.lang.String regex, int size, boolean includeDeleted)
public TermInfoI[] getTermsFromServer(EntityI entity, java.lang.String regex, int size, boolean includeDeleted, java.lang.String[] propertyNames)
public TermInfoI[] getTermsFromServer(EntityI entity, java.lang.String regex, int size, boolean includeDeleted, java.lang.String[] propertyNames, boolean sortByName)
public TermInfoI[] getTermsFromServer(EntityI entity, java.lang.String regex, int size, boolean includeDeleted, java.lang.String[] propertyNames, boolean sortByName, boolean withSubEntities)
public ClientSessionInfo[] getClientSessionInfos()
getClientSessionInfos
in interface ServerConnectionI
public int getRoundTrips()
getRoundTrips
in interface ServerConnectionI
public java.lang.String getURLPrefix()
getURLPrefix
in interface ServerConnectionI
public java.lang.String getAddress()
getAddress
in interface ServerConnectionI
public java.lang.String toString()
toString
in interface ServerConnectionI
toString
in class java.lang.Object
public java.lang.String getDomain()
getDomain
in interface ServerConnectionI
public void setDomain(java.lang.String $44)
public int getPort()
getPort
in interface ServerConnectionI
public void setPort(int $45)
public int getMinPool()
getMinPool
in interface ServerConnectionI
public void setMinPool(int $46)
public int getMaxPool()
getMaxPool
in interface ServerConnectionI
public void setMaxPool(int $47)
public java.lang.String getSubVersion()
getSubVersion
in interface ServerConnectionI
public void setSubVersion(java.lang.String $48)
public boolean isTls()
isTls
in interface ServerConnectionI
public void setTls(boolean $49)
public java.lang.Integer getPosition()
public void setPosition(java.lang.Integer $50)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.