Uses of Class
org.mule.module.jca.MuleManagedConnection

Packages that use MuleManagedConnection
org.mule.module.jca A Resource Adapter implementation that allows a Mule instance to be deployed to a J2ee application server and exposes Mule services via the JCA connector architecture. 
 

Uses of MuleManagedConnection in org.mule.module.jca
 

Methods in org.mule.module.jca that return MuleManagedConnection
 MuleManagedConnection MuleConnection.getManagedConnection()
           
 MuleManagedConnection DefaultMuleConnection.getManagedConnection()
          Retrieves a ManagedConnection.
 

Methods in org.mule.module.jca with parameters of type MuleManagedConnection
 void MuleConnection.associateConnection(MuleManagedConnection newMc)
           
 void DefaultMuleConnection.associateConnection(MuleManagedConnection newMc)
          Associates connection handle with new managed connection.
 

Constructors in org.mule.module.jca with parameters of type MuleManagedConnection
DefaultMuleConnection(MuleManagedConnection managedConnection, MuleContext muleContext, MuleCredentials credentials)
           
MuleManagedConnectionMetaData(MuleManagedConnection mc)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.