javax.wbem.client
Class CIMEnumNameSpaceOp

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

public synchronized class CIMEnumNameSpaceOp
extends CIMOperation
implements javax.wbem.client.EnumerableInstancesOp


Constructor Summary
CIMEnumNameSpaceOp(CIMObjectPath, boolean)
           
 
Method Summary
 java.lang.Object enumResult()
           
 CIMObjectPath getModelPath()
           
 java.lang.Object getResult()
           
 boolean isDeep()
           
 
Methods inherited from class javax.wbem.client.CIMOperation
getNameSpace, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMEnumNameSpaceOp

public CIMEnumNameSpaceOp(CIMObjectPath,
                          boolean)
Method Detail

getModelPath

public CIMObjectPath getModelPath()

isDeep

public boolean isDeep()

getResult

public java.lang.Object getResult()
Overrides:
getResult in class CIMOperation

enumResult

public java.lang.Object enumResult()
Specified by:
enumResult in interface javax.wbem.client.EnumerableInstancesOp