javax.wbem.client
Class CIMEnumInstancesOp

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

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


Constructor Summary
CIMEnumInstancesOp(CIMObjectPath, boolean)
           
CIMEnumInstancesOp(CIMObjectPath, boolean, boolean)
           
CIMEnumInstancesOp(CIMObjectPath, boolean, boolean, boolean, boolean, java.lang.String[])
           
 
Method Summary
 java.lang.Object enumResult()
           
 CIMObjectPath getModelPath()
           
 java.lang.String[] getPropertyList()
           
 java.lang.Object getResult()
           
 boolean isClassOriginIncluded()
           
 boolean isDeep()
           
 boolean isLocalOnly()
           
 boolean isQualifiersIncluded()
           
 
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

CIMEnumInstancesOp

public CIMEnumInstancesOp(CIMObjectPath,
                          boolean)

CIMEnumInstancesOp

public CIMEnumInstancesOp(CIMObjectPath,
                          boolean,
                          boolean)

CIMEnumInstancesOp

public CIMEnumInstancesOp(CIMObjectPath,
                          boolean,
                          boolean,
                          boolean,
                          boolean,
                          java.lang.String[])
Method Detail

getModelPath

public CIMObjectPath getModelPath()

isDeep

public boolean isDeep()

isLocalOnly

public boolean isLocalOnly()

isClassOriginIncluded

public boolean isClassOriginIncluded()

isQualifiersIncluded

public boolean isQualifiersIncluded()

getPropertyList

public java.lang.String[] getPropertyList()

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