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.metadata.runtime.model   
com.metamatrix.metadata.runtime.spi.jdbc   
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 ManagedConnection.commit()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
 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 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 ManagedConnection.rollback()
          Make all changes made since the previous commit/rollback permanent, and release any data source locks currently held by the Connection.
 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 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)
           
 ExtensionModuleTransaction ExtensionModuleManager.getReadTransaction()
           
 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.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.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.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.