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

123

/opensolaris-onvv-gate/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 DServer_en.properties91 ssf_set_servc_warning = In serialized registrations, tried to set service: URL ``{0}'''' type to ``{1}''''.
92 ssim_ageout = Lifetime expired, dropping registration.\n URL=``{0}''''\n Attributes=`{1}''''\n Locale=``{2}''''\n URL Signature=``{3}''''\n Attribute Signature=``{4}''''\n Current Time=``{5}''''\n Expiration Time=``{6}''''
96 ssim_dump_entry = Locale=``{0}''''\n URL=``{1}''''\n Registered lifetime=``{2}''''\n Time remaining=``{3}''''\n Service type=``{4}''''\n Scopes=``{5}''''\n Attributes=``{6}''''
97 ssim_dump_urlsig = \n URL Auth Block List=``{0}''''
100 st_serialized_malform = Malformed serialized registration URL ``{0}''''.
101 st_unsupported_encoding = Unsupported encoding while opening URL ``{0}''''.
102 st_serialized_ioexception = IOException for serialized registration URL ``{0}'''': {1}
103 st_serialized_sle = Service location exception accessing serialized registration URL ``{0}'''': {1}
104 st_serialized_ex = Exception while registering serialized URL ``{
[all...]
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.
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DImageRefConverter.java38 import java.net.URL;
H A DImageRef.java46 import java.net.URL;
50 * Stores an image and the URL or filename that it came from. This
51 * class is capable of converting a filename to a URL and will do so
52 * in order to load the image using a "file:" URL. The creation of
61 private URL url;
70 * URL to find the image when it is requested.
72 * cannot be appended to the URL.
74 public ImageRef(URL url) {
108 private void init(String filename, URL url, int imgWidth,
118 * Gets the image stored here (or referenced by the URL)
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08>>
36 DESC: This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08
43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08>>
52 DESC: This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08
61 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
68 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08>>
77 DESC: This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08
84 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08>>
93 DESC: This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08
102 DESC: This entry tests URL variabl
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DUtil.java44 import java.net.URL;
309 public Image getWorkaroundImage(URL url, Component comp) {
337 * When we calculate an URL relative to codebase(such as the
355 * Returns a URL based on a relative path to a file or directory.
356 * If we are running under a browser, then a URL is created based
357 * off of the code base. Otherwise, a file URL will be created
360 public URL pathToURL(String path, Applet applet) {
371 // First see if the path is a full URL path
374 URL url = new URL(pat
[all...]

Completed in 188 milliseconds

123