org.sblim.wbem.client.operations
Class CIMDeleteNameSpaceOp

java.lang.Object
  extended byorg.sblim.wbem.client.operations.CIMOperation
      extended byorg.sblim.wbem.client.operations.CIMDeleteNameSpaceOp

public class CIMDeleteNameSpaceOp
extends CIMOperation


Field Summary
protected  CIMNameSpace iNamespace
           
 
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMDeleteNameSpaceOp(CIMNameSpace pNamespace)
           
 
Method Summary
 CIMNameSpace getNamespace()
          Returns the namespace
 
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iNamespace

protected CIMNameSpace iNamespace
Constructor Detail

CIMDeleteNameSpaceOp

public CIMDeleteNameSpaceOp(CIMNameSpace pNamespace)
Method Detail

getNamespace

public CIMNameSpace getNamespace()
Returns the namespace

Returns:
The namespace


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