org.mule.transport.jdbc.config
Class DerbyDataSourceFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean<org.enhydra.jdbc.standard.StandardDataSource>
      extended by org.mule.transport.jdbc.config.AbstractDataSourceFactoryBean
          extended by org.mule.transport.jdbc.config.DerbyDataSourceFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.enhydra.jdbc.standard.StandardDataSource>, org.springframework.beans.factory.InitializingBean

public class DerbyDataSourceFactoryBean
extends AbstractDataSourceFactoryBean


Field Summary
protected  boolean create
           
protected  String database
           
protected  String subsubprotocol
           
 
Fields inherited from class org.mule.transport.jdbc.config.AbstractDataSourceFactoryBean
driverClassName, loginTimeout, password, transactionIsolation, url, user
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
DerbyDataSourceFactoryBean()
           
 
Method Summary
 String getDatabase()
           
 boolean isCreate()
           
 void setCreate(boolean create)
           
 void setDatabase(String database)
           
protected  void updateUrl()
           
 
Methods inherited from class org.mule.transport.jdbc.config.AbstractDataSourceFactoryBean
createInstance, getLoginTimeout, getObjectType, getPassword, getTransactionIsolation, getUrl, getUser, setLoginTimeout, setPassword, setTransactionIsolation, setUrl, setUser
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

create

protected boolean create

database

protected String database

subsubprotocol

protected String subsubprotocol
Constructor Detail

DerbyDataSourceFactoryBean

public DerbyDataSourceFactoryBean()
Method Detail

updateUrl

protected void updateUrl()

getDatabase

public String getDatabase()

setDatabase

public void setDatabase(String database)

isCreate

public boolean isCreate()

setCreate

public void setCreate(boolean create)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.