|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--net.artima.place.ServiceURLLink
Represents a URL-based link to a Jini service on the network.
| Constructor Summary | |
ServiceURLLink(java.lang.String url)
Construct a ServiceURLLink from a String URL . |
|
| Method Summary | |
LinkActivation |
activate(ActivationClient al)
Retrieve this service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceURLLink(java.lang.String url)
throws java.net.MalformedURLException
ServiceURLLink from a String URL .| Method Detail |
public LinkActivation activate(ActivationClient al)
activate method will return promptly, returning a LinkActivation
object that enables clients to abort an activation. Invoking activate
again while an activation is currently in progress just starts a new
activation independent of the already running one.activate in interface Link
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||