public class DBMan extends java.lang.Object implements DBManI, DBManLocalI, DBManEventProviderI, ExpiringTokenStorageProviderI, FeatureListenerI, LogListenerI, L10nPackProviderI
Modifier and Type | Class and Description |
---|---|
static class |
DBMan.DefaultExpiringTokenStore |
static class |
DBMan.SaveResult |
static class |
DBMan.SaveResultException |
BOQueryLoaderI.InternalHelper
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log |
static java.lang.String |
my_name |
static java.lang.String |
my_version |
rootPaneToLockOnConnectionInterrupt
Constructor and Description |
---|
DBMan()
Dummy empty constructor, only used for the unit tests :-(
|
DBMan(DBManBootstrapHelper _proconf)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Benutzer |
_login(Anmeldung anmeldung,
boolean testOnly,
boolean resetProcedure,
boolean localConnection) |
void |
_setLocked(boolean _lock) |
void |
addEventListener(DBManEventListenerI l)
Just forwards to subscribeEvents().
|
void |
addEventListener(DBManEventListenerI l,
DBManEventFilter filter) |
void |
addFeatureListener(FeatureListenerI fl) |
void |
addNewIdRange(KeyRange range) |
boolean |
areGratuitousLocalConnectionsAvailable() |
void |
backToTheFuture(Transaction tx)
This method is designed to "catch up" a transaction that occurred some time ago within the present,
ensuring that any subsequent BPs are incorporated into the BP list of the specified transaction.
|
void |
bumpLastSuccessfulSync() |
void |
bumpLastSuccessfulSync(long ts) |
void |
cancelForcedClientDisconnect(DBManUserContextI utx) |
void |
cancelForcedClientDisconnect(DBManUserContextI utx,
java.util.Map msgClients) |
void |
checkServerBN(BOLoaderI _bol)
Checks if the given _id belongs to exactly one BN.
|
void |
checkServerBN(BOLoaderI _bol,
java.lang.Long _id) |
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(DBManUserContextI utx) |
void |
demandForcedClientDisconnect(DBManUserContextI utx,
int cSecsDelay) |
void |
demandForcedClientDisconnect(DBManUserContextI utx,
int cSecsDelay,
java.lang.String msg) |
void |
demandForcedClientDisconnect(DBManUserContextI utx,
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 |
drain()
If this BOLoader has a cache, we request it to empty it.
|
void |
execute(BatchedBackendRequestI[] srs) |
boolean |
exists(java.lang.Long id)
wrapper for exists(id, null).
|
boolean |
exists(java.lang.Long id,
java.lang.Class<? extends BOI> classtip)
Returns true if a BO with the given id exists.
|
void |
featureBecameAvailable(java.lang.String _feature)
Called when _feature has become available.
|
void |
featureNoLongerAvailable(java.lang.String _feature)
Called when _feature has become no longer available.
|
void |
fireDBManEvent(DBManEvent evt) |
void |
fireDebugEvent(java.lang.String context,
java.lang.String text) |
void |
fireInfoEvent(java.lang.String context,
java.lang.String text) |
void |
fireLogEvent(int severity,
java.lang.String context,
java.lang.String text) |
void |
fireWarnEvent(java.lang.String context,
java.lang.String text) |
BO |
frapFromCache(BO bo)
Put a BO instance to further use in this BOLoader, cloning it in case it's unknown,
giving back a cached instance in case it's cached,
in any way returning an instance without making further reloads (which would make
the effort of caching it useless).
|
AlarmModule |
getAlarmModule() |
long |
getAvailableIds() |
byte[] |
getBLOB(Benutzer user,
java.lang.Long id) |
long |
getBLOB(Benutzer user,
java.lang.Long id,
java.io.DataOutput os) |
long |
getBLOB(Benutzer user,
java.lang.Long id,
java.io.DataOutput os,
boolean closeOS) |
long |
getBLOB(Benutzer user,
java.lang.Long id,
java.io.DataOutput os,
boolean closeOS,
java.lang.Long backuppingBPId) |
byte[] |
getBLOB(Benutzer user,
java.lang.Long id,
java.lang.Long backuppingBPId) |
long |
getBLOB(Benutzer user,
java.lang.Long id,
java.io.OutputStream os) |
long |
getBLOB(Benutzer user,
java.lang.Long id,
java.io.OutputStream os,
boolean closeOS) |
long |
getBLOB(Benutzer user,
java.lang.Long id,
java.io.OutputStream os,
boolean closeOS,
java.lang.Long backuppingBPId) |
byte[] |
getBLOB(java.lang.Long id)
get the BLOB belonging to BO[id].
|
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os)
Writes the BLOB belonging to BO[id] to the passed DataOutput.
|
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS)
Writes the BLOB belonging to BO[id] to the passed DataOutput.
|
long |
getBLOB(java.lang.Long id,
java.io.DataOutput os,
boolean closeOS,
java.lang.Long backuppingBPId)
Writes the BLOB belonging to BO[id] to the passed DataOutput.
|
byte[] |
getBLOB(java.lang.Long id,
java.lang.Long backuppingBPId)
get the BLOB belonging to BO[id].
|
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os)
Writes the BLOB belonging to BO[id] to the passed OutputStream.
|
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS)
Writes the BLOB belonging to BO[id] to the passed OutputStream.
|
long |
getBLOB(java.lang.Long id,
java.io.OutputStream os,
boolean closeOS,
java.lang.Long backuppingBPId)
Writes the BLOB belonging to BO[id] to the passed OutputStream.
|
InputStreamWrapper |
getBLOBAsStream(Benutzer user,
java.lang.Long id) |
InputStreamWrapper |
getBLOBAsStream(Benutzer user,
java.lang.Long id,
java.lang.Long backuppingBPId) |
InputStreamWrapper |
getBLOBAsStream(java.lang.Long id) |
InputStreamWrapper |
getBLOBAsStream(java.lang.Long id,
java.lang.Long backuppingBPId) |
InitialBLOBTransferMetaDataContainer |
getBLOBBOIdsForIntitialBLOBCopy(java.util.Map idsAndVFilesOnSyncNode,
java.util.List pendingBLOBChangeBOIdsOnSyncNode,
java.util.List pendingBLOBChangeBOIdsOnAuthNode) |
VFile |
getBLOBInfo(Benutzer user,
java.lang.Long id) |
VFile |
getBLOBInfo(Benutzer user,
java.lang.Long id,
java.lang.Long backuppingBPId) |
VFile |
getBLOBInfo(java.lang.Long id)
gathers information about the BLOB belonging to BO[i].
|
VFile |
getBLOBInfo(java.lang.Long id,
java.lang.Long backuppingBPId)
gathers information about the BLOB belonging to BO[i].
|
BO |
getBO(java.lang.Long id)
wrapper for getBO(id, null).
|
BO |
getBO(java.lang.Long id,
java.lang.Class<? extends BOI> classtip)
Returns the BO with the given id.
|
java.lang.String |
getBootJdbcDriver() |
java.lang.String |
getBootJdbcPass() |
java.lang.String |
getBootJdbcUrl() |
java.lang.String |
getBootJdbcUser() |
BO[] |
getBOs(long[] ids)
wrapper for getBOs(ids, null)
|
BO[] |
getBOs(java.lang.Long[] ids)
wrapper for getBOs(ids, null)
|
BO[] |
getBOs(long[] ids,
java.lang.Class<? extends BOI> classtip)
returns the BOs with the given ids.
|
BO[] |
getBOs(java.lang.Long[] ids,
java.lang.Class<? extends BOI> classtip)
returns the BOs with the given ids.
|
BOT |
getBOT(java.lang.Class<? extends BOI> clazz) |
BO |
getBOUncached(java.lang.Long id) |
BO |
getBOUncached(java.lang.Long id,
java.lang.Class<? extends BOI> classtip)
Loads and returns the BO with this Id with a non caching BOLoader.
|
CryptoHandlerI |
getClientCryptoHandler() |
int |
getClientsCountingAgainstLimit()
Counts and returns the number of sessions that actually count against
a possible maxClients limit.
|
int |
getClientsOfAdministratorUsersCount()
Counts and returns the number of sessions of admin users.
|
DBManConfigurationHelper |
getConfiguration() |
CryptoHandlerI |
getCryptoHandler()
get a reference to the CryptoHandler used.
|
long |
getCurrentSyncLag() |
java.lang.String |
getDatabaseName() |
java.lang.String |
getDateKernelBuild() |
java.lang.String |
getDbType() |
DBManEventProviderI |
getEventProvider()
Returns the DBManEventProviderI of this BOLoader, if any.
|
FeatureManagerI |
getFeatureManager() |
FileVaultI |
getFileVault() |
CompassFTSModule |
getFtsModule() |
FulltextSearcherI |
getFulltextSearcher() |
KeyRange |
getIdRange(long size) |
java.lang.String |
getInstanceName() |
static DBManLocalI[] |
getInstances() |
java.lang.String |
getJdbcDriver()
Custom class for an exception which sould be signalled in the closure of a save-procedure of cauldron.
|
java.lang.String |
getJdbcPass() |
java.lang.String |
getJdbcUrl() |
java.lang.String |
getJdbcUrlFromConf() |
java.lang.String |
getJdbcUser() |
L10nPack |
getL10nPack(java.lang.String bundleName,
java.lang.String locale) |
L10nPack[] |
getL10nPacks(java.lang.String[] bundleNames,
java.lang.String locale) |
L10nPathEntry[] |
getL10nPath() |
BackendL10nProviderI |
getL10nProvider() |
java.lang.String |
getL10nViaString() |
DBManUserContextI |
getNewUserContext()
Fabrik-Routine fuer Sicherheits-Manager.
|
java.lang.Long |
getNextId()
get a unique Long id from the backend.
|
java.lang.String |
getNodeLocalStatusValue(java.lang.String _key)
Returns the value set for the given key or null if no matching entry does exist from the table for "status values"
(see
StatusValueManager for a bit more info). |
java.lang.Long |
getNodeNumber() |
NotificationModule |
getNotificationModule() |
BOLoaderI |
getParentLoader()
returns the BOLoader which this BOLoader uses to load its objects.
|
PersistenceHandlerI |
getPersistenceHandler() |
PersistenceHandlerI |
getPersistenceHandlerForSaving() |
DBManBootstrapHelper |
getProjectConfiguration() |
java.lang.String |
getProjectId() |
java.util.ArrayList |
getProtocolDrivers() |
BO[] |
getRelationBOs(java.lang.Long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attName)
this method is used by the lazy loading map/list implementation to load related
objects when needed.
|
BO[] |
getRelationBOs(java.lang.Long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attName,
BOLoaderI injectedBOLoader) |
BOLoaderI |
getRootLoader()
Returns the root BOLoader of this BOLoader or this if there is no more parent loader.
|
SchemaI |
getSchema()
gets a reference to the schema which is used by this BOLoader.
|
ServerConnectionInfo |
getServerConnectionInfo() |
ServerCryptoHandlerI |
getServerCryptoHandler() |
ServerFileVaultI |
getServerFileVault() |
ServerLocalTransactionI |
getServerLocalTransaction()
Convenience method for getting a new
ServerLocalTransactionI instance
which is prepared for saving on server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(Benutzer user,
BackendSessionI session)
Convenience method for getting a new
ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(Benutzer user,
BackendSessionI session,
java.lang.String desc)
Convenience method for getting a new
ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(Benutzer user,
BackendSessionI session,
java.lang.String desc,
int lockTimeout)
Convenience method for getting a new
ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(Benutzer user,
BackendSessionI session,
java.lang.String desc,
int lockTimeout,
TemporaryIdSupplierI temporaryIdSupplier)
Convenience method for getting a new
ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(Benutzer user,
BackendSessionI session,
java.lang.String desc,
int lockTimeout,
TemporaryIdSupplierI temporaryIdSupplier,
boolean withInstrumentedSchema)
Convenience method for getting a new
ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(Benutzer user,
BackendSessionI session,
java.lang.String desc,
int lockTimeout,
TemporaryIdSupplierI temporaryIdSupplier,
boolean withInstrumentedSchema,
boolean intendedForSaving)
Convenience method for getting a new
ServerLocalTransactionI instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(java.lang.String desc)
Convenience method for getting a new
ServerLocalTransactionI instance
which is prepared for saving on server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(java.lang.String desc,
int lockTimeout)
Convenience method for getting a new
ServerLocalTransactionI instance
which is prepared for saving on server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(java.lang.String desc,
int lockTimeout,
TemporaryIdSupplierI temporaryIdSupplier)
Convenience method for getting a new
ServerLocalTransactionI instance
which is prepared for saving on server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(java.lang.String desc,
int lockTimeout,
TemporaryIdSupplierI temporaryIdSupplier,
boolean withInstrumentedSchema)
Convenience method for getting a new
ServerLocalTransactionI instance
which is prepared for saving on server-side. |
ServerLocalTransactionI |
getServerLocalTransaction(java.lang.String desc,
int lockTimeout,
TemporaryIdSupplierI temporaryIdSupplier,
boolean withInstrumentedSchema,
boolean intendedForSaving)
Convenience method for getting a new
ServerLocalTransactionI instance
which is prepared for saving on server-side. |
BackendSessionI[] |
getSessions() |
java.util.Date |
getShutdownDate() |
DefaultServiceManager |
getSrvman() |
void |
handleLoggingEvent(org.apache.log4j.spi.LoggingEvent _event) |
boolean |
hasBLOB(Benutzer user,
java.lang.Long id) |
boolean |
hasBLOB(Benutzer user,
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(Benutzer user,
long[] ids) |
java.util.BitSet |
haveBLOB(long[] ids) |
void |
initialize(DBManConfigurationHelper _conf,
java.lang.String _section)
Actual startup, initialization and configuration of this instance and all
the associated drivers, modules and other parts that make up the "MyTISM
server".
|
void |
initializeLogger()
Initializes logger.
|
void |
initiateShutdown(DBManUserContextI _utx) |
void |
initiateShutdown(DBManUserContextI _utx,
int _cSecsDelay) |
void |
initiateShutdown(DBManUserContextI _utx,
int _cSecsDelay,
java.lang.String _msg) |
void |
initPurger()
Initializes the task responsible for purging business objects that have surpassed their earliest deletion date.
|
boolean |
isAuthoritativeSyncServer() |
boolean |
isAvailable(java.lang.String feature) |
boolean |
isAvailableWithNoise(java.lang.String feature) |
boolean |
isCaching()
If true, then this BOLoaderI uses an internal cache, holding all BOs hat were loaded or frapped into it.
|
boolean |
isLocked()
Tells if the server is in the "locked" state.
|
java.lang.Boolean |
isLoggedIn(Benutzer _ben)
Tells if the given Benutzer is currently logged in.
|
boolean |
isLoggedInNN(Benutzer _ben)
Tells if the given Benutzer is currently logged in.
|
boolean |
isNotificationSystemActivated()
Returns true if the notification system is available and activated, false
otherwise.
|
boolean |
isOperational() |
boolean |
isRecording()
Returns true if this BOLoaderI records changes.
|
boolean |
isServerstartLicenseExpired() |
boolean |
isShutdownInitiated() |
BO |
loadBO(Benutzer user,
java.lang.Long id) |
BO |
loadBO(Benutzer user,
java.lang.Long id,
java.lang.Class<? extends BOI> classtip) |
BO |
loadBO(Benutzer user,
java.lang.Long id,
java.lang.Class<? extends BOI> classtip,
BOLoaderI injectedBOLoader) |
BO |
loadBO(java.lang.Long id) |
BO |
loadBO(java.lang.Long id,
java.lang.Class<? extends BOI> classtip) |
BO |
loadBO(java.lang.Long id,
java.lang.Class<? extends BOI> classtip,
BOLoaderI injectedBOLoader) |
BO[] |
loadBOs(Benutzer user,
java.lang.Long[] ids) |
BO[] |
loadBOs(Benutzer user,
java.lang.Long[] ids,
java.lang.Class<? extends BOI> classtip) |
BO[] |
loadBOs(Benutzer user,
java.lang.Long[] ids,
java.lang.Class<? extends BOI> classtip,
BOLoaderI injectedBOLoader) |
BO[] |
loadBOs(long[] ids) |
BO[] |
loadBOs(java.lang.Long[] ids) |
BO[] |
loadBOs(long[] ids,
java.lang.Class<? extends BOI> classtip) |
BO[] |
loadBOs(java.lang.Long[] ids,
java.lang.Class<? extends BOI> classtip) |
BO[] |
loadBOs(long[] ids,
java.lang.Class<? extends BOI> classtip,
BOLoaderI injectedBOLoader) |
BO[] |
loadBOs(java.lang.Long[] ids,
java.lang.Class<? extends BOI> classtip,
BOLoaderI injectedBOLoader) |
Benutzer |
login(Anmeldung anmeldung,
boolean localConnection)
Checks if Benutzer with given anmeldung.getName() exists, checks if
anmeldung.getPasswort() is correct, checks if server is not locked (or
Benutzer is allowed to log in to locked server) and returns Benutzer.
|
static void |
main(java.lang.String[] args) |
boolean |
ping() |
BatchedBackendRequestI |
prepareQuery(java.lang.String s) |
BatchedBackendRequestI |
prepareQuery(java.lang.String s,
java.lang.Object[] o) |
de.ipcon.db.core.QueryResultsI |
query(Benutzer user,
java.lang.String query) |
de.ipcon.db.core.QueryResultsI |
query(Benutzer user,
java.lang.String query,
java.lang.Object[] params) |
de.ipcon.db.core.QueryResultsI |
query(Benutzer user,
java.lang.String query,
java.lang.Object[] params,
BOLoaderI injectedBOLoader) |
de.ipcon.db.core.QueryResultsI |
query(BOQuery boQuery)
query objects in an iterative way to hide backend processing time.
|
de.ipcon.db.core.QueryResultsI |
query(java.lang.String query)
wrapper for query(t, Object[0])
|
de.ipcon.db.core.QueryResultsI |
query(java.lang.String query,
java.lang.Object[] params)
query objects in an iterative way to hide backend processing time.
|
de.ipcon.db.core.QueryResultsI |
query(java.lang.String query,
java.lang.Object[] params,
BOLoaderI injectedBOLoader) |
java.util.List |
queryBO(Benutzer user,
java.lang.String query) |
java.util.List |
queryBO(Benutzer user,
java.lang.String query,
java.lang.Object[] params) |
java.util.List |
queryBO(BOQuery boQuery)
query objects and block until all objects are transferred, returns Objects as a List.
|
java.util.List |
queryBO(java.lang.String query)
wrapper for queryBO(String, Object[0])
|
java.util.List |
queryBO(java.lang.String query,
java.lang.Object[] params)
query objects and block until all objects are transferred, returns Objects as a List.
|
de.ipcon.db.core.QueryResultsI |
queryRelation(Benutzer user,
long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attributeName) |
de.ipcon.db.core.QueryResultsI |
queryRelation(Benutzer user,
long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attributeName,
BOLoaderI injectedBOLoader) |
de.ipcon.db.core.QueryResultsI |
queryRelation(long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attributeName)
does the same as @see #getRelationBOs, but returns a QueryResultsI like @see #query.
|
de.ipcon.db.core.QueryResultsI |
queryRelation(long id,
java.lang.Class<? extends BOI> classtip,
java.lang.String attributeName,
BOLoaderI injectedBOLoader) |
void |
removeEventListener(DBManEventListenerI l)
Just forwards to unsubscribeEvents().
|
void |
removeFeatureListener(FeatureListenerI fl) |
void |
rescheduleHealthEventFirer() |
void |
rescheduleHealthEventFirer(int interval) |
void |
resetPassword(java.lang.String username)
Sends a mail to the user with a new password - the old one will remain valid until the new one is used
|
void |
restartDBMan() |
byte[] |
retrieveExpiringToken(java.lang.String serviceName,
java.lang.String tokenName)
Retrieves a time limited token
|
void |
retryFailedNotifications(java.lang.Long mbaId)
Triggers retry of failed notifications for the
MyTISMBenachrichtigungsAuftrag with the given Id. |
SaveResultI |
save(Benutzer user,
BackendSessionI session,
java.lang.String desc,
groovy.lang.Closure cl)
Method to save a transaction which is handled by a closure in the parameter.
|
SaveResultI |
save(Benutzer user,
BackendSessionI session,
java.lang.String desc,
java.util.function.Consumer<Transaction> fn) |
SaveResultI |
save(Benutzer user,
BackendSessionI session,
java.lang.String desc,
java.util.function.Function<Transaction,? extends java.lang.Object> fn) |
SaveResultI |
save(Benutzer user,
BackendSessionI session,
java.lang.String desc,
ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn) |
SaveResultI |
save(Benutzer user,
java.lang.String desc,
groovy.lang.Closure cl)
Method to save a transaction which is handled by a closure in the parameter.
|
SaveResultI |
save(Benutzer user,
java.lang.String desc,
java.util.function.Consumer<Transaction> fn) |
SaveResultI |
save(Benutzer user,
java.lang.String desc,
java.util.function.Function<Transaction,? extends java.lang.Object> fn) |
SaveResultI |
save(Benutzer user,
java.lang.String desc,
ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn) |
SaveResultI |
save(groovy.lang.Closure cl)
Wrapper method to call
save(String, Closure) without a description for the transaction. |
SaveResultI |
save(java.util.function.Consumer<Transaction> fn) |
SaveResultI |
save(java.util.function.Function<Transaction,? extends java.lang.Object> fn) |
SaveResultI |
save(java.lang.String desc,
groovy.lang.Closure cl)
Same as
DBManLocalI.save(Benutzer, String, Closure) , but without a Benutzer. |
SaveResultI |
save(java.lang.String desc,
java.util.function.Consumer<Transaction> fn) |
SaveResultI |
save(java.lang.String desc,
java.util.function.Function<Transaction,? extends java.lang.Object> fn) |
SaveResultI |
save(java.lang.String desc,
ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn) |
SaveResultI |
save(ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn) |
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx,
PersistenceHandlerI _ph)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx,
PersistenceHandlerI _ph,
DBManVetoHandlerI vetoHandler)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx,
PersistenceHandlerI _ph,
DBManVetoHandlerI vetoHandler,
int lockTimeout)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx,
PersistenceHandlerI _ph,
DBManVetoHandlerI vetoHandler,
int lockTimeout,
int retries)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx,
PersistenceHandlerI _ph,
DBManVetoHandlerI vetoHandler,
int lockTimeout,
int retries,
SerializedTransaction stxFromBackendRequestSave)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx,
PersistenceHandlerI _ph,
DBManVetoHandlerI vetoHandler,
int lockTimeout,
int retries,
SerializedTransaction stxFromBackendRequestSave,
SecureObjectOutputI out)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBO(Benutzer user,
Transaction tx,
PersistenceHandlerI _ph,
DBManVetoHandlerI vetoHandler,
int lockTimeout,
int retries,
SerializedTransaction stxFromBackendRequestSave,
SecureObjectOutputI out,
boolean suppressLogs) |
TransactionAnswer |
saveBO(Transaction tx)
Speichert mehrere BO's wieder zurueck in die Datenbank.
|
TransactionAnswer |
saveBO(Transaction tx,
PersistenceHandlerI _ph) |
TransactionAnswer |
saveBO(Transaction tx,
PersistenceHandlerI _ph,
int lockTimeout) |
TransactionAnswer |
saveServerLocalTransaction(Benutzer user,
Transaction tx,
PersistenceHandlerI ph,
int lockTimeout,
boolean suppressLogs)
Persists the changes recorded in the passed Transaction tx, that is part of a
ServerLocalTransactionI to the database. |
void |
sendSystemMessage(DBManUserContextI _utx,
java.lang.String _msg) |
void |
sendSystemMessage(DBManUserContextI _utx,
java.lang.String _msg,
java.util.Map _msgClients) |
void |
sendUsernameHint(Benutzer user)
Sends a mail to the user with his username
|
void |
sessionAdded(BackendSessionI _securityContext) |
void |
sessionRemoved(BackendSessionI _securityContext) |
void |
setAlarmModule(AlarmModule $137) |
void |
setBootJdbcDriver(java.lang.String $130) |
void |
setBootJdbcPass(java.lang.String $133) |
void |
setBootJdbcUrl(java.lang.String $131) |
void |
setBootJdbcUser(java.lang.String $132) |
void |
setDbType(java.lang.String $134) |
void |
setFeatureManager(FeatureManagerI _fm) |
void |
setFtsModule(CompassFTSModule $139) |
void |
setJdbcDriver(java.lang.String $125) |
void |
setJdbcPass(java.lang.String $129) |
void |
setJdbcUrl(java.lang.String $127) |
void |
setJdbcUrlFromConf(java.lang.String $126) |
void |
setJdbcUser(java.lang.String $128) |
void |
setLocked(boolean _lock,
DBManUserContextI _utx)
Sets the "locked/unlocked" state of the server.
|
void |
setNodeLocalStatusValue(java.lang.String _key,
java.lang.String _value)
Sets (inserts or updates) the given value for the given key in the table for "status values" (see
StatusValueManager for a bit more info). |
void |
setNotificationModule(NotificationModule $138) |
void |
setProtocolDrivers(java.util.ArrayList $136) |
void |
setSrvman(DefaultServiceManager $135) |
void |
shutdownPurger()
Shuts down the purger task, stopping its data purging operations.
|
void |
stopHealthEventFirer() |
void |
stopShutdown(DBManUserContextI _utx) |
void |
subscribeEvents(DBManEventListenerI listener) |
void |
subscribeEvents(DBManEventListenerI listener,
DBManEventFilter filter)
Subscribe a listener to events matching the filter
|
java.lang.Long |
testAuth(Anmeldung anmeldung)
Tests if the infos in the passed Anmeldung are valid for authenticating / logging in.
|
boolean |
testAuth(de.ipcon.db.core.PasswortUeberpruefung pwc)
Tests if the credentials in the passed PasswortUeberpruefung do exist and are valid.
|
void |
triggerInitialDataCheck() |
void |
triggerIntegrityCheck() |
void |
triggerMetaDataCheck() |
void |
unsubscribeEvents(DBManEventListenerI listener)
Unsubscribe the given listener from event notification
|
void |
unsubscribeEvents(DBManEventListenerI listener,
DBManEventFilter filter) |
void |
updateHealthUpdateInterval(int interval) |
void |
updateStructureReadAccessStatistics(java.util.Map<java.lang.Long,java.lang.Integer> statistics,
Benutzer user)
Updates the read access statistics for Struktur-s.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findDBManOrFail, getNode
find, isServerSide
frapBOArrayFromCache, frapBOIArrayFromCache, frapBOsFromCache, frapFromCache, isAncestorOf, isRootLoader, isServerSide, isTesting, prepareQuery
haveBLOB, haveBLOB
getBOByAttr, getBOByAttr, getBOByAttr, getBOByAttrs, getBOByAttrs, getBOByAttrs, getBOsByAttrs, getBOsByAttrs, getBOsByAttrs, getBOsByAttrs, getOneBOByAttr, getUniqueBOByAttr
prefetchL10nPacks
public static final java.lang.String my_name
public static final java.lang.String my_version
public static final org.apache.log4j.Logger log
public DBMan()
public DBMan(DBManBootstrapHelper _proconf)
public static void main(java.lang.String[] args)
public void setFeatureManager(FeatureManagerI _fm)
public void updateHealthUpdateInterval(int interval)
public void rescheduleHealthEventFirer()
public void rescheduleHealthEventFirer(int interval)
public void stopHealthEventFirer()
public void initializeLogger()
public void initialize(DBManConfigurationHelper _conf, java.lang.String _section)
_conf
- helper class instance for access to the configuration file
(currently called "mytism.ini")_section
- the name/key of the DBMan
configuration section
in the init file (currently "DBMan")public java.lang.String getDatabaseName()
public void initPurger()
This method sets up and configures the purging task, which is typically used for GDPR compliance. The task identifies and removes business objects that are no longer needed according to their retention policies.
GDPRRetentionPurgeService
public void checkServerBN(BOLoaderI _bol)
checkServerBN
in interface DBManLocalI
SyncServiceTools.InvalidSyncAccountConfigurationException
- when no matching BN was found.DataIntegrityException
- if more than one matching BN was found.public void checkServerBN(BOLoaderI _bol, java.lang.Long _id)
public boolean isNotificationSystemActivated()
isNotificationSystemActivated
in interface DBManLocalI
public void retryFailedNotifications(java.lang.Long mbaId)
DBManLocalI
MyTISMBenachrichtigungsAuftrag
with the given Id.retryFailedNotifications
in interface DBManLocalI
public FulltextSearcherI getFulltextSearcher()
getFulltextSearcher
in interface DBManLocalI
public java.lang.Long getNextId()
BOLoaderI
public KeyRange getIdRange(long size)
getIdRange
in interface DBManI
getIdRange
in interface DBManLocalI
public long getAvailableIds()
getAvailableIds
in interface DBManLocalI
public void addNewIdRange(KeyRange range)
addNewIdRange
in interface DBManLocalI
public BO loadBO(Benutzer user, java.lang.Long id)
loadBO
in interface DBManLocalI
public BO loadBO(Benutzer user, java.lang.Long id, java.lang.Class<? extends BOI> classtip)
loadBO
in interface DBManLocalI
public BO loadBO(Benutzer user, java.lang.Long id, java.lang.Class<? extends BOI> classtip, BOLoaderI injectedBOLoader)
loadBO
in interface DBManLocalI
public BO getBO(java.lang.Long id)
BOLoaderI
getBO
in interface BOLoaderI
BOLoaderI.getBO(Long, Class)
public BO getBO(java.lang.Long id, java.lang.Class<? extends BOI> classtip)
BOLoaderI
public BO getBOUncached(java.lang.Long id)
getBOUncached
in interface BOLoaderI
public BO getBOUncached(java.lang.Long id, java.lang.Class<? extends BOI> classtip)
BOLoaderI
BOLoaderI.isCaching()
BOLoaderI instances.getBOUncached
in interface BOLoaderI
public boolean exists(java.lang.Long id)
BOLoaderI
exists
in interface BOLoaderI
BOLoaderI.exists(Long, Class)
public boolean exists(java.lang.Long id, java.lang.Class<? extends BOI> classtip)
BOLoaderI
public BO loadBO(java.lang.Long id, java.lang.Class<? extends BOI> classtip, BOLoaderI injectedBOLoader)
public BO[] loadBOs(Benutzer user, java.lang.Long[] ids)
loadBOs
in interface DBManLocalI
public BO[] loadBOs(Benutzer user, java.lang.Long[] ids, java.lang.Class<? extends BOI> classtip)
loadBOs
in interface DBManLocalI
public BO[] loadBOs(Benutzer user, java.lang.Long[] ids, java.lang.Class<? extends BOI> classtip, BOLoaderI injectedBOLoader)
loadBOs
in interface DBManLocalI
public BO[] getBOs(java.lang.Long[] ids)
BOLoaderI
getBOs
in interface BOLoaderI
BOLoaderI.getBOs(Long[],Class)
public BO[] getBOs(java.lang.Long[] ids, java.lang.Class<? extends BOI> classtip)
BOLoaderI
getBOs
in interface BOLoaderI
ids
- array of Longs with ids for the requested BOs.classtip
- guess for classes which the BOs belong to, may be null.Transaction
public BO[] getBOs(long[] ids)
BOLoaderI
getBOs
in interface BOLoaderI
BOLoaderI.getBOs(long[],Class)
public BO[] getBOs(long[] ids, java.lang.Class<? extends BOI> classtip)
BOLoaderI
getBOs
in interface BOLoaderI
ids
- array of longs with ids for the requested BOs.classtip
- guess for classes which the BOs belong to, may be null.Transaction
public BO[] loadBOs(java.lang.Long[] ids, java.lang.Class<? extends BOI> classtip, BOLoaderI injectedBOLoader)
public BO[] loadBOs(long[] ids)
public BO[] loadBOs(long[] ids, java.lang.Class<? extends BOI> classtip, BOLoaderI injectedBOLoader)
public BO[] getRelationBOs(java.lang.Long id, java.lang.Class<? extends BOI> classtip, java.lang.String attName)
BOLoaderI
getRelationBOs
in interface BOLoaderI
id
- id of the BO which the requested BOs has a relation toclasstip
- common superclass of the requested bosattName
- name of the relation from the BO to the requested onespublic BO[] getRelationBOs(java.lang.Long id, java.lang.Class<? extends BOI> classtip, java.lang.String attName, BOLoaderI injectedBOLoader)
public BackendL10nProviderI getL10nProvider()
getL10nProvider
in interface DBManLocalI
public byte[] getBLOB(Benutzer user, java.lang.Long id)
getBLOB
in interface DBManLocalI
public byte[] getBLOB(Benutzer user, java.lang.Long id, java.lang.Long backuppingBPId)
getBLOB
in interface DBManLocalI
public InputStreamWrapper getBLOBAsStream(Benutzer user, java.lang.Long id)
getBLOBAsStream
in interface DBManLocalI
public InputStreamWrapper getBLOBAsStream(Benutzer user, java.lang.Long id, java.lang.Long backuppingBPId)
getBLOBAsStream
in interface DBManLocalI
public long getBLOB(Benutzer user, java.lang.Long id, java.io.OutputStream os)
getBLOB
in interface DBManLocalI
public long getBLOB(Benutzer user, java.lang.Long id, java.io.OutputStream os, boolean closeOS)
getBLOB
in interface DBManLocalI
public long getBLOB(Benutzer user, java.lang.Long id, java.io.OutputStream os, boolean closeOS, java.lang.Long backuppingBPId)
getBLOB
in interface DBManLocalI
public long getBLOB(Benutzer user, java.lang.Long id, java.io.DataOutput os)
getBLOB
in interface DBManLocalI
public long getBLOB(Benutzer user, java.lang.Long id, java.io.DataOutput os, boolean closeOS)
getBLOB
in interface DBManLocalI
public long getBLOB(Benutzer user, java.lang.Long id, java.io.DataOutput os, boolean closeOS, java.lang.Long backuppingBPId)
getBLOB
in interface DBManLocalI
public VFile getBLOBInfo(Benutzer user, java.lang.Long id)
getBLOBInfo
in interface DBManLocalI
public VFile getBLOBInfo(Benutzer user, java.lang.Long id, java.lang.Long backuppingBPId)
getBLOBInfo
in interface DBManLocalI
public boolean hasBLOB(Benutzer user, java.lang.Long id)
hasBLOB
in interface DBManLocalI
public boolean hasBLOB(Benutzer user, java.lang.Long id, java.lang.Long backuppingBPId)
hasBLOB
in interface DBManLocalI
public java.util.BitSet haveBLOB(Benutzer user, long[] ids)
haveBLOB
in interface DBManLocalI
public InitialBLOBTransferMetaDataContainer getBLOBBOIdsForIntitialBLOBCopy(java.util.Map idsAndVFilesOnSyncNode, java.util.List pendingBLOBChangeBOIdsOnSyncNode, java.util.List pendingBLOBChangeBOIdsOnAuthNode) throws java.io.IOException
getBLOBBOIdsForIntitialBLOBCopy
in interface DBManLocalI
java.io.IOException
public byte[] getBLOB(java.lang.Long id)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
getBLOB
in interface DBManI
id
- the id of the BO the BLOB belongs to.public byte[] getBLOB(java.lang.Long id, java.lang.Long backuppingBPId)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
id
- the id of the BO the BLOB belongs to.backuppingBPId
- instead of the current BLOB get and stream
the backup-BLOB that was stored because of this BP-Id from the backup-dirpublic InputStreamWrapper getBLOBAsStream(java.lang.Long id)
getBLOBAsStream
in interface DBManI
public InputStreamWrapper getBLOBAsStream(java.lang.Long id, java.lang.Long backuppingBPId)
public long getBLOB(java.lang.Long id, java.io.OutputStream os)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
getBLOB
in interface DBManI
id
- the id of the BO the BLOB belongs toos
- the OutputStream to write the BLOB-bytes topublic long getBLOB(java.lang.Long id, java.io.OutputStream os, boolean closeOS)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
getBLOB
in interface DBManI
id
- the id of the BO the BLOB belongs toos
- the OutputStream to write the BLOB-bytes tocloseOS
- a boolean designating if the OutputStream shall be closed afterwards or not.public long getBLOB(java.lang.Long id, java.io.OutputStream os, boolean closeOS, java.lang.Long backuppingBPId)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
id
- the id of the BO the BLOB belongs toos
- the OutputStream to write the BLOB-bytes tocloseOS
- a boolean designating if the OutputStream shall be closed afterwards or not.backuppingBPId
- instead of the current BLOB get and stream
the backup-BLOB that was stored because of this BP-Id from the backup-dirpublic long getBLOB(java.lang.Long id, java.io.DataOutput os)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
getBLOB
in interface DBManI
id
- the id of the BO the BLOB belongs toos
- the DataOutput to write the BLOB-bytes topublic long getBLOB(java.lang.Long id, java.io.DataOutput os, boolean closeOS)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
getBLOB
in interface DBManI
id
- the id of the BO the BLOB belongs toos
- the DataOutput to write the BLOB-bytes tocloseOS
- a boolean designating if the DataOutput shall be closed afterwards or not.public long getBLOB(java.lang.Long id, java.io.DataOutput os, boolean closeOS, java.lang.Long backuppingBPId)
BLOBLoaderI
getBLOB
in interface BLOBLoaderI
id
- the id of the BO the BLOB belongs toos
- the DataOutput to write the BLOB-bytes tocloseOS
- a boolean designating if the DataOutput shall be closed afterwards or not.backuppingBPId
- instead of the current BLOB get and stream
the backup-BLOB that was stored because of this BP-Id from the backup-dirpublic VFile getBLOBInfo(java.lang.Long id)
BLOBLoaderI
getBLOBInfo
in interface BLOBLoaderI
getBLOBInfo
in interface DBManI
id
- the id of the BO the BLOB-info belongs to.public VFile getBLOBInfo(java.lang.Long id, java.lang.Long backuppingBPId)
BLOBLoaderI
getBLOBInfo
in interface BLOBLoaderI
id
- the id of the BO the BLOB-info belongs to.backuppingBPId
- instead of the current BLOB get the VFile for
the backup-BLOB that was stored because of this BP-Id from the backup-dirpublic boolean hasBLOB(java.lang.Long id)
hasBLOB
in interface BLOBLoaderI
hasBLOB
in interface DBManI
id
- the id of the BO the check for existence of a BLOB.public boolean hasBLOB(java.lang.Long id, java.lang.Long backuppingBPId)
hasBLOB
in interface BLOBLoaderI
id
- the id of the BO the check for existence of a BLOB on the server.backuppingBPId
- instead of the current BLOB get the VFile for
the backup-BLOB that was stored because of this BP-Id from
the backup-dirpublic java.util.BitSet haveBLOB(long[] ids)
haveBLOB
in interface BLOBLoaderI
haveBLOB
in interface DBManI
ids
- an array of ids of BOs the check for existence of a BLOB.public TransactionAnswer saveBO(Transaction tx)
public TransactionAnswer saveBO(Transaction tx, PersistenceHandlerI _ph)
public TransactionAnswer saveBO(Transaction tx, PersistenceHandlerI _ph, int lockTimeout)
public TransactionAnswer saveBO(Benutzer user, Transaction tx)
DBManLocalI
saveBO
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to savepublic TransactionAnswer saveBO(Benutzer user, Transaction tx, PersistenceHandlerI _ph)
DBManLocalI
saveBO
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to save_ph
- the PersistenceHandlerI to use for persisting the changespublic TransactionAnswer saveBO(Benutzer user, Transaction tx, PersistenceHandlerI _ph, DBManVetoHandlerI vetoHandler)
DBManLocalI
saveBO
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to save_ph
- the PersistenceHandlerI to use for persisting the changesvetoHandler
- the DBManVetoHandlerI to use while persisting the changespublic TransactionAnswer saveBO(Benutzer user, Transaction tx, PersistenceHandlerI _ph, DBManVetoHandlerI vetoHandler, int lockTimeout)
DBManLocalI
saveBO
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to save_ph
- the PersistenceHandlerI to use for persisting the changesvetoHandler
- the DBManVetoHandlerI to use while persisting the changeslockTimeout
- 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.public TransactionAnswer saveBO(Benutzer user, Transaction tx, PersistenceHandlerI _ph, DBManVetoHandlerI vetoHandler, int lockTimeout, int retries)
DBManLocalI
saveBO
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to save_ph
- the PersistenceHandlerI to use for persisting the changesvetoHandler
- the DBManVetoHandlerI to use while persisting the changeslockTimeout
- 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 abortedpublic TransactionAnswer saveBO(Benutzer user, Transaction tx, PersistenceHandlerI _ph, DBManVetoHandlerI vetoHandler, int lockTimeout, int retries, SerializedTransaction stxFromBackendRequestSave)
DBManLocalI
saveBO
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to save_ph
- the PersistenceHandlerI to use for persisting the changesvetoHandler
- the DBManVetoHandlerI to use while persisting the changeslockTimeout
- 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 abortedstxFromBackendRequestSave
- a SerializedTransaction that shall be closed
additionally after successful savingpublic TransactionAnswer saveBO(Benutzer user, Transaction tx, PersistenceHandlerI _ph, DBManVetoHandlerI vetoHandler, int lockTimeout, int retries, SerializedTransaction stxFromBackendRequestSave, SecureObjectOutputI out)
DBManLocalI
saveBO
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to save_ph
- the PersistenceHandlerI to use for persisting the changesvetoHandler
- the DBManVetoHandlerI to use while persisting the changeslockTimeout
- 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 abortedstxFromBackendRequestSave
- a SerializedTransaction that shall be closed
additionally after successful savingout
- a SecureObjectOutputI the TransactionAnswer shall be written topublic TransactionAnswer saveBO(Benutzer user, Transaction tx, PersistenceHandlerI _ph, DBManVetoHandlerI vetoHandler, int lockTimeout, int retries, SerializedTransaction stxFromBackendRequestSave, SecureObjectOutputI out, boolean suppressLogs)
public TransactionAnswer saveServerLocalTransaction(Benutzer user, Transaction tx, PersistenceHandlerI ph, int lockTimeout, boolean suppressLogs)
DBManLocalI
ServerLocalTransactionI
to the database.saveServerLocalTransaction
in interface DBManLocalI
user
- the Benutzer on whose behalf to savetx
- the Transaction to saveph
- the PersistenceHandlerI to use for persisting the changeslockTimeout
- 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.suppressLogs
- if true, no BT
nor ary BP
instances will be created from a TransactionConflictReport
.
Retries are not supported, as a failed save is broken and can and must not be retried.
You need to recreate the Transaction and try saving again with a fresh ServerLocalTransactionI.
It is discouraged to retry saving the same procs again, as they were based on outdated data.
Simply saving those procs would probably be wrong, as operating on a different state will most
probably yield a different result to save. So it is much better and safer to operate on the
obviously modified new database state. Thus the core does not support retries and you need
to care for that in your own code.public void backToTheFuture(Transaction tx)
tx
- The transaction to catch up within the present.public de.ipcon.db.core.QueryResultsI query(java.lang.String query)
BOLoaderI
query
in interface BOLoaderI
query
in interface BOQueryLoaderI
query
in interface DBManI
BOLoaderI.query(String, Object[])
public de.ipcon.db.core.QueryResultsI query(java.lang.String query, java.lang.Object[] params)
BOLoaderI
This sample shows how to query bla BOs though this method
do
it = bol.query("bla from pack.bo bla where not Ldel limit 2")
loop while it.hasNext()
bo = BO it.getCurrentObject() -- hopefully this IS a BO, depends on the query.
-- do whatever you have to do with the bo
finally
it.close()
end
The finally clause is very important to free up database and backend resources,
so please don't forget this step!query
in interface BOLoaderI
query
in interface BOQueryLoaderI
query
in interface DBManI
query
in interface GrooqlBOLoaderI
query
- the query to fetch, written in OQLparams
- an object array corresponding with $n entries, $1 is pvals[0] and so forth. Must not be null.public de.ipcon.db.core.QueryResultsI query(java.lang.String query, java.lang.Object[] params, BOLoaderI injectedBOLoader)
public de.ipcon.db.core.QueryResultsI query(Benutzer user, java.lang.String query)
query
in interface DBManLocalI
public de.ipcon.db.core.QueryResultsI query(Benutzer user, java.lang.String query, java.lang.Object[] params)
query
in interface DBManLocalI
public de.ipcon.db.core.QueryResultsI query(Benutzer user, java.lang.String query, java.lang.Object[] params, BOLoaderI injectedBOLoader)
public de.ipcon.db.core.QueryResultsI queryRelation(long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName)
BOLoaderI
queryRelation
in interface BOLoaderI
public de.ipcon.db.core.QueryResultsI queryRelation(long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName, BOLoaderI injectedBOLoader)
public de.ipcon.db.core.QueryResultsI queryRelation(Benutzer user, long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName)
public de.ipcon.db.core.QueryResultsI queryRelation(Benutzer user, long id, java.lang.Class<? extends BOI> classtip, java.lang.String attributeName, BOLoaderI injectedBOLoader)
public de.ipcon.db.core.QueryResultsI query(BOQuery boQuery)
BOLoaderI
public java.util.List queryBO(java.lang.String query)
BOLoaderI
queryBO
in interface BOLoaderI
queryBO
in interface BOQueryLoaderI
queryBO
in interface DBManI
BOLoaderI.queryBO(String, Object[])
public java.util.List queryBO(java.lang.String query, java.lang.Object[] params)
BOLoaderI
queryBO
in interface BOLoaderI
queryBO
in interface BOQueryLoaderI
queryBO
in interface DBManI
queryBO
in interface GrooqlBOLoaderI
query
- the query to fetch, written in OQLparams
- an object array corresponding with $n entries, $1 is pvals[0] and so forth. Must not be null.BOLoaderI.query(String, Object[])
public java.util.List queryBO(Benutzer user, java.lang.String query)
queryBO
in interface DBManLocalI
public java.util.List queryBO(Benutzer user, java.lang.String query, java.lang.Object[] params)
queryBO
in interface DBManLocalI
public java.util.List queryBO(BOQuery boQuery)
BOLoaderI
public DBManUserContextI getNewUserContext()
getNewUserContext
in interface DBManLocalI
public Benutzer login(Anmeldung anmeldung, boolean localConnection) throws AuthenticationException
DBManLocalI
login
in interface DBManI
login
in interface DBManLocalI
anmeldung
- Anmeldung instance with name of the Benutzer as which one wants to log in and passwordlocalConnection
- tell whether the connection is regarded as 'local'AuthenticationException
public Benutzer _login(Anmeldung anmeldung, boolean testOnly, boolean resetProcedure, boolean localConnection) throws AuthenticationException
AuthenticationException
public void resetPassword(java.lang.String username) throws AuthenticationException
DBManLocalI
resetPassword
in interface DBManI
resetPassword
in interface DBManLocalI
AuthenticationException
public void sendUsernameHint(Benutzer user)
DBManLocalI
sendUsernameHint
in interface DBManLocalI
public boolean areGratuitousLocalConnectionsAvailable()
areGratuitousLocalConnectionsAvailable
in interface DBManLocalI
public int getClientsOfAdministratorUsersCount()
public int getClientsCountingAgainstLimit()
public void updateStructureReadAccessStatistics(java.util.Map<java.lang.Long,java.lang.Integer> statistics, Benutzer user)
DBManLocalI
This method updates the internal access statistics using the provided map, where the keys are structure Ids and the values are read access counts. The user parameter, although not currently utilized beyond the transaction description, is included to facilitate potential future enhancements for a detailed audit log per user.
updateStructureReadAccessStatistics
in interface DBManLocalI
statistics
- a map containing Struktur Ids as keys and their read access counts as values.user
- the user that triggered the update. Currently, this parameter is used only for the transaction description, but it is included
for potential future use in creating detailed audit logs.public java.lang.Long testAuth(Anmeldung anmeldung)
testAuth
in interface BOLoaderI
testAuth
in interface DBManLocalI
public boolean testAuth(de.ipcon.db.core.PasswortUeberpruefung pwc)
testAuth
in interface BOLoaderI
testAuth
in interface DBManLocalI
public BackendSessionI[] getSessions()
getSessions
in interface DBManLocalI
public void sessionAdded(BackendSessionI _securityContext)
sessionAdded
in interface DBManLocalI
public void sessionRemoved(BackendSessionI _securityContext)
sessionRemoved
in interface DBManLocalI
public java.lang.Boolean isLoggedIn(Benutzer _ben)
BOLoaderI
isLoggedIn
in interface BOLoaderI
_ben
- the Benutzer for which the logged in state should be checkedpublic boolean isLoggedInNN(Benutzer _ben)
BOLoaderI
isLoggedInNN
in interface BOLoaderI
_ben
- the Benutzer for which the logged in state should be checkedpublic boolean isLocked()
DBManLocalI
isLocked
in interface DBManLocalI
public void setLocked(boolean _lock, DBManUserContextI _utx)
DBManLocalI
setLocked
in interface DBManLocalI
_lock
- the state to set, true to lock, false to unlock the server_utx
- the current DBManUserContextIpublic void _setLocked(boolean _lock)
public static DBManLocalI[] getInstances()
public boolean isAuthoritativeSyncServer()
isAuthoritativeSyncServer
in interface DBManI
isAuthoritativeSyncServer
in interface DBManLocalI
public java.lang.String getInstanceName()
getInstanceName
in interface DBManLocalI
public java.lang.String getProjectId()
public java.lang.Long getNodeNumber()
getNodeNumber
in interface DBManI
getNodeNumber
in interface DBManLocalI
public DBManConfigurationHelper getConfiguration()
getConfiguration
in interface DBManLocalI
public DBManBootstrapHelper getProjectConfiguration()
getProjectConfiguration
in interface DBManLocalI
public SchemaI getSchema()
BOLoaderI
getSchema
in interface BOLoaderI
getSchema
in interface DBManI
getSchema
in interface DBManLocalI
getSchema
in interface SchemaProviderI
public CryptoHandlerI getCryptoHandler()
BOLoaderI
getCryptoHandler
in interface BOLoaderI
public FileVaultI getFileVault()
getFileVault
in interface BOLoaderI
public ServerFileVaultI getServerFileVault()
getServerFileVault
in interface DBManLocalI
public CryptoHandlerI getClientCryptoHandler()
getClientCryptoHandler
in interface DBManLocalI
public ServerCryptoHandlerI getServerCryptoHandler()
getServerCryptoHandler
in interface DBManLocalI
public PersistenceHandlerI getPersistenceHandler()
getPersistenceHandler
in interface DBManLocalI
public PersistenceHandlerI getPersistenceHandlerForSaving()
getPersistenceHandlerForSaving
in interface DBManLocalI
public java.lang.String getDateKernelBuild()
getDateKernelBuild
in interface DBManLocalI
public void bumpLastSuccessfulSync()
bumpLastSuccessfulSync
in interface DBManLocalI
public void bumpLastSuccessfulSync(long ts)
bumpLastSuccessfulSync
in interface DBManLocalI
public long getCurrentSyncLag()
getCurrentSyncLag
in interface DBManLocalI
public void addEventListener(DBManEventListenerI l)
addEventListener
in interface DBManLocalI
public void addEventListener(DBManEventListenerI l, DBManEventFilter filter)
addEventListener
in interface DBManLocalI
public void removeEventListener(DBManEventListenerI l)
removeEventListener
in interface DBManLocalI
public void subscribeEvents(DBManEventListenerI listener)
public void subscribeEvents(DBManEventListenerI listener, DBManEventFilter filter)
DBManEventProviderI
subscribeEvents
in interface DBManEventProviderI
public void unsubscribeEvents(DBManEventListenerI listener)
DBManEventProviderI
unsubscribeEvents
in interface DBManEventProviderI
public void unsubscribeEvents(DBManEventListenerI listener, DBManEventFilter filter)
unsubscribeEvents
in interface DBManEventProviderI
public void fireDebugEvent(java.lang.String context, java.lang.String text)
public void fireInfoEvent(java.lang.String context, java.lang.String text)
public void fireWarnEvent(java.lang.String context, java.lang.String text)
public void fireLogEvent(int severity, java.lang.String context, java.lang.String text)
public void fireDBManEvent(DBManEvent evt)
fireDBManEvent
in interface DBManLocalI
public void handleLoggingEvent(org.apache.log4j.spi.LoggingEvent _event)
handleLoggingEvent
in interface LogListenerI
public java.lang.String getNodeLocalStatusValue(java.lang.String _key)
DBManLocalI
StatusValueManager
for a bit more info).
BE AWARE THAT THESE VALUES ARE ONLY SET ON THE NODE WHERE THIS METHOD IS CALLED! They are NOT synchronized by the
normal MyTISM sync mechanism.getNodeLocalStatusValue
in interface DBManLocalI
_key
- the key for which the value should be retrievedpublic void setNodeLocalStatusValue(java.lang.String _key, java.lang.String _value)
DBManLocalI
StatusValueManager
for a bit more info).
BE AWARE THAT THESE VALUES ARE ONLY SET ON THE NODE WHERE THIS METHOD IS CALLED! They are NOT synchronized by the
normal MyTISM sync mechanism.setNodeLocalStatusValue
in interface DBManLocalI
_key
- the key for which the value should be retrieved_value
- the value to set for the given keypublic void featureBecameAvailable(java.lang.String _feature)
featureBecameAvailable
in interface FeatureListenerI
public void featureNoLongerAvailable(java.lang.String _feature)
featureNoLongerAvailable
in interface FeatureListenerI
public boolean isServerstartLicenseExpired()
public boolean isAvailable(java.lang.String feature)
isAvailable
in interface DBManLocalI
public boolean isAvailableWithNoise(java.lang.String feature)
isAvailableWithNoise
in interface DBManLocalI
public void addFeatureListener(FeatureListenerI fl)
addFeatureListener
in interface DBManLocalI
public void removeFeatureListener(FeatureListenerI fl)
removeFeatureListener
in interface DBManLocalI
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 void initiateShutdown(DBManUserContextI _utx)
initiateShutdown
in interface DBManLocalI
public void initiateShutdown(DBManUserContextI _utx, int _cSecsDelay)
initiateShutdown
in interface DBManLocalI
public void initiateShutdown(DBManUserContextI _utx, int _cSecsDelay, java.lang.String _msg)
initiateShutdown
in interface DBManLocalI
public boolean isShutdownInitiated()
public java.util.Date getShutdownDate()
getShutdownDate
in interface DBManLocalI
public void stopShutdown(DBManUserContextI _utx)
stopShutdown
in interface DBManLocalI
public void shutdownPurger()
This method gracefully terminates the purging task, preventing it from further identifying and removing business objects. It is typically called when the task is no longer needed or when its operation needs to be paused or stopped.
public void sendSystemMessage(DBManUserContextI _utx, java.lang.String _msg)
sendSystemMessage
in interface DBManLocalI
public void sendSystemMessage(DBManUserContextI _utx, java.lang.String _msg, java.util.Map _msgClients)
sendSystemMessage
in interface DBManLocalI
public void demandForcedClientDisconnect(DBManUserContextI utx)
demandForcedClientDisconnect
in interface DBManLocalI
public void demandForcedClientDisconnect(DBManUserContextI utx, int cSecsDelay)
demandForcedClientDisconnect
in interface DBManLocalI
public void demandForcedClientDisconnect(DBManUserContextI utx, int cSecsDelay, java.lang.String msg)
demandForcedClientDisconnect
in interface DBManLocalI
public void demandForcedClientDisconnect(DBManUserContextI utx, int cSecsDelay, java.lang.String msg, java.util.Map msgClients)
demandForcedClientDisconnect
in interface DBManLocalI
public void cancelForcedClientDisconnect(DBManUserContextI utx)
cancelForcedClientDisconnect
in interface DBManLocalI
public void cancelForcedClientDisconnect(DBManUserContextI utx, java.util.Map msgClients)
cancelForcedClientDisconnect
in interface DBManLocalI
public void triggerInitialDataCheck()
triggerInitialDataCheck
in interface DBManLocalI
public void triggerIntegrityCheck()
triggerIntegrityCheck
in interface DBManLocalI
public void triggerMetaDataCheck()
triggerMetaDataCheck
in interface DBManLocalI
public BatchedBackendRequestI prepareQuery(java.lang.String s)
prepareQuery
in interface BOLoaderI
public BatchedBackendRequestI prepareQuery(java.lang.String s, java.lang.Object[] o)
prepareQuery
in interface BOLoaderI
public void execute(BatchedBackendRequestI[] srs)
public void restartDBMan()
public void drain()
BOLoaderI
BOLoaderI.isCaching()
returns false
, this is a nop.public boolean isCaching()
BOLoaderI
public boolean isRecording()
BOLoaderI
isRecording
in interface BOLoaderI
public BO frapFromCache(BO bo)
BOLoaderI
frapFromCache
in interface BOLoaderI
public BOLoaderI getParentLoader()
BOLoaderI
getParentLoader
in interface BOLoaderI
public BOLoaderI getRootLoader()
BOLoaderI
getRootLoader
in interface BOLoaderI
public DBManEventProviderI getEventProvider()
BOLoaderI
getEventProvider
in interface BOLoaderI
public ServerConnectionInfo getServerConnectionInfo()
getServerConnectionInfo
in interface DBManLocalI
public ServerLocalTransactionI getServerLocalTransaction()
DBManLocalI
ServerLocalTransactionI
instance
which is prepared for saving on server-side.getServerLocalTransaction
in interface DBManLocalI
ServerLocalTransactionI
public ServerLocalTransactionI getServerLocalTransaction(java.lang.String desc)
DBManLocalI
ServerLocalTransactionI
instance
which is prepared for saving on server-side.getServerLocalTransaction
in interface DBManLocalI
desc
- the description to use in the contained Transaction within the ServerLocalTransactionIServerLocalTransactionI
having a Transaction with the given description
(if one was given)public ServerLocalTransactionI getServerLocalTransaction(java.lang.String desc, int lockTimeout)
DBManLocalI
ServerLocalTransactionI
instance
which is prepared for saving on server-side.getServerLocalTransaction
in interface DBManLocalI
desc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.ServerLocalTransactionI
having a Transaction with the given description
(if one was given)public ServerLocalTransactionI getServerLocalTransaction(java.lang.String desc, int lockTimeout, TemporaryIdSupplierI temporaryIdSupplier)
DBManLocalI
ServerLocalTransactionI
instance
which is prepared for saving on server-side.getServerLocalTransaction
in interface DBManLocalI
desc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.temporaryIdSupplier
- a TemporaryIdSupplier
supplying temporary Ids
for our Transaction; if null is passed, the Transaction will manage that on its ownServerLocalTransactionI
having a Transaction with the given description
(if one was given)public ServerLocalTransactionI getServerLocalTransaction(java.lang.String desc, int lockTimeout, TemporaryIdSupplierI temporaryIdSupplier, boolean withInstrumentedSchema)
DBManLocalI
ServerLocalTransactionI
instance
which is prepared for saving on server-side.getServerLocalTransaction
in interface DBManLocalI
desc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.temporaryIdSupplier
- a TemporaryIdSupplier
supplying temporary Ids
for our Transaction; if null is passed, the Transaction will manage that on its ownwithInstrumentedSchema
- if true, the SchemaI of the SLTX's Transaction will be wrapped as an InstrumentingSchemaServerLocalTransactionI
having a Transaction with the given description
(if one was given)public ServerLocalTransactionI getServerLocalTransaction(java.lang.String desc, int lockTimeout, TemporaryIdSupplierI temporaryIdSupplier, boolean withInstrumentedSchema, boolean intendedForSaving)
DBManLocalI
ServerLocalTransactionI
instance
which is prepared for saving on server-side.getServerLocalTransaction
in interface DBManLocalI
desc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.temporaryIdSupplier
- a TemporaryIdSupplier
supplying temporary Ids
for our Transaction; if null is passed, the Transaction will manage that on its ownwithInstrumentedSchema
- if true, the SchemaI of the SLTX's Transaction will be wrapped as an InstrumentingSchemaintendedForSaving
- if true, a PersistenceHandlerI
for saving will be acquired from the passed DBManLocalI
,
otherwise only loading objects will be supportedServerLocalTransactionI
having a Transaction with the given description
(if one was given)public ServerLocalTransactionI getServerLocalTransaction(Benutzer user, BackendSessionI session)
DBManLocalI
ServerLocalTransactionI
instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.getServerLocalTransaction
in interface DBManLocalI
user
- the Benutzer to save on behalf ofsession
- the relevant BackendSessionI of the passed BenutzerServerLocalTransactionI
having a Transaction.public ServerLocalTransactionI getServerLocalTransaction(Benutzer user, BackendSessionI session, java.lang.String desc)
DBManLocalI
ServerLocalTransactionI
instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.getServerLocalTransaction
in interface DBManLocalI
user
- the Benutzer to save on behalf ofsession
- the relevant BackendSessionI of the passed Benutzerdesc
- the description to use in the contained Transaction within the ServerLocalTransactionIServerLocalTransactionI
having a Transaction with the given description
(if one was given).public ServerLocalTransactionI getServerLocalTransaction(Benutzer user, BackendSessionI session, java.lang.String desc, int lockTimeout)
DBManLocalI
ServerLocalTransactionI
instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.getServerLocalTransaction
in interface DBManLocalI
user
- the Benutzer to save on behalf ofsession
- the relevant BackendSessionI of the passed Benutzerdesc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.ServerLocalTransactionI
having a Transaction with the given description
(if one was given).public ServerLocalTransactionI getServerLocalTransaction(Benutzer user, BackendSessionI session, java.lang.String desc, int lockTimeout, TemporaryIdSupplierI temporaryIdSupplier)
DBManLocalI
ServerLocalTransactionI
instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.getServerLocalTransaction
in interface DBManLocalI
user
- the Benutzer to save on behalf ofsession
- the relevant BackendSessionI of the passed Benutzerdesc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.temporaryIdSupplier
- a TemporaryIdSupplier
supplying temporary Ids
for our Transaction; if null is passed, the passed session will be used instead, if that is null
as well, the Transaction will manage that on its ownServerLocalTransactionI
having a Transaction with the given description
(if one was given).public ServerLocalTransactionI getServerLocalTransaction(Benutzer user, BackendSessionI session, java.lang.String desc, int lockTimeout, TemporaryIdSupplierI temporaryIdSupplier, boolean withInstrumentedSchema)
DBManLocalI
ServerLocalTransactionI
instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.getServerLocalTransaction
in interface DBManLocalI
user
- the Benutzer to save on behalf ofsession
- the relevant BackendSessionI of the passed Benutzerdesc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.temporaryIdSupplier
- a TemporaryIdSupplier
supplying temporary Ids
for our Transaction; if null is passed, the passed session will be used instead, if that is null
as well, the Transaction will manage that on its ownwithInstrumentedSchema
- if true, the SchemaI of the SLTX's Transaction will be wrapped as an InstrumentingSchemaServerLocalTransactionI
having a Transaction with the given description
(if one was given).public ServerLocalTransactionI getServerLocalTransaction(Benutzer user, BackendSessionI session, java.lang.String desc, int lockTimeout, TemporaryIdSupplierI temporaryIdSupplier, boolean withInstrumentedSchema, boolean intendedForSaving)
DBManLocalI
ServerLocalTransactionI
instance
for the passed Benutzer and BackendSessionI which is prepared for saving on
server-side.getServerLocalTransaction
in interface DBManLocalI
user
- the Benutzer to save on behalf ofsession
- the relevant BackendSessionI of the passed Benutzerdesc
- the description to use in the contained Transaction within the ServerLocalTransactionIlockTimeout
- 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.temporaryIdSupplier
- a TemporaryIdSupplier
supplying temporary Ids
for our Transaction; if null is passed, the passed session will be used instead, if that is null
as well, the Transaction will manage that on its ownwithInstrumentedSchema
- if true, the SchemaI of the SLTX's Transaction will be wrapped as an InstrumentingSchemaintendedForSaving
- if true, a PersistenceHandlerI
for saving will be acquired from the passed DBManLocalI
,
otherwise only loading objects will be supportedServerLocalTransactionI
having a Transaction with the given description
(if one was given).public SaveResultI save(groovy.lang.Closure cl)
DBManLocalI
save(String, Closure)
without a description for the transaction.save
in interface DBManLocalI
cl
- Closure which manipulates the transactionSaveResult
containing the resulting values of the save-procedure.public SaveResultI save(java.lang.String desc, groovy.lang.Closure cl)
DBManLocalI
DBManLocalI.save(Benutzer, String, Closure)
, but without a Benutzer.save
in interface DBManLocalI
desc
- Description of the transactioncl
- Closure which manipulates the transactionSaveResult
containing the resulting values of the save-procedure.public SaveResultI save(Benutzer user, java.lang.String desc, groovy.lang.Closure cl)
DBManLocalI
save
in interface DBManLocalI
user
- Benutzer object on whose behalf the transaction shall be saveddesc
- Description of the transactioncl
- Closure which manipulates the transactionSaveResult
containing the resulting values of the save-procedure.public SaveResultI save(Benutzer user, BackendSessionI session, java.lang.String desc, groovy.lang.Closure cl)
DBManLocalI
save
in interface DBManLocalI
user
- Benutzer object on whose behalf the transaction shall be savedsession
- the BackendSessionI of the Benutzer to use as TemporaryIdSupplierI during savingdesc
- Description of the transactioncl
- Closure which manipulates the transactionSaveResult
containing the resulting values of the save-procedure.public SaveResultI save(java.util.function.Consumer<Transaction> fn)
save
in interface DBManLocalI
public SaveResultI save(java.lang.String desc, java.util.function.Consumer<Transaction> fn)
save
in interface DBManLocalI
public SaveResultI save(Benutzer user, java.lang.String desc, java.util.function.Consumer<Transaction> fn)
save
in interface DBManLocalI
public SaveResultI save(Benutzer user, BackendSessionI session, java.lang.String desc, java.util.function.Consumer<Transaction> fn)
save
in interface DBManLocalI
public SaveResultI save(java.util.function.Function<Transaction,? extends java.lang.Object> fn)
save
in interface DBManLocalI
public SaveResultI save(java.lang.String desc, java.util.function.Function<Transaction,? extends java.lang.Object> fn)
save
in interface DBManLocalI
public SaveResultI save(Benutzer user, java.lang.String desc, java.util.function.Function<Transaction,? extends java.lang.Object> fn)
save
in interface DBManLocalI
public SaveResultI save(Benutzer user, BackendSessionI session, java.lang.String desc, java.util.function.Function<Transaction,? extends java.lang.Object> fn)
save
in interface DBManLocalI
public SaveResultI save(ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn)
save
in interface DBManLocalI
public SaveResultI save(java.lang.String desc, ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn)
save
in interface DBManLocalI
public SaveResultI save(Benutzer user, java.lang.String desc, ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn)
save
in interface DBManLocalI
public SaveResultI save(Benutzer user, BackendSessionI session, java.lang.String desc, ThrowingFunction<Transaction,? extends java.lang.Object,? extends java.lang.Throwable> fn)
save
in interface DBManLocalI
public boolean isOperational()
isOperational
in interface L10nPackProviderI
public java.lang.String getL10nViaString()
getL10nViaString
in interface L10nPackProviderI
public L10nPack getL10nPack(java.lang.String bundleName, java.lang.String locale)
getL10nPack
in interface L10nPackProviderI
public L10nPack[] getL10nPacks(java.lang.String[] bundleNames, java.lang.String locale)
getL10nPacks
in interface L10nPackProviderI
public L10nPathEntry[] getL10nPath()
getL10nPath
in interface L10nPackProviderI
public java.lang.String getJdbcDriver()
getJdbcDriver
in interface DBManLocalI
public void setJdbcDriver(java.lang.String $125)
public java.lang.String getJdbcUrlFromConf()
public void setJdbcUrlFromConf(java.lang.String $126)
public java.lang.String getJdbcUrl()
getJdbcUrl
in interface DBManLocalI
public void setJdbcUrl(java.lang.String $127)
public java.lang.String getJdbcUser()
getJdbcUser
in interface DBManLocalI
public void setJdbcUser(java.lang.String $128)
public java.lang.String getJdbcPass()
getJdbcPass
in interface DBManLocalI
public void setJdbcPass(java.lang.String $129)
public java.lang.String getBootJdbcDriver()
public void setBootJdbcDriver(java.lang.String $130)
public java.lang.String getBootJdbcUrl()
public void setBootJdbcUrl(java.lang.String $131)
public java.lang.String getBootJdbcUser()
public void setBootJdbcUser(java.lang.String $132)
public java.lang.String getBootJdbcPass()
public void setBootJdbcPass(java.lang.String $133)
public java.lang.String getDbType()
public void setDbType(java.lang.String $134)
public DefaultServiceManager getSrvman()
public void setSrvman(DefaultServiceManager $135)
public java.util.ArrayList getProtocolDrivers()
public void setProtocolDrivers(java.util.ArrayList $136)
public AlarmModule getAlarmModule()
public void setAlarmModule(AlarmModule $137)
public NotificationModule getNotificationModule()
public void setNotificationModule(NotificationModule $138)
public CompassFTSModule getFtsModule()
public void setFtsModule(CompassFTSModule $139)
public FeatureManagerI getFeatureManager()
getFeatureManager
in interface BOLoaderI
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.