Uses of Class
com.metamatrix.common.connection.ManagedConnectionException

Packages that use ManagedConnectionException
com.metamatrix.common.connection   
com.metamatrix.common.connection.jdbc   
com.metamatrix.common.extensionmodule   
com.metamatrix.common.extensionmodule.spi.jdbc   
com.metamatrix.common.id.dbid.spi.jdbc   
com.metamatrix.common.log.reader   
com.metamatrix.metadata.runtime.model   
com.metamatrix.metadata.runtime.spi   
com.metamatrix.metadata.runtime.spi.jdbc   
com.metamatrix.platform.config.service   
com.metamatrix.platform.config.spi   
com.metamatrix.platform.config.spi.xml   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.platform.security.authorization.spi.jdbc   
 

Uses of ManagedConnectionException in com.metamatrix.common.connection
 

Methods in com.metamatrix.common.connection that throw ManagedConnectionException
 void ManagedConnection.close()
          This method is invoked by the pool to notify the specialized class that the connection is to be terminated.
protected abstract  void ManagedConnection.closeConnection()
          This method is invoked by the pool to notify the specialized class that the connection is to be terminated.
 void TransactionInterface.commit()
          Make all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 void ManagedConnection.commit()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
 void BaseTransaction.commit()
          Make all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 ManagedConnection TransactionFactory.createConnection(java.util.Properties env, java.lang.String userName)
          Create a new instance of a managed connection.
 TransactionInterface TransactionFactory.createTransaction(ManagedConnection connection, boolean readonly)
          Create a new instance of a transaction for a managed connection.
 ManagedConnection BaseTransaction.getConnection()
          Return the connection associated with this transaction.
 TransactionInterface TransactionMgr.getReadTransaction()
           
 TransactionInterface TransactionMgr.getWriteTransaction()
           
 void ManagedConnection.open()
          This method is invoked by the pool to notify the specialized class that the connection is to be established.
protected abstract  void ManagedConnection.openConnection()
          This method is invoked by the pool to notify the specialized class that the connection is to be established.
protected abstract  void ManagedConnection.performCommit()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
protected abstract  void ManagedConnection.performRollback()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
protected abstract  void ManagedConnection.prepareForRead()
          Prepare this connection for read-only transactions.
protected abstract  void ManagedConnection.prepareForWrite()
          Prepare this connection for write transactions.
 void TransactionInterface.rollback()
          Drops all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 void ManagedConnection.rollback()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
 void BaseTransaction.rollback()
          Drops all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 void ManagedConnection.setForRead()
          Prepare this connection for read-only transactions.
 void ManagedConnection.setForWrite()
          Prepare this connection for write transactions.
 

Constructors in com.metamatrix.common.connection that throw ManagedConnectionException
BaseTransaction(ManagedConnection connection, boolean readonly)
           
TransactionMgr(java.util.Properties properties, java.lang.String userName)
           
 

Uses of ManagedConnectionException in com.metamatrix.common.connection.jdbc
 

Methods in com.metamatrix.common.connection.jdbc that throw ManagedConnectionException
protected  void JDBCMgdResourceConnection.closeConnection()
          This method is invoked by the pool to notify the specialized class that the connection is to be terminated.
protected  void JDBCMgdResourceConnection.openConnection()
          This method is invoked by the pool to notify the specialized class that the connection is to be established.
protected  void JDBCMgdResourceConnection.performCommit()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
protected  void JDBCMgdResourceConnection.performRollback()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
protected  void JDBCMgdResourceConnection.prepareForRead()
          Prepare this connection for read-only transactions.
protected  void JDBCMgdResourceConnection.prepareForWrite()
          Prepare this connection for write transactions.
 

Uses of ManagedConnectionException in com.metamatrix.common.extensionmodule
 

Methods in com.metamatrix.common.extensionmodule that throw ManagedConnectionException
 ManagedConnection FileExtensionModuleFactory.createConnection(java.util.Properties env, java.lang.String userName)
           
 TransactionInterface FileExtensionModuleFactory.createTransaction(ManagedConnection connection, boolean readonly)
           
protected  ExtensionModuleTransaction ExtensionModuleManager.getReadTransaction()
           
protected  ExtensionModuleTransaction ExtensionModuleManager.getWriteTransaction()
           
 

Uses of ManagedConnectionException in com.metamatrix.common.extensionmodule.spi.jdbc
 

Methods in com.metamatrix.common.extensionmodule.spi.jdbc that throw ManagedConnectionException
 ManagedConnection JDBCExtensionModuleTransactionFactory.createConnection(java.util.Properties env, java.lang.String userName)
          Create a new instance of a metadata connection.
 TransactionInterface JDBCExtensionModuleTransactionFactory.createTransaction(ManagedConnection connection, boolean readonly)
          Create a new instance of a transaction for a managed connection.
 

