Class Summary |
TAbstractInvocation |
This class provides a skeletal implementation of the TCommandInvocation interface. |
TAbstractInvocationRetryHandler |
The TAbstractInvocationRetryHandler can be used to subclass special retry handlers. |
TBase64EncodingStrategy |
TBase64EncodingStrategy implements an encoding strategy for base64 which is the most common
used encoding for userid, password submission. |
TInvocationFactory |
TInvocationFactory is the factory class for the instantiation of TInvocation
instances. |
TInvocationMessages |
This class defines constants for the keys of the messages
defined in com.softwareag.tamino.db.api.invocation.TInvocationMessages.xml. |
TInvocationRequestWriter |
TInvocationRequestWriter defines the operations needed to write a Tamino specific command
request (e.g. |
TInvocationRetryOnConnectionTimeoutHandler |
The TInvocationRetryOnConnectionTimeoutHandler is a TInvocationRetryHandler which tries
to re-establish a connection to a Tamino server after the Tamino server timed out the
session. |
TInvocationRetryOnNoConnectionHandler |
The TInvocationRetryOnNoConnectionHandler is a simple TInvocationRetryHandler which tries
to perform the invocation repeatetly if it fails by waiting an increasing amount of time. |
TPooledConnectionReconnectHandler |
The TPooledConnectionReconnectHandler is only active for connections which are pooled, or
to be more precise for TConnection objects which are in local transaction mode and wrpped by
TPooledConnection objects. |