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

Packages that use EConnectionManager
com.bankframe.ei.txnhandler.connector   
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 EConnectionManager in com.bankframe.ei.txnhandler.connector
 

Methods in com.bankframe.ei.txnhandler.connector with parameters of type EConnectionManager
 java.lang.Object EManagedConnectionFactory.createConnectionFactory(EConnectionManager cm)
          This method creates a Connection Factory instance.
 

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

Classes in com.bankframe.ei.txnhandler.connector.jdbcconnector that implement EConnectionManager
 class JDBCConnectionManager
          This class is an implementation of the EConnectionManager interface.
 

Methods in com.bankframe.ei.txnhandler.connector.jdbcconnector with parameters of type EConnectionManager
 java.lang.Object JDBCManagedConnectionFactory.createConnectionFactory(EConnectionManager econnectionmanager)
          This method creates a new JDBCConnectionFactory instance.
 

Constructors in com.bankframe.ei.txnhandler.connector.jdbcconnector with parameters of type EConnectionManager
JDBCConnectionFactory(JDBCManagedConnectionFactory jdbcmanagedconnectionfactory, EConnectionManager econnectionmanager)
          JDBCConnectionFactory constructor with argument JDBCManagedConnectionFactory.
 

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

Classes in com.bankframe.ei.txnhandler.connector.offline that implement EConnectionManager
 class OffLineConnectionManager
          This class acts as a resource manager for the OffLine Connector.
 

Methods in com.bankframe.ei.txnhandler.connector.offline with parameters of type EConnectionManager
 java.lang.Object OffLineManagedConnectionFactory.createConnectionFactory(EConnectionManager cm)
          This method creates a new OffLineConnectionFactory instance.
 

Constructors in com.bankframe.ei.txnhandler.connector.offline with parameters of type EConnectionManager
OffLineConnectionFactory(EManagedConnectionFactory mcf, EConnectionManager cm)
          OffLineHostConnectionFactory constructor.
 

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

Classes in com.bankframe.examples.txnhandler.connector.coboltest that implement EConnectionManager
 class CobolTestConnectionManager
          This class manages TestCustomerConnection instances
 

Methods in com.bankframe.examples.txnhandler.connector.coboltest with parameters of type EConnectionManager
 java.lang.Object CobolTestManagedConnectionFactory.createConnectionFactory(EConnectionManager cm)
          This method creates a connection factory
 

Constructors in com.bankframe.examples.txnhandler.connector.coboltest with parameters of type EConnectionManager
CobolTestConnectionFactory(CobolTestManagedConnectionFactory tcmcf, EConnectionManager ecm)
          Constructor
 

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

Classes in com.bankframe.examples.txnhandler.connector.testcustomer that implement EConnectionManager
 class TestCustomerConnectionManager
          This class manages TestCustomerConnection instances
 

Methods in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EConnectionManager
 java.lang.Object TestCustomerManagedConnectionFactory.createConnectionFactory(EConnectionManager cm)
          This method creates a connection factory
 

Constructors in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EConnectionManager
TestCustomerConnectionFactory(TestCustomerManagedConnectionFactory tcmcf, EConnectionManager ecm)
          Constructor
 



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