Uses of ManagedConnectionException in com.metamatrix.common.id.dbid.spi.jdbc
 

Methods in com.metamatrix.common.id.dbid.spi.jdbc that throw ManagedConnectionException
 ManagedConnection DBIDResourceTransactionFactory.createConnection(java.util.Properties env, java.lang.String userName)
          Create a new instance of a managed connection.
 TransactionInterface DBIDResourceTransactionFactory.createTransaction(ManagedConnection connection, boolean readonly)
          Create a new instance of a transaction for a managed connection.
 

Constructors in com.metamatrix.common.id.dbid.spi.jdbc that throw ManagedConnectionException
DBIDResourceTransaction(ManagedConnection connection, boolean readonly)
          Create a new instance of a transaction for a managed connection.
PersistentIDController()
           
 

Uses of ManagedConnectionException in com.metamatrix.common.log.reader
 

Methods in com.metamatrix.common.log.reader that throw ManagedConnectionException
protected  java.sql.Connection DBLogReader.getConnection()
           
 

Uses of ManagedConnectionException in com.metamatrix.metadata.runtime.model
 

Methods in com.metamatrix.metadata.runtime.model that throw ManagedConnectionException
protected  MetaBaseConnector UpdateController.getReadTransaction()
           
protected  MetaBaseConnector UpdateController.getWriteTransaction()
           
 

Uses of ManagedConnectionException in com.metamatrix.metadata.runtime.spi
 

Methods in com.metamatrix.metadata.runtime.spi that throw ManagedConnectionException
 void RuntimeBaseConnector.commit()
          Make all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 void RuntimeBaseConnector.rollback()
          Drops all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 

Uses of ManagedConnectionException in com.metamatrix.metadata.runtime.spi.jdbc
 

Methods in com.metamatrix.metadata.runtime.spi.jdbc that throw ManagedConnectionException
 ManagedConnection JDBCConnectorFactory.createConnection(java.util.Properties env, java.lang.String userName)
          Create a new instance of a metadata connection.
 TransactionInterface JDBCConnectorFactory.createTransaction(ManagedConnection connection, boolean readonly)
          Create a new instance of a transaction for a managed connection.
 

Uses of ManagedConnectionException in com.metamatrix.platform.config.service
 

Methods in com.metamatrix.platform.config.service that throw ManagedConnectionException
protected  ConfigurationTransaction ConfigurationServiceImpl.getReadTransaction()
           
protected  ConfigurationTransaction ConfigurationServiceImpl.getWriteTransaction()
           
 

Uses of ManagedConnectionException in com.metamatrix.platform.config.spi
 

Methods in com.metamatrix.platform.config.spi that throw ManagedConnectionException
 void ConfigurationTransaction.commit()
          Make all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 void ConfigurationTransaction.rollback()
          Drops all changes made during this transaction's lifetime and release any data source locks currently held by the associated Connection.
 

Uses of ManagedConnectionException in com.metamatrix.platform.config.spi.xml
 

Methods in com.metamatrix.platform.config.spi.xml that throw ManagedConnectionException
 void XMLConfigurationConnector.commit()
           
 ManagedConnection XMLConfigurationConnectorFactory.createConnection(java.util.Properties env, java.lang.String userName)
          Create a new instance of a metadata connection.
 TransactionInterface XMLConfigurationConnectorFactory.createTransaction(ManagedConnection connection, boolean readonly)
          Create a new instance of a transaction for a managed connection.
 void XMLConfigurationConnector.rollback()
           
 

Uses of ManagedConnectionException in com.metamatrix.platform.security.authorization.service
 

Methods in com.metamatrix.platform.security.authorization.service that throw ManagedConnectionException
protected  AuthorizationSourceTransaction AuthorizationServiceImpl.getReadTransaction()
           
protected  AuthorizationSourceTransaction AuthorizationServiceImpl.getWriteTransaction()
           
 

Uses of ManagedConnectionException in com.metamatrix.platform.security.authorization.spi.jdbc
 

Methods in com.metamatrix.platform.security.authorization.spi.jdbc that throw ManagedConnectionException
 ManagedConnection JDBCAuthorizationTransactionFactory.createConnection(java.util.Properties env, java.lang.String userName)
          Create a new instance of a metadata connection.
 TransactionInterface JDBCAuthorizationTransactionFactory.createTransaction(ManagedConnection connection, boolean readonly)
          Create a new instance of a transaction for a managed connection.
 



Copyright © 2009. All Rights Reserved.