Uses of Class
com.bankframe.ei.txnhandler.connector.EConnectionEvent

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

Methods in com.bankframe.ei.txnhandler.connector with parameters of type EConnectionEvent
 void EConnectionEventListener.connectionClosed(EConnectionEvent event)
          This method notifies that an application component has closed the connection.
 void EConnectionEventListener.connectionErrorOccurred(EConnectionEvent event)
          This method notifies a connection related error.
 

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

Methods in com.bankframe.ei.txnhandler.connector.jdbcconnector with parameters of type EConnectionEvent
 void JDBCConnectionManager.connectionClosed(EConnectionEvent econnectionevent)
          This method is called when an application closes it's connection handle.
 void JDBCConnectionManager.connectionErrorOccurred(EConnectionEvent econnectionevent)
          This method is called when connection error occurs.
 

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

Methods in com.bankframe.ei.txnhandler.connector.offline with parameters of type EConnectionEvent
 void OffLineConnectionManager.connectionClosed(EConnectionEvent event)
          This method is called when an application closes it's connection handle.
 void OffLineConnectionManager.connectionErrorOccurred(EConnectionEvent event)
          This method is called when connection error occurs.
 

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

Methods in com.bankframe.examples.txnhandler.connector.coboltest with parameters of type EConnectionEvent
 void CobolTestConnectionManager.connectionClosed(EConnectionEvent event)
          This method is called when a connection is closed
 void CobolTestConnectionManager.connectionErrorOccurred(EConnectionEvent event)
          This method is called when a connection error occurs
 

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

Methods in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EConnectionEvent
 void TestCustomerConnectionManager.connectionClosed(EConnectionEvent event)
          This method is called when a connection is closed
 void TestCustomerConnectionManager.connectionErrorOccurred(EConnectionEvent event)
          This method is called when a connection error occurs
 



Copyright © 2005, 2007, Oracle. All rights reserved.