|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EConnection in com.bankframe.ei.txnhandler.connector |
Subinterfaces of EConnection in com.bankframe.ei.txnhandler.connector | |
interface |
EAsynchronousConnection
|
Methods in com.bankframe.ei.txnhandler.connector that return EConnection | |
EConnection |
EConnectionFactory.getConnection()
This method gets a connection to a Host system instance. |
EConnection |
EConnectionFactory.getConnection(java.lang.String properties)
This method gets a connection to a Host system instance. |
Uses of EConnection in com.bankframe.ei.txnhandler.connector.http |
Classes in com.bankframe.ei.txnhandler.connector.http that implement EConnection | |
class |
HTTPConnection
This class is the connection class for the HTTP Connector. |
Methods in com.bankframe.ei.txnhandler.connector.http that return EConnection | |
EConnection |
HTTPSSLConnectionFactory.getConnection()
|
EConnection |
HTTPSSLConnectionFactory.getConnection(java.lang.String properties)
|
EConnection |
HTTPConnectionFactory.getConnection()
|
EConnection |
HTTPConnectionFactory.getConnection(java.lang.String properties)
|
Uses of EConnection in com.bankframe.ei.txnhandler.connector.jdbcconnector |
Classes in com.bankframe.ei.txnhandler.connector.jdbcconnector that implement EConnection | |
class |
JDBCConnection
JDBCConnection is an implementation of the interface EConnection. |
Methods in com.bankframe.ei.txnhandler.connector.jdbcconnector that return EConnection | |
EConnection |
JDBCConnectionFactory.getConnection()
This method gets a connection handle to JDBC. |
EConnection |
JDBCConnectionFactory.getConnection(java.lang.String s)
This method gets a connection handle to JDBC, by matching or creating a new connection to the parameters specified in the String of properties passed in. |
Uses of EConnection in com.bankframe.ei.txnhandler.connector.offline |
Classes in com.bankframe.ei.txnhandler.connector.offline that implement EConnection | |
class |
OffLineConnection
This class represents an application-level handle to the OffLine Database that is used by a client to access the underlying physical connection. |
Methods in com.bankframe.ei.txnhandler.connector.offline that return EConnection | |
EConnection |
OffLineConnectionFactory.getConnection()
This method gets a connection handle to the OffLine database. |
EConnection |
OffLineConnectionFactory.getConnection(java.lang.String properties)
This method gets a connection handle to the OffLine database, by matching or creating a new connection to the parameters specified in the String of properties passed in. |
Uses of EConnection in com.bankframe.examples.txnhandler.connector.coboltest |
Classes in com.bankframe.examples.txnhandler.connector.coboltest that implement EConnection | |
class |
CobolTestConnection
This class provides a test BankFrame Connector that can be used to test the funcionality of the Transaction Handler |
Methods in com.bankframe.examples.txnhandler.connector.coboltest that return EConnection | |
EConnection |
CobolTestConnectionFactory.getConnection()
This method gets an TestCustomerConnection instance |
EConnection |
CobolTestConnectionFactory.getConnection(java.lang.String properties)
This method gets an TestCustomerConnection instance |
Uses of EConnection in com.bankframe.examples.txnhandler.connector.testcustomer |
Classes in com.bankframe.examples.txnhandler.connector.testcustomer that implement EConnection | |
class |
TestCustomerConnection
This class provides a test BankFrame Connector that can be used to test the funcionality of the Transaction Handler |
Methods in com.bankframe.examples.txnhandler.connector.testcustomer that return EConnection | |
EConnection |
TestCustomerConnectionFactory.getConnection()
This method gets an TestCustomerConnection instance |
EConnection |
TestCustomerConnectionFactory.getConnection(java.lang.String properties)
This method gets an TestCustomerConnection instance |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |