Searched defs:filterArgs (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 | 1222 * @param filterArgs the array of arguments to substitute for the 1223 * variables in filterExpr. The value of filterArgs[i] will replace each 1230 * expressions where i is outside the bounds of the array filterArgs 1233 * @exception InvalidSearchFilterException if filterExpr with filterArgs 1238 Object[] filterArgs, SearchControls cons) 1240 return search(name.toString(), filterExpr, filterArgs, cons); 1253 * @param filterArgs the array of arguments to substitute for the 1254 * variables in filterExpr. The value of filterArgs[i] will replace each 1261 * expressions where i is outside the bounds of the array filterArgs 1264 * @exception InvalidSearchFilterException if filterExpr with filterArgs 1237 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument 1268 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument [all...] |
H A D | WARDirContext.java | 737 * @param filterArgs the array of arguments to substitute for the 738 * variables in filterExpr. The value of filterArgs[i] will replace each 745 * expressions where i is outside the bounds of the array filterArgs 748 * @exception InvalidSearchFilterException if filterExpr with filterArgs 753 Object[] filterArgs, SearchControls cons) 752 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
|
H A D | FileDirContext.java | 833 * @param filterArgs the array of arguments to substitute for the 834 * variables in filterExpr. The value of filterArgs[i] will replace each 841 * expressions where i is outside the bounds of the array filterArgs 844 * @exception InvalidSearchFilterException if filterExpr with filterArgs 849 Object[] filterArgs, SearchControls cons) 848 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
|
H A D | ProxyDirContext.java | 1353 * @param filterArgs the array of arguments to substitute for the 1354 * variables in filterExpr. The value of filterArgs[i] will replace each 1361 * expressions where i is outside the bounds of the array filterArgs 1364 * @exception InvalidSearchFilterException if filterExpr with filterArgs 1369 Object[] filterArgs, SearchControls cons) 1371 return dirContext.search(parseName(name), filterExpr, filterArgs, 1385 * @param filterArgs the array of arguments to substitute for the 1386 * variables in filterExpr. The value of filterArgs[i] will replace each 1393 * expressions where i is outside the bounds of the array filterArgs 1396 * @exception InvalidSearchFilterException if filterExpr with filterArgs 1368 search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) argument 1400 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument [all...] |
Completed in 24 milliseconds