javax.wbem.client
Class CIMGetInstanceOp

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

public synchronized class CIMGetInstanceOp
extends CIMOperation


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

CIMGetInstanceOp

public CIMGetInstanceOp(CIMObjectPath,
                        boolean)

CIMGetInstanceOp

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

getModelPath

public CIMObjectPath getModelPath()

isLocalOnly

public boolean isLocalOnly()

isQualifiersIncluded

public boolean isQualifiersIncluded()

isClassOriginIncluded

public boolean isClassOriginIncluded()

getPropertyList

public java.lang.String[] getPropertyList()