org.sblim.wbem.client.operations
Class CIMCreateInstanceOp

java.lang.Object
  extended by org.sblim.wbem.client.operations.CIMOperation
      extended by org.sblim.wbem.client.operations.CIMCreateInstanceOp

public class CIMCreateInstanceOp
extends CIMOperation


Field Summary
protected  CIMInstance iInstance
           
 
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMCreateInstanceOp(CIMObjectPath pObjectName, CIMInstance pInstance)
           
 
Method Summary
 CIMInstance getInstance()
          Returns the instance
 
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iInstance

protected CIMInstance iInstance
Constructor Detail

CIMCreateInstanceOp

public CIMCreateInstanceOp(CIMObjectPath pObjectName,
                           CIMInstance pInstance)
Method Detail

getInstance

public CIMInstance getInstance()
Returns the instance

Returns:
The instance


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