|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Catalog
This interface create a common ancestor for all cataloging interfaces.
| Field Summary | |
|---|---|
static String |
DB_ALL_PREFIX
The default DB Driver properties prefix. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final String DB_ALL_PREFIX
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||