org.sblim.wbem.client.operations

Class CIMDeleteNameSpaceOp


public class CIMDeleteNameSpaceOp
extends CIMOperation

CIMDeleteNameSpaceOp.java (C) Copyright IBM Corp. 2005, 2009 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE 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 Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php

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

Field Details

iNamespace

protected CIMNameSpace iNamespace

Constructor Details

CIMDeleteNameSpaceOp

public CIMDeleteNameSpaceOp(CIMNameSpace pNamespace)

Method Details

getNamespace

public CIMNameSpace getNamespace()
Returns the namespace
Returns:
The namespace

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