org.apache.geronimo.converter
Class XADatabasePool

java.lang.Object
  extended by org.apache.geronimo.converter.AbstractDatabasePool
      extended by org.apache.geronimo.converter.XADatabasePool
All Implemented Interfaces:
Serializable

public class XADatabasePool
extends AbstractDatabasePool

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.geronimo.converter.AbstractDatabasePool
VENDOR_INFORMIX, VENDOR_MYSQL, VENDOR_ORACLE, VENDOR_SYBASE
 
Constructor Summary
XADatabasePool()
           
 
Method Summary
 Properties getProperties()
           
 String getXaDataSourceClass()
           
 void setProperties(Properties properties)
           
 void setXaDataSourceClass(String xaDataSourceClass)
           
 
Methods inherited from class org.apache.geronimo.converter.AbstractDatabasePool
getBlockingTimeoutMillis, getIdleTimeoutMillis, getJndiName, getMaxSize, getMinSize, getName, getNewConnectionSQL, getStatementCacheSize, getTestConnectionSQL, getVendor, setBlockingTimeoutMillis, setIdleTimeoutMillis, setJndiName, setMaxSize, setMinSize, setName, setNewConnectionSQL, setStatementCacheSize, setTestConnectionSQL, setVendor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XADatabasePool

public XADatabasePool()
Method Detail

getXaDataSourceClass

public String getXaDataSourceClass()

setXaDataSourceClass

public void setXaDataSourceClass(String xaDataSourceClass)

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.