javax.wbem.client
Class CIMGetPropertyOp

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

public synchronized class CIMGetPropertyOp
extends CIMOperation


Constructor Summary
CIMGetPropertyOp(CIMObjectPath, java.lang.String)
           
 
Method Summary
 CIMObjectPath getModelPath()
           
 java.lang.String getPropertyName()
           
 
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

CIMGetPropertyOp

public CIMGetPropertyOp(CIMObjectPath,
                        java.lang.String)
Method Detail

getModelPath

public CIMObjectPath getModelPath()

getPropertyName

public java.lang.String getPropertyName()