org.apache.openejb.client
Class SocketConnectionFactory

java.lang.Object
  extended by org.apache.openejb.client.SocketConnectionFactory
All Implemented Interfaces:
ConnectionFactory

public class SocketConnectionFactory
extends java.lang.Object
implements ConnectionFactory


Nested Class Summary
 class SocketConnectionFactory.Input
           
 class SocketConnectionFactory.Output
           
static class SocketConnectionFactory.Pool
           
 
Constructor Summary
SocketConnectionFactory()
           
 
Method Summary
 Connection getConnection(java.net.URI uri)
           
static int getInt(java.util.Properties p, java.lang.String property, int defaultValue)
           
 KeepAliveStyle getKeepAliveStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketConnectionFactory

public SocketConnectionFactory()
Method Detail

getInt

public static int getInt(java.util.Properties p,
                         java.lang.String property,
                         int 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-2010 The Apache OpenEJB development community. All Rights Reserved.