public class TGenericAccessorImpl extends TAbstractAccessor implements TGenericAccessor
canBeCancelled, clientRequests, requestCounter, SGUAI
Constructor and Description |
---|
TGenericAccessorImpl(TAccessLocation accessLocation,
TInvocation invocation,
TResponseBuilder responseBuilder,
java.util.Locale locale)
Special Constructor.
|
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, getAccessCollection, getAccessLocation, getApplicationName, getCanBeCancelled, getDatabaseUri, getInvocation, getLocale, getLockMode, getLockwaitMode, getMaximumRequestDuration, invalidate, invoke, invoke, invoke, setAccessLocation, setApplicationName, setCanBeCancelled, setInvocation, setLockMode, setLockwaitMode, setMaximumRequestDuration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelRequests, getAccessLocation, getApplicationName, getCanBeCancelled, getLockMode, getLockwaitMode, getMaximumRequestDuration, setAccessLocation, setApplicationName, setCanBeCancelled, setLockMode, setLockwaitMode, setMaximumRequestDuration
invalidate
public TGenericAccessorImpl(TAccessLocation accessLocation, TInvocation invocation, TResponseBuilder responseBuilder, java.util.Locale locale)
commandInvocation
- public TResponseHandle execute(TCommandStatement commandStatement, java.lang.String doctype, java.lang.String docname) throws TAccessorException
execute
in interface TGenericAccessor
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.useTransactionState
- specifies whether the transaction state shall be considered.TAccessorException
public TResponseHandle execute(TCommandStatement commandStatement) throws TAccessorException
execute
in interface TGenericAccessor
TAccessorException
Copyright (c) 2017 Software AG. All Rights Reserved.