All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.afs.SearchRequest
java.lang.Object
|
+----ajanta.apps.afs.Request
|
+----ajanta.apps.afs.SearchRequest
- public class SearchRequest
- extends Request
This class is is used for communicating a search request to the
file system server thread. It extends Request, therefore stop-go
synchronization mechanism is used by the caller to wait for the
response from the server, which is deposited in a "response"
of type SearchResponse.
- See Also:
- SearchResponse
-
ignoreCase
-
-
response
-
-
searchString
-
-
SearchRequest(String, boolean)
- Constructor for SearchRequest.
searchString
String searchString
ignoreCase
boolean ignoreCase
response
SearchResponse response
SearchRequest
SearchRequest(String s,
boolean igCase)
- Constructor for SearchRequest.
- Parameters:
- String - s contains the serach string in glimpse format
- igCase - true indicates that the search should made in case-insensitve manner.
All Packages Class Hierarchy This Package Previous Next Index