org.sblim.wbem.client.operations
Class CIMOperation
java.lang.Object
org.sblim.wbem.client.operations.CIMOperation
public abstract class CIMOperation
extends java.lang.Object
CIMOperation.java
(C) Copyright IBM Corp. 2005, 2006
THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Common Public License from
http://www.opensource.org/licenses/cpl1.0.php
iMethodCall
protected String iMethodCall
iResult
protected Object iResult
getMethodCall
public String getMethodCall()
Returns the method call
getNameSpace
public CIMNameSpace getNameSpace()
Returns the namespace
getObjectName
public CIMObjectPath getObjectName()
Returns the object name
getResult
public Object getResult()
throws CIMException
Returns the result of the operation
isException
public boolean isException()
Returns if an (uncaught) exception occurred
true
if an (uncaught) exception occurred,
false
otherwise
setNameSpace
public void setNameSpace(CIMNameSpace pNamespace)
Sets the namespace
pNamespace
- The namespace
setResult
public void setResult(Object pResult)
Sets the operation result
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.