org.sblim.wbem.client.operations
Class CIMSingleResultOperation

java.lang.Object
  extended by org.sblim.wbem.client.operations.CIMOperation
      extended by 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
CIMSingleResultOperation()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMSingleResultOperation

public CIMSingleResultOperation()
Method Detail

getResult

public java.lang.Object getResult()
                           throws CIMException
Description copied from class: CIMOperation
Returns the result of the operation

Overrides:
getResult in class CIMOperation
Returns:
The result
Throws:
CIMException


Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.