public abstract class AbstractDBServerExplorer extends AbstractDataServerExplorer implements DBServerExplorer, DataServerExplorerProvider
DBServerExplorer implementationLOGGERFILESYSTEM_SERVER_EXPLORER_NAME, MODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDBServerExplorer(DataServerExplorerParameters parameters,
DataServerExplorerProviderServices services) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAdd(java.lang.String storeName)
Indicates whether this DataServerExplorer can create a new DataStore in
the server, given the store name.
|
NewDataStoreParameters |
getAddParameters(java.lang.String storeName)
Given the store's name, returns its parameters for creation.
|
abstract java.lang.String |
getStoreName()
Return the name of
DataStoreProvider returned by this
ServerExplorer |
java.util.List |
list()
Provides a list of available stores in the server.
|
DataStore |
open(DataStoreParameters dsp)
Open a store defined by
dsp |
close, createSQLBuilder, doDispose, exists, get, getParameters, getProperties, getProperty, getResourcePath, getResourcesStorage, getResourcesStorage, getResourcesStorage, getServerExplorerProviderServices, open, setPropertydispose, disposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getAddParameters, getFeatureType, opengetServerExplorerProviderServicesadd, canAdd, exists, get, getDataStoreProviderNames, getParameters, getProviderName, getResourcePath, getResourcesStorage, getResourcesStorage, getResourcesStorage, list, removedisposeprotected AbstractDBServerExplorer(DataServerExplorerParameters parameters, DataServerExplorerProviderServices services)
public abstract java.lang.String getStoreName()
DataStoreProvider returned by this
ServerExplorerpublic boolean canAdd(java.lang.String storeName)
throws DataException
DataServerExplorercanAdd in interface DataServerExplorerstoreName - store name.DataExceptionpublic NewDataStoreParameters getAddParameters(java.lang.String storeName) throws DataException
DataServerExplorergetAddParameters in interface DataServerExplorerDataExceptionpublic java.util.List list()
throws DataException
DataServerExplorerlist in interface DataServerExplorerDataExceptionpublic DataStore open(DataStoreParameters dsp) throws DataException
DataServerExplorer_v2dspopen in interface DataServerExplorer_v2open in interface DBServerExploreropen in class AbstractDataServerExplorerDataException