org.geotools.data.oracle
Class OracleNGJNDIDataStoreFactory

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

public class OracleNGJNDIDataStoreFactory
extends JDBCJNDIDataStoreFactory

JNDI DataStoreFactory for oracle database.

Author:
Christian Mueller
Module:
modules/plugin/jdbc-oracle (gt-jdbc-oracle.jar)

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, FETCHSIZE, HOST, MAXCONN, MAXWAIT, MINCONN, NAMESPACE, PASSWD, PORT, SCHEMA, USER, VALIDATECONN
 
Constructor Summary
OracleNGJNDIDataStoreFactory()
           
 
Method Summary
 
Methods inherited from class JDBCJNDIDataStoreFactory
createDataSource, createDataStoreInternal, createNewDataStore, createSQLDialect, getDatabaseID, getDescription, getDisplayName, getDriverClassName, getImplementationHints, getJDBCUrl, getValidationQuery, isAvailable, setupParameters
 
Methods inherited from class JDBCDataStoreFactory
canProcess, 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

OracleNGJNDIDataStoreFactory

public OracleNGJNDIDataStoreFactory()


Copyright © 1996-2009 Geotools. All Rights Reserved.