Searched defs:namingAuthority (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DLocator.java62 * discovered, the namingAuthority parameter should be the empty
65 * @param namingAuthority The naming authority, "" for default,
76 public ServiceLocationEnumeration findServiceTypes(String namingAuthority, argument
H A DSSrvTypeMsg.java49 String namingAuthority = ""; // empty string is IANA field in class:SSrvTypeMsg
77 namingAuthority = parseNamingAuthorityIn(hdr, dis, Defaults.UTF8);
81 if (namingAuthority.equalsIgnoreCase(ServiceType.IANA)) {
98 namingAuthority + "''\n");
H A DServiceStore.java269 * @param namingAuthority The namingAuthority, or "*" if for all.
279 Vector findServiceTypes(String namingAuthority, Vector scopes) argument
H A DServiceStoreInMemory.java1860 * @param namingAuthority The namingAuthority, or "*" if for all.
1871 findServiceTypes(String namingAuthority, Vector scopes) argument
1876 boolean isWildCard = namingAuthority.equals("*");
1877 boolean isIANA = (namingAuthority.length() <= 0);
1920 } else if (namingAuthority.equals(na)) { // Not IANA..

Completed in 36 milliseconds