Class CIMOperation
java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
- Direct Known Subclasses:
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
CIMOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected java.lang.String
protected java.lang.String
protected CIMObjectPath
protected java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
Returns the method calljava.lang.String
Returns the namespaceReturns the object namejava.lang.Object
Returns the result of the operationboolean
Returns if an (uncaught) exception occurredvoid
setNameSpace
(java.lang.String pNamespace) Sets the namespacevoid
setResult
(java.lang.Object pResult) Sets the operation resultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
iObjectName
-
iNameSpace
protected java.lang.String iNameSpace -
iMethodCall
protected java.lang.String iMethodCall -
iResult
protected java.lang.Object iResult
-
-
Constructor Details
-
CIMOperation
public CIMOperation()
-
-
Method Details
-
getObjectName
Returns the object name- Returns:
- The object name
-
getNameSpace
public java.lang.String getNameSpace()Returns the namespace- Returns:
- The namespace
-
setNameSpace
public void setNameSpace(java.lang.String pNamespace) Sets the namespace- Parameters:
pNamespace
- The namespace
-
getMethodCall
public java.lang.String getMethodCall()Returns the method call- Returns:
- The method call
-
isException
public boolean isException()Returns if an (uncaught) exception occurred- Returns:
true
if an (uncaught) exception occurred,false
otherwise
-
getResult
Returns the result of the operation- Returns:
- The result
- Throws:
WBEMException
-
setResult
public void setResult(java.lang.Object pResult) Sets the operation result- Parameters:
pResult
- The result
-