/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SARequester.java | 119 public void register(ServiceURL URL, in register() argument 123 registerInternal(URL, serviceLocationAttributes, true); in register() 137 public void deregister(ServiceURL URL) in deregister() argument 140 deregisterInternal(URL, null); in deregister() 158 public void addAttributes(ServiceURL URL, in addAttributes() argument 162 registerInternal(URL, serviceLocationAttributes, false); in addAttributes() 179 public void deleteAttributes(ServiceURL URL, in deleteAttributes() argument 192 deregisterInternal(URL, attributeIds); in deleteAttributes() 210 private void registerInternal(ServiceURL URL, in registerInternal() argument 217 Assert.nonNullParameter(URL, "URL"); in registerInternal() [all …]
|
H A D | SSrvReg.java | 51 ServiceURL URL = null; // the service URL. field in SSrvReg 80 URL = in initialize() 85 URLSignature = (Hashtable)table.get(URL); in initialize() 95 if (!(URL.getServiceType()).isServiceURL() && in initialize() 96 !t.equals(URL.getServiceType())) { in initialize() 97 URL.setServiceType(t); in initialize() 112 URL + "''\n" + in initialize()
|
H A D | ServerDATable.java | 186 url = ((SSrvReg)msg).URL; in forwardSAMessage() 188 url = ((CSrvReg)msg).URL; in forwardSAMessage() 201 String key = makeKey(smsg.URL, hdr.locale); in forwardSAMessage() 281 addr = InetAddress.getByName(advert.URL.getHost()); in handleAdvertIn() 285 new Object[] {advert.URL.getHost()}); in handleAdvertIn() 295 advert.URL, in handleAdvertIn() 309 new Object[] {advert.URL}); in handleAdvertIn() 316 recordNewDA(advert.URL, in handleAdvertIn() 336 advert.URL, in handleAdvertIn() 348 advert.URL, in handleAdvertIn() [all …]
|
H A D | Advertiser.java | 72 public void register(ServiceURL URL, in register() argument 86 public void deregister(ServiceURL URL) in deregister() argument 103 public void addAttributes(ServiceURL URL, in addAttributes() argument 120 public void deleteAttributes(ServiceURL URL, in deleteAttributes() argument
|
H A D | Server_en.properties | 91 ssf_set_servc_warning = In serialized registrations, tried to set service: URL ``{0}'''' type to ``… 92 …time expired, dropping registration.\n URL=``{0}''''\n Attributes=`{1}''''\n Locale=``{2}… 96 ssim_dump_entry = Locale=``{0}''''\n URL=``{1}''''\n Registered lifetime=``{2}''''\n T… 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 ``{0}'''': {1} 105 st_serialized_seex = Service location exception ``{0}'''' while registering serialized URL ``{1}'''… [all …]
|
H A D | SAttrMsg.java | 51 ServiceURL URL = null; // nonNull if a URL query. field in SAttrMsg 91 URL = new ServiceURL(urlOrServiceType, ServiceURL.LIFETIME_NONE); in initialize() 103 URL = null; in initialize() 130 (URL != null ? in initialize() 131 ("URL=``" + URL): in initialize()
|
H A D | UARequester.java | 195 serviceURLs.addElement(((CSAAdvert)msg).URL); in findServices() 199 serviceURLs.addElement(((CDAAdvert)msg).URL); in findServices() 237 findAttributes(ServiceURL URL, Vector scopes, Vector attributeIds) in findAttributes() argument 240 Assert.nonNullParameter(URL, "URL"); in findAttributes() 245 URL, in findAttributes() 247 URL.getServiceType(), in findAttributes() 276 if (!URL.equals(smsg.URL)) { in findAttributes() 289 if (!URL.equals(smsg.URL)) { in findAttributes()
|
H A D | SSrvDereg.java | 51 ServiceURL URL = null; // the service URL. field in SSrvDereg 82 URL = in initialize() 87 URLSignature = (Hashtable)ht.get(URL); in initialize() 112 " URL=``" + URL + "''\n" + in initialize()
|
H A D | CSrvMsg.java | 181 final Hashtable getURLSignature(ServiceURL URL) { in getURLSignature() argument 183 return (Hashtable)(URLSignatures.get(URL)); in getURLSignature() 186 final void setURLSignature(ServiceURL URL, Hashtable sig) in setURLSignature() argument 190 URLSignatures.remove(URL); in setURLSignature() 192 URLSignatures.put(URL, sig); in setURLSignature()
|
H A D | PermSARegTable.java | 73 void reg(ServiceURL URL, CSrvReg sr) { in reg() argument 85 htRegs.put(URL, rec); in reg() 90 void dereg(ServiceURL URL) { in dereg() argument 91 htRegs.remove(URL); in dereg()
|
H A D | CSAAdvert.java | 50 ServiceURL URL = null; // The DA's service URL field in CSAAdvert 68 URL = new ServiceURL(buf.toString(), ServiceURL.LIFETIME_NONE); in CSAAdvert() 82 ServiceType serviceType = URL.getServiceType(); in CSAAdvert() 89 new Object[] {URL, "SA"}); in CSAAdvert()
|
H A D | SLPV1SSrvReg.java | 74 URL = in initialize() 79 serviceType = URL.getServiceType().toString(); in initialize() 148 ServiceTable.getServiceTable().getServiceRecord(URL, hdr.locale); in initialize() 168 " URL=``" + URL + "''\n" + in initialize()
|
H A D | SLPV1CDAAdvert.java | 81 URL = in initialize() 88 ServiceType serviceType = URL.getServiceType(); in initialize() 95 new Object[] {URL, "DA"}); in initialize()
|
H A D | SLPV1SSrvDereg.java | 71 URL = in initialize() 116 ServiceStore.ServiceRecord rec = table.getServiceRecord(URL, in initialize() 136 " URL=``" + URL + "''\n" + in initialize()
|
H A D | CDAAdvert.java | 51 ServiceURL URL = null; // The DA's service URL field in CDAAdvert 151 URL = new ServiceURL(surl, lifetime); in initialize() 165 ServiceType serviceType = URL.getServiceType(); in initialize() 172 new Object[] {URL, "DA"}); in initialize()
|
H A D | SLPV1SAttrMsg.java | 98 URL = new ServiceURLV1(urlOrServiceType, in initialize() 110 URL = null; in initialize() 177 (URL != null ? ("URL=``" + URL): in initialize()
|
H A D | ServiceTable.java | 183 void serializeServiceStore(String URL) { in serializeServiceStore() argument 190 URL url = new URL(URL); in serializeServiceStore() 203 new Object[] {URL}); in serializeServiceStore() 208 new Object[] {URL}); in serializeServiceStore() 213 new Object[] {URL, ex}); in serializeServiceStore() 218 new Object[] {URL, ex.getMessage()}); in serializeServiceStore() 235 URL url = new URL(serializedURL); in getStoreFromURL() 510 ServiceURL surl = req.URL; in register() 737 ServiceURL surl = req.URL; in deregister() 1063 ServiceURL surl = req.URL; in findAttributes() [all …]
|
H A D | ServiceURLV1.java | 49 ServiceURLV1(String URL, int iLifetime) throws IllegalArgumentException { in ServiceURLV1() argument 50 super(URL, iLifetime); in ServiceURLV1()
|
H A D | ServiceURL.java | 111 public ServiceURL(String URL, int iLifetime) in ServiceURL() argument 114 Assert.nonNullParameter(URL, "URL"); in ServiceURL() 124 checkURLString(URL); in ServiceURL() 125 parseURL(URL); in ServiceURL()
|
H A D | URLAttributeVerifier.java | 85 URL url = new URL(urlName); in initialize()
|
H A D | ActiveDiscoverer.java | 316 advert.URL = in addPreconfiguredDAs() 317 new ServiceURL(advert.URL.toString(), in addPreconfiguredDAs() 330 table.recordNewDA(advert.URL, in addPreconfiguredDAs()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | Util.java | 44 import java.net.URL; 309 public Image getWorkaroundImage(URL url, Component comp) { in getWorkaroundImage() 360 public URL pathToURL(String path, Applet applet) { in pathToURL() 374 URL url = new URL(path); in pathToURL() 397 URL url; in pathToURL() 399 url = new URL(applet.getCodeBase(), path); in pathToURL() 454 URL url = new URL(urlPrefix + p); in pathToURL() 474 URL url; in pathToURL() 487 url = new URL(tmpPath); in pathToURL()
|
/titanic_41/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.out | 27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 36 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 52 DESC: This entry tests URL variable expansion - url = http://illumos.org/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://illumos.org/msg… 77 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 84 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://illumos.org/msg… 93 DESC: This entry tests URL variable expansion - url = http://illumos.org/msg/TEST-8000-08 102 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | ImageRef.java | 46 import java.net.URL; 61 private URL url; 74 public ImageRef(URL url) { in ImageRef() 108 private void init(String filename, URL url, int imgWidth, in init() 161 public URL getURL() { in getURL()
|
/titanic_41/usr/src/tools/scripts/ |
H A D | its.reg | 49 # or URL of the actual system. 53 # A URL for additional information about the system. Should be the 58 # A URL to resolve reference to a unique key. See NOTES below. 62 # A URL that is valid only in the specified domain. Arbitrarily many 95 # are different on- and off-SWAN. The off-SWAN URL actually references a 146 # are different on- and off-SWAN. The off-SWAN URL provides restricted,
|