Uses of Class
com.vividsolutions.jump.datastore.DataStoreException
-
-
Uses of DataStoreException in com.vividsolutions.jump.datastore
Methods in com.vividsolutions.jump.datastore that throw DataStoreException Modifier and Type Method Description void
DataStoreConnection. close()
boolean
DataStoreConnection. isClosed()
-
Uses of DataStoreException in com.vividsolutions.jump.datastore.spatialdatabases
Methods in com.vividsolutions.jump.datastore.spatialdatabases that throw DataStoreException Modifier and Type Method Description void
SpatialDatabasesDSConnection. close()
boolean
SpatialDatabasesDSConnection. isClosed()
-
Uses of DataStoreException in com.vividsolutions.jump.workbench.datastore
Methods in com.vividsolutions.jump.workbench.datastore that throw DataStoreException Modifier and Type Method Description void
ConnectionManager. deleteConnectionDescriptor(ConnectionDescriptor connectionDescriptor)
Removes the ConnectionDescriptor and closes its associated DataStoreConnection. -
Uses of DataStoreException in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that throw DataStoreException Modifier and Type Method Description static Icon
ConnectionManagerPanel. getConnectionIcon(ConnectionDescriptor desc, boolean isClosed, WorkbenchContext context)
Returns the icon corresponding to this @link DataStoreConnection and its state (closed or opened)
-