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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java286 * @param attrId Id of attribute to return.
292 getAttributeDescriptor(String attrId) { argument
296 attributeDescriptors.get(attrId.toLowerCase());
527 String attrId = attDesc.getId();
530 incoming.get(attrId.toLowerCase()) == null) {
536 new Object[] { attrId });
1195 String attrId = attDesc.getId().toLowerCase();
1197 if (attributeDescriptors.get(attrId) != null) {
1209 attributeDescriptors.put(attrId, attDesc);
H A DServiceLocationAttributeVerifier.java100 * @param attrId Id of attribute to return.
106 getAttributeDescriptor(String attrId); argument

Completed in 74 milliseconds