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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1882 String sstKey = (String)keys.nextElement();
1888 if (isAbstractTypeRecord(sstKey)) {
1895 String keyScope = keyScope(sstKey);
1898 String keyType = keyServiceType(sstKey);
2005 String sstKey =
2008 (STLRecord)scopeTypeLangTable.get(sstKey);
2270 String sstKey =
2272 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey);
2353 String sstKey = (String)keys.nextElement();
2354 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey);
3513 isAbstractTypeRecord(String sstKey) argument
[all...]

Completed in 20 milliseconds