Package org.sblim.wbem.client.operations
Class CIMCreateInstanceOp
- java.lang.Object
-
- org.sblim.wbem.client.operations.CIMOperation
-
- org.sblim.wbem.client.operations.CIMCreateInstanceOp
-
public class CIMCreateInstanceOp extends CIMOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected CIMInstance
iInstance
-
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMCreateInstanceOp(CIMObjectPath pObjectName, CIMInstance pInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMInstance
getInstance()
Returns the instance-
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
-
-
-
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
-
-