org.geotools.data.oracle
Class OracleNGJNDIDataStoreFactory

java.lang.Object
  extended by org.geotools.data.AbstractDataStoreFactory
      extended by org.geotools.jdbc.JDBCDataStoreFactory
          extended by org.geotools.jdbc.JDBCJNDIDataStoreFactory
              extended by org.geotools.data.oracle.OracleNGJNDIDataStoreFactory
All Implemented Interfaces:
DataAccessFactory, DataStoreFactorySpi, Factory

public class OracleNGJNDIDataStoreFactory
extends JDBCJNDIDataStoreFactory

JNDI DataStoreFactory for oracle database.

Author:
Christian Mueller

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

Constructor Detail

OracleNGJNDIDataStoreFactory

public OracleNGJNDIDataStoreFactory()
Method Detail

setupParameters

protected void setupParameters(java.util.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-2010 Geotools. All Rights Reserved.