org.geotools.data.h2
Class H2JNDIDataStoreFactory

Object
  extended by AbstractDataStoreFactory
      extended by JDBCDataStoreFactory
          extended by JDBCJNDIDataStoreFactory
              extended by H2JNDIDataStoreFactory
All Implemented Interfaces:
DataAccessFactory, DataStoreFactorySpi, Factory

public class H2JNDIDataStoreFactory
extends JDBCJNDIDataStoreFactory

JNDI DataStoreFactory for H2.

Author:
Christian Mueller

Nested Class Summary
 
Nested classes/interfaces inherited from interface DataAccessFactory
DataAccessFactory.Param
 
Field Summary
 
Fields inherited from class JDBCJNDIDataStoreFactory
delegate, J2EERootContext, JNDI_REFNAME
 
Fields inherited from class JDBCDataStoreFactory
DATABASE, DATASOURCE, DBTYPE, EXPOSE_PK, FETCHSIZE, HOST, MAX_OPEN_PREPARED_STATEMENTS, MAXCONN, MAXWAIT, MINCONN, NAMESPACE, PASSWD, PK_METADATA_TABLE, PORT, SCHEMA, SQL_ON_BORROW, SQL_ON_RELEASE, USER, VALIDATECONN
 
Constructor Summary
H2JNDIDataStoreFactory()
           
 
Method Summary
 File getBaseDirectory()
           
 void setBaseDirectory(File baseDirectory)
           
protected  void setupParameters(Map parameters)
          Override to omit all those parameters which define the creation of the connection.
 
Methods inherited from class JDBCJNDIDataStoreFactory
checkDBType, createDataSource, createDataStoreInternal, createNewDataStore, createSQLDialect, getDatabaseID, getDescription, getDisplayName, getDriverClassName, getImplementationHints, getJDBCUrl, getValidationQuery, isAvailable
 
Methods inherited from class JDBCDataStoreFactory
canProcess, checkDBType, createDataSource, createDataStore, getParametersInfo
 
Methods inherited from class AbstractDataStoreFactory
getParameters
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

H2JNDIDataStoreFactory

public H2JNDIDataStoreFactory()
Method Detail

setBaseDirectory

public void setBaseDirectory(File baseDirectory)
See Also:
H2DataStoreFactory.setBaseDirectory(File)

getBaseDirectory

public File getBaseDirectory()
See Also:
H2DataStoreFactory.getBaseDirectory()

setupParameters

protected void setupParameters(Map parameters)
Description copied from class: JDBCJNDIDataStoreFactory
Override to omit all those parameters which define the creation of the connection.

Overrides:
setupParameters in class JDBCJNDIDataStoreFactory
Parameters:
parameters - Map of Param objects.


Copyright © 1996-2014 Geotools. All Rights Reserved.