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

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

public class CIMGetPropertyOp
extends CIMSingleResultOperation

CIMGetPropertyOp


Field Summary
protected  String iPropertyName
           
 
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMGetPropertyOp(CIMObjectPath pObjectName, String pPropertyName)
          Ctor.
 
Method Summary
 String getPropertyName()
          Returns propertyName
 
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMSingleResultOperation
getResult
 
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, isException, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iPropertyName

protected String iPropertyName
Constructor Detail

CIMGetPropertyOp

public CIMGetPropertyOp(CIMObjectPath pObjectName,
                        String pPropertyName)
Ctor.

Parameters:
pObjectName -
pPropertyName -
Method Detail

getPropertyName

public String getPropertyName()
Returns propertyName

Returns:
The value of propertyName.


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