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 voidDataStoreConnection. close()booleanDataStoreConnection. 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 voidSpatialDatabasesDSConnection. close()booleanSpatialDatabasesDSConnection. 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 voidConnectionManager. 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 IconConnectionManagerPanel. getConnectionIcon(ConnectionDescriptor desc, boolean isClosed, WorkbenchContext context)Returns the icon corresponding to this @link DataStoreConnection and its state (closed or opened)
-