Home
last modified time | relevance | path

Searched refs:findExistingRecord (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1534 ServiceRecordInMemory rec = findExistingRecord(url, null, lang); in register()
1606 findExistingRecord(url, scopes, null); in deregister()
1672 findExistingRecord(url, scopes, lang); in updateRegistration()
2329 return findExistingRecord(URL, in getServiceRecord()
2830 findExistingRecord(ServiceURL surl, Vector scopes, String lang) { in findExistingRecord() method in ServiceStoreInMemory