|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.sqlunit.handlers.ConnectionHandler
public class ConnectionHandler
The ConnectionHandler class creates a JDBC connection object given its parameters in the form of a JDOM Element.
Constructor Summary | |
---|---|
ConnectionHandler()
|
Method Summary | |
---|---|
java.util.Map |
getLastConnectionProperties()
Returns the last connection's properties. |
java.lang.Object |
process(org.jdom.Element elConn)
Processes the JDOM Element and returns a JDBC Connection object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionHandler()
Method Detail |
---|
public final java.util.Map getLastConnectionProperties()
public final java.lang.Object process(org.jdom.Element elConn) throws java.lang.Exception
process
in interface IHandler
elConn
- the JDOM Element representing the Connection parameters.
java.lang.Exception
- if something goes wrong with the creating.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |