int |
BatchCIMClient.associatorNames(CIMObjectPath pObjectName) |
|
int |
BatchCIMClient.associatorNames(CIMObjectPath pObjectName,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
|
int |
BatchHandle.associatorNames(CIMObjectPath pPath) |
|
int |
BatchHandle.associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
|
java.util.Enumeration |
CIMClient.associatorNames(CIMObjectPath pObjectPath) |
Enumerates the CIM objects on the target CIM server that are at the other
end of all associations connecting to a source CIM object at this end of
these associations, and returns CIM object paths to these objects.
|
java.util.Enumeration |
CIMClient.associatorNames(CIMObjectPath pObjectPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
Enumerates the CIM objects on the target CIM server that are at the other
end of all associations connecting to a source CIM object at this end of
these associations, and returns CIM object paths to these objects.
|
java.util.Enumeration |
CIMClientXML.associatorNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
|
java.util.Enumeration |
CIMOMHandle.associatorNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
|
int |
BatchCIMClient.associators(CIMObjectPath pObjectName) |
|
int |
BatchCIMClient.associators(CIMObjectPath pObjectName,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchHandle.associators(CIMObjectPath pPath) |
|
int |
BatchHandle.associators(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMClient.associators(CIMObjectPath pObjectPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Enumerates the CIM objects on the target CIM server that are at the other
end of all associations connecting to a source CIM object at this end of
these associations, and returns copies of these CIM objects.
|
java.util.Enumeration |
CIMClientXML.associators(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMOMHandle.associators(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchCIMClient.createClass(CIMObjectPath pPath,
CIMClass pClass) |
|
int |
BatchHandle.createClass(CIMObjectPath pPath,
CIMClass pClass) |
|
void |
CIMClient.createClass(CIMObjectPath pClassPath,
CIMClass pNewClass) |
Creates a CIM class on the target CIM server.
|
void |
CIMClientXML.createClass(CIMObjectPath pPath,
CIMClass pClass) |
|
void |
CIMOMHandle.createClass(CIMObjectPath pPath,
CIMClass pClass) |
|
int |
BatchCIMClient.createInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
|
int |
BatchHandle.createInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
|
CIMObjectPath |
CIMClient.createInstance(CIMObjectPath pNamespacePath,
CIMInstance pNewInstance) |
Creates a CIM instance in the specified namespace on the target CIM
server.
|
CIMObjectPath |
CIMClientXML.createInstance(CIMObjectPath pObjectName,
CIMInstance pInstance) |
|
CIMObjectPath |
CIMOMHandle.createInstance(CIMObjectPath pPath,
CIMInstance instance) |
|
int |
BatchCIMClient.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|
int |
BatchHandle.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|
void |
CIMClient.createQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType) |
Creates or replaces a CIM qualifier declaration on the target CIM server.
|
void |
CIMClientXML.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|
void |
CIMOMHandle.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|
int |
BatchCIMClient.deleteClass(CIMObjectPath pPath) |
|
int |
BatchHandle.deleteClass(CIMObjectPath pPath) |
|
void |
CIMClient.deleteClass(CIMObjectPath pClassPath) |
Deletes a CIM class on the target CIM server.
|
void |
CIMClientXML.deleteClass(CIMObjectPath pPath) |
|
void |
CIMOMHandle.deleteClass(CIMObjectPath pPath) |
|
int |
BatchCIMClient.deleteInstance(CIMObjectPath pPath) |
|
int |
BatchHandle.deleteInstance(CIMObjectPath pPath) |
|
void |
CIMClient.deleteInstance(CIMObjectPath pInstancePath) |
Deletes a CIM instance on the target CIM server.
|
void |
CIMClientXML.deleteInstance(CIMObjectPath pPath) |
|
void |
CIMOMHandle.deleteInstance(CIMObjectPath pPath) |
|
int |
BatchCIMClient.deleteQualifierType(CIMObjectPath pPath) |
|
int |
BatchHandle.deleteQualifierType(CIMObjectPath pPath) |
|
void |
CIMClient.deleteQualifierType(CIMObjectPath pQualifierPath) |
Deletes a CIM qualifier declaration on the target CIM server.
|
void |
CIMClientXML.deleteQualifierType(CIMObjectPath pPath) |
|
void |
CIMOMHandle.deleteQualifierType(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClient.enumClass(CIMObjectPath pClassPath) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumClass(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumClass(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
int |
BatchCIMClient.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
|
int |
BatchHandle.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin) |
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClientXML.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
|
java.util.Enumeration |
CIMOMHandle.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
|
int |
BatchCIMClient.enumerateClassNames(CIMObjectPath pPath,
boolean pDeep) |
|
int |
BatchHandle.enumerateClassNames(CIMObjectPath pPath,
boolean pDeep) |
|
java.util.Enumeration |
CIMClient.enumerateClassNames(CIMObjectPath pClassPath) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns CIM class paths to these classes.
|
java.util.Enumeration |
CIMClient.enumerateClassNames(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns CIM class paths to these classes.
|
java.util.Enumeration |
CIMClientXML.enumerateClassNames(CIMObjectPath pObjectName,
boolean pDeep) |
|
java.util.Enumeration |
CIMOMHandle.enumerateClassNames(CIMObjectPath pPath,
boolean pDeep) |
|
int |
BatchCIMClient.enumerateInstanceNames(CIMObjectPath pPath) |
|
int |
BatchHandle.enumerateInstanceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClient.enumerateInstanceNames(CIMObjectPath pClassPath) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns CIM instance paths to these
instances.
|
java.util.Enumeration |
CIMClientXML.enumerateInstanceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.enumerateInstanceNames(CIMObjectPath pPath) |
|
int |
BatchCIMClient.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchHandle.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClientXML.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMOMHandle.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMClient.enumInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumNameSpace(CIMObjectPath pNamespacePath,
boolean pDeep) |
Enumerates the CIM namespaces on the target CIM server, and returns CIM
instance paths to the CIM_Namespace instances representing them.
|
java.util.Enumeration |
CIMClientXML.enumNameSpace(CIMObjectPath pPath,
boolean pDeep) |
|
java.util.Enumeration |
CIMOMHandle.enumNameSpace(CIMObjectPath pPath,
boolean pDeep) |
|
int |
BatchCIMClient.enumQualifierTypes(CIMObjectPath pPath) |
|
int |
BatchHandle.enumQualifierTypes(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClient.enumQualifierTypes(CIMObjectPath pNamespacePath) |
Enumerates the CIM qualifier declarations in a namespace on the target
CIM server.
|
java.util.Enumeration |
CIMClientXML.enumQualifierTypes(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.enumQualifierTypes(CIMObjectPath pPath) |
|
int |
BatchCIMClient.execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
|
int |
BatchHandle.execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
|
java.util.Enumeration |
CIMClient.execQuery(CIMObjectPath pNamespacePath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
Executes a query on the target CIM server.
|
java.util.Enumeration |
CIMClientXML.execQuery(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
|
java.util.Enumeration |
CIMOMHandle.execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
|
protected static java.lang.Object |
CIMClientXML.fixResult(CIMObjectPath pRequest,
java.lang.Object pObject,
CIMNameSpace pNameSpace) |
|
protected static java.util.Vector |
CIMClientXML.fixResultSet(CIMObjectPath pRequest,
java.util.Vector pVector,
CIMNameSpace pNameSpace) |
|
int |
BatchCIMClient.getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchHandle.getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClientXML.getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
CIMClass |
CIMOMHandle.getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchCIMClient.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchHandle.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly) |
Gets a copy of a CIM instance.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClientXML.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
CIMInstance |
CIMOMHandle.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchCIMClient.getProperty(CIMObjectPath pPath,
java.lang.String pName) |
|
int |
BatchHandle.getProperty(CIMObjectPath pPath,
java.lang.String pName) |
|
CIMValue |
CIMClient.getProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName) |
Gets a copy of a property value of a CIM instance on the target CIM
server.
|
CIMValue |
CIMClientXML.getProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
|
CIMValue |
CIMOMHandle.getProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
|
int |
BatchCIMClient.getQualifierType(CIMObjectPath pPath) |
|
int |
BatchCIMClient.getQualifierType(CIMObjectPath pPath,
java.lang.String pQualifierType) |
No idea what this method is for
|
int |
BatchHandle.getQualifierType(CIMObjectPath pPath) |
|
CIMQualifierType |
CIMClient.getQualifierType(CIMObjectPath pQualifierPath) |
Gets a copy of a CIM qualifier declaration from the target CIM server.
|
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath) |
|
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath,
java.lang.String pQualifierType) |
|
CIMQualifierType |
CIMOMHandle.getQualifierType(CIMObjectPath pPath) |
|
int |
BatchCIMClient.invokeMethod(CIMObjectPath pPath,
java.lang.String pMethodName,
java.util.Vector pInParameters,
java.util.Vector pOutParameters) |
|
int |
BatchHandle.invokeMethod(CIMObjectPath pPath,
java.lang.String pName,
java.util.Vector pInParameters,
java.util.Vector pOutParameters) |
|
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
Invokes the specified CIM method on a CIM object (instance or class) on
the target CIM server.
|
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments) |
Deprecated.
|
CIMValue |
CIMClientXML.invokeMethod(CIMObjectPath pObjectName,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
|
CIMValue |
CIMOMHandle.invokeMethod(CIMObjectPath pPath,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
|
void |
CIMClientXML.preCheck(CIMObjectPath pPath) |
|
int |
BatchCIMClient.referenceNames(CIMObjectPath pPath) |
|
int |
BatchCIMClient.referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
|
int |
BatchHandle.referenceNames(CIMObjectPath pPath) |
|
int |
BatchHandle.referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
|
java.util.Enumeration |
CIMClient.referenceNames(CIMObjectPath pObjectPath) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns CIM object paths to these
objects.
|
java.util.Enumeration |
CIMClient.referenceNames(CIMObjectPath pObjectPath,
java.lang.String pResultClass,
java.lang.String pRole) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns CIM object paths to these
objects.
|
java.util.Enumeration |
CIMClientXML.referenceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
|
java.util.Enumeration |
CIMOMHandle.referenceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
|
int |
BatchCIMClient.references(CIMObjectPath pPath) |
|
int |
BatchCIMClient.references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchHandle.references(CIMObjectPath pPath) |
|
int |
BatchHandle.references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrirgin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMClient.references(CIMObjectPath pObjectPath) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns copies of these objects.
|
java.util.Enumeration |
CIMClient.references(CIMObjectPath pObjectPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns copies of these objects.
|
java.util.Enumeration |
CIMClientXML.references(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMOMHandle.references(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
int |
BatchCIMClient.setClass(CIMObjectPath pPath,
CIMClass pClass) |
|
int |
BatchHandle.setClass(CIMObjectPath pPath,
CIMClass pClass) |
|
void |
CIMClient.setClass(CIMObjectPath pClassPath,
CIMClass pModifiedClass) |
Modifies a CIM class on the target CIM server.
|
void |
CIMClientXML.setClass(CIMObjectPath pPath,
CIMClass pClass) |
|
void |
CIMOMHandle.setClass(CIMObjectPath pPath,
CIMClass pClass) |
|
int |
BatchCIMClient.setInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
|
int |
BatchCIMClient.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
|
int |
BatchHandle.setInstance(CIMObjectPath pPath,
CIMInstance pInstance) |
|
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance) |
Modifies a CIM instance on the target CIM server.
|
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
Modifies a CIM instance on the target CIM server.
|
void |
CIMClientXML.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
|
void |
CIMOMHandle.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
|
int |
BatchCIMClient.setProperty(CIMObjectPath pPath,
java.lang.String pName) |
|
int |
BatchCIMClient.setProperty(CIMObjectPath pPath,
java.lang.String pName,
CIMValue pValue) |
|
int |
BatchHandle.setProperty(CIMObjectPath pPath,
java.lang.String pName) |
|
int |
BatchHandle.setProperty(CIMObjectPath pPath,
java.lang.String pName,
CIMValue pValue) |
|
void |
CIMClient.setProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName) |
Modifies a property value of a CIM instance on the target CIM server.
|
void |
CIMClient.setProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName,
CIMValue pNewValue) |
Modifies a property value of a CIM instance on the target CIM server.
|
void |
CIMClientXML.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
|
void |
CIMClientXML.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
|
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
|
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
|
int |
BatchCIMClient.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|
int |
BatchHandle.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|
void |
CIMClient.setQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType) |
Creates or replaces a CIM qualifier declaration on the target CIM server.
|
void |
CIMClientXML.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|
void |
CIMOMHandle.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
|