Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1273 private class STLRecord extends Object { class in ServiceStoreInMemory
1281 STLRecord(boolean isAbstract) { in STLRecord() method in ServiceStoreInMemory.STLRecord
2007 STLRecord regRecs = in findServices()
2008 (STLRecord)scopeTypeLangTable.get(sstKey); in findServices()
2272 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey); in findAttributes()
2354 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey); in getServiceRecordsByScope()
2383 STLRecord regRec = (STLRecord)scopeTypeLangTable.get(sstKey); in dumpServiceStore()
2550 STLRecord trec = (STLRecord)scopeTypeLangTable.get(stlKey); in addRecordToScopeTypeLangTable()
2555 trec = new STLRecord(isAbstract); in addRecordToScopeTypeLangTable()
3514 STLRecord rec = (STLRecord)scopeTypeLangTable.get(sstKey); in isAbstractTypeRecord()