Package com.softwareag.tamino.db.api.common

Provides classes and interfaces common to all of the Tamino API packages.

See:
          Description

Interface Summary
TAccessFailureMessage TAccessFailureMessage represents a message that contains all the information provided by Tamino in case a specific access operation fails.
 

Class Summary
EscapeChars Convenience methods for escaping special characters related to HTML, XML, and regular expressions.
TCommonMessages This class defines constants for the keys of the messages defined in com.softwareag.tamino.db.api.common.TCommonMessages.xml.
TDatabase TDatabase encapsulates a database URI and certain database properties.
TDatabaseVersionCache The TDatabaseVersionCache keeps track of all connected databases and their versions.
TDebug TDebug is a little helper for low level console debugging.
TIdentity TIdentity contains the information that identifies the JavaTaminoAPI component.
TPreference TPreference serves as a unique repository of state for the Tamino API.
TReschedulableTask A task that can be scheduled and rescheduled for one-time or repeated execution by a TReschedulableTimer.
This class looks and smells like the java.util.TimerTask class.
TReschedulableTimer A facility to schedule and reschedule tasks for future execution in a background thread.
TSSLProperties Handle the SSL properties for the 2-way ssl protocol.
TString TString is a collection of helpfull and repeating string manipulation tasks which are not covered by the JDK.
TUri TUri encapsulates a URI.
 

Exception Summary
TAccessFailureException TAccessFailureException represents a message that contains all the information provided by Tamino in case a specific access operation fails.
TException The class TException and its subclasses extend java.lang.Exception.
TSSLPropertiesException Exceptions for SSL property handling.
 

Package com.softwareag.tamino.db.api.common Description

Provides classes and interfaces common to all of the Tamino API packages.

This package only contains a number of classes which are used by all sub-packages. Currently, these include a number exception classes.



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