Contents
-
Deprecated Classes
Use the global properties instance offered by the SessionProperties class instead
-
Deprecated Methods
this method may lead to confusion. Instead of this method
application are encourage to remove/add the Key qualifier
manually.
instances don't have names. However current implementation
provides access to the class name of the instance.
the current method has been deprecated because the size of
the data type is unmutable. To change the size of the return
type, a new data type must be specified by invoking the
setType method
The CIMNameSpace(String) constructor must be used instead of
this method.
Using this method can produce inconsitency and break
invariants
the size of the property is bounded to the CIMDataType, which
is unmutable. Applications are encourage to specify the
CIMDataType with the appopiated size.
use getSize instead of size()
Use getClient(CIMNameSpace, Principal, Object, String,
SessionProperties) instead
Typo in method name. Use getPropertyList() instead
For security reasons instead of this method, char[]
getTruststorePassword() should be used.
This method is not used anywhere...
This method is never used at all...
For security reasons this method should not be used. Instead
setTruststore_password(char[] newPassword) should be used.
-
Deprecated Constructors
this constructor was marked as deprecated because the dual
nature of this object. This object was used to represent
point in time, as well as intervals. Instead of this
constructor applications are encourage to use corresponding
objects such as CIMTimeInterval, or CIMSimpleDateTime.
this constructor was marked as deprecated because the dual
nature of this object. This object was used to represent
point in time, as well as intervals. Instead of this
constructor applications are encourage to use corresponding
objects such as CIMDateTime, or CIMSimpleDateTime.
use getScope(int) instead
this constructor may lead to confusion when the data type of
the specified argument can not be determined, such as the
case of null arguments.
for security reason this class has been deprecated.
PasswordCredential(char[] password) constructor must be used instead of this
constructor.