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 Stringprotected CIMNameSpaceprotected CIMObjectPathprotected Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the method callReturns the namespaceReturns the object nameReturns the result of the operationbooleanReturns if an (uncaught) exception occurredvoidsetNameSpace(CIMNameSpace pNamespace) Sets the namespacevoidSets 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:
trueif an (uncaught) exception occurred,falseotherwise
-
getResult
Returns the result of the operation- Returns:
- The result
- Throws:
CIMException
-
setResult
-