|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TRetryInvocation
TRetryInvocation defines operations on the invocation specific for the retry handler(s). This interface unveils some operations that should normaly not seen by other clients.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.softwareag.tamino.db.api.invocation.TInvocation |
---|
close, getDatabaseUri, getLastExecutedCommandStatement, getLastNonActivityTimeoutRelevantInvokeTimeMillis, getLocale, getPooledConnectionReconnectHandler, getSocketTimeout, invoke, invoke, invoke, isClosed, setLocale, setPooledConnectionReconnectHandler, setSocketTimeout, setTransactionModeCoordinator, supports |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |