Uses of Interface
org.mule.module.jca.MuleConnection

Packages that use MuleConnection
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 MuleConnection in org.mule.module.jca
 

Classes in org.mule.module.jca that implement MuleConnection
 class DefaultMuleConnection
          MuleConnection TODO
 

Methods in org.mule.module.jca that return MuleConnection
 MuleConnection DefaultMuleConnectionFactory.createConnection()
           
 MuleConnection MuleConnectionFactory.createConnection()
           
 MuleConnection DefaultMuleConnectionFactory.createConnection(MuleConnectionRequestInfo info)
           
 MuleConnection MuleConnectionFactory.createConnection(MuleConnectionRequestInfo info)
           
 

Methods in org.mule.module.jca with parameters of type MuleConnection
 void MuleManagedConnection.addConnection(MuleConnection connection)
          Associate connection handle with the physical connection.
 void MuleManagedConnection.removeConnection(MuleConnection connection)
          Removes the associated connection handle from the connections set to the physical connection.
 



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