CIMAssociatorNamesOp
, CIMAssociatorsOp
, CIMCreateClassOp
, CIMCreateInstanceOp
, CIMCreateNameSpaceOp
, CIMCreateQualifierTypeOp
, CIMDeleteClassOp
, CIMDeleteInstanceOp
, CIMDeleteNameSpaceOp
, CIMDeleteQualifierTypeOp
, CIMEnumClassesOp
, CIMEnumClassNamesOp
, CIMEnumInstanceNamesOp
, CIMEnumInstancesOp
, CIMEnumNameSpaceOp
, CIMEnumQualifierTypesOp
, CIMExecQueryOp
, CIMInvokeMethodOp
, CIMReferenceNamesOp
, CIMReferencesOp
, CIMSetClassOp
, CIMSetInstanceOp
, CIMSetPropertyOp
, CIMSetQualifierTypeOp
, CIMSingleResultOperation
public abstract class CIMOperation
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
iMethodCall |
|
protected java.lang.String |
iNameSpace |
|
protected CIMObjectPath |
iObjectName |
|
protected java.lang.Object |
iResult |
Constructor | Description |
---|---|
CIMOperation() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getMethodCall() |
Returns the method call
|
java.lang.String |
getNameSpace() |
Returns the namespace
|
CIMObjectPath |
getObjectName() |
Returns the object name
|
java.lang.Object |
getResult() |
Returns the result of the operation
|
boolean |
isException() |
Returns if an (uncaught) exception occurred
|
void |
setNameSpace(java.lang.String pNamespace) |
Sets the namespace
|
void |
setResult(java.lang.Object pResult) |
Sets the operation result
|
protected CIMObjectPath iObjectName
protected java.lang.String iNameSpace
protected java.lang.String iMethodCall
protected java.lang.Object iResult
public CIMObjectPath getObjectName()
public java.lang.String getNameSpace()
public void setNameSpace(java.lang.String pNamespace)
pNamespace
- The namespacepublic java.lang.String getMethodCall()
public boolean isException()
true
if an (uncaught) exception occurred,
false
otherwisepublic java.lang.Object getResult() throws WBEMException
WBEMException
public void setResult(java.lang.Object pResult)
pResult
- The resultCopyright © 2005, 2013 IBM Corporation. All Rights Reserved.