Searched defs:attrTags (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java246 * @param attrTags The Vector of String
260 Vector attrTags,
328 * @param attrTags The Vector of String
346 Vector attrTags,
358 * @param attrTags The Vector of String
374 Vector attrTags,
258 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
344 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
372 findAttributes(String serviceType, Vector scopes, Vector attrTags, Locale locale) argument
H A DServiceStoreInMemory.java131 private Vector attrTags = null; // tags to match against records field in class:ServiceStoreInMemory.AttributeBVCollector
135 AttributeBVCollector(Vector attrTags, Vector ret) { argument
136 this.attrTags = attrTags;
149 findMatchingAttributes(rec, attrTags, ht, ret);
1722 * @param attrTags The Vector of String
1736 Vector attrTags,
1772 stringVectorToAttributePattern(attrTags, Defaults.locale);
1828 stringVectorToAttributePattern(attrTags, loc);
2077 * @param attrTags Th
1734 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
2094 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument
2230 findAttributes(String serviceType, Vector scopes, Vector attrTags, Locale locale) argument
2904 findMatchingAttributes(ServiceRecordInMemory rec, Vector attrTags, Hashtable ht, Vector ret) argument
3162 deleteAttributes(ServiceRecordInMemory rec, Vector attrTags) argument
[all...]

Completed in 24 milliseconds