public interface BackendRequestSaveI extends ComplexBackendRequestI
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
$0 |
DEFAULT_TIMEOUT_COMPLEX_COMMANDS, DEFAULT_TIMEOUT_CONCISE_COMMANDS, DEFAULT_TIMEOUT_MEDIUM_COMMANDS, DEFAULT_TIMEOUT_SIMPLE_COMMANDS| Modifier and Type | Method and Description |
|---|---|
TransactionAnswer |
getTransactionAnswer() |
void |
initClientSide(java.lang.String serverAddress,
int getResultsTimeoutSeconds,
Transaction tx,
int lockTimeout,
int retries) |
calculateResponse, getCommandString, getDefaultExceptionPrefix, getResponseException, getResults, getSlot, initClientSide, initServerSide, isAllowedUnauthenticated, isParallelProcessAndWrite, prepareRequest, processRequest, readRequestParameters, receiveResponse, releaseTransport, sendRequest, setException, writeRequestResultsstatic final java.lang.String $0
void initClientSide(java.lang.String serverAddress,
int getResultsTimeoutSeconds,
Transaction tx,
int lockTimeout,
int retries)
lockTimeout - time to wait in seconds until a locking error is reported in case some
object is already locked by another thread; defaults to -1.
Zero or less for no waiting, i.e. immediate timeout (or rather the defined lock-timeout
of JDO, which defaults to 30s), an infinite value for no timeout.TransactionAnswer getTransactionAnswer() throws ObjectNotPersistentException, ObjectsNotPersistentException, SaveException, FeatureNotAvailableException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.