org.sblim.cimclient.internal.wbem.operations

Class CIMOperation

public abstract class CIMOperation extends Object

CIMOperation
Field Summary
protected StringiMethodCall
protected StringiNameSpace
protected CIMObjectPathiObjectName
protected ObjectiResult
Method Summary
StringgetMethodCall()
Returns the method call
StringgetNameSpace()
Returns the namespace
CIMObjectPathgetObjectName()
Returns the object name
ObjectgetResult()
Returns the result of the operation
booleanisException()
Returns if an (uncaught) exception occurred
voidsetNameSpace(String pNamespace)
Sets the namespace
voidsetResult(Object pResult)
Sets the operation result

Field Detail

iMethodCall

protected String iMethodCall

iNameSpace

protected String iNameSpace

iObjectName

protected CIMObjectPath iObjectName

iResult

protected Object iResult

Method Detail

getMethodCall

public String getMethodCall()
Returns the method call

Returns: The method call

getNameSpace

public String getNameSpace()
Returns the namespace

Returns: The namespace

getObjectName

public CIMObjectPath getObjectName()
Returns the object name

Returns: The object name

getResult

public Object getResult()
Returns the result of the operation

Returns: The result

Throws: WBEMException

isException

public boolean isException()
Returns if an (uncaught) exception occurred

Returns: true if an (uncaught) exception occurred, false otherwise

setNameSpace

public void setNameSpace(String pNamespace)
Sets the namespace

Parameters: pNamespace The namespace

setResult

public void setResult(Object pResult)
Sets the operation result

Parameters: pResult The result

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