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

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DBaseDirContext.java1084 * @param matchingAttributes the attributes to search for. If empty or
1096 Attributes matchingAttributes, String[] attributesToReturn)
1098 return search(name.toString(), matchingAttributes, attributesToReturn);
1107 * @param matchingAttributes the attributes to search for. If empty or
1119 (String name, Attributes matchingAttributes,
1131 * @param matchingAttributes the attributes to search for. If empty or
1140 Attributes matchingAttributes) throws NamingException {
1141 return search(name.toString(), matchingAttributes);
1150 * @param matchingAttributes the attributes to search for. If empty or
1159 (String name, Attributes matchingAttributes)
1095 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
1118 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
1139 search(Name name, Attributes matchingAttributes) argument
1158 search(String name, Attributes matchingAttributes) argument
[all...]
H A DWARDirContext.java663 * @param matchingAttributes the attributes to search for. If empty or
675 Attributes matchingAttributes, String[] attributesToReturn)
688 * @param matchingAttributes the attributes to search for. If empty or
697 Attributes matchingAttributes) throws NamingException {
674 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
696 search(String name, Attributes matchingAttributes) argument
H A DFileDirContext.java759 * @param matchingAttributes the attributes to search for. If empty or
771 Attributes matchingAttributes, String[] attributesToReturn)
784 * @param matchingAttributes the attributes to search for. If empty or
793 Attributes matchingAttributes) throws NamingException {
770 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
792 search(String name, Attributes matchingAttributes) argument
H A DProxyDirContext.java1209 * @param matchingAttributes the attributes to search for. If empty or
1221 Attributes matchingAttributes, String[] attributesToReturn)
1223 return dirContext.search(parseName(name), matchingAttributes,
1233 * @param matchingAttributes the attributes to search for. If empty or
1245 Attributes matchingAttributes, String[] attributesToReturn)
1247 return dirContext.search(parseName(name), matchingAttributes,
1259 * @param matchingAttributes the attributes to search for. If empty or
1268 Attributes matchingAttributes) throws NamingException {
1269 return dirContext.search(parseName(name), matchingAttributes);
1278 * @param matchingAttributes th
1220 search(Name name, Attributes matchingAttributes, String[] attributesToReturn) argument
1244 search(String name, Attributes matchingAttributes, String[] attributesToReturn) argument
1267 search(Name name, Attributes matchingAttributes) argument
1286 search(String name, Attributes matchingAttributes) argument
[all...]

Completed in 771 milliseconds