Searched defs:attributesToReturn (Results 1 - 4 of 4) sorted by relevance
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/ |
H A D | BaseDirContext.java | 1086 * @param attributesToReturn the attributes to return. null indicates 1090 * SearchResult contains the attributes identified by attributesToReturn 1096 Attributes matchingAttributes, String[] attributesToReturn) 1098 return search(name.toString(), matchingAttributes, attributesToReturn); 1109 * @param attributesToReturn the attributes to return. null indicates 1113 * SearchResult contains the attributes identified by attributesToReturn 1120 String[] attributesToReturn) 1134 * SearchResult contains the attributes identified by attributesToReturn 1153 * SearchResult contains the attributes identified by attributesToReturn 1095 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument 1118 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
|
H A D | WARDirContext.java | 665 * @param attributesToReturn the attributes to return. null indicates 669 * SearchResult contains the attributes identified by attributesToReturn 675 Attributes matchingAttributes, String[] attributesToReturn) 691 * SearchResult contains the attributes identified by attributesToReturn 674 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
|
H A D | FileDirContext.java | 761 * @param attributesToReturn the attributes to return. null indicates 765 * SearchResult contains the attributes identified by attributesToReturn 771 Attributes matchingAttributes, String[] attributesToReturn) 787 * SearchResult contains the attributes identified by attributesToReturn 770 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
|
H A D | ProxyDirContext.java | 1211 * @param attributesToReturn the attributes to return. null indicates 1215 * SearchResult contains the attributes identified by attributesToReturn 1221 Attributes matchingAttributes, String[] attributesToReturn) 1224 attributesToReturn); 1235 * @param attributesToReturn the attributes to return. null indicates 1239 * SearchResult contains the attributes identified by attributesToReturn 1245 Attributes matchingAttributes, String[] attributesToReturn) 1248 attributesToReturn); 1262 * SearchResult contains the attributes identified by attributesToReturn 1281 * SearchResult contains the attributes identified by attributesToReturn 1220 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument 1244 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument [all...] |
Completed in 25 milliseconds