Package org.sblim.wbem.client.operations
Class CIMGetPropertyOp
- java.lang.Object
-
- org.sblim.wbem.client.operations.CIMOperation
-
- org.sblim.wbem.client.operations.CIMSingleResultOperation
-
- org.sblim.wbem.client.operations.CIMGetPropertyOp
-
public class CIMGetPropertyOp extends CIMSingleResultOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
iPropertyName
-
Fields inherited from class org.sblim.wbem.client.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMGetPropertyOp(CIMObjectPath pObjectName, java.lang.String pPropertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPropertyName()
Returns propertyName-
Methods inherited from class org.sblim.wbem.client.operations.CIMSingleResultOperation
getResult
-
Methods inherited from class org.sblim.wbem.client.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, isException, setNameSpace, setResult
-
-
-
-
Constructor Detail
-
CIMGetPropertyOp
public CIMGetPropertyOp(CIMObjectPath pObjectName, java.lang.String pPropertyName)
-
-