public interface TRetryInvocation extends TInvocation
Modifier and Type | Method and Description |
---|---|
TInputStream |
doInvoke(TCommandStatement commandStatement,
java.lang.String collection,
java.lang.String doctype,
java.lang.String docname,
boolean useTransactionMode)
Invokes a specific command given by a TCommandStatement on an underlying Tamino database.
|
TTransactionModeCoordinator |
getTransactionModeCoordinator()
Gets the current transaction mode coordinator.
|
close, getDatabaseUri, getLastExecutedCommandStatement, getLastNonActivityTimeoutRelevantInvokeTimeMillis, getLocale, getPooledConnectionReconnectHandler, getSocketTimeout, invoke, invoke, invoke, isClosed, setLocale, setPooledConnectionReconnectHandler, setSocketTimeout, setTransactionModeCoordinator, supports
TInputStream doInvoke(TCommandStatement commandStatement, java.lang.String collection, java.lang.String doctype, java.lang.String docname, boolean useTransactionMode) throws TInvocationException
commandStatement
- spcifies the concrete action that should be fullfilled.collection
- is the collection of the Tamino DB where the object is contained in.doctype
- within a schema of a collection to which the statement is related.docname
- denotes the docname under which a specific document might be accessible.useTransactionState
- specifies whether the transaction state shall be considered.TInvocationException
- due to any problems that can occur when performing the
invocation on Tamino.TTransactionModeCoordinator getTransactionModeCoordinator()
Copyright (c) 2017 Software AG. All Rights Reserved.