org.apache.openejb.resource.jdbc
Class DataSourceHelper

java.lang.Object
  extended by org.apache.openejb.resource.jdbc.DataSourceHelper

public final class DataSourceHelper
extends Object


Method Summary
static void setUrl(DataSource dataSource, String url)
           
static void setUrl(DataSource dataSource, String url, ClassLoader classLoader, String clazz, String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setUrl

public static void setUrl(DataSource dataSource,
                          String url,
                          ClassLoader classLoader,
                          String clazz,
                          String method)
                   throws Exception
Throws:
Exception

setUrl

public static void setUrl(DataSource dataSource,
                          String url)
                   throws Exception
Throws:
Exception


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.