|
|
javax > javax.naming > javax.naming.directory > javax.naming.directory.searchcontrols >
Class: javax.naming.directory.SearchControls java.lang.Object javax.naming.directory.SearchControls
public class SearchControls extends Object implements Serializable
FIELDS:
public static final int OBJECT_SCOPE : 0 public static final int ONELEVEL_SCOPE : 1 public static final int SUBTREE_SCOPE : 2 |
|
|
|
CONSTRUCTORS:
| | | public | SearchControls() |
| | public | SearchControls(int scope, long countlim, int timelim, String[] attrs, boolean retobj, boolean deref) |
| |
|
|
|
METHODS:
| | | | public | long | getCountLimit() |
| | public | boolean | getDerefLinkFlag() |
| | public | String[] | getReturningAttributes() |
| | public | boolean | getReturningObjFlag() |
| | public | int | getSearchScope() |
| | public | int | getTimeLimit() |
| | public | void | setCountLimit(long limit) |
| | public | void | setDerefLinkFlag(boolean on) |
| | public | void | setReturningAttributes(String[] attrs) |
| | public | void | setReturningObjFlag(boolean on) |
| | public | void | setSearchScope(int scope) |
| | public | void | setTimeLimit(int ms) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|