public interface Catalog
Modifier and Type | Field and Description |
---|---|
static 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(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 String DB_ALL_PREFIX
boolean connect(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()
Copyright © 2011 The University of Southern California. All Rights Reserved.