|
From: Dave B. <bla...@us...> - 2012-09-13 09:39:24
|
Update of /cvsroot/sblim/jsr48-client/src/javax/wbem/client
In directory vz-cvs-3.sog:/tmp/cvs-serv24166/src/javax/wbem/client
Modified Files:
Tag: Experimental
WBEMClient.java
Log Message:
3555752 - Sync up javax.* javadoc with JSR48 1.0.0 Final IV
Index: WBEMClient.java
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/src/javax/wbem/client/WBEMClient.java,v
retrieving revision 1.2.2.20
retrieving revision 1.2.2.21
diff -u -d -r1.2.2.20 -r1.2.2.21
--- WBEMClient.java 10 May 2012 22:46:46 -0000 1.2.2.20
+++ WBEMClient.java 13 Sep 2012 09:39:22 -0000 1.2.2.21
@@ -31,6 +31,7 @@
* 3521131 2012-04-24 blaschke-oss Sync up javax.* javadoc with JSR48 1.0.0 Final II
* 3521328 2012-04-25 blaschke-oss JSR48 1.0.0: remove WBEMClient associators and references
* 3525657 2012-05-10 blaschke-oss Sync up javax.* javadoc with JSR48 1.0.0 Final III
+ * 3555752 2012-09-13 blaschke-oss Sync up javax.* javadoc with JSR48 1.0.0 Final IV
*/
package javax.wbem.client;
@@ -48,7 +49,7 @@
import javax.wbem.CloseableIterator;
import javax.wbem.WBEMException;
-//Sync'd against JSR48 1.0.0 javadoc (version 1.7.0_02) on Sun Apr 22 15:31:54 EDT 2012
+//Sync'd against JSR48 1.0.0 javadoc (version 1.7.0_03) on Tue Aug 07 02:02:55 EDT 2012
/**
* The <code>WBEMClient</code> interface is used to invoke WBEM operations
* against a WBEM Server. A <code>WBEMClient</code> implementation can be
@@ -118,6 +119,8 @@
* or more <code>CIMClass</code>es meeting the specified criteria
* are returned.
* @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes shall be
* returned along with zero or more instances of
@@ -605,6 +608,9 @@
*
* @param pClass
* The <code>CIMClass</code> to be created.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -658,6 +664,9 @@
* @param pPath
* The <code>CIMObjectPath</code> identifying the namespace and
* class name to delete.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -706,6 +715,9 @@
* @param pPath
* The <code>CIMObjectPath</code> identifying the name and
* namespace of the CIM qualifier type to delete.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -750,6 +762,9 @@
* method on all returned <code>CIMClass</code>es. If
* <code>false</code>, the class origin will not be present.
* @return A <code>CloseableIterator</code> of <code>CIMClass</code>es.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -785,6 +800,9 @@
* contains only the names of the first level children of the
* class.
* @return A <code>CloseableIterator</code> of <code>CIMObjectPath</code>s.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -1131,7 +1149,9 @@
* qualifier types are to be enumerated.
* @return A <code>CloseableIterator</code> of <code>CIMQualifierType</code>
* s.
- *
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -1378,6 +1398,9 @@
* <code>null</code> value indicates that all properties should
* be returned.
* @return <code>CIMClass</code> meeting the criteria specified.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -1580,6 +1603,9 @@
* <code>CIMObjectPath</code> that identifies the
* <code>CIMQualifierType</code> to return.
* @return The <code>CIMQualifierType</code> object.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -1657,6 +1683,9 @@
*
* @param pClass
* <code>CIMClass</code> to be modified.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
@@ -1760,6 +1789,8 @@
* @return If successful, a <code>CloseableIterator</code> referencing zero
* or more <code>CIMClass</code>es meeting the specified criteria.
* @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes shall be
* returned along with zero or more instance of
@@ -2170,6 +2201,9 @@
*
* @param pQualifierType
* The CIM qualifier type to be added.
+ * @throws UnsupportedOperationException
+ * If the client implementation (or protocol) does not support
+ * the operation.
* @throws WBEMException
* If unsuccessful, one of the following status codes must be
* returned. The ORDERED list is:
|