Lines Matching defs:URL

177      * Serialize the table to the URL.
179 * @param URL String giving the URL to which the store should be
183 void serializeServiceStore(String URL) {
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});
213 new Object[] {URL, ex});
218 new Object[] {URL, ex.getMessage()});
224 // Read proxy registrations from the URL.
230 // Open an object input stream for the URL, deserialize through
235 URL url = new URL(serializedURL);
510 ServiceURL surl = req.URL;
534 // Check whether the URL has a zero lifetime. If so, it
550 // Check that attribute signature bit on implies URL signature
732 // or a deregistration of the entire URL.
737 ServiceURL surl = req.URL;
787 // If it's a service URL, then deregister the URL.
983 // for each candidate URL, make sure it has the requested SPI
1058 // on a specific URL or for an entire service type.
1063 ServiceURL surl = req.URL;
1083 // If it's a service URL, then get the attributes just for
1084 // that URL.
1192 // Return the service record corresponding to the URL.
1194 ServiceStore.ServiceRecord getServiceRecord(ServiceURL URL,
1196 return store.getServiceRecord(URL, locale);
1223 // the types currently supported, if the new URL is not on the
1247 // Construct URL to use on all interfaces.
1311 * Return the sleep increment from the URL lifetime. Used by the
1313 * to this class, when a new URL comes in. The algorithm
1317 * @param url The URL to use for calculation.
1327 // If URL lives only one second, update every half second.
1512 // Find the URL to use. The interface on which the message came in