Uses of Interface
com.bankframe.ei.txnhandler.connector.EManagedConnection

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

Methods in com.bankframe.ei.txnhandler.connector that return EManagedConnection
 EManagedConnection EManagedConnectionFactory.createManagedConnection(java.lang.String properties)
          This method creates a new physical connection to the underlying Connector resource manager
 EManagedConnection EManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet, java.lang.String properties)
          This method returns a matched connection from the candidate set of connections
 

Constructors in com.bankframe.ei.txnhandler.connector with parameters of type EManagedConnection
EConnectionEvent(EManagedConnection mc, int id)
          This method constructs an EConnectionEvent object.
EConnectionEvent(EManagedConnection mc, int id, java.lang.Exception ex)
          This method constructs an EConnectionEvent object.
 

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

Classes in com.bankframe.ei.txnhandler.connector.jdbcconnector that implement EManagedConnection
 class JDBCManagedConnection
          This class represents a physical connection to JDBC.
 

Methods in com.bankframe.ei.txnhandler.connector.jdbcconnector that return EManagedConnection
 EManagedConnection JDBCManagedConnectionFactory.createManagedConnection(java.lang.String properties)
          This method will create a new physical connection to JDBC.
 EManagedConnection JDBCManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet, java.lang.String properties)
          The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes.
 EManagedConnection JDBCConnectionPool.getConnection(EManagedConnectionFactory emanagedconnectionfactory, java.lang.String s)
          This method gets a managed connection from the pool.
 

Methods in com.bankframe.ei.txnhandler.connector.jdbcconnector with parameters of type EManagedConnection
 void JDBCConnectionPool.addConnection(EManagedConnection emanagedconnection)
          This method adds a connection to the pool of available connections.
 void JDBCConnectionPool.freeConnection(EManagedConnection emanagedconnection)
          This method frees (makes available for use) a connection in the pool that was currently in use.
 void JDBCConnectionManager.freeConnection(EManagedConnection emanagedconnection)
          This method is called to free a connection from the Connection Pool.
 

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

Classes in com.bankframe.ei.txnhandler.connector.offline that implement EManagedConnection
 class OffLineManagedConnection
          This class represents a physical connection to the underlying OffLine Database.
 

Methods in com.bankframe.ei.txnhandler.connector.offline that return EManagedConnection
 EManagedConnection OffLineManagedConnectionFactory.createManagedConnection(java.lang.String properties)
          This method will create a new physical connection to the OffLine Database.
 EManagedConnection OffLineManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet, java.lang.String properties)
          The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes.
 EManagedConnection OffLineConnectionPool.getConnection(EManagedConnectionFactory mcf, java.lang.String properties)
          This method gets a managed connection from the pool.
 

Methods in com.bankframe.ei.txnhandler.connector.offline with parameters of type EManagedConnection
 void OffLineConnectionPool.addConnection(EManagedConnection conn)
          This method adds a connection to the pool of available connections.
 void OffLineConnectionPool.freeConnection(EManagedConnection conn)
          This method frees (makes available for use) a connection in the pool that was currently in use.
 void OffLineConnectionManager.freeConnection(EManagedConnection con)
          This method is called to free a connection from the Connection Pool.
 

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

Classes in com.bankframe.examples.txnhandler.connector.coboltest that implement EManagedConnection
 class CobolTestManagedConnection
          This class represents a managed TestCustomerConnection
 

Methods in com.bankframe.examples.txnhandler.connector.coboltest that return EManagedConnection
 EManagedConnection CobolTestManagedConnectionFactory.createManagedConnection(java.lang.String properties)
          This method creates a managed connection
 EManagedConnection CobolTestManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet, java.lang.String properties)
          The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes.
 EManagedConnection CobolTestConnectionPool.getConnection(EManagedConnectionFactory mcf, java.lang.String properties)
          This method gets a connection from the pool
 

Methods in com.bankframe.examples.txnhandler.connector.coboltest with parameters of type EManagedConnection
 void CobolTestConnectionPool.addConnection(EManagedConnection conn)
          This method adds a connection to the free pool
 void CobolTestConnectionPool.freeConnection(EManagedConnection conn)
          This method frees a connection
 void CobolTestConnectionManager.freeConnection(EManagedConnection con)
          This method releases a connection back into the pool
 

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

Classes in com.bankframe.examples.txnhandler.connector.testcustomer that implement EManagedConnection
 class TestCustomerManagedConnection
          This class represents a managed TestCustomerConnection
 

Methods in com.bankframe.examples.txnhandler.connector.testcustomer that return EManagedConnection
 EManagedConnection TestCustomerManagedConnectionFactory.createManagedConnection(java.lang.String properties)
          This method creates a managed connection
 EManagedConnection TestCustomerManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet, java.lang.String properties)
          The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes.
 EManagedConnection TestCustomerConnectionPool.getConnection(EManagedConnectionFactory mcf, java.lang.String properties)
          This method gets a connection from the pool
 

Methods in com.bankframe.examples.txnhandler.connector.testcustomer with parameters of type EManagedConnection
 void TestCustomerConnectionPool.addConnection(EManagedConnection conn)
          This method adds a connection to the free pool
 void TestCustomerConnectionPool.freeConnection(EManagedConnection conn)
          This method frees a connection
 void TestCustomerConnectionManager.freeConnection(EManagedConnection con)
          This method releases a connection back into the pool
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.