|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.resource.jdbc.BasicDataSourceUtil
public final class BasicDataSourceUtil
Method Summary | |
---|---|
static DataSourcePlugin |
getDataSourcePlugin(java.lang.String jdbcUrl)
|
static java.lang.String |
getJdbcName(java.lang.String jdbcUrl)
|
static PasswordCipher |
getPasswordCipher(java.lang.String passwordCipherClass)
Create a PasswordCipher instance from the
#passwordCipherClass . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DataSourcePlugin getDataSourcePlugin(java.lang.String jdbcUrl) throws java.sql.SQLException
java.sql.SQLException
public static java.lang.String getJdbcName(java.lang.String jdbcUrl)
public static PasswordCipher getPasswordCipher(java.lang.String passwordCipherClass) throws java.sql.SQLException
PasswordCipher
instance from the
#passwordCipherClass
.
passwordCipherClass
- the password cipher to look for
#passwordCipherClass
optionally set.
java.sql.SQLException
- if the driver can not be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |