public abstract class AbstractDBServerExplorer extends AbstractDataServerExplorer implements DBServerExplorer, DataServerExplorerProvider
DBServerExplorer implementationMODE_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 |
doDispose, get, getParameters, getResourcePath, getServerExplorerProviderServicesdispose, disposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getAddParameters, getFeatureType, open, opengetServerExplorerProviderServicesadd, canAdd, get, getDataStoreProviderNames, getParameters, getProviderName, getResourcePath, list, 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 DataServerExplorerDataException