Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1347 private Hashtable urlScopeLangTable = new Hashtable(); field in ServiceStoreInMemory
1745 (Hashtable)urlScopeLangTable.get(url.toString()); in deleteAttributes()
2133 (Hashtable)urlScopeLangTable.get(url.toString()); in findAttributes()
2496 (Hashtable)urlScopeLangTable.get(url.toString()); in initializeURLScopeLangTableVector()
2500 urlScopeLangTable.put(url.toString(), scopeLevel); in initializeURLScopeLangTableVector()
2710 (Hashtable)urlScopeLangTable.get(url.toString()); in deregisterInternal()
2790 urlScopeLangTable.remove(url.toString()); in deregisterInternal()
2837 (Hashtable)urlScopeLangTable.get(surl.toString()); in findExistingRecord()
2999 (Hashtable)urlScopeLangTable.get(surl.toString()); in checkScopeStatus()
3045 (Hashtable)urlScopeLangTable.get(url.toString()); in checkForExistingUnderOtherServiceType()