Searched refs:namingAuthority (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CSrvTypeMsg.java | 118 String namingAuthority = na.toLowerCase(); in CSrvTypeMsg() local 122 if (!namingAuthority.equals(Defaults.ALL_AUTHORITIES)) { in CSrvTypeMsg() 123 ServiceType.validateTypeComponent(namingAuthority); in CSrvTypeMsg() 129 if (namingAuthority.equals(ServiceType.IANA)) { in CSrvTypeMsg() 134 new Object[] { namingAuthority }); in CSrvTypeMsg() 147 parseNamingAuthorityOut(hdr, namingAuthority, baos); in CSrvTypeMsg()
|
H A D | SLPV1SSrvTypeMsg.java | 73 namingAuthority = parseNamingAuthorityIn(hdr, dis, hdr.charCode); in initialize() 77 if (namingAuthority.equalsIgnoreCase(ServiceType.IANA)) { in initialize() 78 namingAuthority = ""; in initialize() 106 namingAuthority + "''\n"); in initialize()
|
H A D | SSrvTypeMsg.java | 49 String namingAuthority = ""; // empty string is IANA field in SSrvTypeMsg 77 namingAuthority = parseNamingAuthorityIn(hdr, dis, Defaults.UTF8); in initialize() 81 if (namingAuthority.equalsIgnoreCase(ServiceType.IANA)) { in initialize() 98 namingAuthority + "''\n"); in initialize()
|
H A D | Locator.java | 76 public ServiceLocationEnumeration findServiceTypes(String namingAuthority, in findServiceTypes() argument
|
H A D | ServiceStore.java | 279 Vector findServiceTypes(String namingAuthority, Vector scopes) in findServiceTypes() argument
|
H A D | ServiceTable.java | 872 String namingAuthority = req.namingAuthority; in findServiceTypes() local 891 Vector types = store.findServiceTypes(namingAuthority, scopes); in findServiceTypes() 901 namingAuthority, in findServiceTypes() 915 namingAuthority, in findServiceTypes()
|
H A D | ServiceStoreInMemory.java | 1871 findServiceTypes(String namingAuthority, Vector scopes) in findServiceTypes() argument 1876 boolean isWildCard = namingAuthority.equals("*"); in findServiceTypes() 1877 boolean isIANA = (namingAuthority.length() <= 0); in findServiceTypes() 1920 } else if (namingAuthority.equals(na)) { // Not IANA.. in findServiceTypes()
|