Module java.naming

Class SearchControls

java.lang.Object
javax.naming.directory.SearchControls
All Implemented Interfaces:
Serializable

public class SearchControls extends Object implements Serializable
This class encapsulates factors that determine scope of search and what gets returned as a result of the search.

A SearchControls instance is not synchronized against concurrent multithreaded access. Multiple threads trying to access and modify a single SearchControls instance should lock the object.

Since:
1.3
See Also: