org.sblim.cimclient.internal.wbem.operations
Class CIMEnumClassNamesOp

java.lang.Object
  extended by org.sblim.cimclient.internal.wbem.operations.CIMOperation
      extended by org.sblim.cimclient.internal.wbem.operations.CIMEnumClassNamesOp

public class CIMEnumClassNamesOp
extends CIMOperation

CIMEnumClassNamesOp


Field Summary
protected  boolean iDeep
           
 
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMEnumClassNamesOp(CIMObjectPath objectName, boolean deep)
          Ctor.
 
Method Summary
 boolean isDeep()
          Returns deep
 
Methods inherited from class org.sblim.cimclient.internal.wbem.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

iDeep

protected boolean iDeep
Constructor Detail

CIMEnumClassNamesOp

public CIMEnumClassNamesOp(CIMObjectPath objectName,
                           boolean deep)
Ctor.

Parameters:
objectName -
deep -
Method Detail

isDeep

public boolean isDeep()
Returns deep

Returns:
The value of deep


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