|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.ei.txnhandler.connector.jdbcconnector.JDBCManagedConnectionFactory
public class JDBCManagedConnectionFactory
Constructor Summary | |
---|---|
JDBCManagedConnectionFactory()
JDBCManagedConnectionFactory constructor. |
Method Summary | |
---|---|
Object |
createConnectionFactory()
This method creates a new JDBCConnectionFactory instance. |
Object |
createConnectionFactory(EConnectionManager econnectionmanager)
This method creates a new JDBCConnectionFactory instance. |
EManagedConnection |
createManagedConnection(String properties)
This method will create a new physical connection to JDBC. |
boolean |
equals(Object obj)
This method checks whether a EManagedConnectionFactory instance is equal to this one. |
EManagedConnection |
matchManagedConnections(Set connectionSet,
String properties)
The matchManagedConnections search the connection set, the pool, to find if there is a connector with right propertioes. |
Properties |
parseProperties(String properties)
This method will parse a semi-colon delimited String into a Properties object. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCManagedConnectionFactory()
Method Detail |
---|
public Object createConnectionFactory()
createConnectionFactory
in interface EManagedConnectionFactory
public Object createConnectionFactory(EConnectionManager econnectionmanager)
createConnectionFactory
in interface EManagedConnectionFactory
econnectionmanager
- An instance of a Connection Manager to use with this factory.
public EManagedConnection createManagedConnection(String properties)
createManagedConnection
in interface EManagedConnectionFactory
properties
- A semi-colon delimited String of property values to be associated with
this connection.
public boolean equals(Object obj)
equals
in interface EManagedConnectionFactory
equals
in class Object
obj
- An instance of another EManagedConnectionFactory object.
public EManagedConnection matchManagedConnections(Set connectionSet, String properties)
matchManagedConnections
in interface EManagedConnectionFactory
connectionSet
- the connection setproperties
- a semi-colon delimited String of property values.
public Properties parseProperties(String properties)
properties
- A semi-colon delimited String of property values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |