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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1268 * A record for scopeTypeLangTable table,
1296 // The scopeTypeLangTable
1332 private Hashtable scopeTypeLangTable = new Hashtable(); field in class:ServiceStoreInMemory
1875 Enumeration keys = scopeTypeLangTable.keys();
2008 (STLRecord)scopeTypeLangTable.get(sstKey);
2272 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey);
2350 Enumeration keys = scopeTypeLangTable.keys();
2354 STLRecord regRecs = (STLRecord)scopeTypeLangTable.get(sstKey);
2379 Enumeration keys = scopeTypeLangTable.keys();
2383 STLRecord regRec = (STLRecord)scopeTypeLangTable
[all...]

Completed in 27 milliseconds