Package org.sblim.wbem.client.operations
Class CIMSingleResultOperation
- java.lang.Object
-
- org.sblim.wbem.client.operations.CIMOperation
-
- org.sblim.wbem.client.operations.CIMSingleResultOperation
-
- Direct Known Subclasses:
CIMGetClassOp
,CIMGetInstanceOp
,CIMGetPropertyOp
,CIMGetQualifierTypeOp
public abstract class CIMSingleResultOperation extends CIMOperation
-
-
Field Summary
-
Fields inherited from class org.sblim.wbem.client.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.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, isException, setNameSpace, setResult
-
-
-
-
Method Detail
-
getResult
public java.lang.Object getResult() throws CIMException
Description copied from class:CIMOperation
Returns the result of the operation- Overrides:
getResult
in classCIMOperation
- Returns:
- The result
- Throws:
CIMException
-
-