org.openejb.client
Class ConnectionManager
java.lang.Object
org.openejb.client.ConnectionManager
public class ConnectionManager
- extends java.lang.Object
- Since:
- 11/25/2001
- Author:
- David Blevins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionManager
public ConnectionManager()
getConnection
public static Connection getConnection(ServerMetaData server)
throws java.io.IOException
- Throws:
java.io.IOException
setFactory
public static void setFactory(java.lang.String factoryName)
throws java.io.IOException
- Throws:
java.io.IOException
getFactory
public static ConnectionFactory getFactory()
getFactoryName
public static java.lang.String getFactoryName()
getContextClassLoader
public static java.lang.ClassLoader getContextClassLoader()
Copyright © 1999-2011 OpenEJB. All Rights Reserved.