public interface Catalog
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DB_ALL_PREFIX
The default DB Driver properties prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Explicitely free resources before the garbage collection hits.
|
boolean |
connect(java.util.Properties props)
Establishes a link between the implementation and the thing the
implementation is build upon.
|
boolean |
isClosed()
Predicate to check, if the connection with the catalog's
implementation is still active.
|
static final java.lang.String DB_ALL_PREFIX
boolean connect(java.util.Properties props)
FIXME: The cause for failure is lost without exceptions.
props - contains all necessary data to establish the link.void close()
boolean isClosed()
close().close()