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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURLV1.java27 // ServiceURLV1.java: SLPv1 Service URL class.
41 * ServiceURLV1 enforces no abstract types and no non-service: URL types for
49 ServiceURLV1(String URL, int iLifetime) throws IllegalArgumentException { argument
50 super(URL, iLifetime);
H A DCSAAdvert.java50 ServiceURL URL = null; // The DA's service URL field in class:CSAAdvert
60 // Parse in SA's service URL.
68 URL = new ServiceURL(buf.toString(), ServiceURL.LIFETIME_NONE);
80 // Validate the service URL.
82 ServiceType serviceType = URL.getServiceType();
89 new Object[] {URL, "SA"});
H A DAdvertiser.java62 * @param URL The service URL for the service.
72 public void register(ServiceURL URL, argument
81 * @param URL The service URL for the service.
86 public void deregister(ServiceURL URL) argument
90 * Add attributes to a service URL in the locale of the Advertiser.
92 * Note that due to SLP v1 update semantics, the URL will be registered
96 * @param URL The service URL fo
103 addAttributes(ServiceURL URL, Vector serviceLocationAttributes) argument
120 deleteAttributes(ServiceURL URL, Vector attributeIds) argument
[all...]
H A DCSrvReg.java50 ServiceURL URL; field in class:CSrvReg
63 this.URL = urlEntry;
125 // Parse out the URL. Ignore overflow.
134 // service URL.
H A DLocator.java102 * Return the attributes for the service URL, using the locale
105 * @param URL The service URL.
125 public ServiceLocationEnumeration findAttributes(ServiceURL URL, argument
131 * Return all attributes for all service URL's having this
H A DSAttrMsg.java51 ServiceURL URL = null; // nonNull if a URL query. field in class:SAttrMsg
82 // Parse in the URL or service type.
88 // Decide whether this is a service type or service URL
91 URL = new ServiceURL(urlOrServiceType, ServiceURL.LIFETIME_NONE);
103 URL = null;
130 (URL != null ?
131 ("URL=``" + URL):
H A DSSrvDereg.java51 ServiceURL URL = null; // the service URL. field in class:SSrvDereg
78 // Parse in the service URL.
82 URL =
87 URLSignature = (Hashtable)ht.get(URL);
96 // that the service: URL needs to be deregistered.
112 " URL=``" + URL + "''\n" +
114 " URL signature=" +
H A DSSrvReg.java51 ServiceURL URL = null; // the service URL. field in class:SSrvReg
54 Hashtable URLSignature = null; // signature for URL.
76 // Parse in the service URL
80 URL =
85 URLSignature = (Hashtable)table.get(URL);
91 // Validate and set URL type.
95 if (!(URL.getServiceType()).isServiceURL() &&
96 !t.equals(URL.getServiceType())) {
97 URL
[all...]
H A DCDAAdvert.java51 ServiceURL URL = null; // The DA's service URL field in class:CDAAdvert
80 // Parse in DA's service URL.
147 // Create URL.
151 URL = new ServiceURL(surl, lifetime);
163 // Validate the service URL.
165 ServiceType serviceType = URL.getServiceType();
172 new Object[] {URL, "DA"});
229 // Calcualte DA URL lifetime, based on active discovery interval and
245 // matter what the DA URL interva
[all...]
H A DCSrvMsg.java69 // disallows partial URL entries, and so we should be able
81 // Get the number of service URL's.
85 // Get the service URL's including lifetime.
181 final Hashtable getURLSignature(ServiceURL URL) { argument
183 return (Hashtable)(URLSignatures.get(URL));
186 final void setURLSignature(ServiceURL URL, Hashtable sig) argument
190 URLSignatures.remove(URL);
192 URLSignatures.put(URL, sig);
H A DPermSARegTable.java73 void reg(ServiceURL URL, CSrvReg sr) { argument
85 htRegs.put(URL, rec);
90 void dereg(ServiceURL URL) { argument
91 htRegs.remove(URL);
118 // during which the client may deregister the URL but
H A DSARequester.java109 * @param URL The service URL for the service.
119 public void register(ServiceURL URL, argument
123 registerInternal(URL, serviceLocationAttributes, true);
132 * @param URL The service URL for the service.
137 public void deregister(ServiceURL URL) argument
140 deregisterInternal(URL, null);
145 * Add attributes to a service URL in the locale of the Advertiser.
147 * Note that due to SLP v1 update semantics, the URL wil
158 addAttributes(ServiceURL URL, Vector serviceLocationAttributes) argument
179 deleteAttributes(ServiceURL URL, Vector attributeIds) argument
210 registerInternal(ServiceURL URL, Vector vAttrs, boolean bFresh) argument
278 deregisterInternal(ServiceURL URL, Vector vAttrs) argument
[all...]
H A DServiceStore.java94 * @return The record's service URL.
134 * Return the URL signature, or null if there's none.
136 * @return auth block Hashtable for URL signature.
185 * @param urlSig Hashtable for URL signatures, or null if none.
186 * @param attrSig Hashtable for URL signatures, or null if none.
202 * and every scope. There will be only one record for each URL
204 * which the URL was registered, since the attributes will be the
209 * @param urlSig The URL signature, if any.
211 * ServiceStore does not contain the URL, or if any
222 * attributes and updating the service URL'
394 getServiceRecord(ServiceURL URL, Locale locale) argument
[all...]
H A DServiceURL.java27 // ServiceURL.java : The service URL.
38 * The ServiceURL object models the SLP service URL. Both service: URLs
53 * for this service URL.
102 * Construct a service URL object.
104 * @param URL The service URL as a string.
111 public ServiceURL(String URL, int iLifetime) argument
114 Assert.nonNullParameter(URL, "URL");
124 checkURLString(URL);
[all...]
H A DUARequester.java195 serviceURLs.addElement(((CSAAdvert)msg).URL);
199 serviceURLs.addElement(((CDAAdvert)msg).URL);
213 * Return the attributes for the service URL, using the locale
216 * @param URL The service URL.
237 findAttributes(ServiceURL URL, Vector scopes, Vector attributeIds) argument
240 Assert.nonNullParameter(URL, "URL");
245 URL,
247 URL
[all...]
H A DServiceTable.java177 * Serialize the table to the URL.
179 * @param URL String giving the URL to which the store should be
183 void serializeServiceStore(String URL) { argument
185 // Open an object output stream for the URL, serialize through
190 URL url = new URL(URL);
203 new Object[] {URL});
208 new Object[] {URL});
1194 getServiceRecord(ServiceURL URL, Locale locale) argument
[all...]
H A DServiceStoreInMemory.java1095 private ServiceURL serviceURL = null; // the service URL
1101 // URL signature block list, if any.
1134 * @return The record's service URL.
1189 * Return the URL signature list.
1191 * @return URL signature block list.
1292 // particular URL, set of scopes, and locale is the same object
1337 // the service URL itself because the hash code depends on the
1339 // to be able to distinguish for a non-service: URL if a
1345 // finding the attributes associated with a particular URL.
1512 * @param urlSig auth block Hashtable for URL signatur
2320 getServiceRecord(ServiceURL URL, Locale locale) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c79 #define URL 16 macro
727 if (notice.item[URL].data)
729 expand(&notice, &tmp, &notice.item[URL]);
772 if (notice.item[URL].data)
778 copy(&tmp, " Internet web site URL", -1);
781 expand(&notice, &tmp, &notice.item[URL]);
934 if (notice.item[URL].data)
987 if (notice.type >= PROPRIETARY && !notice.item[URL].data)
992 if (notice.item[URL].data)
1021 expand(&notice, &tmp, &notice.item[URL]);
[all...]

Completed in 72 milliseconds