Lines Matching defs:records

130 						// records already seen.
131 private Vector attrTags = null; // tags to match against records
163 * collector for the collecting records if scopes match.
172 private Vector records = null; // for returns.
175 ScopeBVCollector(Vector records, Vector scopes) {
176 this.records = records;
189 records.addElement(rec);
201 records.addElement(rec);
213 * collector for collecting all records.
220 private Vector records = null; // for returns.
222 AllBVCollector(Vector records) {
223 this.records = records;
231 if (!records.contains(rec)) {
232 records.addElement(rec);
239 * The List class implements a linked list for storing records
392 // records that are empty. Return the list object added.
935 // return records that do NOT match.
1304 // records not having a particular attribute and to find all
1312 // AttributeString, Boolean, and Opaque types. All records having
1321 // objects with all records having that attribute tag being on the
1359 // A queue of records sorted according to expiration time.
1392 * Age out all records whose time has expired.
1394 * @param deleted A Vector for return of ServiceStore.Service records
1403 // Get the ageOut queue and remove all records whose
1410 // Go through the queue, dropping records that
1758 // Check existing records to be sure that the scopes
1794 // Find the list of records for this language.
2075 * @param url The ServiceURL for which the records should be returned.
2293 // returning matching records.
2336 * Obtains service records with scopes matching from vector scopes.
2337 * If scopes is null, then returns all records.
2346 Vector records = new Vector();
2348 new ScopeBVCollector(records, scopes);
2356 // Get all records.
2363 return records.elements();
2393 // Get all records.
2422 // any old records have been removed and merged into this one,
2471 // separate records.
3052 // Get hashtable of locale records under scopes. Any scope
3378 // Remove records from the scopeTypeLangTable,