Uses of Class
com.infoengine.connector.IeConnectionRequestInfo

Packages that use IeConnectionRequestInfo
com.infoengine.connector   
 

Uses of IeConnectionRequestInfo in com.infoengine.connector
 

Fields in com.infoengine.connector declared as IeConnectionRequestInfo
protected  IeConnectionRequestInfo PhysicalConnection.cxRequestInfo
           
private  IeConnectionRequestInfo IeManagedConnectionFactory.cxInfo
           
private  IeConnectionRequestInfo IeConnectionFactory.cxInfo
           
 

Methods in com.infoengine.connector that return IeConnectionRequestInfo
(package private)  IeConnectionRequestInfo PhysicalConnection.getRequestInfo()
           
 

Methods in com.infoengine.connector with parameters of type IeConnectionRequestInfo
(package private)  void PhysicalConnection.setRequestInfo(IeConnectionRequestInfo info)
           
(package private)  void IeManagedConnectionFactory.setRequestInfo(IeConnectionRequestInfo info)
          for use in non-managed scenario to propogate default connection request info back...
 

Constructors in com.infoengine.connector with parameters of type IeConnectionRequestInfo
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)