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.ObjectgetResult()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 WBEMExceptionDescription copied from class:CIMOperationReturns the result of the operation- Overrides:
getResultin classCIMOperation- Returns:
- The result
- Throws:
WBEMException
-
-