Searched defs:cons (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.java1171 * @param cons the search controls that control the search. If null,
1183 (Name name, String filter, SearchControls cons)
1185 return search(name.toString(), filter, cons);
1197 * @param cons the search controls that control the search. If null,
1209 SearchControls cons)
1225 * @param cons the search controls that control the search. If null, the
1231 * @exception InvalidSearchControlsException if cons contains invalid
1238 Object[] filterArgs, SearchControls cons)
1240 return search(name.toString(), filterExpr, filterArgs, cons);
1256 * @param cons th
1182 search(Name name, String filter, SearchControls cons) argument
1208 search(String name, String filter, SearchControls cons) argument
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 DWARDirContext.java710 * @param cons the search controls that control the search. If null,
722 SearchControls cons)
740 * @param cons the search controls that control the search. If null, the
746 * @exception InvalidSearchControlsException if cons contains invalid
753 Object[] filterArgs, SearchControls cons)
721 search(String name, String filter, SearchControls cons) argument
752 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
H A DFileDirContext.java806 * @param cons the search controls that control the search. If null,
818 SearchControls cons)
836 * @param cons the search controls that control the search. If null, the
842 * @exception InvalidSearchControlsException if cons contains invalid
849 Object[] filterArgs, SearchControls cons)
817 search(String name, String filter, SearchControls cons) argument
848 search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) argument
H A DProxyDirContext.java1300 * @param cons the search controls that control the search. If null,
1312 SearchControls cons)
1314 return dirContext.search(parseName(name), filter, cons);
1326 * @param cons the search controls that control the search. If null,
1338 SearchControls cons)
1340 return dirContext.search(parseName(name), filter, cons);
1356 * @param cons the search controls that control the search. If null, the
1362 * @exception InvalidSearchControlsException if cons contains invalid
1369 Object[] filterArgs, SearchControls cons)
1372 cons);
1311 search(Name name, String filter, SearchControls cons) argument
1337 search(String name, String filter, SearchControls cons) argument
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 110 milliseconds