org.apache.openejb.jee
Class ConnectionDefinition

java.lang.Object
  extended by org.apache.openejb.jee.ConnectionDefinition

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

Field Detail

managedConnectionFactoryClass

protected String managedConnectionFactoryClass

configProperty

protected List<ConfigProperty> configProperty

connectionFactoryInterface

protected String connectionFactoryInterface

connectionFactoryImplClass

protected String connectionFactoryImplClass

connectionInterface

protected String connectionInterface

connectionImplClass

protected String connectionImplClass

id

protected String id
Constructor Detail

ConnectionDefinition

public ConnectionDefinition()
Method Detail

getManagedConnectionFactoryClass

public String getManagedConnectionFactoryClass()

setManagedConnectionFactoryClass

public void setManagedConnectionFactoryClass(String value)

getConfigProperty

public List<ConfigProperty> getConfigProperty()

getConnectionFactoryInterface

public String getConnectionFactoryInterface()

setConnectionFactoryInterface

public void setConnectionFactoryInterface(String value)

getConnectionFactoryImplClass

public String getConnectionFactoryImplClass()

setConnectionFactoryImplClass

public void setConnectionFactoryImplClass(String value)

getConnectionInterface

public String getConnectionInterface()

setConnectionInterface

public void setConnectionInterface(String value)

getConnectionImplClass

public String getConnectionImplClass()

setConnectionImplClass

public void setConnectionImplClass(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.