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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvTypeMsg.java118 String namingAuthority = na.toLowerCase();
122 if (!namingAuthority.equals(Defaults.ALL_AUTHORITIES)) {
123 ServiceType.validateTypeComponent(namingAuthority);
129 if (namingAuthority.equals(ServiceType.IANA)) {
134 new Object[] { namingAuthority });
147 parseNamingAuthorityOut(hdr, namingAuthority, baos);
H A DSLPV1SSrvTypeMsg.java73 namingAuthority = parseNamingAuthorityIn(hdr, dis, hdr.charCode);
77 if (namingAuthority.equalsIgnoreCase(ServiceType.IANA)) {
78 namingAuthority = "";
106 namingAuthority + "''\n");
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 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 DServiceStore.java269 * @param namingAuthority The namingAuthority, or "*" if for all.
279 Vector findServiceTypes(String namingAuthority, Vector scopes) argument
H A DServiceTable.java872 String namingAuthority = req.namingAuthority;
891 Vector types = store.findServiceTypes(namingAuthority, scopes);
901 namingAuthority,
915 namingAuthority,
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 32 milliseconds