org.apache.openejb.client
Class SocketConnectionFactory
java.lang.Object
org.apache.openejb.client.SocketConnectionFactory
- All Implemented Interfaces:
- ConnectionFactory
public class SocketConnectionFactory
- extends java.lang.Object
- implements ConnectionFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocketConnectionFactory
public SocketConnectionFactory()
getInt
public static int getInt(java.util.Properties p,
java.lang.String property,
int defaultValue)
getLong
public static long getLong(java.util.Properties p,
java.lang.String property,
long defaultValue)
getConnection
public Connection getConnection(java.net.URI uri)
throws java.io.IOException
- Specified by:
getConnection
in interface ConnectionFactory
- Throws:
java.io.IOException
getKeepAliveStyle
public KeepAliveStyle getKeepAliveStyle()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.