|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMSingleResultOperation
org.sblim.cimclient.internal.wbem.operations.CIMGetClassOp
public class CIMGetClassOp
CIMGetClassOp
| Field Summary | |
|---|---|
protected boolean |
iIncludeClassOrigin
|
protected boolean |
iIncludeQualifiers
|
protected boolean |
iLocalOnly
|
protected java.lang.String[] |
iPropertyList
|
| Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation |
|---|
iMethodCall, iNameSpace, iObjectName, iResult |
| Constructor Summary | |
|---|---|
CIMGetClassOp(CIMObjectPath pObjectName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Ctor. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getPropertyLis()
Deprecated. Typo in method name. Use getPropertyList() instead |
java.lang.String[] |
getPropertyList()
Returns propertyList |
boolean |
isIncludeClassOrigin()
Returns includeClassOrigin |
boolean |
isIncludeQualifiers()
Returns includeQualifiers |
boolean |
isLocalOnly()
Returns localOnly |
| 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 |
|---|
protected boolean iLocalOnly
protected boolean iIncludeQualifiers
protected boolean iIncludeClassOrigin
protected java.lang.String[] iPropertyList
| Constructor Detail |
|---|
public CIMGetClassOp(CIMObjectPath pObjectName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
pObjectName - pLocalOnly - pIncludeQualifiers - pIncludeClassOrigin - pPropertyList - | Method Detail |
|---|
public boolean isIncludeClassOrigin()
public boolean isIncludeQualifiers()
public boolean isLocalOnly()
public java.lang.String[] getPropertyList()
@Deprecated public java.lang.String[] getPropertyLis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||