org.apache.openejb.jee
Class ConnectionDefinition
java.lang.Object
org.apache.openejb.jee.ConnectionDefinition
public class ConnectionDefinition
- extends java.lang.Object
The connection-definitionType defines a set of connection
interfaces and classes pertaining to a particular connection
type. This also includes configurable properties for
ManagedConnectionFactory instances that may be produced out
of this set.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
managedConnectionFactoryClass
protected java.lang.String managedConnectionFactoryClass
configProperty
protected java.util.List<ConfigProperty> configProperty
connectionFactoryInterface
protected java.lang.String connectionFactoryInterface
connectionFactoryImplClass
protected java.lang.String connectionFactoryImplClass
connectionInterface
protected java.lang.String connectionInterface
connectionImplClass
protected java.lang.String connectionImplClass
id
protected java.lang.String id
ConnectionDefinition
public ConnectionDefinition()
getManagedConnectionFactoryClass
public java.lang.String getManagedConnectionFactoryClass()
setManagedConnectionFactoryClass
public void setManagedConnectionFactoryClass(java.lang.String value)
getConfigProperty
public java.util.List<ConfigProperty> getConfigProperty()
getConnectionFactoryInterface
public java.lang.String getConnectionFactoryInterface()
setConnectionFactoryInterface
public void setConnectionFactoryInterface(java.lang.String value)
getConnectionFactoryImplClass
public java.lang.String getConnectionFactoryImplClass()
setConnectionFactoryImplClass
public void setConnectionFactoryImplClass(java.lang.String value)
getConnectionInterface
public java.lang.String getConnectionInterface()
setConnectionInterface
public void setConnectionInterface(java.lang.String value)
getConnectionImplClass
public java.lang.String getConnectionImplClass()
setConnectionImplClass
public void setConnectionImplClass(java.lang.String value)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.