net.artima.place
Class URLFactoryLink

java.lang.Object
  |
  +--net.artima.place.URLFactoryLink
All Implemented Interfaces:
Link, java.io.Serializable

public final class URLFactoryLink
extends java.lang.Object
implements Link

Represents a link to a URLFactory on the network.

See Also:
Serialized Form

Constructor Summary
URLFactoryLink(java.lang.String url)
          Construct a URLFactoryLink from a String URL .
 
Method Summary
 LinkActivation activate(ActivationClient al)
          Invokes activationSucceeded() on the passed ActivationClient, passing to activationSucceeded() a ServiceItem that contains a URLFactory service and null references for the ServiceID and attributes set (the Entry array).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLFactoryLink

public URLFactoryLink(java.lang.String url)
               throws java.net.MalformedURLException
Construct a URLFactoryLink from a String URL .
Method Detail

activate

public LinkActivation activate(ActivationClient al)
Invokes activationSucceeded() on the passed ActivationClient, passing to activationSucceeded() a ServiceItem that contains a URLFactory service and null references for the ServiceID and attributes set (the Entry array).
Specified by:
activate in interface Link