Searched refs:URL (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
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 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 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 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 DURLAttributeVerifier.java27 // URLAttributeVerifier.java: Parse a service template from a URL
43 * a URL. Most of the work is done by the superclass. This class
44 * takes care of opening the Reader on the URL.
55 * @param url URL from which to read the template
58 * when the URL can't be opened or
74 // Open a reader on the URL and initialize the attribute verifier.
83 // Open the URL.
85 URL url = new URL(urlName);
87 // Open an input stream on the URL
[all...]
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 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 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 DServerDATable.java67 // The table of regs to forward. Keys are the reg URL and locale, values
134 * @param URL The DAAdvert URL.
152 * URL's as keys, scopes as values) for DAs matching the query.
186 url = ((SSrvReg)msg).URL;
188 url = ((CSrvReg)msg).URL;
201 String key = makeKey(smsg.URL, hdr.locale);
281 addr = InetAddress.getByName(advert.URL.getHost());
285 new Object[] {advert.URL.getHost()});
295 advert.URL,
[all...]
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 DSLPV1CDAAdvert.java79 // Parse in DA's service URL.
81 URL =
86 // Validate the service URL.
88 ServiceType serviceType = URL.getServiceType();
95 new Object[] {URL, "DA"});
H A DSLPV1SSrvDereg.java69 // Parse in the service URL.
71 URL =
105 // that the service: URL needs to be deregistered.
116 ServiceStore.ServiceRecord rec = table.getServiceRecord(URL,
136 " URL=``" + URL + "''\n" +
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 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 DSLPV1SSrvReg.java70 // Parse in the service URL
74 URL =
79 serviceType = URL.getServiceType().toString();
148 ServiceTable.getServiceTable().getServiceRecord(URL, hdr.locale);
168 " URL=``" + URL + "''\n" +
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 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 DSLPV1SAttrMsg.java88 // Parse in the URL or service type.
94 // Decide whether this is a service type or service URL
98 URL = new ServiceURLV1(urlOrServiceType,
110 URL = null;
177 (URL != null ? ("URL=``" + URL):
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 DCSrvReg.java50 ServiceURL URL; field in class:CSrvReg
63 this.URL = urlEntry;
125 // Parse out the URL. Ignore overflow.
134 // service URL.
H A DActiveDiscoverer.java170 // Use the service URL maximum lifetime.
311 // We need to make the URL long lived if active
316 advert.URL =
317 new ServiceURL(advert.URL.toString(),
330 table.recordNewDA(advert.URL,
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 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 Dslpd.java117 URL[] urls = null;
118 urls = new URL[] {new URL("file:/usr/share/lib/locale/")};
524 // Make the DA URL and the DAAdvert. Note that we only need signal
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL70 Sets the base URL for the HTML files. When cross-references are made,
71 the HTML root is prepended to the URL.

Completed in 37 milliseconds

12