org.apache.openejb.resource.jdbc.plugin
Class DerbyDataSourcePlugin

java.lang.Object
  extended by org.apache.openejb.resource.jdbc.plugin.DerbyDataSourcePlugin
All Implemented Interfaces:
DataSourcePlugin

public class DerbyDataSourcePlugin
extends Object
implements DataSourcePlugin


Constructor Summary
DerbyDataSourcePlugin()
           
 
Method Summary
 boolean enableUserDirHack()
           
 String updatedUrl(String dataSourceUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerbyDataSourcePlugin

public DerbyDataSourcePlugin()
Method Detail

updatedUrl

public String updatedUrl(String dataSourceUrl)
Specified by:
updatedUrl in interface DataSourcePlugin

enableUserDirHack

public boolean enableUserDirHack()
Specified by:
enableUserDirHack in interface DataSourcePlugin


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.