|
||||||||||
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 | |
---|---|
Object |
EConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
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 | |
---|---|
Object |
JDBCConnectionManager.allocateConnection(EManagedConnectionFactory emanagedconnectionfactory,
String properties)
This method gets called by the host connector's connection factory instance. |
EManagedConnection |
JDBCConnectionPool.getConnection(EManagedConnectionFactory emanagedconnectionfactory,
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,
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 | |
---|---|
Object |
OffLineConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
String properties)
This method gets called by the host connector's connection factory instance. |
EManagedConnection |
OffLineConnectionPool.getConnection(EManagedConnectionFactory mcf,
String properties)
This method gets a managed connection from the pool. |
Constructors in com.bankframe.ei.txnhandler.connector.offline with parameters of type EManagedConnectionFactory | |
---|---|
OffLineConnectionFactory(EManagedConnectionFactory mcf)
OffLineHostConnectionFactory constructor. |
|
OffLineConnectionFactory(EManagedConnectionFactory mcf,
EConnectionManager cm)
OffLineHostConnectionFactory constructor. |
|
OffLineManagedConnection(EManagedConnectionFactory mcf,
Connection con)
OffLineManagedConnection 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 | |
---|---|
Object |
CobolTestConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
String properties)
This method gets a TestCustomerConnection instance |
EManagedConnection |
CobolTestConnectionPool.getConnection(EManagedConnectionFactory mcf,
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 | |
---|---|
Object |
TestCustomerConnectionManager.allocateConnection(EManagedConnectionFactory mcf,
String properties)
This method gets a TestCustomerConnection instance |
EManagedConnection |
TestCustomerConnectionPool.getConnection(EManagedConnectionFactory mcf,
String properties)
This method gets a connection from the pool |
Constructors in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EManagedConnectionFactory | |
---|---|
TestCustomerManagedConnection(EManagedConnectionFactory mcf)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |