javax.wbem.client
Class CIMCreateNameSpaceOp

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

public synchronized class CIMCreateNameSpaceOp
extends CIMOperation


Constructor Summary
CIMCreateNameSpaceOp(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

CIMCreateNameSpaceOp

public CIMCreateNameSpaceOp(CIMNameSpace)
Method Detail

getRelativeNameSpace

public CIMNameSpace getRelativeNameSpace()