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

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

Methods in org.mule.module.jca that return MuleManagedConnectionFactory
 MuleManagedConnectionFactory DefaultMuleConnectionFactory.getFactory()
           
 MuleManagedConnectionFactory MuleConnectionFactory.getFactory()
           
 MuleManagedConnectionFactory MuleManagedConnection.getManagedConnectionFactory()
          Returns the ManagedConnectionFactory that created this instance of ManagedConnection.
 

Methods in org.mule.module.jca with parameters of type MuleManagedConnectionFactory
 void DefaultMuleConnectionFactory.setFactory(MuleManagedConnectionFactory factory)
           
 void MuleConnectionFactory.setFactory(MuleManagedConnectionFactory factory)
           
 

Constructors in org.mule.module.jca with parameters of type MuleManagedConnectionFactory
DefaultMuleConnectionFactory(MuleManagedConnectionFactory factory, ConnectionManager manager, MuleConnectionRequestInfo info)
           
 



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