Class CIMOperation
java.lang.Object
org.sblim.wbem.client.operations.CIMOperation
- Direct Known Subclasses:
CIMAssociatorNamesOp, CIMAssociatorsOp, CIMCreateClassOp, CIMCreateInstanceOp, CIMCreateNameSpaceOp, CIMCreateQualifierTypeOp, CIMDeleteClassOp, CIMDeleteInstanceOp, CIMDeleteNameSpaceOp, CIMDeleteQualifierTypeOp, CIMEnumClassesOp, CIMEnumClassNamesOp, CIMEnumInstanceNamesOp, CIMEnumInstancesOp, CIMEnumNameSpaceOp, CIMEnumQualifierTypesOp, CIMExecQueryOp, CIMInvokeMethodOp, CIMReferenceNamesOp, CIMReferencesOp, CIMSetClassOp, CIMSetInstanceOp, CIMSetPropertyOp, CIMSetQualifierTypeOp, CIMSingleResultOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected CIMNameSpace
protected CIMObjectPath
protected Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the method callReturns the namespaceReturns the object nameReturns the result of the operationboolean
Returns if an (uncaught) exception occurredvoid
setNameSpace
(CIMNameSpace pNamespace) Sets the namespacevoid
Sets the operation result
-
Field Details
-
iObjectName
-
iNameSpace
-
iMethodCall
-
iResult
-
-
Constructor Details
-
CIMOperation
public CIMOperation()
-
-
Method Details
-
getObjectName
-
getNameSpace
-
setNameSpace
Sets the namespace- Parameters:
pNamespace
- The namespace
-
getMethodCall
-
isException
public boolean isException()Returns if an (uncaught) exception occurred- Returns:
true
if an (uncaught) exception occurred,false
otherwise
-
getResult
Returns the result of the operation- Returns:
- The result
- Throws:
CIMException
-
setResult
-