|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinkInfoStorage
Stores LinkInfo objects in the repository.
| Method Summary | |
|---|---|
void |
deleteLinkInfo(LinkInfo info)
Removes link validity information from the repository. |
void |
deleteLinkInfo(String url)
Removes link validity information from the repository. |
LinkInfo |
getLinkInfo(String url)
Returns validity information for a specific link. |
String[] |
getLinks()
Returns a list of links about which validity information is stored in the repository. |
void |
putLinkInfo(LinkInfo info)
Stores validity information about a link in the repository. |
void |
sync()
Forces the storageg to flush it's caches to the repository. |
| Method Detail |
|---|
String[] getLinks()
LinkInfo getLinkInfo(String url)
url - link to retrieve the information for
void putLinkInfo(LinkInfo info)
info - The validity information to be storedvoid deleteLinkInfo(LinkInfo info)
info - The validity information to be removedvoid deleteLinkInfo(String url)
url - The URL for which the validity information is to be removedvoid sync()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||