Searched defs:ServiceURL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java27 // ServiceURL.java : The service URL.
38 * The ServiceURL object models the SLP service URL. Both service: URLs
44 public class ServiceURL extends Object implements Serializable { class in inherits:Object,Serializable
111 public ServiceURL(String URL, int iLifetime) method in class:ServiceURL
235 if (!(obj instanceof ServiceURL)) {
239 ServiceURL surl = (ServiceURL)obj;

Completed in 638 milliseconds