| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | SAttrMsg.java | 52 String serviceType = null; // nonNull if a service type query. field in class:SAttrMsg 93 serviceType = null; 101 serviceType = t.toString(); 132 ("service type=``" + serviceType)) +
|
| H A D | SSrvMsg.java | 51 String serviceType = ""; // service type and naming authority field in class:SSrvMsg 83 serviceType = buf.toString(); 85 if (serviceType.length() <= 0) { 93 ServiceType t = new ServiceType(serviceType); 95 serviceType = t.toString(); 139 serviceType + "''\n" +
|
| H A D | SSrvReg.java | 52 String serviceType = ""; // service type. field in class:SSrvReg 114 serviceType + "''\n" +
|
| H A D | TemplateRegistry.java | 75 * @param <i>serviceType</i> Name of the service. 85 registerServiceTemplate(ServiceType serviceType, argument 94 * @param <i>serviceType</i> Name of service. 99 * @exception IllegalArgumentException Thrown if the serviceType or 105 deregisterServiceTemplate(ServiceType serviceType, argument 113 * @param <i>serviceType</i> Name of service. 127 findTemplateURL(ServiceType serviceType, argument
|
| H A D | CSrvMsg.java | 114 ServiceType serviceType, 119 this.initialize(locale, serviceType, scopes, query); 127 ServiceType serviceType, 160 hdr.putString(serviceType.toString(), baos); 113 CSrvMsg(Locale locale, ServiceType serviceType, Vector scopes, String query) argument 126 initialize(Locale locale, ServiceType serviceType, Vector scopes, String query) argument
|
| H A D | SLPTemplateRegistry.java | 111 * @param serviceType Name of the service. 130 public void registerServiceTemplate(ServiceType serviceType, argument 138 Assert.nonNullParameter(serviceType, "serviceType"); 160 turl = findTemplateURL(serviceType, 196 values.addElement(serviceType.toString()); 220 serviceType+ 253 * @param serviceType Name of service. 262 public void deregisterServiceTemplate(ServiceType serviceType, argument 269 Assert.nonNullParameter(serviceType, "serviceTyp 330 findTemplateURL(ServiceType serviceType, Locale languageLocale, String version) argument 389 findVersionedURL(ServiceType serviceType, Locale languageLocale, String version) argument [all...] |
| H A D | ServiceStore.java | 294 * @param serviceType The service type name. 312 Hashtable findServices(String serviceType, argument 356 * @param serviceType The service type name. 372 Vector findAttributes(String serviceType, argument
|
| H A D | ServiceURL.java | 91 private ServiceType serviceType = null; field in class:ServiceURL 147 return serviceType; 160 if (!serviceType.isServiceURL()) { 161 serviceType = type; 221 serviceType.hashCode() + 242 serviceType.equals(surl.serviceType) && 326 serviceType = 329 originalServiceType = serviceType; 353 if (!serviceType [all...] |
| H A D | SLPHeaderV1.java | 529 * @param serviceType The service type and naming authority. 533 static String removeIANA(String serviceType) { argument 539 serviceType = serviceType.toLowerCase(); 541 if ((idx = serviceType.indexOf("." + ServiceType.IANA)) != -1) { 542 serviceType = serviceType.substring(0, idx); 546 return serviceType;
|
| H A D | AttributeVerifier.java | 153 private ServiceType serviceType; field in class:AttributeVerifier 232 return serviceType; 905 serviceType = new ServiceType(typeName);
|
| H A D | ServiceStoreInMemory.java | 1944 * @param serviceType The service type name. 1963 findServices(String serviceType, argument 1990 int regStatus = languageSupported(serviceType, scopes, lang); 2006 makeScopeTypeLangKey(scope, serviceType, lang); 2213 * @param serviceType The service type name. 2230 findAttributes(String serviceType, argument 2243 int regStatus = languageSupported(serviceType, scopes, lang); 2271 makeScopeTypeLangKey(scope, serviceType, lang); 2429 String serviceType = type.toString(); 2455 serviceType, 2537 addRecordToScopeTypeLangTable(String scope, String serviceType, String lang, boolean isAbstract, ServiceRecordInMemory rec, Vector listVec) argument 3470 makeScopeTypeLangKey(String scope, String serviceType, String lang) argument [all...] |
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | mDNS.c | 6218 mDNSlocal void SendGoodbyesForSelectServices(mDNS *const m, mDNSBool *servicePresent, mDNSu32 serviceType) argument 6229 if ((serviceType == WAKE_ONLY_SERVICE && (rr->AuthFlags & AuthFlagsWakeOnly) && 6231 (serviceType == AC_ONLY_SERVICE && !mDNS_KeepaliveRecord(&rr->resrec)))
|