Searched refs:attrId (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeVerifier.java100 * @param attrId Id of attribute to return.
106 getAttributeDescriptor(String attrId); argument
H A DAttributeVerifier.java284 * @param attrId Id of attribute to return.
290 getAttributeDescriptor(String attrId) { argument
294 attributeDescriptors.get(attrId.toLowerCase());
525 String attrId = attDesc.getId();
528 incoming.get(attrId.toLowerCase()) == null) {
534 new Object[] { attrId });
1193 String attrId = attDesc.getId().toLowerCase();
1195 if (attributeDescriptors.get(attrId) != null) {
1207 attributeDescriptors.put(attrId, attDesc);

Completed in 63 milliseconds