org.apache.openejb.client
Class ConnectionManager

java.lang.Object
  extended by org.apache.openejb.client.ConnectionManager

public class ConnectionManager
extends Object


Constructor Summary
ConnectionManager()
           
 
Method Summary
static Connection getConnection(URI uri)
           
static ClassLoader getContextClassLoader()
           
static ConnectionFactory getFactory()
           
static String getFactoryName()
           
static void setFactory(ConnectionFactory factory)
           
static void setFactory(String factoryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManager

public ConnectionManager()
Method Detail

getConnection

public static Connection getConnection(URI uri)
                                throws IOException
Throws:
IOException

setFactory

public static void setFactory(String factoryName)
                       throws IOException
Throws:
IOException

setFactory

public static void setFactory(ConnectionFactory factory)
                       throws IOException
Throws:
IOException

getFactory

public static ConnectionFactory getFactory()

getFactoryName

public static String getFactoryName()

getContextClassLoader

public static ClassLoader getContextClassLoader()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.