org.apache.openejb.jee
Class ConnectionDefinition

java.lang.Object
  extended by 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.


Field Summary
protected  java.util.List<ConfigProperty> configProperty
           
protected  java.lang.String connectionFactoryImplClass
           
protected  java.lang.String connectionFactoryInterface
           
protected  java.lang.String connectionImplClass
           
protected  java.lang.String connectionInterface
           
protected  java.lang.String id
           
protected  java.lang.String managedConnectionFactoryClass
           
 
Constructor Summary
ConnectionDefinition()
           
 
Method Summary
 java.util.List<ConfigProperty> getConfigProperty()
           
 java.lang.String getConnectionFactoryImplClass()
           
 java.lang.String getConnectionFactoryInterface()
           
 java.lang.String getConnectionImplClass()
           
 java.lang.String getConnectionInterface()
           
 java.lang.String getId()
           
 java.lang.String getManagedConnectionFactoryClass()
           
 void setConnectionFactoryImplClass(java.lang.String value)
           
 void setConnectionFactoryInterface(java.lang.String value)
           
 void setConnectionImplClass(java.lang.String value)
           
 void setConnectionInterface(java.lang.String value)
           
 void setId(java.lang.String value)
           
 void setManagedConnectionFactoryClass(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConnectionDefinition

public ConnectionDefinition()
Method Detail

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.