javax.wbem.client
Class CIMDeleteNameSpaceOp

java.lang.Object
  |
  +--javax.wbem.client.CIMOperation
        |
        +--javax.wbem.client.CIMDeleteNameSpaceOp
All Implemented Interfaces:
java.io.Serializable

public synchronized class CIMDeleteNameSpaceOp
extends CIMOperation


Constructor Summary
CIMDeleteNameSpaceOp(CIMNameSpace)
           
 
Method Summary
 CIMNameSpace getRelativeNameSpace()
           
 
Methods inherited from class javax.wbem.client.CIMOperation
getNameSpace, getResult, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMDeleteNameSpaceOp

public CIMDeleteNameSpaceOp(CIMNameSpace)
Method Detail

getRelativeNameSpace

public CIMNameSpace getRelativeNameSpace()