Searched refs:FS_SERVICES (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java72 final static String FS_SERVICES = "FS_SERVICES"; field in interface:ServiceStore
283 * Return a Hashtable with the key FS_SERVICES matched to the
291 * registrations in any locale, FS_SERVICES is bound to an
298 * @return A Hashtable with the key FS_SERVICES matched to the
303 * If there are no registrations in any locale, FS_SERVICES
H A DSunServerDATable.java308 return (Hashtable)returns.get(ServiceStore.FS_SERVICES);
378 Hashtable retRec = (Hashtable)returns.get(ServiceStore.FS_SERVICES);
H A DServiceTable.java978 (Hashtable)returns.get(ServiceStore.FS_SERVICES);
1502 (Hashtable)returns.get(ServiceStore.FS_SERVICES);
H A DServiceStoreInMemory.java1933 * Return a Hashtable with the key FS_SERVICES matched to the
1941 * registrations in any locale, FS_SERVICES is bound to an
1948 * @return A Hashtable with the key FS_SERVICES matched to the
1953 * If there are no registrations in any locale, FS_SERVICES
2055 ht.put(ServiceStore.FS_SERVICES, services);

Completed in 81 milliseconds