|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EConnectionEventListener in com.bankframe.ei.txnhandler.connector |
Methods in com.bankframe.ei.txnhandler.connector with parameters of type EConnectionEventListener | |
void |
EManagedConnection.addConnectionEventListener(EConnectionEventListener listener)
This method adds a connection event listener to the EManagedConnection instance. |
void |
EManagedConnection.removeConnectionEventListener(EConnectionEventListener listener)
Removes an already registered connection event listener from the EManagedConnection instance. |
Uses of EConnectionEventListener in com.bankframe.ei.txnhandler.connector.jdbcconnector |
Classes in com.bankframe.ei.txnhandler.connector.jdbcconnector that implement EConnectionEventListener | |
class |
JDBCConnectionManager
This class is an implementation of the EConnectionManager interface. |
Methods in com.bankframe.ei.txnhandler.connector.jdbcconnector with parameters of type EConnectionEventListener | |
void |
JDBCManagedConnection.addConnectionEventListener(EConnectionEventListener econnectioneventlistener)
This method adds an event listener to this managed connection's list of listeners. |
void |
JDBCManagedConnection.removeConnectionEventListener(EConnectionEventListener econnectioneventlistener)
This connection removes a specified event listener from it's list. |
Uses of EConnectionEventListener in com.bankframe.ei.txnhandler.connector.offline |
Classes in com.bankframe.ei.txnhandler.connector.offline that implement EConnectionEventListener | |
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 EConnectionEventListener | |
void |
OffLineManagedConnection.addConnectionEventListener(EConnectionEventListener listener)
This method adds an event listener to this managed connection's list of listeners. |
void |
OffLineManagedConnection.removeConnectionEventListener(EConnectionEventListener listener)
This connection removes a specified event listener from it's list. |
Uses of EConnectionEventListener in com.bankframe.examples.txnhandler.connector.coboltest |
Classes in com.bankframe.examples.txnhandler.connector.coboltest that implement EConnectionEventListener | |
class |
CobolTestConnectionManager
This class manages TestCustomerConnection instances |
Methods in com.bankframe.examples.txnhandler.connector.coboltest with parameters of type EConnectionEventListener | |
void |
CobolTestManagedConnection.addConnectionEventListener(EConnectionEventListener listener)
This method is called to add a listener for connection events |
void |
CobolTestManagedConnection.removeConnectionEventListener(EConnectionEventListener listener)
This method is called to remove a connection event listener |
Uses of EConnectionEventListener in com.bankframe.examples.txnhandler.connector.testcustomer |
Classes in com.bankframe.examples.txnhandler.connector.testcustomer that implement EConnectionEventListener | |
class |
TestCustomerConnectionManager
This class manages TestCustomerConnection instances |
Methods in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EConnectionEventListener | |
void |
TestCustomerManagedConnection.addConnectionEventListener(EConnectionEventListener listener)
This method is called to add a listener for connection events |
void |
TestCustomerManagedConnection.removeConnectionEventListener(EConnectionEventListener listener)
This method is called to remove a connection event listener |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |