WebLogic Integration


Uses of Class
com.bea.adapter.spi.AbstractManagedConnection

Packages that use AbstractManagedConnection
com.bea.adapter.cci

The client interface allows a J2EE-based application to connect to and access back-end systems.  The client interface manages the flow of data between the client application and the back-end system and does not have any visibility into what either the container or the application server are doing with the adapter. 

com.bea.adapter.spi

All J2EE Connector Architecture-compliant resource adapters must provide an implementation for the interfaces in the javax.resource.spi package. 

 

Uses of AbstractManagedConnection in com.bea.adapter.cci
 

Methods in com.bea.adapter.cci that return AbstractManagedConnection
 AbstractManagedConnection AbstractConnection.getManagedConnection()
          Get the managed connection for this connection.
 

Methods in com.bea.adapter.cci with parameters of type AbstractManagedConnection
 void AbstractConnection.setManagedConnection(AbstractManagedConnection managedConnection)
          Sets the managed connection for this connection.
 

Constructors in com.bea.adapter.cci with parameters of type AbstractManagedConnection
AbstractConnection.AbstractConnection(AbstractManagedConnection managedConnection)
          Creates an object that represents an application-level connection handle to an EIS.
 

Uses of AbstractManagedConnection in com.bea.adapter.spi
 

Methods in com.bea.adapter.spi with parameters of type AbstractManagedConnection
protected abstract  java.lang.String AbstractConnectionMetaData.readEISProductName(AbstractManagedConnection mc)
           
protected abstract  java.lang.String AbstractConnectionMetaData.readEISProductVersion(AbstractManagedConnection mc)
           
protected abstract  int AbstractConnectionMetaData.readMaxConnections(AbstractManagedConnection mc)
           
protected abstract  java.lang.String AbstractConnectionMetaData.readUserName(AbstractManagedConnection mc)
           
protected abstract  void AbstractLocalTransaction.doBeginTx(AbstractManagedConnection amc)
           
protected abstract  void AbstractLocalTransaction.doCommitTx(AbstractManagedConnection amc)
           
protected abstract  void AbstractLocalTransaction.doRollbackTx(AbstractManagedConnection amc)
           
 

Constructors in com.bea.adapter.spi with parameters of type AbstractManagedConnection
AbstractConnectionMetaData.AbstractConnectionMetaData(AbstractManagedConnection myManagedConnection)
           
AbstractLocalTransaction.AbstractLocalTransaction(AbstractManagedConnection mc)
           
 


WebLogic Integration

WebLogic Integration (WLI)