org.openejb.spi
Class ConnectionManagerConfig

java.lang.Object
  extended by org.openejb.spi.ConnectionManagerConfig

public class ConnectionManagerConfig
extends 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: 1096 $
Author:
Aaron Mulder (ammulder@alumni.princeton.edu)

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

Field Detail

properties

public Properties properties

containerManagedSignOn

public boolean containerManagedSignOn
Constructor Detail

ConnectionManagerConfig

public ConnectionManagerConfig()

ConnectionManagerConfig

public ConnectionManagerConfig(Properties properties,
                               boolean containerManagedSignOn)


Copyright © 1999-2012 OpenEJB. All Rights Reserved.