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

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAdvertiser.java114 * @param attributeIds A vector of Strings indicating
121 Vector attributeIds)
120 deleteAttributes(ServiceURL URL, Vector attributeIds) argument
H A DLocator.java107 * @param attributeIds A vector of strings identifying the desired
127 Vector attributeIds)
136 * @param attributeIds A vector of strings identifying the desired
156 Vector attributeIds)
125 findAttributes(ServiceURL URL, Vector scopes, Vector attributeIds) argument
154 findAttributes(ServiceType type, Vector scopes, Vector attributeIds) argument
H A DSARequester.java173 * @param attributeIds A vector of Strings indicating
180 Vector attributeIds)
183 if (attributeIds == null || attributeIds.size() <= 0) {
188 "attributeIds"}));
192 deregisterInternal(URL, attributeIds);
179 deleteAttributes(ServiceURL URL, Vector attributeIds) argument
H A DUARequester.java218 * @param attributeIds A vector of strings identifying the desired
237 findAttributes(ServiceURL URL, Vector scopes, Vector attributeIds) argument
242 Assert.nonNullParameter(attributeIds, "attributeIds");
246 attributeIds,
321 * @param attributeIds A vector of strings identifying the desired
340 findAttributes(ServiceType type, Vector scopes, Vector attributeIds) argument
345 Assert.nonNullParameter(attributeIds, "attributeIds");
351 attributeIds,
[all...]

Completed in 16 milliseconds