Update of /cvsroot/sblim/jsr48-client/src/javax/wbem/client
In directory vz-cvs-3.sog:/tmp/cvs-serv18095/src/javax/wbem/client
Modified Files:
Tag: Experimental
WBEMClient.java
Log Message:
3521131 - Sync up javax.* javadoc with JSR48 1.0.0 Final II
Index: WBEMClient.java
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/src/javax/wbem/client/WBEMClient.java,v
retrieving revision 1.2.2.17
retrieving revision 1.2.2.18
diff -u -d -r1.2.2.17 -r1.2.2.18
--- WBEMClient.java 3 Apr 2012 12:50:24 -0000 1.2.2.17
+++ WBEMClient.java 24 Apr 2012 22:16:11 -0000 1.2.2.18
@@ -28,6 +28,7 @@
* 3496301 2012-03-02 blaschke-oss Sync up javax.* javadoc with JSR48 1.0.0 Final
* 3496343 2012-03-02 blaschke-oss JSR48 1.0.0: deprecate WBEMClient associators and references
* 3514537 2012-04-03 blaschke-oss TCK: execQueryInstances requires boolean, not Boolean
+ * 3521131 2012-04-24 blaschke-oss Sync up javax.* javadoc with JSR48 1.0.0 Final II
*/
package javax.wbem.client;
@@ -45,7 +46,7 @@
import javax.wbem.CloseableIterator;
import javax.wbem.WBEMException;
-//Sync'd against JSR48 1.0.0 javadoc (build 1.6.0_18) on Thu Mar 01 12:21:26 EST 2012
+//Sync'd against JSR48 1.0.0 javadoc (version 1.7.0_02) on Sun Apr 22 15:31:54 EDT 2012
/**
* The <code>WBEMClient</code> interface is used to invoke WBEM operations
* against a WBEM Server. A <code>WBEMClient</code> implementation can be
@@ -1282,8 +1283,6 @@
* A string that identifies the query language to use to parse
* the query string specified.
* @return A <code>CloseableIterator</code> of <code>CIMInstance</code>s.
- * @throws IllegalArgumentException
- * If the path is null or empty.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -1655,8 +1654,8 @@
String pContext, UnsignedInteger32 pMaxObjects) throws WBEMException;
/**
- * Get protocol specific property values. Please refer to the documentation
- * for <code>WBEMClientConstants</code> for a list of properties supported.
+ * Get property values. See <code>WBEMClientConstants</code> for a list of
+ * standard properties.
*
* @param pKey
* The name of the property.
@@ -2312,9 +2311,8 @@
public void setLocales(Locale[] pLocales);
/**
- * Set protocol specific properties. For example, a protocol may support a
- * timeout option for an operation. Please refer to the documentation for
- * <code>WBEMClientConstants</code> for a list of properties supported.
+ * Set properties that enable options or protocol specific properties. See
+ * <code>WBEMClientConstants</code> for a list of standard properties.
*
* @param pKey
* The name of the property.
|