Package org.sblim.wbem.client.operations
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
Returns the object name- Returns:
- The object name
-
getNameSpace
Returns the namespace- Returns:
- The namespace
-
setNameSpace
Sets the namespace- Parameters:
pNamespace- The namespace
-
getMethodCall
Returns the method call- Returns:
- The method call
-
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
Sets the operation result- Parameters:
pResult- The result
-