|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMException | |
---|---|
org.sblim.wbem.cim | Representation of CIM data in Java. |
org.sblim.wbem.cimxml | Internal implementation of CIM-XML helper classes |
org.sblim.wbem.client | Public API for client connections and WBEM operations. |
org.sblim.wbem.client.indications | Public API for creation of indication listeners. |
org.sblim.wbem.client.operations | Public API for batch operations. |
org.sblim.wbem.xml | Internal implementation of XML processing |
Uses of CIMException in org.sblim.wbem.cim |
---|
Subclasses of CIMException in org.sblim.wbem.cim | |
---|---|
class |
CIMAuthenticationException
Describes exceptional events associated with the authentication of the client. |
class |
CIMSecurityException
|
class |
CIMTransportException
|
Methods in org.sblim.wbem.cim that throw CIMException | |
---|---|
java.net.URI |
CIMNameSpace.getHostURI()
Returns the URI representation of the CIMNameSpace. |
java.net.URL |
CIMNameSpace.getHostURL()
Returns the URL representation of the CIMNameSpace. |
static CIMNameSpace |
CIMNameSpace.parse(java.lang.String pURI)
Deprecated. The CIMNameSpace(String) constructor must be used instead of this method. |
void |
CIMNameSpace.setNameSpace(java.lang.String pNamespace)
Specifies the namespace for this CIMNameSpace object. |
CIMQualifier |
CIMProperty.setQualifier(CIMQualifier pQualifier)
Updates the CIMQualifier value from the CIMProperty with the specified CIMQualifier. |
protected void |
CIMNameSpace.updateURI()
|
Constructors in org.sblim.wbem.cim that throw CIMException | |
---|---|
CIMNameSpace()
Constructs and instantiates a default CIM namespace name. |
|
CIMNameSpace(java.lang.String pURI)
Constructs a CIM namespace, pointing to a specified host or URI (protocol://hostname[:port]/file), i.e. |
|
CIMNameSpace(java.lang.String pHost,
java.lang.String pNamespace)
Constructs an object which represents a CIMNameSpace. |
|
CIMObjectPath(java.lang.String pClassName,
java.lang.String pNamespace)
Constructs a CIMObjectPath with the specified ClassName, on the defined namespace. |
Uses of CIMException in org.sblim.wbem.cimxml |
---|
Methods in org.sblim.wbem.cimxml that throw CIMException | |
---|---|
java.lang.String |
CIMXmlUtil.CIMElementToXml(CIMElement obj)
Returns a string representing the CIM-XML of a CIMElement. |
CIMElement |
CIMXmlUtil.getCIMElement(java.lang.String str)
Construct a Java object representing the CIMElement from the XML representation. |
Uses of CIMException in org.sblim.wbem.client |
---|
Methods in org.sblim.wbem.client that throw CIMException | |
---|---|
void |
CIMClient.addCIMListener(CIMListener pListener)
Adds the specified CIMListener to start receiving indications from the CIM server. |
void |
CIMClientXML.addCIMListener(CIMListener pListener)
|
void |
CIMOMHandle.addCIMListener(CIMListener pListener)
|
void |
CIMClientXML.addCIMListener(CIMListener pListener,
java.lang.String pId)
|
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 |
CIMClientXML.associatorNames(CIMObjectPath pPath)
|
java.util.Enumeration |
CIMOMHandle.associatorNames(CIMObjectPath pPath)
|
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.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole)
|
java.util.Enumeration |
CIMOMHandle.associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole)
|
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)
|
void |
CIMClient.close()
Closes the connection to the CIM server. |
void |
CIMClientXML.close()
|
void |
CIMOMHandle.close()
|
void |
CIMClient.close(boolean pKeepEnumerations)
Closes the connection to the CIM server. |
void |
CIMClientXML.close(boolean pKeepEnumerations)
|
void |
CIMOMHandle.close(boolean pKeepEnumerations)
|
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)
|
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)
|
void |
CIMClient.createNameSpace(CIMNameSpace pNameSpace)
Creates a CIM namespace on the target CIM server. |
void |
CIMClientXML.createNameSpace(CIMNameSpace pNamespace)
|
void |
CIMOMHandle.createNameSpace(CIMNameSpace pNamespace)
|
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)
|
void |
CIMClient.deleteClass(CIMObjectPath pClassPath)
Deletes a CIM class on the target CIM server. |
void |
CIMClientXML.deleteClass(CIMObjectPath pPath)
|
void |
CIMOMHandle.deleteClass(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)
|
void |
CIMClient.deleteNameSpace(CIMNameSpace pNameSpace)
Deletes a CIM namespace from the target CIM server. |
void |
CIMClientXML.deleteNameSpace(CIMNameSpace pNamespace)
|
void |
CIMOMHandle.deleteNameSpace(CIMNameSpace pNamespace)
|
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. |
java.util.Enumeration |
CIMClient.enumerateClasses()
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)
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)
|
java.util.Enumeration |
CIMClient.enumerateClassNames()
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)
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)
|
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)
|
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)
|
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)
|
java.util.Enumeration |
CIMClientXML.execQuery(CIMObjectPath pPath)
|
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.lang.String pQuery,
java.lang.String pQueryLanguage)
|
java.util.Enumeration |
CIMOMHandle.execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage)
|
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)
|
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol)
Deprecated. Use getClient(CIMNameSpace, Principal, Object, String, SessionProperties) instead |
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Constructs a CIMOMHandle with connection information to a
target CIM server and a default namespace, using the specified principal,
credential, protocol and session properties. |
CIMInstance |
CIMClient.getIndicationHandler(CIMListener pListener)
This methods return an instance of CIM_IndicationHandler, since CIM over HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is returned. |
CIMInstance |
CIMClientXML.getIndicationHandler(CIMListener pListener)
|
CIMInstance |
CIMOMHandle.getIndicationHandler(CIMListener pListener)
|
CIMInstance |
CIMClient.getIndicationListener(CIMListener pListener)
This methods return an instance of CIM_IndicationDestination, since CIM over HTTP is used as transport an instance of CIM_ListenerDestinationCIMXML is returned. |
CIMInstance |
CIMClientXML.getIndicationListener(CIMListener pListener)
|
CIMInstance |
CIMOMHandle.getIndicationListener(CIMListener pListener)
|
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)
|
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)
|
CIMQualifierType |
CIMClient.getQualifierType(CIMObjectPath pQualifierPath)
Gets a copy of a CIM qualifier declaration from the target CIM server. |
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath)
|
CIMQualifierType |
CIMOMHandle.getQualifierType(CIMObjectPath pPath)
|
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath,
java.lang.String pQualifierType)
|
java.lang.Object |
BatchResult.getResult(int operationID)
Returns the object produced by the specified batch operation. |
void |
CIMClientXML.init(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
|
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments)
Deprecated. It is not recommended to use this method, since the number of output parameters may be extended by the CIM provider in the future. Instead, use CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector) . |
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 |
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)
|
BatchResult |
CIMClient.performBatchOperations(BatchHandle pBatchHandle)
Performs the operations specified in the BatchHandle object. |
BatchResult |
CIMClientXML.performBatchOperations(BatchHandle pBatchHandle)
|
BatchResult |
CIMOMHandle.performBatchOperations(BatchHandle pBatchHandle)
|
void |
CIMClientXML.preCheck(CIMNameSpace pNamespace)
|
void |
CIMClientXML.preCheck(CIMObjectPath pPath)
|
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 |
CIMClientXML.referenceNames(CIMObjectPath pPath)
|
java.util.Enumeration |
CIMOMHandle.referenceNames(CIMObjectPath pPath)
|
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.lang.String pResultClass,
java.lang.String pRole)
|
java.util.Enumeration |
CIMOMHandle.referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole)
|
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 |
CIMClientXML.references(CIMObjectPath pPath)
|
java.util.Enumeration |
CIMOMHandle.references(CIMObjectPath pPath)
|
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.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
|
java.util.Enumeration |
CIMOMHandle.references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
|
void |
CIMClient.removeCIMListener(CIMListener pListener)
Removes the specified CIMListener, to stop receiving indications from the CIM server. |
void |
CIMClientXML.removeCIMListener(CIMListener pListener)
|
void |
CIMOMHandle.removeCIMListener(CIMListener pListener)
|
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)
|
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)
|
void |
CIMClient.setProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName)
Modifies a property value of a CIM instance on the target CIM server. |
void |
CIMClientXML.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName)
|
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName)
|
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,
CIMValue pValue)
|
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue)
|
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)
|
java.io.InputStreamReader |
CIMClientXML.transmitRequest(java.lang.String pCimMethod,
HttpHeader pHeader,
org.w3c.dom.Document pDocument)
|
Constructors in org.sblim.wbem.client that throw CIMException | |
---|---|
CIMClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential)
Initializes this CIMClient with connection information to
a target CIM server and a default namespace, using the specified
principal and credential, and using the default protocol
CIM_XML (CIM Operations over HTTP). |
|
CIMClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol)
Initializes this CIMClient with connection information to
a target CIM server and a default namespace, using the specified
principal, credential and protocol. |
|
CIMClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
Initializes this CIMClient with connection information to
a target CIM server and a default namespace, using the specified
principal, credential and protocol. |
|
CIMClient(CIMOMHandle pCimomHandle)
Initializes this CIMClient from an existing
CIMOMHandle . |
|
CIMClientXML(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol)
|
|
CIMClientXML(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties)
|
Uses of CIMException in org.sblim.wbem.client.indications |
---|
Constructors in org.sblim.wbem.client.indications with parameters of type CIMException | |
---|---|
CIMError(CIMException pCimException)
Construct a CIMError object from the given CIMException. |
Uses of CIMException in org.sblim.wbem.client.operations |
---|
Methods in org.sblim.wbem.client.operations that throw CIMException | |
---|---|
java.lang.Object |
CIMOperation.getResult()
Returns the result of the operation |
java.lang.Object |
CIMSingleResultOperation.getResult()
|
Uses of CIMException in org.sblim.wbem.xml |
---|
Fields in org.sblim.wbem.xml declared as CIMException | |
---|---|
protected CIMException |
CIMResponse.iError
|
Methods in org.sblim.wbem.xml that return CIMException | |
---|---|
CIMException |
CIMResponse.getException()
|
static CIMException |
CIMXMLParserImpl.parseERROR(org.w3c.dom.Element errorE)
|
Methods in org.sblim.wbem.xml with parameters of type CIMException | |
---|---|
void |
CIMResponse.setError(CIMException error)
|
Methods in org.sblim.wbem.xml that throw CIMException | |
---|---|
void |
CIMResponse.checkError()
Verify the status code for this CIMResponse. |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.performBatchOperation_request(org.w3c.dom.Document doc,
java.util.Vector operations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |