|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URIRepository
| Method Summary | |
|---|---|
void |
destroy()
Destroy repository. |
java.net.URI |
get(long id)
Retrieves the URI of a given id, null when the id is not assigned yet. |
long |
resolve(java.net.URI uri)
Retrives long value (ID) assigned to the URI by some previous call of URIRepositoryAppender.append(java.net.URI) method, -1 iff
the URI is unknown to this base. |
| Methods inherited from interface org.egothor.repository.URIRepositoryAppender |
|---|
append, close, size |
| Method Detail |
|---|
java.net.URI get(long id)
throws DatabaseStorageException
DatabaseStorageException
long resolve(java.net.URI uri)
throws DatabaseStorageException
URIRepositoryAppender.append(java.net.URI) method, -1 iff
the URI is unknown to this base.
DatabaseStorageExceptionvoid destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||