Home
last modified time | relevance | path

Searched refs:namingAuthority (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvTypeMsg.java118 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 DSLPV1SSrvTypeMsg.java73 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 DSSrvTypeMsg.java49 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 DLocator.java76 public ServiceLocationEnumeration findServiceTypes(String namingAuthority, in findServiceTypes() argument
H A DServiceTable.java872 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 DServiceStore.java279 Vector findServiceTypes(String namingAuthority, Vector scopes) in findServiceTypes() argument
H A DServiceStoreInMemory.java1871 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()