|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EManagedConnectionFactory in com.bankframe.ei.txnhandler.connector |
Methods in com.bankframe.ei.txnhandler.connector with parameters of type EManagedConnectionFactory | |
java.lang.Object |
EConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
java.lang.String properties)
This method gets called by the connector's connection factory instance. |
Uses of EManagedConnectionFactory in com.bankframe.ei.txnhandler.connector.jdbcconnector |
Classes in com.bankframe.ei.txnhandler.connector.jdbcconnector that implement EManagedConnectionFactory | |
class |
JDBCManagedConnectionFactory
|
Methods in com.bankframe.ei.txnhandler.connector.jdbcconnector with parameters of type EManagedConnectionFactory | |
java.lang.Object |
JDBCConnectionManager.allocateConnection(EManagedConnectionFactory emanagedconnectionfactory,
java.lang.String properties)
This method gets called by the host connector's connection factory instance. |
EManagedConnection |
JDBCConnectionPool.getConnection(EManagedConnectionFactory emanagedconnectionfactory,
java.lang.String s)
This method gets a managed connection from the pool. |
Constructors in com.bankframe.ei.txnhandler.connector.jdbcconnector with parameters of type EManagedConnectionFactory | |
JDBCManagedConnection(EManagedConnectionFactory emanagedconnectionfactory,
java.sql.Connection connection)
JDBCManagedConnection constructor with EManagedConnectionFactory argument. |
Uses of EManagedConnectionFactory in com.bankframe.ei.txnhandler.connector.offline |
Classes in com.bankframe.ei.txnhandler.connector.offline that implement EManagedConnectionFactory | |
class |
OffLineManagedConnectionFactory
OffLineManagedConnectionFactory is the implementation of EManagedConnectionFactory. |
Methods in com.bankframe.ei.txnhandler.connector.offline that return EManagedConnectionFactory | |
EManagedConnectionFactory |
OffLineManagedConnection.getManagedConnectionFactory()
This method returns the EManagedConnectionFactory associated with this connection. |
Methods in com.bankframe.ei.txnhandler.connector.offline with parameters of type EManagedConnectionFactory | |
EManagedConnection |
OffLineConnectionPool.getConnection(EManagedConnectionFactory mcf,
java.lang.String properties)
This method gets a managed connection from the pool. |
java.lang.Object |
OffLineConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
java.lang.String properties)
This method gets called by the host connector's connection factory instance. |
Constructors in com.bankframe.ei.txnhandler.connector.offline with parameters of type EManagedConnectionFactory | |
OffLineManagedConnection(EManagedConnectionFactory mcf,
java.sql.Connection con)
OffLineManagedConnection constructor. |
|
OffLineConnectionFactory(EManagedConnectionFactory mcf)
OffLineHostConnectionFactory constructor. |
|
OffLineConnectionFactory(EManagedConnectionFactory mcf,
EConnectionManager cm)
OffLineHostConnectionFactory constructor. |
Uses of EManagedConnectionFactory in com.bankframe.examples.txnhandler.connector.coboltest |
Classes in com.bankframe.examples.txnhandler.connector.coboltest that implement EManagedConnectionFactory | |
class |
CobolTestManagedConnectionFactory
This class creates TestCustomerManagedConnection instances |
Methods in com.bankframe.examples.txnhandler.connector.coboltest with parameters of type EManagedConnectionFactory | |
java.lang.Object |
CobolTestConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
java.lang.String properties)
This method gets a TestCustomerConnection instance |
EManagedConnection |
CobolTestConnectionPool.getConnection(EManagedConnectionFactory mcf,
java.lang.String properties)
This method gets a connection from the pool |
Constructors in com.bankframe.examples.txnhandler.connector.coboltest with parameters of type EManagedConnectionFactory | |
CobolTestManagedConnection(EManagedConnectionFactory mcf)
Constructor |
Uses of EManagedConnectionFactory in com.bankframe.examples.txnhandler.connector.testcustomer |
Classes in com.bankframe.examples.txnhandler.connector.testcustomer that implement EManagedConnectionFactory | |
class |
TestCustomerManagedConnectionFactory
This class creates TestCustomerManagedConnection instances |
Methods in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EManagedConnectionFactory | |
EManagedConnection |
TestCustomerConnectionPool.getConnection(EManagedConnectionFactory mcf,
java.lang.String properties)
This method gets a connection from the pool |
java.lang.Object |
TestCustomerConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
java.lang.String properties)
This method gets a TestCustomerConnection instance |
Constructors in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EManagedConnectionFactory | |
TestCustomerManagedConnection(EManagedConnectionFactory mcf)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |