Home
last modified time | relevance | path

Searched defs:sstKey (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1882 String sstKey = (String)keys.nextElement(); in findServiceTypes() local
2005 String sstKey = in findServices() local
2270 String sstKey = in findAttributes() local
2353 String sstKey = (String)keys.nextElement(); in getServiceRecordsByScope() local
2382 String sstKey = (String)keys.nextElement(); in dumpServiceStore() local
3298 String sstKey = makeScopeTypeKey(scope, type); in addTypeLocale() local
3338 String sstKey = makeScopeTypeKey(scope, type); in deleteTypeLocale() local
3413 String sstKey = makeScopeTypeKey(scope, type); in languageSupported() local
3513 final private boolean isAbstractTypeRecord(String sstKey) { in isAbstractTypeRecord()