|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the interface for abstracting the actual storage of cached deployments.
Method Summary | |
URL |
get(URL url)
Get the stored URL for the given deployment URL. |
URL |
put(URL url)
Put a deployment URL into storage. |
Method Detail |
public URL get(URL url) throws Exception
url
- The original deployment URL.
Exception
- Failed to get deployment URL from the store.public URL put(URL url) throws Exception
If there is already a stored URL it will be overwritten.
url
- The original deployment URL.
Exception
- Failed to put deployment URL into the store.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |