Class JDBCServerExplorerFactory

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataFactory
org.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory
org.gvsig.fmap.dal.store.jdbc2.impl.JDBCServerExplorerFactory
All Implemented Interfaces:
org.gvsig.fmap.dal.DataFactory, org.gvsig.fmap.dal.DataServerExplorerFactory, org.gvsig.tools.extensionpoint.ExtensionSingleton

public class JDBCServerExplorerFactory extends org.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
     
    protected
    JDBCServerExplorerFactory(String name, String description, boolean hidden)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.dal.store.jdbc2.JDBCServerExplorer
    create(org.gvsig.fmap.dal.DataServerExplorerParameters parameters, org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices providerServices)
     
    org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
     
    boolean
     

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory

    allowCreate, create, hasRasterSupport, hasTabularSupport, hasVectorialSupport

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataFactory

    getDescription, getName, isHidden

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.dal.DataFactory

    getDescription, getName, isHidden
  • Constructor Details

    • JDBCServerExplorerFactory

      public JDBCServerExplorerFactory()
    • JDBCServerExplorerFactory

      protected JDBCServerExplorerFactory(String name, String description)
    • JDBCServerExplorerFactory

      protected JDBCServerExplorerFactory(String name, String description, boolean hidden)
  • Method Details

    • create

      public org.gvsig.fmap.dal.store.jdbc2.JDBCServerExplorer create(org.gvsig.fmap.dal.DataServerExplorerParameters parameters, org.gvsig.fmap.dal.spi.DataServerExplorerProviderServices providerServices) throws org.gvsig.fmap.dal.exception.InitializeException
      Throws:
      org.gvsig.fmap.dal.exception.InitializeException
    • createParameters

      public org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters createParameters()
    • isStoreSupported

      public boolean isStoreSupported(String name)
      Specified by:
      isStoreSupported in interface org.gvsig.fmap.dal.DataServerExplorerFactory
      Overrides:
      isStoreSupported in class org.gvsig.fmap.dal.spi.AbstractDataServerExplorerFactory