Package org.sblim.wbem.client.operations
Class CIMDeleteNameSpaceOp
- java.lang.Object
-
- org.sblim.wbem.client.operations.CIMOperation
-
- org.sblim.wbem.client.operations.CIMDeleteNameSpaceOp
-
public class CIMDeleteNameSpaceOp extends CIMOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected CIMNameSpace
iNamespace
-
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMDeleteNameSpaceOp(CIMNameSpace pNamespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMNameSpace
getNamespace()
Returns the namespace-
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
-
-
-
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
-
-