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

Variable Index

 o ignoreCase
 o response
 o searchString

Constructor Index

 o SearchRequest(String, boolean)
Constructor for SearchRequest.

Variables

 o searchString
 String searchString
 o ignoreCase
 boolean ignoreCase
 o response
 SearchResponse response

Constructors

 o 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