|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bankframe.ei.txnhandler.connector.jdbcconnector.JDBCManagedConnectionFactory
Constructor Summary | |
JDBCManagedConnectionFactory()
JDBCManagedConnectionFactory constructor. |
Method Summary | |
java.lang.Object |
createConnectionFactory()
This method creates a new JDBCConnectionFactory instance. |
java.lang.Object |
createConnectionFactory(EConnectionManager econnectionmanager)
This method creates a new JDBCConnectionFactory instance. |
EManagedConnection |
createManagedConnection(java.lang.String properties)
This method will create a new physical connection to JDBC. |
boolean |
equals(java.lang.Object obj)
This method checks whether a EManagedConnectionFactory instance is equal to this one. |
EManagedConnection |
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. |
java.util.Properties |
parseProperties(java.lang.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 java.lang.Object createConnectionFactory()
createConnectionFactory
in interface EManagedConnectionFactory
public java.lang.Object createConnectionFactory(EConnectionManager econnectionmanager)
createConnectionFactory
in interface EManagedConnectionFactory
econnectionmanager
- An instance of a Connection Manager to use with this factory.
public EManagedConnection createManagedConnection(java.lang.String properties)
createManagedConnection
in interface EManagedConnectionFactory
properties
- A semi-colon delimited String of property values to be associated with
this connection.
public boolean equals(java.lang.Object obj)
equals
in interface EManagedConnectionFactory
equals
in class java.lang.Object
obj
- An instance of another EManagedConnectionFactory object.
public EManagedConnection matchManagedConnections(java.util.Set connectionSet, java.lang.String properties)
matchManagedConnections
in interface EManagedConnectionFactory
connectionSet
- the connection setproperties
- a semi-colon delimited String of property values.
public java.util.Properties parseProperties(java.lang.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 |