org.openejb.spi
Class ConnectionManagerConfig

java.lang.Object
  |
  +--org.openejb.spi.ConnectionManagerConfig

public class ConnectionManagerConfig
extends java.lang.Object

Holds the configuration information for a particular ManagedConnectionFactory / ConnectionManager combination. This includes things like the connection pool properties and whether the container should manage authentication to the resource adapter.

Version:
$Revision: 1.2 $

Field Summary
 boolean containerManagedSignOn
           
 java.util.Properties properties
           
 
Constructor Summary
ConnectionManagerConfig()
           
ConnectionManagerConfig(java.util.Properties properties, boolean containerManagedSignOn)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

public java.util.Properties properties

containerManagedSignOn

public boolean containerManagedSignOn
Constructor Detail

ConnectionManagerConfig

public ConnectionManagerConfig()

ConnectionManagerConfig

public ConnectionManagerConfig(java.util.Properties properties,
                               boolean containerManagedSignOn)