Uses of Class
cuba.wired.WiredManagedConnection

Packages that use WiredManagedConnection
cuba.ejb This package handles cuba-components inside a managed ejb enviroment. 
cuba.wired This package handles cuba-components inside a wired enviroment. 
 

Uses of WiredManagedConnection in cuba.ejb
 

Subclasses of WiredManagedConnection in cuba.ejb
 class EJBManagedConnection
           
 

Uses of WiredManagedConnection in cuba.wired
 

Subclasses of WiredManagedConnection in cuba.wired
 class WiredUnrestrictedManagedConnection
           
 

Methods in cuba.wired that return WiredManagedConnection
 WiredManagedConnection WiredTransactionI.allocateResource(ResourceFactoryI resource)
           
 WiredManagedConnection PrimitiveTransaction.allocateResource(ResourceFactoryI factory)
           
 WiredManagedConnection WiredUnrestrictedDataSource.nextConnection()
           
 WiredManagedConnection WiredPooledDataSource.nextConnection()
           
 WiredManagedConnection WiredDataSourceI.nextConnection()
           
 

Methods in cuba.wired with parameters of type WiredManagedConnection
 void WiredUnrestrictedDataSource.dropConnection(WiredManagedConnection mcon)
           
 void WiredPooledDataSource.dropConnection(WiredManagedConnection mcon)
          Called by the transaction manager to signal that the passed connection is no longer in use.
 void WiredDataSourceI.dropConnection(WiredManagedConnection mcon)
           
 void WiredTransactionI.releaseResource(ResourceFactoryI resource, WiredManagedConnection con)
           
 void PrimitiveTransaction.releaseResource(ResourceFactoryI factory, WiredManagedConnection con)