Class CIMSingleResultOperation
- java.lang.Object
-
- org.sblim.cimclient.internal.wbem.operations.CIMOperation
-
- org.sblim.cimclient.internal.wbem.operations.CIMSingleResultOperation
-
- Direct Known Subclasses:
CIMGetClassOp
,CIMGetInstanceOp
,CIMGetPropertyOp
,CIMGetQualifierTypeOp
public abstract class CIMSingleResultOperation extends CIMOperation
CIMSingleResultOperation
-
-
Field Summary
-
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMSingleResultOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getResult()
Returns the result of the operation-
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, isException, setNameSpace, setResult
-
-
-
-
Method Detail
-
getResult
public java.lang.Object getResult() throws WBEMException
Description copied from class:CIMOperation
Returns the result of the operation- Overrides:
getResult
in classCIMOperation
- Returns:
- The result
- Throws:
WBEMException
-
-