Package com.softwareag.tamino.db.api.invocation

Interface Summary
TEncodingStrategy TEncodingStrategy is the interface that defines the operations needed for an encoding strategy.
TInvocation TInvocation defines operations needed to invoke a command statement on Tamino.
TInvocationRetryHandler The TInvocationRetryHandler interface defines operations needed to perform a user defined retry logic.
TRetryInvocation TRetryInvocation defines operations on the invocation specific for the retry handler(s).
 

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.
 

Exception Summary
TAuthorizationException TAuthorizationException represents a general purpose exception for authorization problems that occur during the communication with Tamino.
TCommunicationException TCommunicationException represents a general purpose exception for the communication with Tamino.
TInvocationException TInvocationException is a general exception which will be thrown on failures in HTTP invocation layer
TInvocationRequestNotWritableException TInvocationRequestNotWritableException represents a general purpose exception for the writing of a request to Tamino.
TInvocationRetryHandlerException TInvocationRetryHandlerException is thrown when the retry mechanism could not solve the "problem".
 



Copyright (c) 2013 Software AG. All Rights Reserved.