|
||||||||||
| 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 | |
java.net.URL |
get(java.net.URL url)
Get the stored URL for the given deployment URL. |
java.net.URL |
put(java.net.URL url)
Put a deployment URL into storage. |
| Method Detail |
public java.net.URL get(java.net.URL url)
throws java.lang.Exception
url - The original deployment URL.
java.lang.Exception - Failed to get deployment URL from the store.
public java.net.URL put(java.net.URL url)
throws java.lang.Exception
If there is already a stored URL it will be overwritten.
url - The original deployment URL.
java.lang.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 | |||||||||