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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java58 final static String FA_ATTRIBUTES = "FA_ATTRIBUTES"; field in interface:ServiceStore
319 * Return a Hashtable with key FA_ATTRIBUTES matched to the
324 * FA_ATTRIBUTES is an empty vector.
334 * If there are no registrations in any locale, FA_ATTRIBUTES
H A DSunServerDATable.java176 (Vector)attrRec.get(ServiceStore.FA_ATTRIBUTES);
401 Vector retAttrs = (Vector)attrRec.get(ServiceStore.FA_ATTRIBUTES);
H A DServiceTable.java1105 attributes = (Vector)ht.get(ServiceStore.FA_ATTRIBUTES);
1545 Vector attrs = (Vector)ht.get(ServiceStore.FA_ATTRIBUTES);
H A DServiceStoreInMemory.java2068 * Return a Hashtable with key FA_ATTRIBUTES matched to the
2073 * FA_ATTRIBUTES is an empty vector.
2083 * If there are no registrations in any locale, FA_ATTRIBUTES
2182 ht.put(ServiceStore.FA_ATTRIBUTES, ret);
2200 ht.put(ServiceStore.FA_ATTRIBUTES, ret);

Completed in 22 milliseconds