Uses of Class
com.infoengine.connector.IeManagedConnectionFactory

Packages that use IeManagedConnectionFactory
com.infoengine.connector   
com.infoengine.schema.client   
 

Uses of IeManagedConnectionFactory in com.infoengine.connector
 

Fields in com.infoengine.connector declared as IeManagedConnectionFactory
private  IeManagedConnectionFactory IeConnectionFactory.managedCxFactory
           
 

Constructors in com.infoengine.connector with parameters of type IeManagedConnectionFactory
IeConnectionFactory(IeManagedConnectionFactory factory, javax.resource.spi.ConnectionManager manager, IeConnectionRequestInfo rqInfo, Log l)
          constructor used in a managed scenario
in this case the ConnectionManager is provided by the j2ee container (application server)
 

Uses of IeManagedConnectionFactory in com.infoengine.schema.client
 

Fields in com.infoengine.schema.client declared as IeManagedConnectionFactory
private  IeManagedConnectionFactory SchemaUtils.managedCxFactory