javax.naming.directory
public class SearchControls extends Object implements Serializable
UNKNOWN: June 5, 2001
| Field Summary | |
|---|---|
| static int | OBJECT_SCOPE |
| static int | ONELEVEL_SCOPE |
| static int | SUBTREE_SCOPE |
| Constructor Summary | |
|---|---|
| SearchControls() | |
| SearchControls(int scope, long countlim, int timelim, String[] attrs, boolean retobj, boolean deref) | |
| Method Summary | |
|---|---|
| long | getCountLimit() |
| boolean | getDerefLinkFlag() |
| String[] | getReturningAttributes() |
| boolean | getReturningObjFlag() |
| int | getSearchScope() |
| int | getTimeLimit() |
| void | setCountLimit(long limit) |
| void | setDerefLinkFlag(boolean on) |
| void | setReturningAttributes(String[] attrs) |
| void | setReturningObjFlag(boolean on) |
| void | setSearchScope(int scope) |
| void | setTimeLimit(int ms) |