Deprecated API


Contents
Deprecated Exceptions
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException
          This exception has been replaced by the THTTPCommunicationException. 
 

Deprecated Methods
com.softwareag.tamino.db.api.connection.TConnectionPoolManager.addConnectionPools(InputStream)
          Please use the following methods instead:
  • addConnectionPool( String poolName, String databaseURI, String domain, String user, String password, int maxConnections, int initConnections, int timeOut )
  • addConnectionPool( String poolName, String databaseURI, String user, String password, int maxConnections, int initConnections, int timeOut )
  • addConnectionPool( String poolName, TConnectionPoolDescriptor descriptor )
 
com.softwareag.tamino.db.api.accessor.TStreamAccessorImpl.define(TDataObject, boolean)
          Please use the method define( TDataObject dataObject, TDefineMode defineMode ) instead. 
com.softwareag.tamino.db.api.accessor.TStreamAccessor.define(TDataObject, boolean)
          Please use the method define( TDataObject dataObject, TDefineMode defineMode ) instead. 
com.softwareag.tamino.db.api.accessor.logging.TStreamAccessorTimeLoggingImpl.define(TDataObject, boolean)
          Please use the method define( TDataObject dataObject, TDefineMode defineMode ) instead. 
com.softwareag.tamino.db.api.accessor.TSchemaDefinition3AccessorImpl.define(TXMLObject, boolean)
          Please use the method define( TXMLObject schemaObject, TDefineMode defineMode ) instead. 
com.softwareag.tamino.db.api.accessor.TSchemaDefinition3Accessor.define(TXMLObject, boolean)
          Please use the method define( TXMLObject schemaObject, TDefineMode defineMode ) instead. 
com.softwareag.tamino.db.api.accessor.logging.TSchemaDefinition3AccessorTimeLoggingImpl.define(TXMLObject, boolean)
          Please use the method define( TXMLObject schemaObject, TDefineMode defineMode ) instead. 
com.softwareag.tamino.db.api.accessor.TAccessorException.getAccessFailureMessage()
          Please use the method TException.getAccessFailureException(..) instead. 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException.getAdditionalXMLMessageContent(Document)
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.common.TException.getDeepestException()
          please use getRootCause() instead. 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException.getMessageText()
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.common.TException.getNestedException()
          please use getCause() instead. 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException.getReponseCode()
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.common.TException.getResourceMessage()
          please use getExceptionMessage() instead. 
com.softwareag.tamino.db.api.accessor.TSystemAccessor.getServerAPIVersion()
          Please use getServerVersion() instead. 
com.softwareag.tamino.db.api.accessor.TSystemAccessorImpl.getServerAPIVersion()
          Please use getServerVersion() instead. 
com.softwareag.tamino.db.api.accessor.logging.TSystemAccessorTimeLoggingImpl.getServerAPIVersion()
          Please use getServerVersion() instead. 
com.softwareag.tamino.db.api.accessor.TAccessorException.hasAccessFailureMessage()
          Please use the method TException.hasAccessFailureException(..) instead. 
com.softwareag.tamino.db.api.common.TException.hasNestedException()
          please use hasCause(). 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException.matchesResponseCode(int)
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException.matchesResponseCode(int, int)
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.io.TXMLStreamable.readFrom(InputStream, String)
          It is recommended to use the TXMLObject.setSystemId() method before using readFrom( InputStream inputStream ) instead of this method. 
com.softwareag.tamino.db.api.io.TXMLStreamable.readFrom(Reader, String)
          It is recommended to use the TXMLObject.setSystemId() method before using readFrom( Reader reader ) instead of this method. 
com.softwareag.tamino.db.api.common.TPreference.setUseInvalidatableAccessorsIsEnabled(boolean)
          This is no longer neccessary since every accessor is now �invalidatable�. 
com.softwareag.tamino.db.api.common.TPreference.useInvalidatableAccessorsIsEnabled()
          This is no longer neccessary since every accessor is now �invalidatable�. 
 

Deprecated Constructors
com.softwareag.tamino.db.api.response.sax.helper.sodom.input.SAXHandler(Document)
          Deprecated in beta7, use SAXHandler() instead and let SAXHandler create the Document, then retrieve it with getDocument() 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException(int, String, Exception, Locale)
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException(int, String, Locale)
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException(TResourceId, Exception, Locale)
          This exception has been replaced by the THTTPCommunicationException. 
com.softwareag.tamino.db.api.invocation.http.THTTPInvocationFailureException(TResourceId, Locale)
          This exception has been replaced by the THTTPCommunicationException. 
 



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