Class CIMOperation
java.lang.Object
org.sblim.cimclient.internal.wbem.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
CIMOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
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
(String pNamespace) Sets the namespacevoid
Sets 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:
true
if an (uncaught) exception occurred,false
otherwise
-
getResult
Returns the result of the operation- Returns:
- The result
- Throws:
WBEMException
-
setResult
Sets the operation result- Parameters:
pResult
- The result
-