org.openejb.spi
Class ConnectionManagerConfig

java.lang.Object
  extended by 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: 1096 $
Author:
Aaron Mulder (ammulder@alumni.princeton.edu)

Field Summary
 boolean containerManagedSignOn
           
 java.util.Properties properties
           
 
Constructor Summary
ConnectionManagerConfig()
           
ConnectionManagerConfig(java.util.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 java.util.Properties properties

containerManagedSignOn

public boolean containerManagedSignOn
Constructor Detail

ConnectionManagerConfig

public ConnectionManagerConfig()

ConnectionManagerConfig

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


Copyright © 1999-2011 OpenEJB. All Rights Reserved.