Lines Matching refs:store

62     // The service store.
64 protected ServiceStore store = null;
112 * Return an SA service store.
145 table.store = ServiceStoreFactory.createServiceStore();
179 * @param URL String giving the URL to which the store should be
196 // Serialize the store.
198 ServiceStoreFactory.serialize(di, store);
336 store.register(surl, attrs, scopes, locale, urlSig, attrSig);
450 * Age the service store.
461 synchronized (store) {
464 sleepyTime = store.ageOut(deleted);
483 reportNonfatalException(ex, new Vector(), store);
487 reportNonfatalException(ex, new Vector(), store);
626 existing = store.register(surl,
639 store.updateRegistration(surl, attrs, scopes, locale);
661 store.dumpServiceStore();
673 synchronized (store) {
715 reportNonfatalException(ex, args, store);
790 store.deregister(surl, scopes, urlSig);
801 store.deleteAttributes(surl, scopes, tags, locale);
823 store.dumpServiceStore();
854 reportNonfatalException(ex, args, store);
888 // Get the vector of service types in the store, independent
891 Vector types = store.findServiceTypes(namingAuthority, scopes);
931 reportNonfatalException(ex, args, store);
969 store.findServices(serviceType,
1041 reportNonfatalException(ex, args, store);
1101 store.findAttributes(surl, scopes, tags, locale);
1131 store.findAttributes(serviceType, scopes, tags, locale);
1185 reportNonfatalException(ex, args, store);
1196 return store.getServiceRecord(URL, locale);
1232 Vector types = store.findServiceTypes(Defaults.ALL_AUTHORITIES,
1265 store.register(url,
1429 // Get the service store's timestamp. This must be the
1430 // time since last stateless reboot for a stateful store,
1433 long timestamp = store.getStateTimestamp();
1497 store.findServices(Defaults.SUN_SA_SERVICE_TYPE.toString(),
1540 store.findAttributes(surl,
1569 table.store.dumpServiceStore();
1583 * @param store The service store being processed.
1588 ServiceStore store) {
1593 store.dumpServiceStore();