org.openejb.client
Class HttpConnectionFactory
java.lang.Object
org.openejb.client.HttpConnectionFactory
- All Implemented Interfaces:
- ConnectionFactory
public class HttpConnectionFactory
- extends Object
- implements ConnectionFactory
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpConnectionFactory
public HttpConnectionFactory()
init
public void init(Properties props)
- Description copied from interface:
ConnectionFactory
- Prepares the ConnectionFactory for use. Called once right after
the ConnectionFactory is instantiated.
- Specified by:
init
in interface ConnectionFactory
getConnection
public Connection getConnection(ServerMetaData server)
throws IOException
- Description copied from interface:
ConnectionFactory
- Get a connection from the factory
- Specified by:
getConnection
in interface ConnectionFactory
- Returns:
- Connection
- Throws:
IOException
Copyright © 1999-2010 OpenEJB. All Rights Reserved.