|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--net.artima.place.URLFactory
Jini service that produces a URL. This service can be used to wrap existing file-based resources in a network mobile servicee object. An appropriate service UI can then be used to present the file to a user.
| Constructor Summary | |
URLFactory(java.lang.String url)
Creates a URLFactory with passed String URL. |
|
| Method Summary | |
java.net.URL |
getURL()
Returns a URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public URLFactory(java.lang.String url)
throws java.net.MalformedURLException
URLFactory with passed String URL.| Method Detail |
public java.net.URL getURL()
throws java.net.MalformedURLException
URL.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||