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

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DSearchControls.java34 * A SearchControls instance is not synchronized against concurrent
36 * a single SearchControls instance should lock the object.
43 public class SearchControls implements java.io.Serializable { class in inherits:java.io.Serializable
153 public SearchControls() { method in class:SearchControls
177 public SearchControls(int scope, method in class:SearchControls
192 * Retrieves the search scope of these SearchControls.
196 * @return The search scope of this SearchControls.
204 * Retrieves the time limit of these SearchControls in milliseconds.
207 * @return The time limit of these SearchControls in milliseconds.
263 * @param scope The search scope of this SearchControls
[all...]

Completed in 1857 milliseconds