|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EManagedConnection in com.bankframe.ei.txnhandler.connector |
---|
Methods in com.bankframe.ei.txnhandler.connector that return EManagedConnection | |
---|---|
EManagedConnection |
EManagedConnectionFactory.createManagedConnection(String properties)
This method creates a new physical connection to the underlying Connector resource manager |
EManagedConnection |
EManagedConnectionFactory.matchManagedConnections(Set connectionSet,
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,
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(String properties)
This method will create a new physical connection to JDBC. |
EManagedConnection |
JDBCConnectionPool.getConnection(EManagedConnectionFactory emanagedconnectionfactory,
String s)
This method gets a managed connection from the pool. |
EManagedConnection |
JDBCManagedConnectionFactory.matchManagedConnections(Set connectionSet,
String properties)
The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes. |
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 |
JDBCConnectionManager.freeConnection(EManagedConnection emanagedconnection)
This method is called to free a connection from the Connection Pool. |
void |
JDBCConnectionPool.freeConnection(EManagedConnection emanagedconnection)
This method frees (makes available for use) a connection in the pool that was currently in use. |
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(String properties)
This method will create a new physical connection to the OffLine Database. |
EManagedConnection |
OffLineConnectionPool.getConnection(EManagedConnectionFactory mcf,
String properties)
This method gets a managed connection from the pool. |
EManagedConnection |
OffLineManagedConnectionFactory.matchManagedConnections(Set connectionSet,
String properties)
The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes. |
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(String properties)
This method creates a managed connection |
EManagedConnection |
CobolTestConnectionPool.getConnection(EManagedConnectionFactory mcf,
String properties)
This method gets a connection from the pool |
EManagedConnection |
CobolTestManagedConnectionFactory.matchManagedConnections(Set connectionSet,
String properties)
The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes. |
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 |
CobolTestConnectionManager.freeConnection(EManagedConnection con)
This method releases a connection back into the pool |
void |
CobolTestConnectionPool.freeConnection(EManagedConnection conn)
This method frees a connection |
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(String properties)
This method creates a managed connection |
EManagedConnection |
TestCustomerConnectionPool.getConnection(EManagedConnectionFactory mcf,
String properties)
This method gets a connection from the pool |
EManagedConnection |
TestCustomerManagedConnectionFactory.matchManagedConnections(Set connectionSet,
String properties)
The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |