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: 1096 $
- Author:
- Aaron Mulder (ammulder@alumni.princeton.edu)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
public java.util.Properties properties
containerManagedSignOn
public boolean containerManagedSignOn
ConnectionManagerConfig
public ConnectionManagerConfig()
ConnectionManagerConfig
public ConnectionManagerConfig(java.util.Properties properties,
boolean containerManagedSignOn)
Copyright © 1999-2011 OpenEJB. All Rights Reserved.