public interface TGenericAccessor extends TAccessor
Modifier and Type | Method and Description |
---|---|
TResponseHandle |
execute(TCommandStatement commandStatement)
Executes the given TCommandStatement instance on the connected Tamino database.
|
TResponseHandle |
execute(TCommandStatement commandStatement,
java.lang.String doctype,
java.lang.String docname)
Executes the given TCommandStatement instance on the connected Tamino database.
|
cancelRequests, getAccessLocation, getApplicationName, getCanBeCancelled, getLockMode, getLockwaitMode, getMaximumRequestDuration, setAccessLocation, setApplicationName, setCanBeCancelled, setLockMode, setLockwaitMode, setMaximumRequestDuration
invalidate
TResponseHandle execute(TCommandStatement commandStatement, java.lang.String doctype, java.lang.String docname) throws TAccessorException
commandStatement
- implies the command that needs to be executed on Tamino.doctype
- specifies the additional doctype information that might be needed.docname
- specifies the docname that might be needed for a referenced document.TAccessorException
TResponseHandle execute(TCommandStatement commandStatement) throws TAccessorException
TAccessorException
Copyright (c) 2017 Software AG. All Rights Reserved.