Home
last modified time | relevance | path

Searched refs:attrTags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java260 Vector attrTags, in deleteAttributes() argument
346 Vector attrTags, in findAttributes() argument
374 Vector attrTags, in findAttributes() argument
H A DServiceStoreInMemory.java131 private Vector attrTags = null; // tags to match against records field in ServiceStoreInMemory.AttributeBVCollector
135 AttributeBVCollector(Vector attrTags, Vector ret) { in AttributeBVCollector() argument
136 this.attrTags = attrTags; in AttributeBVCollector()
149 findMatchingAttributes(rec, attrTags, ht, ret); in setReturn()
1736 Vector attrTags, in deleteAttributes() argument
1772 stringVectorToAttributePattern(attrTags, Defaults.locale); in deleteAttributes()
1828 stringVectorToAttributePattern(attrTags, loc); in deleteAttributes()
2096 Vector attrTags, in findAttributes() argument
2128 attrTags = stringVectorToAttributePattern(attrTags, locale); in findAttributes()
2174 findMatchingAttributes(rec, attrTags, ht, ret); in findAttributes()
[all …]
H A DSunServerDATable.java385 Vector attrTags = new Vector(); in findDAScopes() local
387 attrTags.addElement(SunDATable.SCOPES_ID); in findDAScopes()
398 attrTags, in findDAScopes()