Uses of Interface
com.bankframe.ei.txnhandler.connector.EConnectionFactory

Packages that use EConnectionFactory
com.bankframe.ei.txnhandler.connector.http   
com.bankframe.ei.txnhandler.connector.jdbcconnector   
com.bankframe.ei.txnhandler.connector.offline   
com.bankframe.examples.txnhandler.connector.coboltest   
com.bankframe.examples.txnhandler.connector.testcustomer   
 

Uses of EConnectionFactory in com.bankframe.ei.txnhandler.connector.http
 

Classes in com.bankframe.ei.txnhandler.connector.http that implement EConnectionFactory
 class HTTPConnectionFactory
          This class is the connection factory for the HTTP Connector.
 class HTTPSSLConnectionFactory
          This class is the connection factory for the HTTP Call over SSL.
 

Uses of EConnectionFactory in com.bankframe.ei.txnhandler.connector.jdbcconnector
 

Classes in com.bankframe.ei.txnhandler.connector.jdbcconnector that implement EConnectionFactory
 class JDBCConnectionFactory
          This class provides a means for an application to obtain a connection to a host system.
 

Uses of EConnectionFactory in com.bankframe.ei.txnhandler.connector.offline
 

Classes in com.bankframe.ei.txnhandler.connector.offline that implement EConnectionFactory
 class OffLineConnectionFactory
          This class provides a means for an application to obtain a connection to a host system.
 

Uses of EConnectionFactory in com.bankframe.examples.txnhandler.connector.coboltest
 

Classes in com.bankframe.examples.txnhandler.connector.coboltest that implement EConnectionFactory
 class CobolTestConnectionFactory
          This class creates TestCustomerConnection instances
 

Uses of EConnectionFactory in com.bankframe.examples.txnhandler.connector.testcustomer
 

Classes in com.bankframe.examples.txnhandler.connector.testcustomer that implement EConnectionFactory
 class TestCustomerConnectionFactory
          This class creates TestCustomerConnection instances
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.